projects/iolib/iolib.git
2007-06-03  Stelian IonescuVersion 0.5.3 v0.5.3
2007-06-03  Stelian IonescuFixed names of FreeBSD TCP socket options.
2007-06-02  Stelian IonescuCosmetic changes.
2007-06-02  Stelian IonescuExported *DEFAULT-EVENT-LOOP-TIMEOUT*.
2007-06-02  Stelian IonescuWhitespace.
2007-06-01  Stelian IonescuFixed EXIT-EVENT-LOOP, exported EXIT-EVENT-LOOP and...
2007-06-01  Stelian IonescuMoved COERCEF and added NCONCF to IOLIB-UTILS.
2007-06-01  Stelian IonescuImported GETTIME from IOLIB-POSIX package.
2007-06-01  Stelian IonescuAdded default event loop timeout in EVENT-DISPATCH.
2007-05-31  Stelian IonescuSmall fix in LOOKUP-HOST.
2007-05-31  Stelian IonescuBetter ENSURE-ADDRESS.
2007-05-30  Stelian IonescuAdded type declarations to sockaddr_* constructors.
2007-05-30  Stelian IonescuVECTOR-TO-COLON-SEPARATED is now lisp-only, instead...
2007-05-29  Stelian IonescuReworked address conversion functions, removed invalid...
2007-05-26  Stelian IonescuFixed possible file-descriptor leak in MAKE-SOCKET.
2007-05-26  Stelian IonescuSmall fix to the IO.MULTIPLEX system definition.
2007-05-26  Stelian IonescuActive local sockets can now be bound.
2007-05-26  Stelian IonescuNow printing remote filenames in PRINT-OBJECT for local...
2007-05-24  Stelian IonescuAdded a modified version of CL-SMTP.
2007-05-24  Stelian IonescuAdded WITH-GENSYMS and ONCE-ONLY to IOLIB-UTILS, change...
2007-05-24  Stelian IonescuSmall fix.
2007-05-17  Stelian IonescuNew function: ENSURE-EXTERNAL-FORMAT, added slot EXTERN...
2007-05-16  Stelian IonescuFixed (SETF EXTERNAL-FORMAT-OF).
2007-05-15  Stelian IonescuExporting *DEFAULT-BACKLOG-SIZE*
2007-05-14  Stelian IonescuExporting *NO-SIGPIPE*
2007-05-14  Stelian IonescuRenamed existing MAKE-SOCKET to CREATE-SOCKET, added...
2007-05-14  Stelian IonescuAdded function CONVERT-OR-LOOKUP-INET-ADDRESS.
2007-05-14  Stelian IonescuCalling BIND-ADDRESS on active sockets now works.
2007-05-14  Stelian IonescuFixed XNOR.
2007-05-14  Stelian IonescuSmall fix in socket option list.
2007-05-14  Stelian IonescuAdded XNOR to the utilities.
2007-05-14  Stelian IonescuAdded TCP layer socket options for Linux and FreeBSD.
2007-05-13  Stelian IonescuSmall cleanup in SOCKET-LISTEN.
2007-05-13  Stelian IonescuMore TODOs.
2007-05-12  Stelian IonescuMore socket TODOs.
2007-05-12  Stelian IonescuCleanup in STREAM-READ-CHAR.
2007-05-12  Stelian IonescuSmall improvement, now using FEATUREP.
2007-05-12  Stelian IonescuAdded RETURN-IF and FEATUREP.
2007-05-11  Stelian IonescuNot using ASDF package any more.
2007-05-11  Stelian IonescuUsing the ASDF-ADDITIONS package in system definitions.
2007-05-10  Stelian IonescuMinor fix.
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.
next