Fix make-array transforms.
[sbcl.git] / contrib / sb-bsd-sockets /
2013-11-11 Stas Boukarevwin32: provide error messages when loading foreign...
2013-10-17 Francois-Rene RideauDeliver each contrib as a single FASL. Don't implicitly...
2013-10-16 Stas Boukarevsb-bsd-sockets: Rearrange how get-host-by-name/address...
2013-10-03 Stas BoukarevOptimize the compiler a bit.
2013-10-01 Stas BoukarevOptimize sb-bsd-sockets::(get-host-by-name get-host...
2013-09-26 Nikodemus Siivolawindows: fix sb-bsd-sockets build by adding shutdown...
2013-09-02 Jan MoringenAdd SOCKET-SHUTDOWN in contrib/sb-bsd-sockets
2013-06-05 Stas BoukarevStop exporting unused symbols.
2013-06-05 Stas Boukarevsb-bsd-sockets: More robust inet-socket-bind test on...
2013-06-04 Stas Boukarevsb-bsd-socket tests: don't listen on a predefined port.
2013-06-03 Stas Boukarevsb-bsd-sockets: Fix type of canonname in addrinfo.
2013-02-04 Francois-Rene RideauRemove a style-warning from sb-bsd-sockets.asd when...
2012-12-05 David Lichteblausb-bsd-sockets: Implement NON-BLOCKING-MODE on Windows
2012-11-13 David LichteblauFurther work towards use of win32 file HANDLEs
2012-11-02 David LichteblauExtend use of the linkage table to static symbols
2012-10-19 David Lichteblausb-bsd-sockets: Add a test for interruptible I/O
2012-10-19 David LichteblauWindows: Use overlapped I/O, CreateFile
2012-10-05 David LichteblauRun sb-bsd-sockets tests on windows
2012-10-05 David LichteblauAllow use of SB-RT's mechanism for expected test failur...
2012-09-05 Nathan Froydmake SOCKET-RECEIVE work correctly when receiving overl...
2012-08-24 Stas Boukarevsb-bsd-sockets: Package clean up.
2011-11-19 Nikodemus Siivolasb-bsd-sockets: fix GET-HOST-BY-NAME and -ADDRESS on...
2011-11-18 Nikodemus Siivolasb-bsd-sockets: gethostbyname and gethostbyaddr are...
2011-11-18 Nikodemus Siivolasb-bsd-sockets: check for MAKE-ALIEN success in GET...
2011-11-18 Nikodemus Siivolasb-bsd-sockets: GET-ADDRESS-INFO foreign memory leak
2011-11-16 Nikodemus Siivolasb-bsd-sockets: foreign memory leak in GET-PROTOCOL...
2011-08-10 Anton Kovalenkosb-bsd-sockets: Fix error code handling on Windows
2011-08-09 Nikodemus Siivolasb-bsd-sockets: less SERVE-EVENT
2011-08-05 Robert Brownsb-bsd-sockets: add support for Linux TCP keep alive...
2010-10-19 Nikodemus Siivola1.0.43.77: missing FINALIZE :DONT-SAVE T arguments...
2010-10-13 Nikodemus Siivola1.0.43.51: disable get-protocol-by-name/error test...
2010-09-19 Nikodemus Siivola1.0.42.43: FD-STREAMS no longer hook into SERVE-EVENT...
2010-09-03 Nikodemus Siivola1.0.42.30: missing docstring for GET-PROTOCOL-BY-NAME
2010-09-01 Nikodemus Siivola1.0.42.14: socket-connect thread safety, version 2
2010-08-23 Juho Snellman1.0.41.55: Solaris fixes
2010-07-30 Christophe Rhodes1.0.40.8: revert sb-bsd-sockets threadsafety patch
2010-07-23 cracauer1.0.40.7: socket-connect was not thread safe
2010-06-23 Cyrus Harmon1.0.39.20: more asdf logical pathname cleanup
2010-04-07 Nikodemus Siivola1.0.37.49: add :ABORT to SOCKET-CLOSE
2010-04-01 Nikodemus Siivola1.0.37.21: :AUTO-CLOSE and better FD-STREAM-NAME for...
2009-07-30 Nikodemus Siivola1.0.30.18: undefined variables in contribs
2009-04-23 Nikodemus Siivola1.0.27.25: clean up stray close paren
2009-01-17 Nikodemus Siivola1.0.24.46: SB-BSD-SOCKETS workingness from saved cores...
2009-01-03 Nikodemus Siivola1.0.24.15: contrib fixes for HPPA
2008-12-26 Richard M Kreuter1.0.23.69: Add docstrings to SB-BSD-SOCKETS:SOCKET...
2008-12-01 Richard M Kreuter1.0.23.5: Make sb-grovel's generated files not need...
2008-11-24 Richard M Kreuter1.0.22.19: Canonicalize whitespace in .asd files.
2008-07-16 Richard M Kreuter1.0.18.18: Add support for abstract namespace addresses...
2008-06-02 Juho Snellman1.0.17.16: Stop using EAI_NODATA
2008-03-14 Nikodemus Siivola1.0.15.34: tweak the PCL cache improvement from 1.0...
2008-03-14 Nikodemus Siivola1.0.15.32: shinier SB-BSD-SOCKET:MAKE-INET-ADDRESS
2008-03-13 Nikodemus Siivola1.0.15.24: SB-BSD-SOCKETS: add :DONTWAIT option to...
2008-03-13 Nikodemus Siivola1.0.15.21: SB-BSD-SOCKETS:NAME-SERVICE-ERROR to inherit...
2007-10-08 Rudi Schlatte1.0.10.38: fix get-host-by-address on Darwin
2007-10-08 Cyrus Harmon1.0.10.36: support for Darwin versions that support...
2007-06-20 Juho Snellman1.0.6.57: fix sb-bsd-socket build on win32
2007-06-18 Juho Snellman1.0.6.54: fix building contribs from a clean checkout...
2007-06-18 Juho Snellman1.0.6.49: make asdf-based contribs more friendly to...
2007-05-28 Nikodemus Siivola1.0.6.1: marginally nicer "name" for socket streams
2007-04-30 Juho Snellman1.0.5.15: fix SB-BSD-SOCKETS tests on chrooted NetBSD
2007-03-27 Rudi Schlatte1.0.4.5 slot reader/writer documentation in the manual
2007-03-06 Cyrus Harmon1.0.3.33: sb-bsd-sockets fixes for x86-64/darwin
2007-03-04 Juho Snellman1.0.3.27: disable test for get-host-by-name for non...
2007-03-03 Cyrus Harmon1.0.3.25: freebsd sb-bsd-sockets fixes
2007-03-02 Juho Snellman1.0.3.13: "Oops"
2007-03-02 Juho Snellman1.0.3.6: Make sb-bsd-sockets use getaddrinfo/getnameinf...
2007-01-19 Juho Snellman1.0.1.32: More syscall wrappers on NetBSD, to work...
2007-01-08 Christophe Rhodes1.0.1.13:
2006-10-27 Andreas Fuchs0.9.18.11: Remove unused (probably wrong) definition...
2006-06-03 Juho Snellman0.9.13.24:
2006-05-30 Nikodemus Siivola0.9.13.10: better SB-BSD-SOCKETS on Windows
2006-04-14 Juho Snellman0.9.11.34:
2006-04-06 Christophe Rhodes0.9.11.16:
2006-04-05 Rudi Schlatte0.9.11.14
2006-04-05 Rudi Schlatte0.9.11.13
2006-03-07 Christophe Rhodes0.9.10.20:
2006-01-26 Andreas Fuchs0.9.9.4:
2005-07-14 William Harold Newman0.9.2.43:
2005-06-01 Christophe Rhodes0.9.1.16:
2005-06-01 Christophe Rhodes0.9.1.12:
2005-06-01 Christophe Rhodes0.9.1.11:
2005-05-15 Rudi Schlatte0.9.0.34
2005-04-17 Brian Mastenbrook0.8.21.49: Fixes for OS X 10.4 "Tiger"
2005-01-06 Christophe Rhodes0.8.18.14:
2004-09-09 Nikodemus Siivola0.8.14.5: Join the foreign legion!
2004-08-25 Nikodemus Siivola0.8.13.78: Birds of Feather
2004-08-18 Christophe Rhodes0.8.13.77:
2004-08-17 Nikodemus Siivola0.8.13.71: CORRECT DOCUMENTATION
2004-08-17 Nikodemus Siivola0.8.13.70: MORE DOCUMENTATION
2004-08-02 Christophe Rhodes0.8.13.16:
2004-08-02 Nikodemus Siivola0.8.13.15: Oh Bother, Where Art Thou?
2004-08-01 Nikodemus Siivola0.8.13.14: Texinfoization continues
2004-07-25 Andreas Fuchs0.8.12.55:
2004-07-25 Andreas Fuchs0.8.12.54:
2004-07-22 Andreas Fuchs0.8.12.51:
2004-07-22 Christophe Rhodes0.8.12.50:
2004-07-19 Andreas Fuchs0.8.12.40:
2004-07-19 Andreas Fuchs0.8.12.38:
2004-05-31 Andreas Fuchs0.8.10.71:
2004-05-31 Andreas Fuchs0.8.10.70:
next