summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
...
* - Craig A West brought us: libcurl now defaults to do CONNECT with HTTPDaniel Stenberg2009-02-021-3/+5
* Fixed a couple more locale-dependent toupper conversions, mainly forDan Fandrich2009-01-211-1/+1
* same procedure, simpler codeDaniel Stenberg2008-12-201-7/+1
* - Using the libssh2 0.19 function libssh2_session_block_directions(), libcurlDaniel Stenberg2008-12-191-0/+2
* - Christian Krause filed bug #2221237Daniel Stenberg2008-12-081-17/+33
* - I removed the default use of "Pragma: no-cache" from libcurl when a proxy isDaniel Stenberg2008-11-191-7/+0
* - Christian Krause reported and fixed a memory leak that would occur with HTTPDaniel Stenberg2008-11-191-0/+4
* - Rainer Canavan filed bug #2255627Daniel Stenberg2008-11-111-8/+5
* Factored out some common code into a new function output_auth_headersDan Fandrich2008-11-061-121/+92
* added an extra set of braces to unconfuse emacs and then I re-indented aDaniel Stenberg2008-10-281-108/+108
* fix compiler warningYang Tse2008-10-241-5/+2
* moved the Curl_raw_ functions into the new lib/rawstr.c file for easier curlx_Daniel Stenberg2008-10-231-0/+1
* Created Curl_raw_nequal() which does a C-locale string case comparison.Dan Fandrich2008-10-231-6/+5
* Fixed a compiler warning with --disable-proxyDan Fandrich2008-10-221-0/+4
* Compile away some more code in the CURL_DISABLE_PROXY case.Dan Fandrich2008-10-211-1/+9
* fix compiler warningYang Tse2008-10-171-6/+7
* 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