log stream/http.c @ 37174:6c941fe7fc3e

age author description
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Sun, 17 Mar 2013 10:50:41 +0000 reimar Handle the severely broken headers QuickTime Streaming Server sends.
Sun, 17 Mar 2013 10:16:49 +0000 reimar Support broken icy-metaint response from QuickTime Streaming Server.
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.
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
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.
Tue, 19 Feb 2008 18:04:10 +0000 albeu Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.
Fri, 15 Feb 2008 21:21:10 +0000 reimar Support icyx://.
Fri, 15 Feb 2008 20:32:45 +0000 reimar Always display Icy-Metadata if available, whether we recognize an ICY-Server
Fri, 15 Feb 2008 20:31:10 +0000 reimar Move printing of Icy-Metadata into an extra function
Fri, 15 Feb 2008 20:23:59 +0000 reimar Remove useless code
Fri, 15 Feb 2008 20:20:16 +0000 reimar Detect IceCast also by Icy-MetaInt header part in http_streaming_start(),
Sun, 02 Dec 2007 22:12:50 +0000 reimar mime_type_table is const as well
Sun, 02 Dec 2007 18:24:01 +0000 reimar Preserve unsv:// protocol specifier over http redirects.
Sun, 02 Dec 2007 13:22:53 +0000 reimar Mark all stream_info_t as const
Mon, 26 Nov 2007 00:41:21 +0000 ulion Support stream redirection from http to mms, fix bug #927.
Tue, 28 Aug 2007 22:38:45 +0000 diego cosmetics: typo fix UNSUPORTED --> UNSUPPORTED
Sun, 28 Jan 2007 19:25:03 +0000 uau Fix base64_encode() max output length checking.
Sat, 30 Dec 2006 13:23:39 +0000 iive Fix double free of *http_hdr at server error.
Sun, 10 Dec 2006 19:47:24 +0000 reimar Make sure closesocket is called.
Sun, 10 Dec 2006 19:38:41 +0000 reimar STREAM_UNSUPPORTED is -1, so use the former for return value in all places.
Sun, 10 Dec 2006 19:35:39 +0000 reimar Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)