- Jun 26, 2002
-
-
pmai authored
connect-to-inet-socket. Since CL byte operations are defined to work on numbers in host order, which might or might not be the same as network order, working portably on network ordered numbers requires conditionalization based on the backend byte-order. Hence it is almost always better to work on host ordered numbers directly.
-
- Jan 26, 2002
-
-
pw authored
-
- Jan 23, 2002
-
-
toy authored
Update some constants for HPUX.
-
- Jan 04, 2002
-
-
pw authored
lookup-host-entry fails to find the host. Reported by John Wiseman.
-
- Dec 06, 2001
-
-
pmai authored
code which were previously conditionalized on :FreeBSD, are now conditionalized on :BSD instead, with the :BSD feature now implying a 4.4BSD(lite2) derived OS. This should make future BSD-ports easier. FreeBSD and OpenBSD are differentiated by having either :FreeBSD or :OpenBSD on the features list. Currently the OpenBSD port does not have working ELF support, because OpenBSD 2.9 is still non-ELF by default. So don't put ELF on the features list when building for OpenBSD, or fix the code to work correctly in this case instead.
-
- Apr 10, 2001
-
-
pw authored
-
- Mar 04, 2001
-
-
pw authored
-
- Feb 22, 2001
-
-
pw authored
A couple of typo corrections; fix main() in lisp.c (main returns int, not void!); stop ACCEPT-TCP-CONNECTION blocking other processes.
-
- Nov 06, 2000
-
-
pw authored
-
- Sep 20, 2000
-
-
dtc authored
dereferencing NULL.
-
- Sep 15, 2000
-
-
pw authored
Add :backlog keyword parameter to CREATE-INET-LISTENER.
-
- Aug 07, 2000
-
-
dtc authored
from Martin and Paul.
-
- Aug 04, 2000
-
-
dtc authored
-
- Jul 31, 2000
-
-
dtc authored
setting integer value socket options. o Enhance create-inet-listener to accept a reuse-address flag for setting the socket reuseaddr option.
-
- Jan 11, 1998
-
-
dtc authored
The network address representation had been used on many ports, but linux used the the host address in many cases. Now all the functions use the host address convention with conversion between the network convention performed by ntoh and hton when necessary.
-
dtc authored
functions unix-getpeername unix-getsockname, and the higher level functions get-peer-host-and-port and get-socket-host-and-port.
-
- Dec 01, 1997
-
-
dtc authored
elsewhere; tested by Raymond Toy.
-
- Jan 18, 1997
-
-
ram authored
-
- Oct 31, 1994
-
-
ram authored
-
- Oct 20, 1994
-
-
ram authored
-
- Oct 19, 1994
-
-
ram authored
-
- Jun 29, 1994
-
-
hallgren authored
-
- Apr 06, 1994
-
-
hallgren authored
-
- Dec 09, 1993
-
-
wlott authored
signaling.
-
- Jan 13, 1993
-
-
cvs2git authored
-
- Dec 18, 1992
-
-
wlott authored
clarification on what LOOP is supposed to do in that case.
-
- Jul 15, 1992
- Feb 18, 1992
-
-
wlott authored
list in lookup-host-entry, so it wasn't working.
-
- Feb 16, 1992
-
-
wlott authored
-
- Feb 14, 1992
-
-
wlott authored
-
- Nov 09, 1991
-
-
wlott authored
-
- May 22, 1991
-
-
ram authored
so that we don't get segment violations on unknown hosts.
-
- Feb 08, 1991
-
-
ram authored
-
- Nov 06, 1990
-
-
wlott authored
-
- Jul 29, 1990
-
-
wlott authored
-
- May 30, 1990
-
-
cvs2git authored
-
- Mar 05, 1990
-
-
cvs2git authored
-
- Feb 22, 1990
-
-
ram authored
-