3
I Use This!
Very Low Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
Aug 24, 2024 — Aug 24, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Cleanup: remove unused functions, use WITH-ACCESSORS instead of WITH-SLOTS in a few places. More... over 17 years ago
Remove tests and docs regarding MAKE-HOST and HOST-RANDOM-ADDRESS, since they are no longer exported. More... over 17 years ago
Add macro WITH-SOCKADDR-STORAGE, use it in a few places. More... over 17 years ago
Use WITH-PACKAGE-ITERATOR to obtain external symbols instead of LOOP. More... over 17 years ago
Add default value to argument SEARCH in DNS-QUERY. More... over 17 years ago
Add a slightly faster SERIES-based JOIN. More... over 17 years ago
Unexport obsolete symbols. More... over 17 years ago
Add package IOLIB as conduit of IO.MULTIPLEX, IO.STREAMS AND NET.SOCKETS More... over 17 years ago
Use EQ instead of EQL in a few places. More... over 17 years ago
Fix installation of SERIES' reader macros. More... over 17 years ago
Remove foreign function definitions of RECV and SEND. More... over 17 years ago
Disable SIMPLE-UDP-CLIENT.2 test for the moment, since it blocks with inetd echo services. More... over 17 years ago
Replace TAGBODY with mutually recursive functions in DO-ONE-DNS-QUERY. More... over 17 years ago
Fix SIGNAL-SOCKET-ERROR. More... over 17 years ago
Several stylistic changes. More... over 17 years ago
Socket errors now inherit their respective couterparts in package OSICAT-POSIX. e.g. SOCKET-CONNECTION-REFUSED-ERROR inherits NIX:ECONNREFUSED. More... over 17 years ago
Provide good default documentation strings for socket error conditions. More... over 17 years ago
Small fix. More... over 17 years ago
Minor fixes. More... over 17 years ago
Minor fixes. More... over 17 years ago
Clean up socket conditions, again. More... over 17 years ago
Fix test INET.SOCKET-BIND.1 More... over 17 years ago
Clean up MAKE-SOCKET & friends. More... over 17 years ago
Add two utilities: MEMQ and MULTIPLE-VALUE-CASE. More... over 17 years ago
Fix typo. More... over 17 years ago
Improved DNS-QUERY, now querying over TCP actually works. More... over 17 years ago
Cleaned up a little the socket error lookup machinery. More... over 17 years ago
Add condition POLL-TIMEOUT, add optional argument ERRORP to WAIT-UNTIL-FD-READY. More... over 17 years ago
Add default value for USEC when setting socket options of type TIMEVAL. More... over 17 years ago
Fix previous change to SEND-QUERY: WITH-OPEN-SOCKET isn't defined at this point. More... over 17 years ago