| 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 |
| 2006-10-29 |
hechee@blackhole... | Exporting more stuff. |
commit | commitdiff | tree |
| 2006-10-29 |
hechee@blackhole... | Muffling compiler notes. |
commit | commitdiff | tree |
| 2006-10-29 |
hechee@blackhole... | Exporting socket functions. |
commit | commitdiff | tree |
| 2006-10-28 |
hechee@blackhole... | Added DEFGENERICs. |
commit | commitdiff | tree |
| 2006-10-28 |
hechee@blackhole... | made select-setup-masks is a "normal" function. |
commit | commitdiff | tree |
| 2006-10-26 |
hechee@blackhole... | Small fix. |
commit | commitdiff | tree |
| 2006-10-25 |
hechee@blackhole... | Exporting close-multiplex-interface. |
commit | commitdiff | tree |
| 2006-10-25 |
hechee@blackhole... | Added close-multiplex-interface generic, specialized... |
commit | commitdiff | tree |
| 2006-10-25 |
hechee@blackhole... | Best mux interface is now chosen sorting the priorities... |
commit | commitdiff | tree |
| 2006-10-25 |
hechee@blackhole... | All functions in the public interface return the interf... |
commit | commitdiff | tree |
| 2006-10-25 |
hechee@blackhole... | New function: finalize-object-closing-fd, sockets and... |
commit | commitdiff | tree |
| 2006-10-24 |
hechee@blackhole... | Epoll is now the default multiplex interface on Linux. |
commit | commitdiff | tree |
| 2006-10-24 |
hechee@blackhole... | Fixed back handler dispatch: (progn (when ..)* ) instea... |
commit | commitdiff | tree |
| 2006-10-24 |
hechee@blackhole... | Package io.multiplex doesn't use SB-ALIEN any more. |
commit | commitdiff | tree |
| 2006-10-24 |
hechee@blackhole... | Small fix. |
commit | commitdiff | tree |
| 2006-10-23 |
hechee@blackhole... | Epoll interface added. |
commit | commitdiff | tree |
| 2006-10-03 |
hechee@blackhole... | Removed net.uri |
commit | commitdiff | tree |
| 2006-10-02 |
hechee@blackhole... | Exporting useful symbols. |
commit | commitdiff | tree |
| 2006-10-02 |
hechee@blackhole... | Dispatch on multiplex interface is now explicit. |
commit | commitdiff | tree |
| 2006-10-01 |
hechee@blackhole... | Added basic I/O multiplex interface(select()-only ATM). |
commit | commitdiff | tree |
| 2006-09-24 |
hechee@blackhole... | Small change. |
commit | commitdiff | tree |
| 2006-09-19 |
hechee@blackhole... | print-object now reports correctly closed sockets;... |
commit | commitdiff | tree |
| next |