projects/iolib/iolib.git
2007-11-28  Stelian IonescuImproved calculation of flags in SOCKET-SEND and SOCKET... windows-support
2007-11-22  Stelian IonescuUPDATE-MONITOR now returns NIL if the file hasn't been...
2007-11-22  Stelian IonescuUpdate my email address.
2007-11-22  Stelian IonescuFreeBSD fixes.
2007-11-12  Stelian IonescuMoved around some function definitions to avoid compile...
2007-11-12  Stelian IonescuUpdate monitor when looking up services or protocols
2007-11-12  Stelian IonescuRename generic function UPDATE to UPDATE-MONITOR
2007-11-12  Stelian IonescuLOOKUP-SERVICE and LOOKUP-PROTOCOL can now take keyword...
2007-11-12  Stelian IonescuRehauled /etc/protocols parsing routines
2007-11-11  Stelian IonescuImproved service cacheing
2007-11-11  Stelian IonescuRehauled /etc/services parsing routines
2007-11-11  Stelian IonescuRehauled /etc/hosts parsing routines
2007-11-10  Stelian IonescuAdded function INET-ADDRESS-P
2007-11-10  Stelian IonescuSmall fix to /etc/resolv.conf parsing
2007-11-10  Stelian IonescuImproved /etc/resolv.conf parsing
2007-11-10  Stelian IonescuHandle comments in /etc files.
2007-11-08  Stelian IonescuFurther improvements in namedb code.
2007-11-07  Stelian IonescuPerfected parsing of /etc/resolv.conf
2007-11-06  Stelian IonescuSplit DNS client in a module.
2007-11-06  Stelian IonescuAdded 3 more tests for VECTOR-TO-COLON-SEPARATED.
2007-11-05  Stelian IonescuDNS client: added PRINT-OBJECT methods, fixed a few...
2007-11-05  Stelian IonescuReworked dns client internals
2007-11-02  Stelian IonescuMinor changes in address predicates.
2007-08-20  Luis OliveiraMore Windows porting.
2007-08-19  Luis OliveiraMove the DNS client into NET.SOCKETS
2007-08-19  Luis OliveiraImplemented basic client machinery (deferreds, etc)
2007-08-18  Luis OliveiraIO.EVENT: rename some files to reflect new class names.
2007-08-18  Luis OliveiraEcho protocol update.
2007-08-18  Luis OliveiraIO.EVENT update
2007-08-18  Luis OliveiraNew test SIMPLE-UDP-CLIENT.2
2007-08-18  Luis OliveiraIO.MULTIPLEX changes
2007-08-16  Luis OliveiraMAKE-SOCKET: accept :LOCAL-PORT NIL as a synonym for 0.
2007-08-16  Luis OliveiraAdd a few tests for IO.MULTIPLEX
2007-08-15  Luis Oliveirasockets: don't use shared-initialize.
2007-08-15  Luis OliveiraMinor fixes to system definitions.
2007-08-15  Luis Oliveiraecho server protocol along with io.event changes
2007-08-15  Luis Oliveiramultiplexer changes
2007-08-14  Luis OliveiraUpdate .template.lisp
2007-08-14  Luis OliveiraMerge test suites.
2007-08-13  Luis OliveiraMerge git://192.168.1.105/iolib
2007-08-13  Stelian IonescuFurther improvements to the event-loop.
2007-08-09  Luis OliveiraFix bug in COLON-SEPARATED-TO-VECTOR.
2007-08-08  Stelian IonescuA few fixes and comments to READ-BYTES.
2007-08-08  Stelian IonescuAdded a very basic asynchronous event infrastructure.
2007-08-06  Stelian IonescuConverted code to use OSICAT.
2007-08-05  Stelian IonescuAlways enable NI_NAMEREQD in get-name-info.
2007-08-05  Luis Oliveiraminor fix for windows
2007-08-04  Luis OliveiraImplement inet_pton() in Lisp.
2007-08-04  Luis OliveiraAdd tests/.gitignore
2007-08-04  Luis OliveiraFix misc post-merge breakage.
2007-08-04  Luis OliveiraMerge branch 'master' of git://lycia.ath.cx/iolib
2007-08-04  Stelian IonescuFixed error in lookup-service .
2007-08-04  Luis OliveiraAdd .fasls to .gitignore
2007-08-04  Stelian IonescuMinor fixes in the IO.STREAMS test suite.
2007-08-04  Stelian IonescuFixed dependency order in net.sockets.asd
2007-08-04  Stelian IonescuBuild fixes
2007-08-04  Luis OliveiraFix iolib.asd
2007-08-04  Luis OliveiraAdd *~ to .gitignore
2007-08-04  Luis OliveiraUnify manuals.
2007-08-04  Luis OliveiraOptimization: pass :COUNT to FOREIGN-STRING-TO-LISP
2007-08-04  Luis OliveiraFix bugs detected by the test suite.
2007-08-04  Luis OliveiraAdd test suite based on the one from flexi-streams.
2007-08-04  Luis OliveiraAdd placeholder documentation.
2007-08-04  Luis OliveiraAdd NET.SOCKETS documentation
2007-08-04  Luis OliveiraFix minor breakage on non-windows.
2007-08-04  Luis OliveiraUpdate test suite. Add echo-server.c for testing purposes.
2007-08-04  Luis OliveiraWindows port. Lots of rough edges, passes the most...
2007-08-04  Luis OliveiraMove socket stuff from CL-POSIX into here.
2007-08-03  Luis OliveiraIO-MULTIPLEX: Windows fixes for handling sockets properly.
2007-08-01  Luis OliveiraFixed socket tests
2007-08-01  Stelian IonescuMerge branch 'poll-multiplexer'
2007-08-01  Luis Oliveiramisc
2007-08-01  Luis OliveiraNET.SOCKETS refactoring.
2007-08-01  Luis OliveiraRefactoring.
2007-08-01  Luis OliveiraMisc. fixes.
2007-08-01  Luis OliveiraAdd Windows multiplexer.
2007-08-01  Luis OliveiraPort io.multiplexer to CL-POSIX
2007-08-01  Luis OliveiraAdd NET.SOCKETS tests.
2007-08-01  Luis OliveiraRemove IO.ENCODINGS: will be replaced by BABEL.
2007-08-01  Luis OliveiraRemove IOLIB-UTILS: will be replaced by ALEXANDRIA.
2007-07-14  Stelian IonescuAdded poll(2) backend to IO.MULTIPLEX .
2007-07-14  Stelian IonescuMoved FD-ERROR-P.
2007-07-08  Stelian IonescuVersion 0.5.4 v0.5.4
2007-07-07  Stelian IonescuFixed timeout calculation in WAIT-UNTIL-FD-READY.
2007-07-07  Stelian IonescuCosmetic changes in SOCKET-OPEN-P and SOCKET-CONNECTED-P.
2007-07-01  Stelian IonescuShorter PRINT-OBJECTs, minor fix.
2007-07-01  Stelian IonescuMinor fix wrt SOCKET-ADDRESS.
2007-06-30  Stelian IonescuAdded DEFGENERICs for {LOCAL,REMOTE}-{ADDRESS,PORT}.
2007-06-29  Stelian IonescuADDRESS-FAMILY, TYPE and CONNECT keyword parameters...
2007-06-29  Stelian IonescuExport FD-READABLEP and FD-WRITABLEP from IO.MULTIPLEX .
2007-06-29  Stelian IonescuAPI CHANGE: renamed SOCKET-ADDRESS to LOCAL-ADDRESS...
2007-06-29  Stelian IonescuLOCAL-NAME and REMOTE-NAME now have just one method...
2007-06-28  Stelian IonescuAPI CHANGE: ACCEPT-CONNECTION no longer takes WAIT...
2007-06-28  Stelian IonescuExport FD-MIXIN from IO.STREAMS .
2007-06-28  Stelian IonescuAdded (DEFGENERIC (SETF EXTERNAL-FORMAT-OF)).
2007-06-28  Stelian IonescuFixed typo in (DEFGENERIC FD-NON-BLOCKING).
2007-06-25  Stelian IonescuMinor fix: using UB8-VECTOR instead of VECTOR in read...
2007-06-24  Stelian IonescuMerge branch 'wait-until-fd-ready'
2007-06-24  Stelian IonescuRemove *NO-SIGPIPE* and set by default the NO_SIGPIPE...
2007-06-24  Stelian IonescuNew functions: FD-READABLEP and FD-WRITABLEP.
next