summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* chunked-encoding with Content-Length: header problemDaniel Stenberg2010-03-231-2/+1
* fix compiler warningYang Tse2010-02-251-0/+2
* fix printf-style format stringsYang Tse2010-02-041-7/+7
* wrap long lines and do some indent policingDaniel Stenberg2010-01-221-8/+11
* fix compilation when http is disabledYang Tse2010-01-221-4/+1
* fix compiler warningYang Tse2010-01-211-1/+1
* Chris Conroy brought support for RTSP transfers, and with it comes 8(!) newDaniel Stenberg2010-01-211-183/+246
* removed a parameter from the Curl_http_readwrite_headers() prototype to removeDaniel Stenberg2010-01-071-2/+2
* move HTTP-specific functions to http.c where they belongDaniel Stenberg2009-12-291-0/+756
* - Martin Storsjo made libcurl use the Expect: 100-continue header for postsDaniel Stenberg2009-12-071-2/+2
* - If the Expect: 100-continue header has been set by the application throughDaniel Stenberg2009-12-011-9/+21
* Make usage of calloc()'s arguments consistent with rest of code baseYang Tse2009-11-181-2/+2
* - "Tom" posted a bug report that mentioned how libcurl did wrong when doing aDaniel Stenberg2009-10-301-1/+11
* John Dennis filed bug report #2873666Daniel Stenberg2009-10-181-0/+3
* With CURLOPT_PROXY_TRANSFER_MODE, avoid sending invalid URLs likeMichal Marek2009-08-211-7/+14
* - Constantine Sapuntzakis posted bug report #2813123Daniel Stenberg2009-07-081-11/+11
* fix indentation.Michal Marek2009-06-191-13/+13
* - When doing non-anonymous ftp via http proxies and the password is notMichal Marek2009-06-161-22/+36
* - Fabian Keil ran clang on the (lib)curl code, found a bunch of warnings andDaniel Stenberg2009-06-101-3/+2
* - Setting the Content-Length: header from your app when you do a POST or PUTDaniel Stenberg2009-06-051-3/+8
* fix compiler warning: unused parameterYang Tse2009-05-281-1/+1
* - Balint Szilakszi reported a memory leak when libcurl did gzip decompressionDaniel Stenberg2009-05-111-0/+3
* - I fixed the problem with doing NTLM, POST and then following a 302 redirect,Daniel Stenberg2009-05-111-0/+2
* fix compiler warningYang Tse2009-05-051-1/+1
* David McCreedy's "http.c fix to Curl_proxyCONNECT for non-ASCII platforms" patchYang Tse2009-05-011-1/+9
* - Bug report #2709004 (http://curl.haxx.se/bug/view.cgi?id=2709004) by TimDaniel Stenberg2009-04-281-27/+31
* libcurl's memory.h renamed to curl_memory.hYang Tse2009-04-211-1/+1
* - Brian J. Murrell found out that Negotiate proxy authentication didn't work.Daniel Stenberg2009-02-241-3/+6
* - 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