summaryrefslogtreecommitdiffstats
path: root/libmpdemux/http.c
Commit message (Expand)AuthorAgeFilesLines
* Multiple unsv/scast bug fixes.reimar2005-07-231-8/+14
* Forgotten doxygen commentsreimar2005-07-201-0/+15
* Ultravox improvements according to specs (didn't know they existed *g*)reimar2005-07-201-3/+6
* SHOUTcast and ultravox supportreimar2005-07-191-2/+146
* Remove code that is already done by fixup_network_stream_cache.reimar2005-06-161-9/+0
* Change header order to avoid compile error because of STREAM_SEEKreimar2005-06-021-7/+9
* ported all network streams to the new APInicodvb2005-05-291-0/+333
* free http field_name to fix memleakreimar2005-01-111-0/+2
* Fix url escaping and avoid double escapertognimp2004-05-011-2/+2
* remote exploitable heap overflow fix by ("blexim" <blexim at hush dot com>)michael2004-03-301-1/+1
* Removed hard coded value for the length of the header separator.bertrand2002-11-131-4/+6
* Check if realloc failed on http_hdr->buffer instead of ptr in http_response_a...bertrand2002-09-071-2/+2
* - simpler http_response_append (uses realloc())arpi2002-09-061-16/+8
* Added base64 encoderbertrand2002-06-231-0/+100
* Removed unecessary malloc and memcpy.bertrand2002-06-201-9/+2
* Convert printf to mp_msg in the network layeralbeu2002-04-301-28/+29
* Fixed the http response parser when the http header only has the HTTPbertrand2002-02-231-1/+2
* Modified the output of the http_debug function.bertrand2002-01-231-6/+12
* 10l...arpi2001-12-271-1/+0
* warning fix == cleanuparpi2001-12-271-3/+3
* Handle broken server that doesn't send CRLF but jusr LF.bertrand2001-12-161-11/+14
* Made the HTTP request escaped the url.bertrand2001-12-141-7/+26
* Removed the field number limitation.bertrand2001-11-201-26/+54
* Added ASF http server streaming (Not mms streaming).bertrand2001-10-261-1/+1
* libdemuxer...arpi2001-10-201-0/+296