summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* remove variable declaration shadowing previously declared oneYang Tse2006-07-191-1/+1
* Remove variable declaration shadowing previously declared oneYang Tse2006-07-191-5/+3
* Toshiyuki Maezawa fixed a problem where you couldn't override theDaniel Stenberg2006-07-041-1/+3
* Curl_https_getsock() was OpenSSL-specific and really should not be presentDaniel Stenberg2006-05-051-0/+14
* Roland Blom filed bug report #1481217Daniel Stenberg2006-05-041-2/+0
* First curl_multi_socket() commit. Should primarily be considered as an internalDaniel Stenberg2006-04-101-11/+11
* Xavier Bouchoux made the SSL connection non-blocking for the multi interfaceDaniel Stenberg2006-03-211-8/+58
* Karl M added the CURLOPT_CONNECT_ONLY and CURLINFO_LASTSOCKET options thatDaniel Stenberg2006-02-111-1/+1
* Made the copyright year match the latest modification's year.Daniel Stenberg2006-01-091-1/+1
* Mike Jean fixed so that the second CONNECT when doing FTP over a HTTP proxyDaniel Stenberg2006-01-071-8/+13
* Dave Dribin made libcurl understand and handle cases when the serverDaniel Stenberg2005-10-201-12/+17
* correction for the 407 with response-body caseDaniel Stenberg2005-07-051-1/+6
* Andrew Bushnell provided enough info for me to tell that we badly needed toDaniel Stenberg2005-07-031-13/+39
* Modified the default HTTP headers used by libcurl:Daniel Stenberg2005-05-111-66/+143
* Fred New reported a bug where we used Basic auth and user name and password inDaniel Stenberg2005-04-251-0/+1
* Toshiyuki Maezawa reported that when doing a POST with a read callback,Daniel Stenberg2005-04-181-34/+34
* GnuTLS support added. There's now a "generic" SSL layer that we use all overDaniel Stenberg2005-04-071-6/+6
* Hardeep Singh reported a problem doing HTTP POST with Digest. (It was actuallyDaniel Stenberg2005-04-031-0/+4
* Don't close the connection if we're in a known negotiation mode and we won'tDaniel Stenberg2005-03-291-15/+21
* Based on Augustus Saunders' comments and findings, the HTTP output authDaniel Stenberg2005-03-281-4/+4
* Christopher R. Palmer made it possible to build libcurl with theDaniel Stenberg2005-03-101-3/+3
* Ralph Mitchell reported a flaw when you used a proxy with auth, and youDaniel Stenberg2005-02-181-21/+21
* Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth"Daniel Stenberg2005-02-161-14/+25
* Removed all uses of strftime() since it uses the localised version of theDaniel Stenberg2005-02-111-9/+14
* FTP code turned into state machine. Not completely yet, but a good start.Daniel Stenberg2005-02-091-3/+10
* Preserve previous status in Curl_http_done().Gisle Vanem2005-02-061-2/+4
* 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