log TOOLS/netstream.c @ 37194:d773c8901dd8

age author description
Sat, 16 Mar 2013 08:50:08 +0000 reimar Remove useless cast (at best it will break things).
Mon, 14 Jun 2010 11:25:39 +0000 diego Mark exit_sig() function as static; it is only used within the file.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 01 Feb 2009 15:15:07 +0000 diego HAVE_WINSOCK2_H is now a 0/1 definition.
Thu, 16 Oct 2008 17:01:40 +0000 diego Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make it
Fri, 03 Oct 2008 23:44:40 +0000 diego Remove MinGW cruft.
Fri, 29 Aug 2008 20:05:08 +0000 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.
Fri, 06 Jun 2008 13:28:25 +0000 diego Fix the linking of TOOLS/netstream and TOOLS/vivodump.
Wed, 14 May 2008 18:02:27 +0000 diego Use standard license headers with standard formatting.
Wed, 30 Apr 2008 13:53:40 +0000 diego Mark all functions that are only used within the file as static.
Mon, 10 Dec 2007 13:18:27 +0000 diego Remove unused parameters from main(), fixes the warnings:
Tue, 25 Sep 2007 16:34:23 +0000 diego cosmetics: misc typo fixes
Sat, 25 Aug 2007 17:52:29 +0000 diego Get netstream closer to linking.
Sun, 01 Apr 2007 09:39:32 +0000 diego Move netstream.c out of its single-file subdirectory.