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