Socket.st
Thu, 01 May 1997 14:49:43 +0200 Claus Gittinger more empty code for other domains;
Fri, 28 Mar 1997 18:28:12 +0100 Claus Gittinger udp receive: translate received address according to the domain
Tue, 25 Mar 1997 11:11:47 +0100 Claus Gittinger *** empty log message ***
Tue, 25 Mar 1997 10:20:33 +0100 Claus Gittinger support hostName in bind.
Tue, 25 Mar 1997 09:53:21 +0100 Claus Gittinger *** empty log message ***
Mon, 24 Mar 1997 23:24:35 +0100 Claus Gittinger *** empty log message ***
Mon, 24 Mar 1997 21:43:35 +0100 Claus Gittinger *** empty log message ***
Mon, 24 Mar 1997 20:56:04 +0100 Claus Gittinger support anonymous (OS_specified) ports. (for FTP-protocol)
Fri, 24 Jan 1997 23:53:19 +0100 Claus Gittinger ST-80 mimicry
Fri, 10 Jan 1997 15:52:53 +0100 Claus Gittinger new infoMessage scheme
Wed, 11 Dec 1996 21:06:56 +0100 Claus Gittinger remove windows ^M characters
Mon, 09 Dec 1996 18:35:32 +0100 Claus Gittinger alen in accept
Thu, 21 Nov 1996 19:34:50 +0100 Claus Gittinger win32 changes
Wed, 02 Oct 1996 13:36:37 +0200 Claus Gittinger removed all COMMA_CON / CON_COMMA uses
Thu, 12 Sep 1996 18:09:58 +0200 Claus Gittinger always unbuffered on linux
Thu, 05 Sep 1996 15:04:48 +0200 Stefan Vogel Fix #connectTo:port: Do not call connect() when we get EINPROGRESS
Fri, 30 Aug 1996 00:41:19 +0200 Claus Gittinger when shutting down, also tell the Lobby
Sat, 27 Jul 1996 11:05:54 +0200 Claus Gittinger comment
Mon, 22 Jul 1996 21:46:21 +0200 Claus Gittinger *** empty log message ***
Mon, 22 Jul 1996 21:44:29 +0200 Claus Gittinger *** empty log message ***
Mon, 22 Jul 1996 21:43:12 +0200 Claus Gittinger *** empty log message ***
Mon, 22 Jul 1996 21:40:44 +0200 Claus Gittinger *** empty log message ***
Fri, 05 Jul 1996 10:58:10 +0200 Claus Gittinger more missing STORE macros added
Fri, 05 Jul 1996 10:52:50 +0200 Claus Gittinger care to use __STORE macro, when instVars are set from
Sat, 18 May 1996 17:33:04 +0200 Claus Gittinger showCr: -> showCR:
Sat, 27 Apr 1996 20:04:14 +0200 Claus Gittinger examples
Thu, 25 Apr 1996 19:02:29 +0200 Claus Gittinger documentation
Sun, 07 Apr 1996 04:14:20 +0200 Claus Gittinger *** empty log message ***
Tue, 02 Apr 1996 23:30:08 +0200 Claus Gittinger underscore cleanup
Tue, 19 Mar 1996 16:47:29 +0100 Claus Gittinger finger example
Mon, 11 Mar 1996 23:56:13 +0100 Stefan Vogel accept: do not wait for input on non-connected socket.
Fri, 08 Mar 1996 22:20:31 +0100 Claus Gittinger split: #accept is nonBlock; the old accept is not called #blockingAccept
Wed, 06 Mar 1996 12:28:28 +0100 Stefan Vogel For ST80 style socket creation: register socket in Lobby.
Mon, 26 Feb 1996 23:49:04 +0100 Claus Gittinger made printNL an inforPrintNL
Tue, 16 Jan 1996 04:34:59 +0100 Claus Gittinger *** empty log message ***
Fri, 12 Jan 1996 16:06:13 +0100 Claus Gittinger more on shutDown
Fri, 12 Jan 1996 15:46:25 +0100 Claus Gittinger added shutDown
Wed, 10 Jan 1996 19:55:48 +0100 Claus Gittinger *** empty log message ***
Wed, 10 Jan 1996 19:52:47 +0100 Claus Gittinger queries for networkByteOrder added
Fri, 05 Jan 1996 15:09:16 +0100 Claus Gittinger *** empty log message ***
Fri, 15 Dec 1995 13:08:07 +0100 Claus Gittinger interest is written with one 'r' (shame on me)
Thu, 23 Nov 1995 02:51:57 +0100 Claus Gittinger checkin from browser
Mon, 13 Nov 1995 19:36:22 +0100 Claus Gittinger *** empty log message ***
Mon, 13 Nov 1995 19:34:19 +0100 Claus Gittinger *** empty log message ***
Mon, 13 Nov 1995 19:30:42 +0100 Claus Gittinger UD socket example & interruptable bind
Sun, 12 Nov 1995 20:10:36 +0100 Claus Gittinger more UD socket fixes (at least client side seems to work now)
Sun, 12 Nov 1995 17:04:47 +0100 Claus Gittinger added Unix domain support
Sat, 11 Nov 1995 16:22:01 +0100 Claus Gittinger uff - version methods changed to return stings
Thu, 02 Nov 1995 21:11:39 +0100 Claus Gittinger use new FILE* wrapper macros (based on externalAddress)
Thu, 02 Nov 1995 16:16:42 +0100 Claus Gittinger IntVal vs. MKFD confusion
Thu, 02 Nov 1995 12:19:22 +0100 Claus Gittinger added getPeer for ST-80 compatibility
Tue, 31 Oct 1995 19:19:38 +0100 Claus Gittinger fixed & moved pingWalk from SNMPSession to here;
Tue, 31 Oct 1995 18:49:10 +0100 Claus Gittinger use common byteOrder when representing IP numbers as byteArrays (always network-first)
Tue, 31 Oct 1995 17:15:11 +0100 Claus Gittinger close socket if connect fails (avoid running out of fd's)
Fri, 27 Oct 1995 14:24:03 +0100 Claus Gittinger .
Tue, 24 Oct 1995 17:39:22 +0100 Claus Gittinger .
Mon, 23 Oct 1995 17:56:14 +0100 Claus Gittinger .
Thu, 10 Aug 1995 20:36:43 +0200 claus .
Thu, 10 Aug 1995 15:19:05 +0200 claus .
Thu, 03 Aug 1995 05:30:04 +0200 claus .
less more (0) -60 tip