log stream/network.c @ 35706:bab4ce2b0d01

age author description
Wed, 05 Dec 2012 08:35:23 +0000 upsuper Add video/ogg as an Ogg mimetype.
Wed, 05 Dec 2012 08:17:37 +0000 cehoyos Recognize audio/ogg as an OGG mimetype.
Sat, 10 Nov 2012 13:19:29 +0000 reimar Add url_new_with_proxy function to reduce code duplication and memleaks.
Sat, 10 Nov 2012 12:46:01 +0000 reimar check4proxies does not modify input URL, so mark it const.
Mon, 21 May 2012 09:42:04 +0000 ib Add MIME type application/ogg for OGG streaming.
Mon, 04 Jul 2011 19:11:21 +0000 reimar Ensure we do not add strange values to amount of buffered bytes
Mon, 04 Jul 2011 19:10:17 +0000 reimar Signal EOF vs. error also via streaming control API (not yet evaluated).
Thu, 17 Mar 2011 08:58:49 +0000 cehoyos Allow setting custom http header.
Sat, 26 Feb 2011 11:57:18 +0000 cboesch Use mp_asprintf in make_noauth_url and make_http_proxy_url.
Fri, 03 Dec 2010 23:10:36 +0000 cboesch Add support for login/password in http_proxy env variable.
Thu, 25 Nov 2010 10:04:07 +0000 cboesch Use calloc instead of malloc+memset.
Thu, 25 Nov 2010 10:02:51 +0000 cboesch Remove GCC warning hack not needed anymore
Thu, 25 Nov 2010 10:01:48 +0000 cboesch Remove dead define
Sun, 21 Nov 2010 16:52:22 +0000 cboesch Do not keep authentication in URL on connection through a proxy
Thu, 18 Nov 2010 20:20:39 +0000 cboesch Add Proxy-Authorization header to authenticate on proxies