summaryrefslogtreecommitdiffstats
path: root/libmpdemux/http.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed hard coded value for the length of the header separator.bertrand2002-11-131-4/+6
| | | | | | | Used the value previous detected. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8180 b3059339-0415-0410-9bf9-f77b7e298cf2
* Check if realloc failed on http_hdr->buffer instead of ptr in ↵bertrand2002-09-071-2/+2
| | | | | | | | | http_response_append, and got rid of ptr which wasn't used anymore. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7305 b3059339-0415-0410-9bf9-f77b7e298cf2
* - simpler http_response_append (uses realloc())arpi2002-09-061-16/+8
| | | | | | | | | | - http_response_append addes extra 0 byte to close teh string (some functions like http_is_header_entire() use standard string functions like strstr which requires trailing zero) - check for NULL string in http_is_header_entire() git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7294 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added base64 encoderbertrand2002-06-231-0/+100
| | | | | | | Added http basic authentication git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6515 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed unecessary malloc and memcpy.bertrand2002-06-201-9/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6466 b3059339-0415-0410-9bf9-f77b7e298cf2
* Convert printf to mp_msg in the network layeralbeu2002-04-301-28/+29
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5916 b3059339-0415-0410-9bf9-f77b7e298cf2
* Fixed the http response parser when the http header only has the HTTPbertrand2002-02-231-1/+2
| | | | | | | | answer and no field. Fixed some compiler warnings. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4817 b3059339-0415-0410-9bf9-f77b7e298cf2
* Modified the output of the http_debug function.bertrand2002-01-231-6/+12
| | | | | | | Fixed a bug in the reading of the "reason answer" git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4312 b3059339-0415-0410-9bf9-f77b7e298cf2
* 10l...arpi2001-12-271-1/+0
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3786 b3059339-0415-0410-9bf9-f77b7e298cf2
* warning fix == cleanuparpi2001-12-271-3/+3
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3785 b3059339-0415-0410-9bf9-f77b7e298cf2
* Handle broken server that doesn't send CRLF but jusr LF.bertrand2001-12-161-11/+14
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3515 b3059339-0415-0410-9bf9-f77b7e298cf2
* Made the HTTP request escaped the url.bertrand2001-12-141-7/+26
| | | | | | | This now allow for example the spaces in the URL. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3498 b3059339-0415-0410-9bf9-f77b7e298cf2
* Removed the field number limitation.bertrand2001-11-201-26/+54
| | | | | | | We can add as much field as we want. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3040 b3059339-0415-0410-9bf9-f77b7e298cf2
* Added ASF http server streaming (Not mms streaming).bertrand2001-10-261-1/+1
| | | | | | | | Fixed one bug in the ASF mms streaming. Fixed a typo in http. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2490 b3059339-0415-0410-9bf9-f77b7e298cf2
* libdemuxer...arpi2001-10-201-0/+296
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2311 b3059339-0415-0410-9bf9-f77b7e298cf2