log stream/http.c @ 35429:3a9048421524

age author description
Sat, 10 Nov 2012 14:53:11 +0000 reimar Remove pointless local variable.
Sat, 10 Nov 2012 13:55:01 +0000 reimar Remove pointless cast.
Sat, 10 Nov 2012 13:53:29 +0000 reimar Fix off-by-one errors in file descriptor validity checks.
Sat, 10 Nov 2012 13:19:29 +0000 reimar Add url_new_with_proxy function to reduce code duplication and memleaks.
Thu, 01 Nov 2012 21:31:53 +0000 reimar Check the correct variable for NULL.
Fri, 21 Sep 2012 18:57:00 +0000 reimar Fix redirection for proxy URLs.
Sun, 11 Dec 2011 15:41:37 +0000 reimar Add a test file for ultravox in comment.
Wed, 27 Jul 2011 13:40:06 +0000 diego cleanup: adjust printf format strings to match parameter types
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.