log stream/http.c @ 32919:933e784fb598

age author description
Thu, 20 Jan 2011 19:08:32 +0000 reimar 100l, fix hack to check for MakeMKV server being inverted.
Wed, 12 Jan 2011 17:51:31 +0000 reimar Add MakeMKV to list of webservers always supporting ranges even when they
Sun, 19 Dec 2010 14:19:04 +0000 cboesch Replace two malloc+memset with calloc.
Thu, 16 Dec 2010 19:58:35 +0000 cboesch Add support for HTTP 307 (Temporary Redirect) responses.
Fri, 03 Dec 2010 19:52:10 +0000 cboesch Drop MPlayer base64_encode for av_base64_encode.
Thu, 25 Nov 2010 10:01:03 +0000 cboesch Simplify mime_type_table loop
Thu, 18 Nov 2010 20:20:39 +0000 cboesch Add Proxy-Authorization header to authenticate on proxies
Sun, 07 Nov 2010 21:42:26 +0000 cboesch Use MSGTR_MemAllocFailed instead of hardcoded string
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Fri, 10 Sep 2010 16:55:12 +0000 diego Remove unnecessary stream_cache_size extern declaration.
Thu, 09 Sep 2010 10:30:58 +0000 diego Move mime_type_table extern declaration to network.h, where it belongs.
Fri, 06 Aug 2010 22:21:53 +0000 diego Add 'z' length modifier to %d printf format specifier for size_t argument.
Sun, 20 Jun 2010 16:01:17 +0000 diego Remove duplicate network_bandwidth extern declarations.
Fri, 02 Apr 2010 07:14:21 +0000 reimar Change type to uint8_t to avoid checks depending on char signedness.
Wed, 31 Mar 2010 19:42:15 +0000 reimar Sanitize ICY metadata a bit before printing it.
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Mon, 22 Feb 2010 13:50:48 +0000 diego Declare functions from network.c in network.h.
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Sat, 23 Jan 2010 11:14:18 +0000 reimar Handle Content-Length also when Content-Type is not set.
Sat, 23 Jan 2010 11:08:45 +0000 reimar Use atoll to parse Content-Length to support http for files > 2GB.
Thu, 31 Dec 2009 16:47:53 +0000 reimar Make code slightly more readable.
Thu, 31 Dec 2009 16:46:44 +0000 reimar Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields.
Wed, 30 Dec 2009 20:50:03 +0000 reimar Add a hack for broken youtube servers not returning Accept-Ranges.
Sun, 22 Nov 2009 15:18:21 +0000 reimar Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 01 Feb 2009 13:42:27 +0000 diego Convert HAVE_WINSOCK2_H into a 0/1 definition.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Sun, 02 Nov 2008 17:15:14 +0000 reimar Add a noicyx:// protocol to allow easier testing for misconfigured servers.
Fri, 31 Oct 2008 12:56:25 +0000 reimar Avoid a memleak if allocation of field_name fails, fixes bug #1319.
Mon, 01 Sep 2008 07:31:57 +0000 diego Move '#define closesocket close' preprocessor directive to a common place