log stream/http.c @ 33484:4f940d7917f0

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.