projects/xcvb/usocket.git
2013-02-19  ctian[CCL] Add (:external-format ccl:*default-external-forma... master
2012-12-27  ctian[ECL] fixed compiling in ECL, there's no sb-bsd-sockets...
2012-12-26  ctianImproved SOCKET-OPTION support (for LispWorks, ECL...
2012-12-11  ctian[MCL] Fixed OpenTransport load order for UDP patch.
2012-12-10  ctian[MCL] Add basic file framework for UDP support.
2012-12-10  ctian[ECL] Now ECL DFFI mode works for hunchentoot!
2012-12-09  ctian[ECL] Fixed compilation.
2012-12-09  ctianUpdate CHANGES
2012-12-09  ctian[ECL] Add WAIT-FOR-INPUT support for ECL DFFI mode.
2012-12-08  ctian[ECL] Add the framework for ECL DFFI support
2012-11-18  ctian[ECL] now list sb-bsd-sockets as a dependency, but...
2012-11-10  ctianUpdate CHANGES
2012-11-10  ctianAdd basic support of SO_BROADCAST and SO_REUSEADDR...
2012-11-10  ctian[CLISP] improved HANDLE-CONDITION for CLISP
2012-11-10  ctianMerge r692 from 0.5.x branch
2012-08-18  ehuelsmannMake USOCKET compile warning-free on ABCL again: MAKE...
2012-02-04  ctianFixed a bug in previous commit during argument name...
2012-02-04  ctian[UDP] SOCKET-SEND now support an CCL-like OFFSET keywor...
2012-02-04  ctian[CCL] move the implementation of SOCKET-SEND from ccl...
2012-02-04  ctian[LispWorks] SOCKET-CONNECT shouldn't have *auto-port...
2012-01-28  ctianMerge r678 from 0.5.x branch, this new feature is left...
2012-01-28  ctian[LispWorks] Fixed UDP support for LispWorks 6.1 (patch...
2012-01-20  hhubnerTextual corrections for :nodelay :if-supported.
2012-01-20  hhubner:nodelay :if-supported patch from Anton Vodonosov
2011-10-01  ctianMerge all changes from branch 0.5.x (r672, 674) before...
2011-08-16  hhubnerAllegro CL modern mode fixes
2011-08-13  ctianMerge all changes from branch 0.5.x (r663-667) before...
2011-05-11  ctianMerge all changes from branch 0.5.x (r640-r659) before...
2011-04-15  ctianFixed compilation warnings in SOCKET-OPTION, patched...
2011-04-01  ctianMerge all changes from branch 0.5.x (r616-r634) before...
2011-03-30  ctianUpdate ChangeLog
2011-03-30  ctianMerge all changes since 0.5.0 from branch 0.5.x (r583...
2011-03-30  ctianBasic SOCKET-OPTION framework added.
2011-03-12  ehuelsmannUpdate version number on trunk, with 0.5.x release...
2011-03-10  ctian[SBCL] Merge a patch from Nikodemus Siivola (SBCL maint...
2011-02-02  ctianClozure CL: wrap SOCKET-LISTEN's HOST argument in HOST...
2011-01-05  ctianCLISP: work around on linksets without FFI
2010-12-08  ctianLispWorks: SOCKET-CONNECT's TIMEOUT argument should...
2010-12-08  ctianLispWorks: UDP receive timeout parameter (patched by...
2010-12-08  ctianLispWorks: concurrent recv/send on mutiple UDP sockets...
2010-10-05  ctianUpdate TODO
2010-10-04  ctianDocumentation string of +max-datagram-packet-size+...
2010-09-30  ctianExport +max-datagram-packet-size+
2010-09-28  ctianFixed non-exist confition class: ns-try-again-condition...
2010-09-15  ctianABCL: bugfix for socket-accept, now socker-server confi...
2010-09-15  ctianABCL: spawn-thread now works in ABCL.
2010-09-15  ctianFixed legacy reuseaddress argument for MCL and ABCL...
2010-09-14  ctianABCL: basically working implementation of SOCKET-SEND...
2010-09-13  ctianABCL: replace old JDI-based implementation with new...
2010-09-11  ctianNew ABCL backend using latest JAVA interface.
2010-07-20  ctianABCL: move JDI into vendor directory.
2010-07-20  ctianUpdate ignore properties for ECL.
2010-07-20  ctianRemove wrongly committed obj files
2010-07-20  ctianECL: first working WAIT-FOR-INPUT implementation on...
2010-07-19  ctianMCL: mark UDP (datagram) as unsupported.
2010-07-19  ctianCleaned MCL test code.
2010-07-16  ctianSBCL: fixed type error in calling of wsa-enum-network...
2010-07-16  ctianSBCL: first working WAIT-FOR-INPUT implementation.
2010-07-15  ctianServer: fix wrong parensises in UDP-EVENT-LOOP
2010-07-12  ctianFixed Makefile, based on patch from Desmond O. Chang.
2010-07-12  ctianFix build under Rosetta-based Macintosh Common Lisp...
2010-07-12  ctianServer: improved SOCKET-SERVER, for both TCP and UDP...
2010-07-12  ctianCondition: ignore-unsupported-warnings
2010-07-09  ctianTests: handle 'usocket:unsupported condition in tests.
2010-07-09  ctianECL: wrong read macro fixed ... again
2010-07-09  ctianCCL: add support for SOCKET-SEND on connected usocket.
2010-07-09  ctianECL: wrong read macro fixed ...
2010-07-07  ctianSBCL: fix build due to references of compile-time const...
2010-07-07  ctianSBCL: fix for ioctlsocket().
2010-07-07  ctianSBCL: fix wrong call of wsa-enum-network-events.
2010-07-07  ctianSBCL: fixed os-socket-handle by using sockint::fd-...
2010-07-05  ctianSBCL: fix compilation errors.
2010-07-05  ctianSBCL: commit untested WAIT-FOR-INPUT for win32.
2010-06-29  ctianSBCL: fix for calling (asdf:oos 'asdf:test-op :usocket)
2010-06-29  ctianTests: add support for calling tests by (asdf:test...
2010-06-29  ctianTests: add simple unit tests for WAIT-FOR-INPUT (with...
2010-06-29  ctianLispWorks: fix typo in condition related code.
2010-06-29  ctianCondition: add default value for slot REAL-ERROR, this...
2010-06-28  ctianCLISP: Clisp can't find gethostname on Linux, patch...
2010-06-28  ctianAdditional documentation for READY-ONLY keyword argumen...
2010-06-28  ctianSBCL: Add TIMEOUT support for sb-bsd-sockets:socket...
2010-05-02  ctianBugfix from USOCKET-UDP: call HOST-TO-HBO before detect...
2010-02-21  ctianLispWorks: code clean; remove support for LispWorks 3.
2010-01-13  ctianPatch from R. Matthew Emerson: report nameserver errors...
2010-01-13  ctianASDF dependency fixes
2010-01-13  ctianRemove dependency on split-sequence/cl-utilities, add...
2010-01-07  ctianBranch experimental-udp merged into trunk.
2010-01-07  ctianPatch from Terje Norderhaug: an upgrade to the usocket...
2010-01-06  ctianInclude MCL Issue 28.
2010-01-04  ctianInclude MCL Issue 29, and slightly change kqueue.lisp...
2010-01-04  ctianUpdate ignore patterns
2010-01-04  ctianMCL and usocket-test fixes from James Anderson <james...
2010-01-04  ctianOpenMCL bugfix: socket-connect scales the timeout value...
2010-01-04  ctianInitial import of MCL's wait-for-input implementation...
2010-01-03  ctianASDF system definition changes for MCL, also make it...
2010-01-03  ctianAdd MCL support into usocket.asd
2010-01-03  ctianInitial MCL backend support from Terje Norderhaug
2009-12-31  ctianFix build on ECL/msvc, found by Seth Burleigh. However...
2009-09-17  hhubnerunconditionalize deadline-timeout-error
2009-09-17  hhubnerFix condition instanciation for openmcl port.
next