0
I Use This!
Low Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Backport new-wfi branch.
Erik Hülsmann
as ehuelsmann
More... almost 16 years ago
Fixes compilation issue with recent SBCL.
Erik Hülsmann
as ehuelsmann
More... almost 16 years ago
Commit change to trunk which should have been there all the time, but got committed to the 0.3.x branch only, for some reason.
Erik Hülsmann
as ehuelsmann
More... almost 16 years ago
Start supporting the timeout parameter for SOCKET-CONNECT.
Erik Hülsmann
as ehuelsmann
More... almost 16 years ago
Fix 2 issues: 1) MAPCAR doesn't take a :key argument, 2) use a stream-argument for LISTEN
Erik Hülsmann
as ehuelsmann
More... almost 16 years ago
Use #_select instead of syscalls; by Hans Huebner (hans at huebner dot org).
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Wrap section with WITH-MAPPED-CONDITIONS; by Hans Huebner (hans at huebner dot org).
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Expose WITH-MAPPED-CONDITIONS; by Hans Huebner (hans at huebner dot org).
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Correct condition name; by Hans Huebner (hans at huebner dot org).
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Small doc change and spacing fix.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Datagram (udp) socket creation interface. [Use socket-close to close the socket.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Correct spelling of socket closing routine SOCKET-CLOSE -> SOCK-CLOSE.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Preliminary implementation of datagram sockets send(to)/recv(from) functions.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Update version identifier, as 0.4.x has branched now, we're working toward 0.5.0.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Introduce datagram socket and several utility functions.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Fix nameservice condition/error names; also revert some of r307: fast-unix-select *does* return errno, but change the code a bit to prevent the compiler from issueing warnings.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Take alternate approach on LW: We don't know whether the internals depend on WSAEnumNetworkEvents(), but if we use that function, the internals can't work correctly anymore: it clears the socket state.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Remove obsolete HAS-NON-ERROR-STATE-P and HAS-NETWORK-ERRORS-P.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Clean up LW backend for socket waiting: - rename MAP-NETWORK-ERRORS to MAP-NETWORK-EVENTS - reimplement more lispy HAS-NETWORK-ERRORS-P (record for posterity, as it's now unused) - change implementation of SOCKETS-READY to use MAP-NETWORK-EVENTS
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Adapt LW backend WAIT-FOR-INPUT-INTERNAL to new general behaviour in caller, which already adjusts TIMEOUT.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Fix ECL error reporting: we need to map an errno-error, not a socket-error.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Nameservice condition/error mapping to usocket conditions/errors.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Adapt backends to my newly gained understanding of the CL condition system: make handle-condition less gready grabbing errors, now that with-mapped-conditions is adapted to use handler-bind instead of handler-case.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Generate a mapped error on ECL when select() returns one.
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
Don't loop over the sockets if we timed out...
Erik Hülsmann
as ehuelsmann
More... about 16 years ago
sb-unix:fast-unix-select doesn't return multiple values; check 'get-errno' ourselves.
Erik Hülsmann
as ehuelsmann
More... over 16 years ago
Fix r302.
Erik Hülsmann
as ehuelsmann
More... over 16 years ago
Add native eol-style property for better cooperation between Windows and Unix.
Erik Hülsmann
as ehuelsmann
More... over 16 years ago
Remove spurious file.
Erik Hülsmann
as ehuelsmann
More... over 16 years ago
Ignore clisp generated fasl files.
Erik Hülsmann
as ehuelsmann
More... over 16 years ago