aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/http.c
Commit message (Expand)AuthorAge
* Remove unused variables, patch by Stefan Huehner stefan at huehner org.Gravatar diego2006-07-08
* rm unnecesary casts from void* - part 3Gravatar reynaldo2006-07-02
* Fix potential integer overflows in memory allocation.Gravatar rtogni2006-06-04
* free memory on error in http_add_basic_authenticationGravatar reimar2006-04-14
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Fix base64 encoding for basic auth according to RFC.Gravatar reimar2006-03-08
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Add another content-type for aac audio in shoutcast streamsGravatar rtognimp2005-11-08
* fix typos: aslo->also, falback->fallback (they were just too annoying *g*)Gravatar reimar2005-11-06
* Use correct demuxer type for aac in shoutcast streamsGravatar rtognimp2005-11-05
* another url_free that shouldn't be commented out.Gravatar reimar2005-09-28
* memleak fixes when invalid http url specified.Gravatar reimar2005-09-06
* Some ICY servers (e.g. http://broadcast.spnet.net:8000/darikhigh) do not setGravatar reimar2005-07-24
* Multiple unsv/scast bug fixes.Gravatar reimar2005-07-23
* Forgotten doxygen commentsGravatar reimar2005-07-20
* Ultravox improvements according to specs (didn't know they existed *g*)Gravatar reimar2005-07-20
* SHOUTcast and ultravox supportGravatar reimar2005-07-19
* Remove code that is already done by fixup_network_stream_cache.Gravatar reimar2005-06-16
* Change header order to avoid compile error because of STREAM_SEEKGravatar reimar2005-06-02
* ported all network streams to the new APIGravatar nicodvb2005-05-29
* free http field_name to fix memleakGravatar reimar2005-01-11
* Fix url escaping and avoid double escapeGravatar rtognimp2004-05-01
* remote exploitable heap overflow fix by ("blexim" <blexim at hush dot com>)Gravatar michael2004-03-30
* Removed hard coded value for the length of the header separator.Gravatar bertrand2002-11-13
* Check if realloc failed on http_hdr->buffer instead of ptr in http_response_a...Gravatar bertrand2002-09-07
* - simpler http_response_append (uses realloc())Gravatar arpi2002-09-06
* Added base64 encoderGravatar bertrand2002-06-23
* Removed unecessary malloc and memcpy.Gravatar bertrand2002-06-20
* Convert printf to mp_msg in the network layerGravatar albeu2002-04-30
* Fixed the http response parser when the http header only has the HTTPGravatar bertrand2002-02-23
* Modified the output of the http_debug function.Gravatar bertrand2002-01-23
* 10l...Gravatar arpi2001-12-27
* warning fix == cleanupGravatar arpi2001-12-27
* Handle broken server that doesn't send CRLF but jusr LF.Gravatar bertrand2001-12-16
* Made the HTTP request escaped the url.Gravatar bertrand2001-12-14
* Removed the field number limitation.Gravatar bertrand2001-11-20
* Added ASF http server streaming (Not mms streaming).Gravatar bertrand2001-10-26
* libdemuxer...Gravatar arpi2001-10-20