| 2007-05-10 |
Stelian Ionescu | Version 0.5.2 v0.5.2 |
commit | commitdiff | tree |
| 2007-05-10 |
Stelian Ionescu | Added better (SETF EXTERNAL-FORMAT-OF). |
commit | commitdiff | tree |
| 2007-05-10 |
Stelian Ionescu | Changed TODOs. |
commit | commitdiff | tree |
| 2007-05-09 |
Stelian Ionescu | Fixed bug triggered by closing with :abort nil a stream... |
commit | commitdiff | tree |
| 2007-05-09 |
Stelian Ionescu | Added a few TODO items for NET.SOCKETS . |
commit | commitdiff | tree |
| 2007-05-09 |
Stelian Ionescu | Exporting the correct conditions from IO.ENCODINGS... |
commit | commitdiff | tree |
| 2007-05-08 |
Stelian Ionescu | Small cosmetic fix in CLOSE for PASSIVE-SOCKETs. |
commit | commitdiff | tree |
| 2007-05-08 |
Stelian Ionescu | Added sockets' TODO. |
commit | commitdiff | tree |
| 2007-05-08 |
Stelian Ionescu | PRINT-OBJECT now specifies whether an internet socket... |
commit | commitdiff | tree |
| 2007-05-08 |
Stelian Ionescu | Small fix in ENSURE-ADDRESS. |
commit | commitdiff | tree |
| 2007-05-08 |
Stelian Ionescu | Foreign types are not keywords any more. |
commit | commitdiff | tree |
| 2007-05-08 |
Stelian Ionescu | Improved ENSURE-ADDRESS. |
commit | commitdiff | tree |
| 2007-05-07 |
Stelian Ionescu | Added OPEN-CLIENT-SOCKET, OPEN-SERVER-SOCKET, WITH... |
commit | commitdiff | tree |
| 2007-05-07 |
Stelian Ionescu | Added ENSURE-ADDRESS and SOCKADDRP. |
commit | commitdiff | tree |
| 2007-05-07 |
Stelian Ionescu | Small fix in SOCKET-LISTEN. |
commit | commitdiff | tree |
| 2007-05-03 |
Stelian Ionescu | Fixed previous commit. |
commit | commitdiff | tree |
| 2007-05-03 |
Stelian Ionescu | Small fix. |
commit | commitdiff | tree |
| 2007-05-02 |
Stelian Ionescu | Small change in SOCKET-OPEN-P. |
commit | commitdiff | tree |
| 2007-05-01 |
Stelian Ionescu | Ignoring DATA in MAKE-KQUEUE-EVENT. |
commit | commitdiff | tree |
| 2007-05-01 |
Stelian Ionescu | Fixed breakage: IO.STREAMS now exports DUAL-CHANNEL... |
commit | commitdiff | tree |
| 2007-05-01 |
Stelian Ionescu | Eliminated occurences of "(DECLARE (IGNORE ERR)" in... |
commit | commitdiff | tree |
| 2007-05-01 |
Stelian Ionescu | Using "new" names of UNIX error conditions. |
commit | commitdiff | tree |
| 2007-04-29 |
Stelian Ionescu | Moved the functions to get/set non-blocking state to... |
commit | commitdiff | tree |
| 2007-04-29 |
Stelian Ionescu | Fixed previous commit: changes ASD files too. |
commit | commitdiff | tree |
| 2007-04-29 |
Stelian Ionescu | Renamed all DEFPACKAGE.LISP to PKGDCL.LISP . |
commit | commitdiff | tree |
| 2007-04-29 |
Stelian Ionescu | Moved GRAY-STREAM implementation to the new IO.STREAMS... |
commit | commitdiff | tree |
| 2007-04-29 |
Stelian Ionescu | Added support for {READ,WRITE}-SEQUENCE on OpenMCL. |
commit | commitdiff | tree |
| 2007-04-29 |
Stelian Ionescu | Fixed closing DUAL-CHANNEL-GRAY-STREAM instances. |
commit | commitdiff | tree |
| 2007-04-29 |
Stelian Ionescu | Separated DUAL-CHANNEL-GRAY-STREAM implementation from... |
commit | commitdiff | tree |
| 2007-04-29 |
Stelian Ionescu | Deleted unused stuff. |
commit | commitdiff | tree |
| 2007-04-29 |
Stelian Ionescu | Muffling compiler notes for IO.ENCODINGS too. |
commit | commitdiff | tree |
| 2007-04-29 |
Stelian Ionescu | Now using IOLIB-UTILS in all packages. |
commit | commitdiff | tree |
| 2007-04-29 |
Stelian Ionescu | Stream position is no longer tracked for DUAL-CHANNEL... |
commit | commitdiff | tree |
| 2007-04-29 |
Stelian Ionescu | CLOSE now uses the ABORT parameter. |
commit | commitdiff | tree |
| 2007-04-28 |
Stelian Ionescu | Added a few aliases for ISO-8859 latin encodings. |
commit | commitdiff | tree |
| 2007-04-26 |
Stelian Ionescu | Moved debug test from %STREAM-UNREAD-CHAR to STREAM... v0.5.1 |
commit | commitdiff | tree |
| 2007-04-26 |
Stelian Ionescu | Exporting EXTERNAL-FORMAT-OF, ISTREAM-POS-OF and OSTREA... |
commit | commitdiff | tree |
| 2007-04-26 |
Stelian Ionescu | Small fix. |
commit | commitdiff | tree |
| 2007-04-25 |
Stelian Ionescu | Minor cleanups in PRINT-OBJECT methods for NETADDRs. |
commit | commitdiff | tree |
| 2007-04-25 |
Stelian Ionescu | Added .gitignore |
commit | commitdiff | tree |
| 2007-04-25 |
Stelian Ionescu | Various code cleanups in SOCKET-SEND, SOCKET-RECEIVE... |
commit | commitdiff | tree |
| 2007-04-25 |
Stelian Ionescu | Turned a few DEFPARAMETERs into DEFVARs. |
commit | commitdiff | tree |
| 2007-04-24 |
Stelian Ionescu | Removed useless CFFI: prefixes. |
commit | commitdiff | tree |
| 2007-04-24 |
Stelian Ionescu | Finished implementing WRITE-BYTE, WRITE-CHAR, {READ... |
commit | commitdiff | tree |
| 2007-04-24 |
Stelian Ionescu | STRING-TO-OCTETS now creates non-adjustable arrays. |
commit | commitdiff | tree |
| 2007-04-24 |
Stelian Ionescu | Moved REPEAT-*-DECREASING-TIMEOUT and GETTIME into... |
commit | commitdiff | tree |
| 2007-04-17 |
Stelian Ionescu | Polling syscalls are now restarted when interrupted... |
commit | commitdiff | tree |
| 2007-04-17 |
Stelian Ionescu | Further improvements to sequence output by Francois... |
commit | commitdiff | tree |
| 2007-04-01 |
Stelian Ionescu | Fixes to wait-until-fd-ready, fd-ready-p and get-fd... |
commit | commitdiff | tree |
| 2007-03-30 |
Stelian Ionescu | Added stream-write-char and stream-write-string by... |
commit | commitdiff | tree |
| 2007-03-30 |
Stelian Ionescu | Small improvement to %octets-to-string by Francois... |
commit | commitdiff | tree |
| 2007-03-25 |
Stelian Ionescu | Fixes by Francois-Rene Rideau. |
commit | commitdiff | tree |
| 2007-03-20 |
Stelian Ionescu | Cleaned up DOTTED-TO-VECTOR, patch by Francois-Rene... |
commit | commitdiff | tree |
| 2007-03-19 |
Stelian Ionescu | PRINT-OBJECT fixes. |
commit | commitdiff | tree |
| 2007-03-19 |
Stelian Ionescu | More fixes for CMUCL; other fixes. |
commit | commitdiff | tree |
| 2007-03-19 |
Stelian Ionescu | Fixes for CMUCL compatibility. |
commit | commitdiff | tree |
| 2007-03-18 |
Stelian Ionescu | Unexporting UNMONITOR-FD. |
commit | commitdiff | tree |
| 2007-03-10 |
Stelian Ionescu | Fixed a missing dependency. v0.5.0 |
commit | commitdiff | tree |
| 2007-03-10 |
Stelian Ionescu | Added partial implementation of gray-streams for sockets. |
commit | commitdiff | tree |
| 2007-03-10 |
Stelian Ionescu | Minor fixes. |
commit | commitdiff | tree |
| 2007-03-10 |
Stelian Ionescu | Removed .hgignore |
commit | commitdiff | tree |
| 2007-03-10 |
Stelian Ionescu | Fixed unused variables. |
commit | commitdiff | tree |
| 2007-02-24 |
Stelian Ionescu | Using IO.ENCODINGS instead of FLEXI-STREAMS. |
commit | commitdiff | tree |
| 2007-02-24 |
Stelian Ionescu | Added IO.ENCODINGS |
commit | commitdiff | tree |
| 2007-02-23 |
stelian.ionescu... | Renamed wait-until-fd-usable to wait-until-fd-ready... |
commit | commitdiff | tree |
| 2007-02-20 |
stelian.ionescu... | misc. |
commit | commitdiff | tree |
| 2007-02-20 |
stelian.ionescu... | Moved all system definitions to toplevel. |
commit | commitdiff | tree |
| 2007-02-03 |
Stelian Ionescu | Switched licence to LLGPL. |
commit | commitdiff | tree |
| 2007-02-03 |
Stelian Ionescu | Using the LLGPLed queue.lisp(thanks to Pascal Bourguignon). |
commit | commitdiff | tree |
| 2007-02-03 |
Stelian Ionescu | Fixed slot names. |
commit | commitdiff | tree |
| 2007-02-01 |
Stelian Ionescu | Minor fix, dns-query now works on CMUCL. |
commit | commitdiff | tree |
| 2007-02-01 |
Stelian Ionescu | Not using finalizers any more. |
commit | commitdiff | tree |
| 2007-01-31 |
Stelian Ionescu | Fixed wait-until-fd-usable: not using the event loop... |
commit | commitdiff | tree |
| 2007-01-31 |
Stelian Ionescu | moved timeout->milisec. |
commit | commitdiff | tree |
| 2007-01-28 |
Stelian Ionescu | Removed DECLAIMs, switched to IOLIB-POSIX, minor fixes. |
commit | commitdiff | tree |
| 2007-01-27 |
Stelian Ionescu | Minor cleanup. |
commit | commitdiff | tree |
| 2007-01-26 |
Stelian Ionescu | Fixed many errors in the multiplexer main loop. |
commit | commitdiff | tree |
| 2007-01-26 |
Stelian Ionescu | Rewrote the I/O multiplexer. |
commit | commitdiff | tree |
| 2007-01-21 |
Stelian Ionescu | Updated copyright info. |
commit | commitdiff | tree |
| 2007-01-20 |
Stelian Ionescu | Small change. |
commit | commitdiff | tree |
| 2007-01-20 |
Stelian Ionescu | Using with-foreign-slots instead of foreign-slot-value... |
commit | commitdiff | tree |
| 2007-01-19 |
Stelian Ionescu | Replaced memset() with bzero(). |
commit | commitdiff | tree |
| 2007-01-19 |
Stelian Ionescu | Now using size-of-<type> constants everywhere. |
commit | commitdiff | tree |
| 2007-01-19 |
Stelian Ionescu | Renamed socket-non-blocking-mode to socket-non-blocking... |
commit | commitdiff | tree |
| 2007-01-18 |
Stelian Ionescu | Fixed presentation methods for sockets. |
commit | commitdiff | tree |
| 2007-01-18 |
Stelian Ionescu | Small fix. |
commit | commitdiff | tree |
| 2007-01-18 |
Stelian Ionescu | Added preliminary(and incomplete) KQUEUE support. |
commit | commitdiff | tree |
| 2007-01-18 |
Stelian Ionescu | Added TODO. |
commit | commitdiff | tree |
| 2007-01-18 |
Stelian Ionescu | Exporting SOCKET-CONNECTED-P. |
commit | commitdiff | tree |
| 2007-01-17 |
Stelian Ionescu | Further improvement of the multiplexers. |
commit | commitdiff | tree |
| 2007-01-17 |
Stelian Ionescu | Overhaul of the I/O multiplexers. |
commit | commitdiff | tree |
| 2007-01-14 |
Stelian Ionescu | Add "HANDLER" symbol to IO-MULTIPLEX export list. |
commit | commitdiff | tree |
| 2007-01-01 |
Stelian Ionescu | Fixed reference to int instead of socklen_t. |
commit | commitdiff | tree |
| 2007-01-01 |
Stelian Ionescu | Forgot to dereference a pointer when returning a socket... |
commit | commitdiff | tree |
| 2007-01-01 |
Stelian Ionescu | . |
commit | commitdiff | tree |
| 2007-01-01 |
Stelian Ionescu | . |
commit | commitdiff | tree |
| 2007-01-01 |
Stelian Ionescu | Renamed netaddr class to sockaddr, added inetaddr class. |
commit | commitdiff | tree |
| 2006-12-31 |
Stelian Ionescu | IOLIB-UTILS is now a metapackage. |
commit | commitdiff | tree |
| 2006-12-31 |
Stelian Ionescu | Using iolib-utils-misc. |
commit | commitdiff | tree |
| 2006-12-31 |
Stelian Ionescu | Added misc utility package. |
commit | commitdiff | tree |
| next |