summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* FTP third transfer support overhaul. See CHANGES for details.Daniel Stenberg2005-01-211-3/+2
* NULL the fp pointer after it has been fclosed()Daniel Stenberg2004-12-161-1/+3
* Dinar in bug report #1086121, found a file handle leak when a multipartDaniel Stenberg2004-12-161-0/+3
* don't try the rewind if no http struct is allocated yetDaniel Stenberg2004-12-101-1/+8
* Dan Fandrich added the --disable-cookies option to configure to buildDaniel Stenberg2004-12-051-0/+4
* made the intended one hour default timeout in the CONNECT loop actually workDaniel Stenberg2004-12-021-12/+9
* comment cleanupDaniel Stenberg2004-12-021-16/+6
* prevent an initial "(nil)" to get sent in the initial request when doingDaniel Stenberg2004-12-021-1/+1
* HTTP "auth done right". See lib/README.httpauthDaniel Stenberg2004-11-241-49/+151
* David Phillips' FD_SETSIZE fixDaniel Stenberg2004-11-191-18/+4
* Dan Fandrich added the --disable-crypto-auth option to configure to allowDaniel Stenberg2004-11-121-4/+10
* Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST.Daniel Stenberg2004-11-111-6/+26
* Tim Sneddon's VMS fix for huge HTTP POSTsDaniel Stenberg2004-11-051-4/+5
* 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