projects/iolib/iolib.git
2007-05-10  Stelian IonescuVersion 0.5.2 v0.5.2
2007-05-10  Stelian IonescuAdded better (SETF EXTERNAL-FORMAT-OF).
2007-05-10  Stelian IonescuChanged TODOs.
2007-05-09  Stelian IonescuFixed bug triggered by closing with :abort nil a stream...
2007-05-09  Stelian IonescuAdded a few TODO items for NET.SOCKETS .
2007-05-09  Stelian IonescuExporting the correct conditions from IO.ENCODINGS...
2007-05-08  Stelian IonescuSmall cosmetic fix in CLOSE for PASSIVE-SOCKETs.
2007-05-08  Stelian IonescuAdded sockets' TODO.
2007-05-08  Stelian IonescuPRINT-OBJECT now specifies whether an internet socket...
2007-05-08  Stelian IonescuSmall fix in ENSURE-ADDRESS.
2007-05-08  Stelian IonescuForeign types are not keywords any more.
2007-05-08  Stelian IonescuImproved ENSURE-ADDRESS.
2007-05-07  Stelian IonescuAdded OPEN-CLIENT-SOCKET, OPEN-SERVER-SOCKET, WITH...
2007-05-07  Stelian IonescuAdded ENSURE-ADDRESS and SOCKADDRP.
2007-05-07  Stelian IonescuSmall fix in SOCKET-LISTEN.
2007-05-03  Stelian IonescuFixed previous commit.
2007-05-03  Stelian IonescuSmall fix.
2007-05-02  Stelian IonescuSmall change in SOCKET-OPEN-P.
2007-05-01  Stelian IonescuIgnoring DATA in MAKE-KQUEUE-EVENT.
2007-05-01  Stelian IonescuFixed breakage: IO.STREAMS now exports DUAL-CHANNEL...
2007-05-01  Stelian IonescuEliminated occurences of "(DECLARE (IGNORE ERR)" in...
2007-05-01  Stelian IonescuUsing "new" names of UNIX error conditions.
2007-04-29  Stelian IonescuMoved the functions to get/set non-blocking state to...
2007-04-29  Stelian IonescuFixed previous commit: changes ASD files too.
2007-04-29  Stelian IonescuRenamed all DEFPACKAGE.LISP to PKGDCL.LISP .
2007-04-29  Stelian IonescuMoved GRAY-STREAM implementation to the new IO.STREAMS...
2007-04-29  Stelian IonescuAdded support for {READ,WRITE}-SEQUENCE on OpenMCL.
2007-04-29  Stelian IonescuFixed closing DUAL-CHANNEL-GRAY-STREAM instances.
2007-04-29  Stelian IonescuSeparated DUAL-CHANNEL-GRAY-STREAM implementation from...
2007-04-29  Stelian IonescuDeleted unused stuff.
2007-04-29  Stelian IonescuMuffling compiler notes for IO.ENCODINGS too.
2007-04-29  Stelian IonescuNow using IOLIB-UTILS in all packages.
2007-04-29  Stelian IonescuStream position is no longer tracked for DUAL-CHANNEL...
2007-04-29  Stelian IonescuCLOSE now uses the ABORT parameter.
2007-04-28  Stelian IonescuAdded a few aliases for ISO-8859 latin encodings.
2007-04-26  Stelian IonescuMoved debug test from %STREAM-UNREAD-CHAR to STREAM... v0.5.1
2007-04-26  Stelian IonescuExporting EXTERNAL-FORMAT-OF, ISTREAM-POS-OF and OSTREA...
2007-04-26  Stelian IonescuSmall fix.
2007-04-25  Stelian IonescuMinor cleanups in PRINT-OBJECT methods for NETADDRs.
2007-04-25  Stelian IonescuAdded .gitignore
2007-04-25  Stelian IonescuVarious code cleanups in SOCKET-SEND, SOCKET-RECEIVE...
2007-04-25  Stelian IonescuTurned a few DEFPARAMETERs into DEFVARs.
2007-04-24  Stelian IonescuRemoved useless CFFI: prefixes.
2007-04-24  Stelian IonescuFinished implementing WRITE-BYTE, WRITE-CHAR, {READ...
2007-04-24  Stelian IonescuSTRING-TO-OCTETS now creates non-adjustable arrays.
2007-04-24  Stelian IonescuMoved REPEAT-*-DECREASING-TIMEOUT and GETTIME into...
2007-04-17  Stelian IonescuPolling syscalls are now restarted when interrupted...
2007-04-17  Stelian IonescuFurther improvements to sequence output by Francois...
2007-04-01  Stelian IonescuFixes to wait-until-fd-ready, fd-ready-p and get-fd...
2007-03-30  Stelian IonescuAdded stream-write-char and stream-write-string by...
2007-03-30  Stelian IonescuSmall improvement to %octets-to-string by Francois...
2007-03-25  Stelian IonescuFixes by Francois-Rene Rideau.
2007-03-20  Stelian IonescuCleaned up DOTTED-TO-VECTOR, patch by Francois-Rene...
2007-03-19  Stelian IonescuPRINT-OBJECT fixes.
2007-03-19  Stelian IonescuMore fixes for CMUCL; other fixes.
2007-03-19  Stelian IonescuFixes for CMUCL compatibility.
2007-03-18  Stelian IonescuUnexporting UNMONITOR-FD.
2007-03-10  Stelian IonescuFixed a missing dependency. v0.5.0
2007-03-10  Stelian IonescuAdded partial implementation of gray-streams for sockets.
2007-03-10  Stelian IonescuMinor fixes.
2007-03-10  Stelian IonescuRemoved .hgignore
2007-03-10  Stelian IonescuFixed unused variables.
2007-02-24  Stelian IonescuUsing IO.ENCODINGS instead of FLEXI-STREAMS.
2007-02-24  Stelian IonescuAdded IO.ENCODINGS
2007-02-23  stelian.ionescu... Renamed wait-until-fd-usable to wait-until-fd-ready...
2007-02-20  stelian.ionescu... misc.
2007-02-20  stelian.ionescu... Moved all system definitions to toplevel.
2007-02-03  Stelian IonescuSwitched licence to LLGPL.
2007-02-03  Stelian IonescuUsing the LLGPLed queue.lisp(thanks to Pascal Bourguignon).
2007-02-03  Stelian IonescuFixed slot names.
2007-02-01  Stelian IonescuMinor fix, dns-query now works on CMUCL.
2007-02-01  Stelian IonescuNot using finalizers any more.
2007-01-31  Stelian IonescuFixed wait-until-fd-usable: not using the event loop...
2007-01-31  Stelian Ionescumoved timeout->milisec.
2007-01-28  Stelian IonescuRemoved DECLAIMs, switched to IOLIB-POSIX, minor fixes.
2007-01-27  Stelian IonescuMinor cleanup.
2007-01-26  Stelian IonescuFixed many errors in the multiplexer main loop.
2007-01-26  Stelian IonescuRewrote the I/O multiplexer.
2007-01-21  Stelian IonescuUpdated copyright info.
2007-01-20  Stelian IonescuSmall change.
2007-01-20  Stelian IonescuUsing with-foreign-slots instead of foreign-slot-value...
2007-01-19  Stelian IonescuReplaced memset() with bzero().
2007-01-19  Stelian IonescuNow using size-of-<type> constants everywhere.
2007-01-19  Stelian IonescuRenamed socket-non-blocking-mode to socket-non-blocking...
2007-01-18  Stelian IonescuFixed presentation methods for sockets.
2007-01-18  Stelian IonescuSmall fix.
2007-01-18  Stelian IonescuAdded preliminary(and incomplete) KQUEUE support.
2007-01-18  Stelian IonescuAdded TODO.
2007-01-18  Stelian IonescuExporting SOCKET-CONNECTED-P.
2007-01-17  Stelian IonescuFurther improvement of the multiplexers.
2007-01-17  Stelian IonescuOverhaul of the I/O multiplexers.
2007-01-14  Stelian IonescuAdd "HANDLER" symbol to IO-MULTIPLEX export list.
2007-01-01  Stelian IonescuFixed reference to int instead of socklen_t.
2007-01-01  Stelian IonescuForgot to dereference a pointer when returning a socket...
2007-01-01  Stelian Ionescu.
2007-01-01  Stelian Ionescu.
2007-01-01  Stelian IonescuRenamed netaddr class to sockaddr, added inetaddr class.
2006-12-31  Stelian IonescuIOLIB-UTILS is now a metapackage.
2006-12-31  Stelian IonescuUsing iolib-utils-misc.
2006-12-31  Stelian IonescuAdded misc utility package.
next