projects/iolib/iolib.git
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.
2006-12-31  Stelian IonescuUsing iolib-utils.
2006-12-31  Stelian IonescuAdded type-check to parse-number-or-nil.
2006-12-31  Stelian IonescuAdded symbol manipulation utility package.
2006-12-26  Stelian IonescuSmall improvement.
2006-12-26  Stelian IonescuFixed parse-number-or-nil.
2006-12-26  Stelian IonescuSmall fix.
2006-12-26  Stelian IonescuLisp-only dotted-to-vector, added SPLIT-SEQUENCE depend...
2006-12-26  Stelian IonescuImproved number parse and check.
2006-12-24  Stelian IonescuFixed an ecase.
2006-12-24  Stelian IonescuRe-muffling compiler notes.
2006-12-24  Stelian IonescuImproved htons and htonl.
2006-12-20  Stelian IonescuStyle fix: changed error-p to errorp.
2006-12-20  Stelian IonescuFixes for CLISP compatibility.
2006-12-16  hechee@blackhole... Better pretty-printing of local addresses.
2006-12-16  hechee@blackhole... A socket's local address and port are no longer cached...
2006-12-16  hechee@blackhole... Now loading cffi at compile-time.
2006-12-16  hechee@blackhole... Fixed usage of in-out socklen_t parameters, other minor...
2006-12-08  hechee@blackhole... Bugfix.
2006-12-08  hechee@blackhole... Fixed slot names in usage of CFFI:WITH-FOREIGN-SLOTS.
2006-12-04  hechee@blackhole... Small fixes.
2006-12-04  hechee@blackhole... Added FLEXI-STREAMS dependency for string encoding...
2006-12-04  hechee@blackhole... Bugfixes.
2006-12-04  hechee@blackhole... Signal an error if the CL implementation does not suppo...
2006-12-04  hechee@blackhole... Switched to CFFI.
2006-12-03  hechee@blackhole... Small fix.
2006-12-03  hechee@blackhole... Switched io-multiplex to CFFI.
2006-11-21  hechee@blackhole... Refactored define-socket-option macro.
2006-11-16  hechee@blackhole... Using keywords for defsystem names.
2006-11-10  hechee@blackhole... Fixed small typo.
2006-11-08  hechee@blackhole... Bugfix: get-socket-option was calling setsockopt instea...
2006-11-07  hechee@blackhole... Cleanup.
2006-11-07  hechee@blackhole... Cleanup.
2006-11-04  hechee@blackhole... Added decoding code for A, AAAA, CNAME, PTR and TXT...
2006-11-03  hechee@blackhole... Small fix: forgot to increment calculated maxfd when...
2006-11-03  hechee@blackhole... Exporting socket-lisp-stream too.
next