log stream/url.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Fri, 23 Nov 2012 19:26:01 +0000 reimar Also free the noauth_url entry in the URL struct.
Fri, 21 Sep 2012 18:57:00 +0000 reimar Fix redirection for proxy URLs.
Sat, 26 Feb 2011 11:57:54 +0000 cboesch Make proxy and url parameter const in get_noauth_url and get_http_proxy_url.
Sat, 26 Feb 2011 11:57:18 +0000 cboesch Use mp_asprintf in make_noauth_url and make_http_proxy_url.
Sun, 30 Jan 2011 10:40:08 +0000 reimar Escape character values >= 127 in URLs as required by the RFC.
Sun, 19 Dec 2010 14:19:04 +0000 cboesch Replace two malloc+memset with calloc.
Fri, 03 Dec 2010 23:10:36 +0000 cboesch Add support for login/password in http_proxy env variable.
Sun, 21 Nov 2010 16:52:22 +0000 cboesch Do not keep authentication in URL on connection through a proxy
Fri, 12 Nov 2010 07:16:32 +0000 reimar Unescape username/password when URL-parsing.
Sun, 07 Nov 2010 12:47:40 +0000 diego Remove some useless NULL pointer checks before invoking free() on the pointer.
Sat, 30 Jan 2010 22:26:47 +0000 diego Add license header to all files missing it in the stream subdirectory.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 20 Jan 2008 20:43:46 +0000 rtogni Clear tmp between ip6 check and string escape to prevent reuse of the
Tue, 08 Jan 2008 00:37:41 +0000 diego Fix illegal identifiers, names starting with __ are reserved for the system.
Tue, 21 Nov 2006 16:27:05 +0000 reimar cosmetics
Tue, 21 Nov 2006 16:26:38 +0000 reimar Also support absolute url redirection, e.g. http://www.youtube.com/v/buKaqRG2SFA
Wed, 08 Nov 2006 22:42:31 +0000 reimar Support URL redirections that do not specify full URL.
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/url.c@11386e8e70b8