log stream/http.c @ 27834:d35bcab9833b

age author description
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)
Sat, 09 Dec 2006 19:50:08 +0000 reimar Fix misplaced http_free
Sat, 09 Dec 2006 19:34:46 +0000 reimar Fix potential endless loop in http_streaming_start due
Sat, 09 Dec 2006 19:33:28 +0000 reimar Fix lots and lots of potential memory/fd leaks in http_streaming_start
Wed, 08 Nov 2006 22:42:31 +0000 reimar Support URL redirections that do not specify full URL.
Thu, 12 Oct 2006 22:24:19 +0000 diego slight overall verbosity reduction
Sun, 20 Aug 2006 11:47:33 +0000 reimar Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at geexbox org)
Fri, 04 Aug 2006 17:01:29 +0000 ben proper inclusion of demuxer.h (including libmpdemux in Makefile only was to make previous split easier)
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/http.c@a331cf9731e2