summaryrefslogtreecommitdiffstats
path: root/stream/http.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: typo fix UNSUPORTED --> UNSUPPORTEDdiego2007-08-281-4/+4
* Fix base64_encode() max output length checking.uau2007-01-281-4/+3
* Fix double free of *http_hdr at server error.iive2006-12-301-2/+2
* Make sure closesocket is called.reimar2006-12-101-0/+10
* STREAM_UNSUPPORTED is -1, so use the former for return value in all places.reimar2006-12-101-4/+2
* Make sure stream->fd is set correct (esp. to -1 on error when fd is closed)reimar2006-12-101-1/+2
* Fix misplaced http_freereimar2006-12-091-1/+1
* Fix potential endless loop in http_streaming_start duereimar2006-12-091-0/+1
* Fix lots and lots of potential memory/fd leaks in http_streaming_startreimar2006-12-091-19/+28
* Support URL redirections that do not specify full URL.reimar2006-11-081-2/+1
* slight overall verbosity reductiondiego2006-10-121-2/+2
* Handle 303 (See Other) redirect, part of a patch by Benjamin Zores (ben at ge...reimar2006-08-201-0/+2
* proper inclusion of demuxer.h (including libmpdemux in Makefile only was to m...ben2006-08-041-1/+1
* introduce new 'stream' directory for all stream layer related components and ...ben2006-07-311-0/+948