Socket.st
Thu, 08 Nov 2007 15:04:43 +0100 Stefan Vogel Mark obsolete methods.
Mon, 04 Jun 2007 22:27:09 +0200 Claus Gittinger changed #setOption:value:
Mon, 04 Jun 2007 22:04:49 +0200 Claus Gittinger *** empty log message ***
Mon, 04 Jun 2007 21:44:03 +0200 Claus Gittinger oops
Mon, 04 Jun 2007 21:40:58 +0200 Claus Gittinger *** empty log message ***
Thu, 31 May 2007 17:57:38 +0200 Claus Gittinger *** empty log message ***
Wed, 21 Mar 2007 11:33:46 +0100 james oops
Tue, 20 Mar 2007 22:03:07 +0100 Claus Gittinger debug print
Tue, 20 Mar 2007 20:38:31 +0100 Stefan Vogel Remove dead code
Tue, 20 Mar 2007 10:03:10 +0100 Stefan Vogel Select on seockets works in Win32. Polling is no longer required.
Mon, 05 Mar 2007 22:47:17 +0100 Stefan Vogel raise an error when bind fails
Tue, 06 Feb 2007 22:29:04 +0100 Claus Gittinger closesocket is still tricky
Mon, 05 Feb 2007 15:00:42 +0100 Claus Gittinger oops - debug
Mon, 05 Feb 2007 14:04:56 +0100 Claus Gittinger closeSocket after fclose: no longer (Q: is this the right thing)
Wed, 24 Jan 2007 17:02:38 +0100 Stefan Vogel changed #printOn:
Wed, 24 Jan 2007 16:12:17 +0100 Claus Gittinger *** empty log message ***
Tue, 14 Nov 2006 18:34:28 +0100 Stefan Vogel changed #connectTo:port:withTimeout: - to handle IPSocketAddresses
Wed, 15 Feb 2006 14:52:13 +0100 Claus Gittinger *** empty log message ***
Wed, 11 Jan 2006 16:45:05 +0100 Claus Gittinger *** empty log message ***
Wed, 26 Oct 2005 12:41:29 +0200 Stefan Vogel New: #shutDownInput #shutDownOutput
Wed, 20 Jul 2005 17:46:43 +0200 Claus Gittinger send and receiveTimeout fixed
Tue, 28 Jun 2005 15:30:24 +0200 Stefan Vogel signed/unsigned warnings (gcc4)
Tue, 28 Jun 2005 15:25:08 +0200 Stefan Vogel Avoid compiler signed/unsigned warnings (gcc4)
Tue, 28 Jun 2005 09:46:08 +0200 Stefan Vogel No need to ask Socket>>#networkXXXOrderIsMSB, because the return value is
Mon, 14 Mar 2005 16:30:25 +0100 penk NOINT flag for connect (WIN32).
Fri, 11 Mar 2005 15:08:20 +0100 Claus Gittinger *** empty log message ***
Fri, 11 Mar 2005 10:01:53 +0100 penk *** empty log message ***
Fri, 11 Mar 2005 00:07:29 +0100 Claus Gittinger non blocking stuff done right here;
Thu, 10 Mar 2005 21:02:45 +0100 Claus Gittinger *** empty log message ***
Thu, 10 Mar 2005 20:13:11 +0100 penk *** empty log message ***
Thu, 10 Mar 2005 18:12:57 +0100 Claus Gittinger errno
Thu, 10 Mar 2005 15:00:50 +0100 Claus Gittinger getSocketAddress
Wed, 02 Mar 2005 17:52:15 +0100 Claus Gittinger *** empty log message ***
Wed, 02 Mar 2005 15:08:06 +0100 Claus Gittinger *** empty log message ***
Wed, 02 Mar 2005 15:06:45 +0100 Claus Gittinger compilable under unix
Tue, 01 Mar 2005 16:21:13 +0100 Claus Gittinger Re-unified Win32 and Unix code into single Socket.st.
Tue, 21 Dec 2004 12:10:30 +0100 Stefan Vogel BUGFIX
Mon, 20 Dec 2004 20:57:03 +0100 Claus Gittinger fixed moving-object-when-interrupted-with-scavenge bugs;
Mon, 20 Dec 2004 12:13:54 +0100 Claus Gittinger *** empty log message *** stable_expecco_sel
Thu, 25 Nov 2004 18:45:24 +0100 Stefan Vogel Unlimitedstack for some methods which call getXXXByName().
Tue, 09 Nov 2004 18:30:22 +0100 Claus Gittinger *** empty log message ***
Tue, 09 Nov 2004 18:28:58 +0100 Claus Gittinger gcc3.3.1 insn-scheduler bug workaround
Tue, 07 Sep 2004 01:27:31 +0200 Stefan Vogel Protect #closeFile.
Wed, 14 Jul 2004 23:42:50 +0200 Claus Gittinger squeak stuff
Tue, 02 Mar 2004 11:16:18 +0100 Claus Gittinger Unix-domain socket connect fix
Tue, 28 Oct 2003 20:53:39 +0100 Claus Gittinger *** empty log message ***
Tue, 28 Oct 2003 11:06:37 +0100 penk definitions cleanup with stxOSDefs.h
Mon, 27 Oct 2003 21:22:36 +0100 Claus Gittinger setTCP_CORK
Mon, 27 Oct 2003 21:18:46 +0100 Claus Gittinger setTCP_NODELAY
Mon, 27 Oct 2003 21:18:23 +0100 Claus Gittinger setTCP_NODELAY
Fri, 24 Oct 2003 12:34:55 +0200 Claus Gittinger shutdown: added
Thu, 23 Oct 2003 15:18:35 +0200 Stefan Vogel Use fcntl instead of ioctl when setting O_NONBLOCK
Wed, 22 Oct 2003 23:03:36 +0200 Claus Gittinger sockopt utilities added
Wed, 22 Oct 2003 20:59:47 +0200 Claus Gittinger sockopt utilities added
Fri, 12 Sep 2003 15:38:11 +0200 Claus Gittinger example
Sat, 30 Aug 2003 22:21:19 +0200 Claus Gittinger *** empty log message ***
Sat, 30 Aug 2003 22:19:59 +0200 Claus Gittinger *** empty log message ***
Wed, 27 Aug 2003 17:38:55 +0200 Claus Gittinger get port of anonymous socket (i.e. if port was 0)
Thu, 17 Jul 2003 15:24:40 +0200 Claus Gittinger remove historic leftover
Tue, 15 Jul 2003 14:20:11 +0200 Claus Gittinger moved all socket constant queries from SocketHandle
less more (0) -100 -60 tip