common-lisp.net
/
projects/iolib/iolib.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
projects/iolib/iolib.git
2008-01-20
Stelian Ionescu
Fix typo.
io.event
commit
|
commitdiff
|
tree
2008-01-20
Stelian Ionescu
Fix NET.TRIVIAL-SOCKETS.ASD
commit
|
commitdiff
|
tree
2008-01-20
Stelian Ionescu
More changes in system definitions, some renames.
commit
|
commitdiff
|
tree
2008-01-20
Stelian Ionescu
Rewrote system definition of NET.SOCKETS manually speci...
commit
|
commitdiff
|
tree
2008-01-20
Stelian Ionescu
Cosmetic changes.
commit
|
commitdiff
|
tree
2008-01-20
Stelian Ionescu
Fix last commit.
commit
|
commitdiff
|
tree
2008-01-20
Stelian Ionescu
Small improvement in compiler macro for MAKE-SOCKET.
commit
|
commitdiff
|
tree
2008-01-20
Stelian Ionescu
Args REMOTE-ADDRESS and REMOTE-PORT of SEND-TO now...
commit
|
commitdiff
|
tree
2008-01-19
Stelian Ionescu
Renamed socket-send to send-to and socket-receive to...
commit
|
commitdiff
|
tree
2008-01-19
Stelian Ionescu
Allow streams to specify which low-level I/O functions...
commit
|
commitdiff
|
tree
2008-01-19
Stelian Ionescu
Fix bug in test SIMPLE-LOCAL-SOCKETS.
commit
|
commitdiff
|
tree
2008-01-19
Stelian Ionescu
Minor change.
commit
|
commitdiff
|
tree
2008-01-19
Stelian Ionescu
Cosmetic change.
commit
|
commitdiff
|
tree
2008-01-17
Stelian Ionescu
Small fix.
commit
|
commitdiff
|
tree
2008-01-17
Stelian Ionescu
Use LASTCAR.
commit
|
commitdiff
|
tree
2008-01-17
Stelian Ionescu
Fix previous commit.
commit
|
commitdiff
|
tree
2008-01-17
Stelian Ionescu
Use ALEXANDRIA's REMOVE-FROM-PLIST instead of REMOVE...
commit
|
commitdiff
|
tree
2008-01-16
Stelian Ionescu
Merged changes to attachment generation from upstream.
commit
|
commitdiff
|
tree
2008-01-16
Stelian Ionescu
LOCAL-PORT gets to have default values again.
commit
|
commitdiff
|
tree
2008-01-16
Stelian Ionescu
Updated NET.SMTP-CLIENT to work with latest NET.SOCKETS
commit
|
commitdiff
|
tree
2008-01-16
Stelian Ionescu
LOCAL-HOST and LOCAL-PORT no longer get default values...
commit
|
commitdiff
|
tree
2008-01-14
Stelian Ionescu
Cosmetic changes in IO.STREAMS
commit
|
commitdiff
|
tree
2008-01-14
Stelian Ionescu
Add READ-SEQUENCE* and WRITE-SEQUENCE*
commit
|
commitdiff
|
tree
2008-01-14
Stelian Ionescu
Small cosmetic fix.
commit
|
commitdiff
|
tree
2008-01-13
Stelian Ionescu
Prefix the names of all socket-related foreign function...
commit
|
commitdiff
|
tree
2008-01-12
Stelian Ionescu
Add and export *DEFAULT-LINGER-SECONDS*.
commit
|
commitdiff
|
tree
2008-01-12
Stelian Ionescu
Major changes in the way socket options work.
commit
|
commitdiff
|
tree
2008-01-09
Stelian Ionescu
Reorder components of system NET.SOCKETS .
commit
|
commitdiff
|
tree
2008-01-09
Stelian Ionescu
Remove unused foreign definitions of struct hostent...
commit
|
commitdiff
|
tree
2008-01-09
Stelian Ionescu
Refactor MAKE-SOCKET-STREAM.
commit
|
commitdiff
|
tree
2008-01-09
Stelian Ionescu
Explicitly shadow CL symbols that SERIES shadow in...
commit
|
commitdiff
|
tree
2008-01-09
Stelian Ionescu
Add and export MAKE-SOCKET-STREAM.
commit
|
commitdiff
|
tree
2008-01-08
Stelian Ionescu
Clean up MAKE-SOCKET compiler macros.
commit
|
commitdiff
|
tree
2008-01-08
Stelian Ionescu
Add symbol macro +DEFAULT-INET-FAMILY+.
commit
|
commitdiff
|
tree
2008-01-08
Stelian Ionescu
Simplify handling of *IPV6* in the MAKE-SOCKET compiler...
commit
|
commitdiff
|
tree
2008-01-08
Stelian Ionescu
Add type *IPV6*-TYPE.
commit
|
commitdiff
|
tree
2008-01-07
Stelian Ionescu
Small improvement in MAKE-SOCKET compiler macro.
commit
|
commitdiff
|
tree
2008-01-07
Stelian Ionescu
Add compiler macros for low-level socket creation funct...
commit
|
commitdiff
|
tree
2008-01-07
Stelian Ionescu
Add MAKE-LOAD-FORM methods for INET-ADDRESS and LOCAL...
commit
|
commitdiff
|
tree
2008-01-07
Stelian Ionescu
Removed unused variable in READ-LITERAL-HT.
commit
|
commitdiff
|
tree
2008-01-07
Stelian Ionescu
Add compiler macro for MAKE-SOCKET.
commit
|
commitdiff
|
tree
2008-01-07
Stelian Ionescu
Copy ARGS instead of destructively modifying it in...
commit
|
commitdiff
|
tree
2008-01-07
Stelian Ionescu
Add utility function REMOVE-PROPERTIES.
commit
|
commitdiff
|
tree
2008-01-07
Stelian Ionescu
Fix literal hash tables test suite on CLISP.
commit
|
commitdiff
|
tree
2008-01-07
Stelian Ionescu
Add test suite for literal hash tables reader macro.
commit
|
commitdiff
|
tree
2008-01-07
Stelian Ionescu
Improved error detection in MAKE-HT-FROM-LIST.
commit
|
commitdiff
|
tree
2008-01-07
Stelian Ionescu
Removed unused macro WITH-EXPECTED-CONDITIONS from...
commit
|
commitdiff
|
tree
2008-01-07
Stelian Ionescu
Set *SUPPRESS-SERIES-WARNINGS* to T.
commit
|
commitdiff
|
tree
2008-01-07
Stelian Ionescu
Small improvement in READ-LITERAL-HT.
commit
|
commitdiff
|
tree
2008-01-06
Stelian Ionescu
Fix MAKE-HT-FROM-LIST, again.
commit
|
commitdiff
|
tree
2008-01-06
Stelian Ionescu
Fix MAKE-HT-FROM-LIST.
commit
|
commitdiff
|
tree
2008-01-06
Stelian Ionescu
Small improvement in MAKE-HT-FROM-LIST.
commit
|
commitdiff
|
tree
2008-01-06
Stelian Ionescu
Use literal hash tables in defining DNS constants.
commit
|
commitdiff
|
tree
2008-01-06
Stelian Ionescu
Add reader macro for literal hash tables.
commit
|
commitdiff
|
tree
2008-01-06
Stelian Ionescu
Better error management in the DNS resolver.
commit
|
commitdiff
|
tree
2008-01-06
Stelian Ionescu
Fix inverse host lookups.
commit
|
commitdiff
|
tree
2008-01-06
Stelian Ionescu
Fix computation of DNS CNAMEs.
commit
|
commitdiff
|
tree
2008-01-06
Stelian Ionescu
Indentation fix.
commit
|
commitdiff
|
tree
2008-01-06
Stelian Ionescu
Minor fixes in DNS query routines.
commit
|
commitdiff
|
tree
2008-01-06
Stelian Ionescu
Switch the test suite to FiveAM.
commit
|
commitdiff
|
tree
2008-01-04
Stelian Ionescu
Cleanup: remove unused functions, use WITH-ACCESSORS...
commit
|
commitdiff
|
tree
2008-01-04
Stelian Ionescu
Remove tests and docs regarding MAKE-HOST and HOST...
commit
|
commitdiff
|
tree
2008-01-04
Stelian Ionescu
Add macro WITH-SOCKADDR-STORAGE, use it in a few places.
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Use WITH-PACKAGE-ITERATOR to obtain external symbols...
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Add default value to argument SEARCH in DNS-QUERY.
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Add a slightly faster SERIES-based JOIN.
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Unexport obsolete symbols.
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Add package IOLIB as conduit of IO.MULTIPLEX, IO.STREAM...
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Use EQ instead of EQL in a few places.
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Fix installation of SERIES' reader macros.
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Remove foreign function definitions of RECV and SEND.
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Disable SIMPLE-UDP-CLIENT.2 test for the moment, since...
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Replace TAGBODY with mutually recursive functions in...
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Fix SIGNAL-SOCKET-ERROR.
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Several stylistic changes.
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Socket errors now inherit their respective couterparts...
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Provide good default documentation strings for socket...
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Small fix.
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Minor fixes.
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Minor fixes.
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Clean up socket conditions, again.
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Fix test INET.SOCKET-BIND.1
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Clean up MAKE-SOCKET & friends.
commit
|
commitdiff
|
tree
2008-01-02
Stelian Ionescu
Add two utilities: MEMQ and MULTIPLE-VALUE-CASE.
commit
|
commitdiff
|
tree
2008-01-01
Stelian Ionescu
Fix typo.
commit
|
commitdiff
|
tree
2007-12-31
Stelian Ionescu
Improved DNS-QUERY, now querying over TCP actually...
commit
|
commitdiff
|
tree
2007-12-31
Stelian Ionescu
Cleaned up a little the socket error lookup machinery.
commit
|
commitdiff
|
tree
2007-12-31
Stelian Ionescu
Add condition POLL-TIMEOUT, add optional argument ERROR...
commit
|
commitdiff
|
tree
2007-12-31
Stelian Ionescu
Add default value for USEC when setting socket options...
commit
|
commitdiff
|
tree
2007-12-31
Stelian Ionescu
Fix previous change to SEND-QUERY: WITH-OPEN-SOCKET...
commit
|
commitdiff
|
tree
2007-12-31
Stelian Ionescu
Small fix in WITH-EVENT-BASE.
commit
|
commitdiff
|
tree
2007-12-31
Stelian Ionescu
Replace PROGN with LOCALLY in a few macros.
commit
|
commitdiff
|
tree
2007-12-31
Stelian Ionescu
Clean up WITH-SERVER in TRIVIAL-SOCKETS compat.
commit
|
commitdiff
|
tree
2007-12-31
Stelian Ionescu
Clean up SEND-QUERY.
commit
|
commitdiff
|
tree
2007-12-31
Stelian Ionescu
CONDified an expression.
commit
|
commitdiff
|
tree
2007-12-31
Stelian Ionescu
Remove code about running timers in a separate thread.
commit
|
commitdiff
|
tree
2007-12-31
Stelian Ionescu
Use PRINT-OBJECT to print structures instead of custom...
commit
|
commitdiff
|
tree
2007-12-31
Stelian Ionescu
Fix CLOSE method on MY-FILE-STREAM in the stream test...
commit
|
commitdiff
|
tree
2007-12-31
Stelian Ionescu
Cosmetic changes.
commit
|
commitdiff
|
tree
2007-12-31
Stelian Ionescu
Split %WAIT-UNTIL-FD-READY.
commit
|
commitdiff
|
tree
next