Age | Commit message (Expand) | Author |
2006-01-09 | Made the copyright year match the latest modification's year. | Daniel Stenberg |
2006-01-07 | Mike Jean fixed so that the second CONNECT when doing FTP over a HTTP proxy | Daniel Stenberg |
2005-10-20 | Dave Dribin made libcurl understand and handle cases when the server | Daniel Stenberg |
2005-07-05 | correction for the 407 with response-body case | Daniel Stenberg |
2005-07-03 | Andrew Bushnell provided enough info for me to tell that we badly needed to | Daniel Stenberg |
2005-05-11 | Modified the default HTTP headers used by libcurl: | Daniel Stenberg |
2005-04-25 | Fred New reported a bug where we used Basic auth and user name and password in | Daniel Stenberg |
2005-04-18 | Toshiyuki Maezawa reported that when doing a POST with a read callback, | Daniel Stenberg |
2005-04-07 | GnuTLS support added. There's now a "generic" SSL layer that we use all over | Daniel Stenberg |
2005-04-03 | Hardeep Singh reported a problem doing HTTP POST with Digest. (It was actually | Daniel Stenberg |
2005-03-29 | Don't close the connection if we're in a known negotiation mode and we won't | Daniel Stenberg |
2005-03-28 | Based on Augustus Saunders' comments and findings, the HTTP output auth | Daniel Stenberg |
2005-03-10 | Christopher R. Palmer made it possible to build libcurl with the | Daniel Stenberg |
2005-02-18 | Ralph Mitchell reported a flaw when you used a proxy with auth, and you | Daniel Stenberg |
2005-02-16 | Christopher R. Palmer reported a problem with HTTP-POSTing using "anyauth" | Daniel Stenberg |
2005-02-11 | Removed all uses of strftime() since it uses the localised version of the | Daniel Stenberg |
2005-02-09 | FTP code turned into state machine. Not completely yet, but a good start. | Daniel Stenberg |
2005-02-06 | Preserve previous status in Curl_http_done(). | Gisle Vanem |
2005-01-21 | FTP third transfer support overhaul. See CHANGES for details. | Daniel Stenberg |
2004-12-16 | NULL the fp pointer after it has been fclosed() | Daniel Stenberg |
2004-12-16 | Dinar in bug report #1086121, found a file handle leak when a multipart | Daniel Stenberg |
2004-12-10 | don't try the rewind if no http struct is allocated yet | Daniel Stenberg |
2004-12-05 | Dan Fandrich added the --disable-cookies option to configure to build | Daniel Stenberg |
2004-12-02 | made the intended one hour default timeout in the CONNECT loop actually work | Daniel Stenberg |
2004-12-02 | comment cleanup | Daniel Stenberg |
2004-12-02 | prevent an initial "(nil)" to get sent in the initial request when doing | Daniel Stenberg |
2004-11-24 | HTTP "auth done right". See lib/README.httpauth | Daniel Stenberg |
2004-11-19 | David Phillips' FD_SETSIZE fix | Daniel Stenberg |
2004-11-12 | Dan Fandrich added the --disable-crypto-auth option to configure to allow | Daniel Stenberg |
2004-11-11 | Fix behaviour when passing NULL to CURLOPT_POSTFIELDS and CURLOPT_HTTPPOST. | Daniel Stenberg |
2004-11-05 | Tim Sneddon's VMS fix for huge HTTP POSTs | Daniel Stenberg |
2004-11-02 | Paul Nolan fix to make libcurl build nicely on Windows CE | Daniel Stenberg |
2004-10-25 | Tomas Pospisek filed bug report #1053287 that proved -C - and --fail on a | Daniel Stenberg |
2004-10-06 | removed tabs and trailing whitespace from source | Daniel Stenberg |
2004-09-10 | - Bug report #1025986. When following a Location: with a custom Host: header | Daniel Stenberg |
2004-08-23 | Roman Koifman pointed out that libcurl send Expect: 100-continue on POSTs and | Daniel Stenberg |
2004-08-16 | allow a custom "Accept-Encoding:" header override the internally set one | Daniel Stenberg |
2004-08-16 | Roland Krikava's cookies over proxy fix. | Daniel Stenberg |
2004-07-28 | Fixes Brian Akins' reported problems with duplicate Host: headers on re-used | Daniel Stenberg |
2004-07-01 | typecast to prevent picky compiler warning | Daniel Stenberg |
2004-07-01 | spellfixed comments | Daniel Stenberg |
2004-06-24 | use snprintf() to be on the safe side | Daniel Stenberg |
2004-06-19 | When doing auth negotiations or authprobing, we only consider HTTP code | Daniel Stenberg |
2004-06-18 | With David Byron's test server I could repeat his problem and make sure that | Daniel Stenberg |
2004-06-15 | Fix the auth code to enable us to i.e set DIGEST and then find out that the | Daniel Stenberg |
2004-06-13 | moved default: in a switch case to prevent compiler warning that 'request' | Daniel Stenberg |
2004-06-03 | updated a comment | Daniel Stenberg |
2004-06-03 | Alexander Krasnostavsky's FTP third party transfer (proxy) support | Daniel Stenberg |
2004-05-26 | Added a new 'bit' in the connect struct named 'tunnel_proxy' that is set | Daniel Stenberg |
2004-05-24 | Robert D. Young reported that CURLOPT_COOKIEFILE and CURLOPT_COOKIE could | Daniel Stenberg |