summaryrefslogtreecommitdiffstats
path: root/libmpdemux/network.c
Commit message (Expand)AuthorAgeFilesLines
* Added support for the environment variable http_proxy.bertrand2002-01-141-2/+43
* Changed the proxy protocol to http_proxy.bertrand2002-01-141-2/+2
* Added proxy support.bertrand2002-01-121-10/+41
* Applied RTP patch from Brian Kuschak <bkuschak@yahoo.com>bertrand2002-01-101-5/+13
* Kept the HTTP connection open after autodetect, sobertrand2002-01-081-50/+49
* various small streaming fixes by Alban Bedel <albeu@free.fr>arpi2002-01-081-3/+8
* possible uninit pointer free()'dpl2001-12-251-3/+2
* RTP support patch by Brian Kuschak <bkuschak@yahoo.com>arpi2001-12-231-0/+137
* If the demuxer type is unknown it will start an http streaming.bertrand2001-12-191-6/+8
* nop_steraming fixedarpi2001-12-191-0/+1
* Added the Host field in the HTTP request.bertrand2001-12-181-0/+3
* Applied the patch from Alban Bedel <albeu@free.fr>.bertrand2001-12-141-2/+13
* Added a data field in the streaming_ctrl_t struct, to store anybertrand2001-12-111-3/+7
* Moved the network related include files from network.c to network.hbertrand2001-12-101-10/+0
* Checked the return values on read.bertrand2001-12-071-1/+13
* added some new typesalex2001-11-221-0/+3
* Removed my buffer hack to use cache2.bertrand2001-11-201-293/+156
* config.h cleanup, few things added to steram/demuxer headersarpi2001-10-301-0/+2
* Added ASF http server streaming (Not mms streaming).bertrand2001-10-261-1/+1
* libdemuxer...arpi2001-10-201-0/+592