summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* Paul Nolan fix to make libcurl build nicely on Windows CEDaniel Stenberg2004-11-021-0/+4
* Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on aDaniel Stenberg2004-10-251-0/+8
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-6/+6
* - Bug report #1025986. When following a Location: with a custom Host: headerDaniel Stenberg2004-09-101-13/+23
* Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs andDaniel Stenberg2004-08-231-12/+18
* allow a custom "Accept-Encoding:" header override the internally set oneDaniel Stenberg2004-08-161-0/+9
* Roland Krikava's cookies over proxy fix.Daniel Stenberg2004-08-161-1/+1
* Fixes Brian Akins' reported problems with duplicate Host: headers on re-usedDaniel Stenberg2004-07-281-2/+4
* typecast to prevent picky compiler warningDaniel Stenberg2004-07-011-1/+1
* spellfixed commentsDaniel Stenberg2004-07-011-6/+5
* use snprintf() to be on the safe sideDaniel Stenberg2004-06-241-1/+1
* When doing auth negotiations or authprobing, we only consider HTTP codeDaniel Stenberg2004-06-191-4/+7
* With David Byron's test server I could repeat his problem and make sure thatDaniel Stenberg2004-06-181-4/+5
* Fix the auth code to enable us to i.e set DIGEST and then find out that theDaniel Stenberg2004-06-151-35/+33
* moved default: in a switch case to prevent compiler warning that 'request'Daniel Stenberg2004-06-131-2/+1
* updated a commentDaniel Stenberg2004-06-031-4/+2
* Alexander Krasnostavsky's FTP third party transfer (proxy) supportDaniel Stenberg2004-06-031-2/+4
* Added a new 'bit' in the connect struct named 'tunnel_proxy' that is setDaniel Stenberg2004-05-261-53/+56
* Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE couldDaniel Stenberg2004-05-241-20/+27
* Curl_done() and the protocol-specific conn->curl_done() functions now allDaniel Stenberg2004-05-121-1/+3
* curl_global_init_mem() allows the memory functions to be replaced.Daniel Stenberg2004-05-111-3/+1
* Moved the fetching of the list of matching cookies to make it easier to freeDaniel Stenberg2004-05-101-34/+35
* typoDaniel Stenberg2004-05-101-1/+1
* better detection for when add_buffer() returns failure, and return when thatDaniel Stenberg2004-05-101-7/+17
* initiate variables properly to default to no auth for server and proxyDaniel Stenberg2004-05-051-2/+2
* bail out when an add_buffer() function returns failureDaniel Stenberg2004-05-041-32/+66
* check malloc() return codeDaniel Stenberg2004-05-041-13/+16
* General HTTP authentication cleanup and fixesDaniel Stenberg2004-05-041-193/+207
* fixed the host/proxy name issue when re-using a connection and made IDN namesDaniel Stenberg2004-04-291-1/+34
* Made host name and proxy name get stored in a 'struct hostname' and setDaniel Stenberg2004-04-271-4/+5
* IDN adjustments and host cleanups by GisleDaniel Stenberg2004-04-261-4/+5
* Replaced Curl_FormReadOneLine with Curl_formpostheader as that is the only useDaniel Stenberg2004-04-231-7/+5
* missing braceDaniel Stenberg2004-04-221-0/+1
* - David Byron found and fixed a small bug with the --fail and authenticationDaniel Stenberg2004-04-221-6/+31
* Added commentsDaniel Stenberg2004-04-221-12/+53
* Cleaned up hostname/name/gname and path/ppath confusion. Removed the fixed-Daniel Stenberg2004-04-201-2/+2
* remove an long time #defined struct member and use the actual "real" nameDaniel Stenberg2004-04-131-1/+1
* getting only a 100 Continue response and nothing else, when talking HTTP,Daniel Stenberg2004-04-071-3/+5
* New authentication code added, particularly noticable when doing POST or PUTDaniel Stenberg2004-04-061-24/+70
* adjusted to the new dns cache function to hide more hostip internalsDaniel Stenberg2004-03-301-6/+3
* if 0'ed out a code section that uses __FUNCTION__ etc, used for debuggingDaniel Stenberg2004-03-301-0/+2
* David Byron made CURLOPT_FAILONERROR work with authentications such as NTLMDaniel Stenberg2004-03-301-28/+101
* fix signed and unsigned warningsDaniel Stenberg2004-03-141-2/+2
* postsize is off_t now, so we typecase it to int before doing normal printfDaniel Stenberg2004-03-131-1/+1
* the postsize is an off_t so use the proper printf format to output theDaniel Stenberg2004-03-131-1/+1
* more variable type fixing for the huge postsDaniel Stenberg2004-03-121-2/+2
* more variable type fixes for the large POST supportDaniel Stenberg2004-03-121-2/+2
* Made the 'postsize' variable an off_t type to be able to hold large fileDaniel Stenberg2004-03-121-2/+3
* Use more curl_off_t variables when doing the progress meter calculations andDaniel Stenberg2004-03-101-2/+2
* curl_socket_t mistakes cleanupDaniel Stenberg2004-03-101-1/+1