summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed Curl_ascii_equal to Curl_raw_equal and bugfixed the my_toupper functionDaniel Stenberg2008-10-161-2/+2
* - Pascal Terjan filed bug #2154627Daniel Stenberg2008-10-151-2/+2
* Added const to some pointer variablesDan Fandrich2008-10-081-3/+3
* Fixed some compiler warnings with gccDan Fandrich2008-10-011-0/+3
* Removed unneeded includes of signal.h and setjmp.hDan Fandrich2008-09-291-1/+0
* Fixed a few comment typosDan Fandrich2008-09-261-4/+4
* - Michael Goffioul filed bug report #2107377 "Problem with mutli + GnuTLS +Daniel Stenberg2008-09-221-0/+7
* fix compiler warningYang Tse2008-09-081-2/+2
* remove unnecessary typecasting of malloc()Yang Tse2008-09-061-2/+2
* remove unnecessary typecasting of calloc()Yang Tse2008-09-061-1/+1
* remove unnecessary typecasting of realloc()Yang Tse2008-09-061-1/+1
* Improved the logic the decides whether to use HTTP 1.1 features or not in aDan Fandrich2008-09-051-11/+31
* Made some variables const which eliminated some castsDan Fandrich2008-09-021-7/+7
* libcurl internal base64.h header file renamed to curl_base64.hYang Tse2008-08-171-1/+1
* Library internal only C preprocessor macros FORMAT_OFF_T and FORMAT_OFF_TUYang Tse2008-08-161-11/+11
* For congruency sake with the naming of other CURL_XXXXXX_CURL_OFF_T macros,Yang Tse2008-08-151-11/+11
* Fixed a buffer overflow problem in Curl_proxyCONNECT that could occurDan Fandrich2008-08-121-0/+3
* remove debug code I accidentally left in hereDaniel Stenberg2008-08-061-2/+0
* - Yehoshua Hershberg found a problem that would make libcurl re-use aDaniel Stenberg2008-08-041-1/+4
* - Test cases 1051, 1052 and 1055 were added by Daniel Fandrich on July 30 andDaniel Stenberg2008-08-041-5/+16
* - Test case 1041 (added by Daniel Fandrich April 14th) proved a bug where PUTDaniel Stenberg2008-08-031-1/+11
* Factored out Curl_copy_header_valueDan Fandrich2008-07-301-16/+66
* Phil Blundell provided a fix for libcurl's treatment of unexpected 1xxDaniel Stenberg2008-07-031-1/+1
* - Eduard Bloch filed the debian bug report #487567Daniel Stenberg2008-06-221-1/+1
* when the multi handle was in DO and DOING states, the HTTP and HTTPS protocolDaniel Stenberg2008-05-191-2/+18
* Added comments, check Curl_http_auth_act()'s return code and added a checkDaniel Stenberg2008-05-031-2/+16
* Some trivial changesDan Fandrich2008-04-171-1/+3
* expanded a comment around some of the new formpost callback usageDaniel Stenberg2008-03-311-3/+8
* - Added CURLFORM_STREAM as a supported option to curl_formadd() to allow anDaniel Stenberg2008-03-311-0/+2
* - As found out and reported by Dan Petitt, libcurl didn't show progress/callDaniel Stenberg2008-03-271-370/+376
* - Anatoli Tubman found and fixed a crash with Negotiate authentication used onDaniel Stenberg2008-03-011-0/+8
* https_getsock() should be static all over (and did some fixed indenting)Daniel Stenberg2008-02-181-18/+18
* rephrased commentDaniel Stenberg2008-02-171-1/+1
* don't do the GOT_NOTHING error check if the DONE function was called withDaniel Stenberg2008-02-171-1/+3
* - Pooyan McSporran found and fixed a flaw where you first would do a normalDaniel Stenberg2008-02-151-2/+1
* - Dmitry Kurochkin moved several struct fields from the connectdata struct toDaniel Stenberg2008-01-311-10/+20
* - Kevin Reed filed bug report #1879375Daniel Stenberg2008-01-251-2/+11
* "Igor" pointed out that CURLOPT_COOKIELIST set to "ALL" leaked memory, and soDaniel Stenberg2008-01-231-1/+1
* Joe Malicki filed bug report #1871269Daniel Stenberg2008-01-141-1/+3
* Georg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOPT_SEEKDATA to allowDaniel Stenberg2008-01-101-21/+34
* David Wright filed bug report #1849764Daniel Stenberg2007-12-131-10/+12
* All static functions that were previously name Curl_* something no longerDaniel Stenberg2007-12-081-22/+22
* Spacen Jasset reported a problem with doing POST (with data read with aDaniel Stenberg2007-12-051-3/+5
* Michal Marek introduced CURLOPT_PROXY_TRANSFER_MODE which is used to controlDaniel Stenberg2007-12-021-14/+16
* struct HandleData is now called struct SingleRequest, and is only for data thatDaniel Stenberg2007-11-241-68/+64
* white space changes only to clean up indent and source widthDaniel Stenberg2007-11-201-1/+2
* Fix unsigned integral math check in add_buffer_send()Yang Tse2007-11-161-1/+1
* Ates Goral identified a problem in http.c:add_buffer_send() when a debugDaniel Stenberg2007-11-151-9/+22
* removed unnecessary check from add_buffer_send() that only was made withinDaniel Stenberg2007-11-151-10/+10
* Fix a variable potential wrapping in add_buffer() when using absolutelyYang Tse2007-11-141-1/+20