aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux/http.c
Commit message (Expand)AuthorAge
* 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