log stream/network.h @ 33604:0556f833f44f

age author description
Thu, 17 Mar 2011 08:58:49 +0000 cehoyos Allow setting custom http header.
Thu, 09 Sep 2010 10:30:58 +0000 diego Move mime_type_table extern declaration to network.h, where it belongs.
Sun, 27 Jun 2010 15:04:13 +0000 reimar Use MSG_NOSIGNAL flag if available for send().
Fri, 18 Jun 2010 09:44:58 +0000 diego Move extern variable declarations for network.c to network.h.
Mon, 22 Feb 2010 13:50:48 +0000 diego Declare functions from network.c in network.h.
Mon, 22 Feb 2010 13:27:58 +0000 diego Move struct streaming_control from network.h to stream.h, where it is used.
Mon, 22 Feb 2010 10:14:00 +0000 diego Remove commented-out declaration of non-existing function streaming_start.
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Sun, 01 Feb 2009 13:42:27 +0000 diego Convert HAVE_WINSOCK2_H into a 0/1 definition.
Sun, 01 Feb 2009 13:16:46 +0000 diego Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.
Sun, 12 Oct 2008 12:12:41 +0000 diego Move socklen_t typedef from config.h to stream/network.h.
Mon, 01 Sep 2008 07:31:57 +0000 diego Move '#define closesocket close' preprocessor directive to a common place
Sun, 31 Aug 2008 13:59:54 +0000 diego Revert moving closesocket definition and network headers to network.h.
Fri, 29 Aug 2008 22:55:39 +0000 diego Move duplicated '#define closesocket close' into network.h along with
Fri, 29 Aug 2008 20:05:08 +0000 diego Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.