log stream/network.h @ 37195:ac6c37d85d65 default tip

age author description
Sat, 16 Mar 2013 13:38:34 +0000 reimar Fix previous commit, off_t must be replaced by int64_t
Sat, 16 Mar 2013 10:09:12 +0000 reimar Replace some uses of off_t by uint64_t.
Sat, 10 Nov 2012 13:19:29 +0000 reimar Add url_new_with_proxy function to reduce code duplication and memleaks.
Sat, 10 Nov 2012 12:46:01 +0000 reimar check4proxies does not modify input URL, so mark it const.
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.
Mon, 10 Mar 2008 19:28:18 +0000 diego Remove useless #include.
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Mon, 31 Dec 2007 16:15:50 +0000 diego Add explanatory comments to the #endif part of multiple inclusion guards.
Mon, 02 Jul 2007 22:34:45 +0000 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
Sat, 05 Aug 2006 10:30:06 +0000 ben isolated tcp socket code from network.c to a dedicated file
Mon, 31 Jul 2006 17:39:17 +0000 ben introduce new 'stream' directory for all stream layer related components and split them from libmpdemux base libmpdemux/network.h@7c540b88e2da