projects/iolib/iolib.git
6 years agoMoved debug test from %STREAM-UNREAD-CHAR to STREAM-UNREAD-CHAR. v0.5.1
Stelian Ionescu [Thu, 26 Apr 2007 22:36:30 +0000] 
Moved debug test from %STREAM-UNREAD-CHAR to STREAM-UNREAD-CHAR.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoExporting EXTERNAL-FORMAT-OF, ISTREAM-POS-OF and OSTREAM-POS-OF.
Stelian Ionescu [Thu, 26 Apr 2007 22:08:50 +0000] 
Exporting EXTERNAL-FORMAT-OF, ISTREAM-POS-OF and OSTREAM-POS-OF.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoSmall fix.
Stelian Ionescu [Thu, 26 Apr 2007 08:04:41 +0000] 
Small fix.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoMinor cleanups in PRINT-OBJECT methods for NETADDRs.
Stelian Ionescu [Wed, 25 Apr 2007 20:12:05 +0000] 
Minor cleanups in PRINT-OBJECT methods for NETADDRs.

Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded .gitignore
Stelian Ionescu [Wed, 25 Apr 2007 18:35:24 +0000] 
Added .gitignore
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoVarious code cleanups in SOCKET-SEND, SOCKET-RECEIVE, etc...
Stelian Ionescu [Wed, 25 Apr 2007 18:28:00 +0000] 
Various code cleanups in SOCKET-SEND, SOCKET-RECEIVE, etc...
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoTurned a few DEFPARAMETERs into DEFVARs.
Stelian Ionescu [Wed, 25 Apr 2007 10:45:37 +0000] 
Turned a few DEFPARAMETERs into DEFVARs.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoRemoved useless CFFI: prefixes.
Stelian Ionescu [Tue, 24 Apr 2007 23:29:20 +0000] 
Removed useless CFFI: prefixes.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFinished implementing WRITE-BYTE, WRITE-CHAR, {READ,WRITE}-SEQUENCE and WRITE-STRING.
Stelian Ionescu [Tue, 24 Apr 2007 23:10:10 +0000] 
Finished implementing WRITE-BYTE, WRITE-CHAR, {READ,WRITE}-SEQUENCE and WRITE-STRING.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoSTRING-TO-OCTETS now creates non-adjustable arrays.
Stelian Ionescu [Tue, 24 Apr 2007 22:48:40 +0000] 
STRING-TO-OCTETS now creates non-adjustable arrays.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoMoved REPEAT-*-DECREASING-TIMEOUT and GETTIME into IOLIB-POSIX.
Stelian Ionescu [Tue, 24 Apr 2007 16:16:51 +0000] 
Moved REPEAT-*-DECREASING-TIMEOUT and GETTIME into IOLIB-POSIX.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoPolling syscalls are now restarted when interrupted by a signal, recalculating timeouts.
Stelian Ionescu [Tue, 17 Apr 2007 23:20:46 +0000] 
Polling syscalls are now restarted when interrupted by a signal, recalculating timeouts.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFurther improvements to sequence output by Francois-Rene Rideau.
Stelian Ionescu [Tue, 17 Apr 2007 20:39:28 +0000] 
Further improvements to sequence output by Francois-Rene Rideau.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFixes to wait-until-fd-ready, fd-ready-p and get-fd-limit.
Stelian Ionescu [Sun, 1 Apr 2007 00:19:17 +0000] 
Fixes to wait-until-fd-ready, fd-ready-p and get-fd-limit.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded stream-write-char and stream-write-string by Francois-Rene Rideau.
Stelian Ionescu [Fri, 30 Mar 2007 22:52:10 +0000] 
Added stream-write-char and stream-write-string by Francois-Rene Rideau.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoSmall improvement to %octets-to-string by Francois-Rene Rideau.
Stelian Ionescu [Fri, 30 Mar 2007 22:50:12 +0000] 
Small improvement to %octets-to-string by Francois-Rene Rideau.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFixes by Francois-Rene Rideau.
Stelian Ionescu [Sun, 25 Mar 2007 21:44:53 +0000] 
Fixes by Francois-Rene Rideau.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoCleaned up DOTTED-TO-VECTOR, patch by Francois-Rene Rideau.
Stelian Ionescu [Tue, 20 Mar 2007 15:48:05 +0000] 
Cleaned up DOTTED-TO-VECTOR, patch by Francois-Rene Rideau.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoPRINT-OBJECT fixes.
Stelian Ionescu [Mon, 19 Mar 2007 23:42:02 +0000] 
PRINT-OBJECT fixes.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoMore fixes for CMUCL; other fixes.
Stelian Ionescu [Mon, 19 Mar 2007 23:34:08 +0000] 
More fixes for CMUCL; other fixes.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoFixes for CMUCL compatibility.
Stelian Ionescu [Mon, 19 Mar 2007 19:47:23 +0000] 
Fixes for CMUCL compatibility.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoUnexporting UNMONITOR-FD.
Stelian Ionescu [Sun, 18 Mar 2007 00:31:39 +0000] 
Unexporting UNMONITOR-FD.

6 years agoFixed a missing dependency. v0.5.0
Stelian Ionescu [Sat, 10 Mar 2007 23:39:31 +0000] 
Fixed a missing dependency.
Signed-off-by: Stelian Ionescu <sionescu@common-lisp.net>

6 years agoAdded partial implementation of gray-streams for sockets.
Stelian Ionescu [Sat, 10 Mar 2007 23:14:39 +0000] 
Added partial implementation of gray-streams for sockets.

6 years agoMinor fixes.
Stelian Ionescu [Sat, 10 Mar 2007 23:10:59 +0000] 
Minor fixes.

6 years agoRemoved .hgignore
Stelian Ionescu [Sat, 10 Mar 2007 22:38:10 +0000] 
Removed .hgignore

6 years agoFixed unused variables.
Stelian Ionescu [Sat, 10 Mar 2007 22:36:15 +0000] 
Fixed unused variables.

6 years agoUsing IO.ENCODINGS instead of FLEXI-STREAMS.
Stelian Ionescu [Sat, 24 Feb 2007 00:26:31 +0000] 
Using IO.ENCODINGS instead of FLEXI-STREAMS.

6 years agoAdded IO.ENCODINGS
Stelian Ionescu [Sat, 24 Feb 2007 00:20:50 +0000] 
Added IO.ENCODINGS

6 years agoRenamed wait-until-fd-usable to wait-until-fd-ready, added fd-ready-p.
stelian.ionescu-zeus@poste.it [Fri, 23 Feb 2007 16:41:55 +0000] 
Renamed wait-until-fd-usable to wait-until-fd-ready, added fd-ready-p.

6 years agomisc.
stelian.ionescu-zeus@poste.it [Tue, 20 Feb 2007 19:25:02 +0000] 
misc.

6 years agoMoved all system definitions to toplevel.
stelian.ionescu-zeus@poste.it [Tue, 20 Feb 2007 19:23:59 +0000] 
Moved all system definitions to toplevel.

6 years agoSwitched licence to LLGPL.
Stelian Ionescu [Sat, 3 Feb 2007 20:22:40 +0000] 
Switched licence to LLGPL.

6 years agoUsing the LLGPLed queue.lisp(thanks to Pascal Bourguignon).
Stelian Ionescu [Sat, 3 Feb 2007 19:46:39 +0000] 
Using the LLGPLed queue.lisp(thanks to Pascal Bourguignon).

6 years agoFixed slot names.
Stelian Ionescu [Sat, 3 Feb 2007 17:39:07 +0000] 
Fixed slot names.

6 years agoMinor fix, dns-query now works on CMUCL.
Stelian Ionescu [Thu, 1 Feb 2007 13:22:38 +0000] 
Minor fix, dns-query now works on CMUCL.

6 years agoNot using finalizers any more.
Stelian Ionescu [Thu, 1 Feb 2007 13:21:50 +0000] 
Not using finalizers any more.

6 years agoFixed wait-until-fd-usable: not using the event loop but calling poll() with a single fd.
Stelian Ionescu [Wed, 31 Jan 2007 00:23:05 +0000] 
Fixed wait-until-fd-usable: not using the event loop but calling poll() with a single fd.

6 years agomoved timeout->milisec.
Stelian Ionescu [Wed, 31 Jan 2007 00:07:03 +0000] 
moved timeout->milisec.

6 years agoRemoved DECLAIMs, switched to IOLIB-POSIX, minor fixes.
Stelian Ionescu [Sun, 28 Jan 2007 19:54:38 +0000] 
Removed DECLAIMs, switched to IOLIB-POSIX, minor fixes.

6 years agoMinor cleanup.
Stelian Ionescu [Sat, 27 Jan 2007 20:02:18 +0000] 
Minor cleanup.

6 years agoFixed many errors in the multiplexer main loop.
Stelian Ionescu [Fri, 26 Jan 2007 23:34:17 +0000] 
Fixed many errors in the multiplexer main loop.

6 years agoRewrote the I/O multiplexer.
Stelian Ionescu [Fri, 26 Jan 2007 01:08:44 +0000] 
Rewrote the I/O multiplexer.

6 years agoUpdated copyright info.
Stelian Ionescu [Sun, 21 Jan 2007 23:04:41 +0000] 
Updated copyright info.

6 years agoSmall change.
Stelian Ionescu [Sat, 20 Jan 2007 11:41:08 +0000] 
Small change.

6 years agoUsing with-foreign-slots instead of foreign-slot-value where appropriate.
Stelian Ionescu [Sat, 20 Jan 2007 11:36:22 +0000] 
Using with-foreign-slots instead of foreign-slot-value where appropriate.

6 years agoReplaced memset() with bzero().
Stelian Ionescu [Fri, 19 Jan 2007 01:41:22 +0000] 
Replaced memset() with bzero().

6 years agoNow using size-of-<type> constants everywhere.
Stelian Ionescu [Fri, 19 Jan 2007 01:30:49 +0000] 
Now using size-of-<type> constants everywhere.

6 years agoRenamed socket-non-blocking-mode to socket-non-blocking and fixed it.
Stelian Ionescu [Fri, 19 Jan 2007 01:11:25 +0000] 
Renamed socket-non-blocking-mode to socket-non-blocking and fixed it.

6 years agoFixed presentation methods for sockets.
Stelian Ionescu [Thu, 18 Jan 2007 16:02:20 +0000] 
Fixed presentation methods for sockets.

6 years agoSmall fix.
Stelian Ionescu [Thu, 18 Jan 2007 14:45:54 +0000] 
Small fix.

6 years agoAdded preliminary(and incomplete) KQUEUE support.
Stelian Ionescu [Thu, 18 Jan 2007 14:45:44 +0000] 
Added preliminary(and incomplete) KQUEUE support.

6 years agoAdded TODO.
Stelian Ionescu [Thu, 18 Jan 2007 14:45:19 +0000] 
Added TODO.

6 years agoExporting SOCKET-CONNECTED-P.
Stelian Ionescu [Thu, 18 Jan 2007 13:16:41 +0000] 
Exporting SOCKET-CONNECTED-P.

6 years agoFurther improvement of the multiplexers.
Stelian Ionescu [Wed, 17 Jan 2007 15:14:46 +0000] 
Further improvement of the multiplexers.

6 years agoOverhaul of the I/O multiplexers.
Stelian Ionescu [Wed, 17 Jan 2007 01:23:35 +0000] 
Overhaul of the I/O multiplexers.

6 years agoAdd "HANDLER" symbol to IO-MULTIPLEX export list.
Stelian Ionescu [Sun, 14 Jan 2007 23:03:19 +0000] 
Add "HANDLER" symbol to IO-MULTIPLEX export list.

6 years agoFixed reference to int instead of socklen_t.
Stelian Ionescu [Mon, 1 Jan 2007 13:26:25 +0000] 
Fixed reference to int instead of socklen_t.

6 years agoForgot to dereference a pointer when returning a socket option.
Stelian Ionescu [Mon, 1 Jan 2007 13:18:20 +0000] 
Forgot to dereference a pointer when returning a socket option.

6 years ago.
Stelian Ionescu [Mon, 1 Jan 2007 00:52:05 +0000] 
.

6 years ago.
Stelian Ionescu [Mon, 1 Jan 2007 00:51:50 +0000] 
.

6 years agoRenamed netaddr class to sockaddr, added inetaddr class.
Stelian Ionescu [Mon, 1 Jan 2007 00:47:02 +0000] 
Renamed netaddr class to sockaddr, added inetaddr class.

6 years agoIOLIB-UTILS is now a metapackage.
Stelian Ionescu [Sun, 31 Dec 2006 19:38:40 +0000] 
IOLIB-UTILS is now a metapackage.

6 years agoUsing iolib-utils-misc.
Stelian Ionescu [Sun, 31 Dec 2006 18:53:07 +0000] 
Using iolib-utils-misc.

6 years agoAdded misc utility package.
Stelian Ionescu [Sun, 31 Dec 2006 18:51:40 +0000] 
Added misc utility package.

6 years agoUsing iolib-utils.
Stelian Ionescu [Sun, 31 Dec 2006 18:34:53 +0000] 
Using iolib-utils.

6 years agoAdded type-check to parse-number-or-nil.
Stelian Ionescu [Sun, 31 Dec 2006 18:33:47 +0000] 
Added type-check to parse-number-or-nil.

6 years agoAdded symbol manipulation utility package.
Stelian Ionescu [Sun, 31 Dec 2006 18:30:18 +0000] 
Added symbol manipulation utility package.

6 years agoSmall improvement.
Stelian Ionescu [Tue, 26 Dec 2006 15:35:45 +0000] 
Small improvement.

6 years agoFixed parse-number-or-nil.
Stelian Ionescu [Tue, 26 Dec 2006 14:59:47 +0000] 
Fixed parse-number-or-nil.

6 years agoSmall fix.
Stelian Ionescu [Tue, 26 Dec 2006 14:54:50 +0000] 
Small fix.

6 years agoLisp-only dotted-to-vector, added SPLIT-SEQUENCE dependency.
Stelian Ionescu [Tue, 26 Dec 2006 14:38:35 +0000] 
Lisp-only dotted-to-vector, added SPLIT-SEQUENCE dependency.

6 years agoImproved number parse and check.
Stelian Ionescu [Tue, 26 Dec 2006 14:37:08 +0000] 
Improved number parse and check.

6 years agoFixed an ecase.
Stelian Ionescu [Sun, 24 Dec 2006 20:58:08 +0000] 
Fixed an ecase.

6 years agoRe-muffling compiler notes.
Stelian Ionescu [Sun, 24 Dec 2006 20:36:11 +0000] 
Re-muffling compiler notes.

6 years agoImproved htons and htonl.
Stelian Ionescu [Sun, 24 Dec 2006 20:35:40 +0000] 
Improved htons and htonl.

6 years agoStyle fix: changed error-p to errorp.
Stelian Ionescu [Wed, 20 Dec 2006 15:45:49 +0000] 
Style fix: changed error-p to errorp.

6 years agoFixes for CLISP compatibility.
Stelian Ionescu [Wed, 20 Dec 2006 15:11:31 +0000] 
Fixes for CLISP compatibility.

6 years agoBetter pretty-printing of local addresses.
hechee@blackhole.universe.org [Sat, 16 Dec 2006 22:24:49 +0000] 
Better pretty-printing of local addresses.

6 years agoA socket's local address and port are no longer cached as class slots.
hechee@blackhole.universe.org [Sat, 16 Dec 2006 21:39:41 +0000] 
A socket's local address and port are no longer cached as class slots.

6 years agoNow loading cffi at compile-time.
hechee@blackhole.universe.org [Sat, 16 Dec 2006 13:11:01 +0000] 
Now loading cffi at compile-time.

6 years agoFixed usage of in-out socklen_t parameters, other minor bugfixes.
hechee@blackhole.universe.org [Sat, 16 Dec 2006 12:46:20 +0000] 
Fixed usage of in-out socklen_t parameters, other minor bugfixes.

6 years agoBugfix.
hechee@blackhole.universe.org [Fri, 8 Dec 2006 18:08:54 +0000] 
Bugfix.

6 years agoFixed slot names in usage of CFFI:WITH-FOREIGN-SLOTS.
hechee@blackhole.universe.org [Fri, 8 Dec 2006 14:34:50 +0000] 
Fixed slot names in usage of CFFI:WITH-FOREIGN-SLOTS.

6 years agoSmall fixes.
hechee@blackhole.universe.org [Mon, 4 Dec 2006 23:35:21 +0000] 
Small fixes.

6 years agoAdded FLEXI-STREAMS dependency for string encoding/decoding.
hechee@blackhole.universe.org [Mon, 4 Dec 2006 21:49:20 +0000] 
Added FLEXI-STREAMS dependency for string encoding/decoding.

6 years agoBugfixes.
hechee@blackhole.universe.org [Mon, 4 Dec 2006 21:46:23 +0000] 
Bugfixes.

6 years agoSignal an error if the CL implementation does not support finalizers.
hechee@blackhole.universe.org [Mon, 4 Dec 2006 21:43:44 +0000] 
Signal an error if the CL implementation does not support finalizers.

6 years agoSwitched to CFFI.
hechee@blackhole.universe.org [Mon, 4 Dec 2006 18:12:53 +0000] 
Switched to CFFI.

6 years agoSmall fix.
hechee@blackhole.universe.org [Sun, 3 Dec 2006 19:06:22 +0000] 
Small fix.

6 years agoSwitched io-multiplex to CFFI.
hechee@blackhole.universe.org [Sun, 3 Dec 2006 15:55:50 +0000] 
Switched io-multiplex to CFFI.

6 years agoRefactored define-socket-option macro.
hechee@blackhole.universe.org [Tue, 21 Nov 2006 19:35:30 +0000] 
Refactored define-socket-option macro.

6 years agoUsing keywords for defsystem names.
hechee@blackhole.universe.org [Thu, 16 Nov 2006 22:43:40 +0000] 
Using keywords for defsystem names.

6 years agoFixed small typo.
hechee@blackhole.universe.org [Fri, 10 Nov 2006 22:57:23 +0000] 
Fixed small typo.

6 years agoBugfix: get-socket-option was calling setsockopt instead of getsockopt(oops).
hechee@blackhole.universe.org [Wed, 8 Nov 2006 07:40:10 +0000] 
Bugfix: get-socket-option was calling setsockopt instead of getsockopt(oops).

6 years agoCleanup.
hechee@blackhole.universe.org [Tue, 7 Nov 2006 18:08:32 +0000] 
Cleanup.

6 years agoCleanup.
hechee@blackhole.universe.org [Tue, 7 Nov 2006 18:08:04 +0000] 
Cleanup.

6 years agoAdded decoding code for A, AAAA, CNAME, PTR and TXT records.
hechee@blackhole.universe.org [Sat, 4 Nov 2006 22:50:33 +0000] 
Added decoding code for A, AAAA, CNAME, PTR and TXT records.

6 years agoSmall fix: forgot to increment calculated maxfd when calling select.
hechee@blackhole.universe.org [Fri, 3 Nov 2006 22:47:01 +0000] 
Small fix: forgot to increment calculated maxfd when calling select.

6 years agoExporting socket-lisp-stream too.
hechee@blackhole.universe.org [Fri, 3 Nov 2006 22:45:58 +0000] 
Exporting socket-lisp-stream too.