Age | Commit message (Expand) | Author |
2004-02-23 | More size_t cleanups in the base64 functions. | Daniel Stenberg |
2004-02-09 | Modified the default HTTP Accept: header to only be Accept: */* | Daniel Stenberg |
2004-02-06 | A custom Host: header is only considered if the request is not made by | Daniel Stenberg |
2004-02-05 | if an empty 'transfer-encoding:' header is provided, we switch off the | Daniel Stenberg |
2004-02-02 | set the 'retry' bit to TRUE when the connection is about to be retried, | Daniel Stenberg |
2004-01-29 | Dan Fandrich's cleanup patch to make pedantic compiler options cause less | Daniel Stenberg |
2004-01-28 | Chunked-transfers should have an additional CRLF after the final 0 CRLF | Daniel Stenberg |
2004-01-27 | CONNECT response headers are now passed back as "regular" headers | Daniel Stenberg |
2004-01-22 | use curl_off_t instead of off_t! | Daniel Stenberg |
2004-01-09 | added one assert and a few comments describing how the auth stuff works | Daniel Stenberg |
2004-01-07 | updated year in the copyright string | Daniel Stenberg |
2004-01-05 | David J Meyer's large file support. | Daniel Stenberg |
2003-11-25 | When basic is the only auth wanted (which it is by default), the auth phase | Daniel Stenberg |
2003-11-24 | allow the end-of-headers from a proxy response to CONNECT end with a CRCR | Daniel Stenberg |
2003-11-24 | FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe it | Daniel Stenberg |
2003-11-20 | bail out properly on a 407 when we can't authenticate basic, bug report | Daniel Stenberg |
2003-10-31 | gmtime() really can't even return NULL, can it? | Daniel Stenberg |
2003-10-24 | Improved checks for bad memory situations and proper behaviour when we | Daniel Stenberg |
2003-10-21 | conn->user and conn->passwd will now always be set to point to something. | Daniel Stenberg |
2003-10-20 | allow no user and password for proxy too, Basic | Daniel Stenberg |
2003-10-20 | allow no user and no passwd when doing basic auth | Daniel Stenberg |
2003-10-18 | builds warning-free with -Wshadow now | Daniel Stenberg |
2003-10-18 | compiler warning fix | Daniel Stenberg |
2003-10-17 | make empty names look fine in verbose output | Daniel Stenberg |
2003-10-17 | show info text (verbose) about auth type and user name in use | Daniel Stenberg |
2003-10-14 | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg |
2003-10-07 | make sure that a regular POST using the read callback works | Daniel Stenberg |
2003-10-04 | Vincent Bronner pointed out that if you set CURLOPT_COOKIE to NULL, it still | Daniel Stenberg |
2003-09-19 | Markus Moeller's SPNEGO patch applied, with my edits, additions and minor | Daniel Stenberg |
2003-09-15 | When we issue a HTTP request, first make sure if the authentication phase | Daniel Stenberg |
2003-09-11 | Tim Bartley's patch that makes the GSSNEGOTIATE option work for Microsoft's | Daniel Stenberg |
2003-09-04 | ah, this change broke multiple test cases | Daniel Stenberg |
2003-09-04 | Jörg pointed out that I did this fix wrongly, now authwant is cleared | Daniel Stenberg |
2003-09-04 | Based on Joerg Mueller-Tolk's patch, this introduces support for | Daniel Stenberg |
2003-09-04 | 1. store the httpproxycode in the loop after it is parsed | Daniel Stenberg |
2003-09-04 | avoid proxy (and other) auth if no user+password is given | Daniel Stenberg |
2003-09-03 | Re-arranged code to make the proxy-CONNECT loop able to do some of the | Daniel Stenberg |
2003-08-12 | Bugfix from Serge Semashko that fixes a bug introduced when we applied his | Daniel Stenberg |
2003-08-11 | Added support for CURLINFO_HTTP_CONNECTCODE | Daniel Stenberg |
2003-08-11 | Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxies | Daniel Stenberg |
2003-08-11 | support sending off cookies without contents | Daniel Stenberg |
2003-08-06 | include "share.h" for the cookie sharing | Daniel Stenberg |
2003-08-04 | Dirk Manske's patch that introduces cookie support to the share interface. | Daniel Stenberg |
2003-08-02 | When proxy authentication is used in a CONNECT request (as used for all SSL | Daniel Stenberg |
2003-07-28 | clear http->send_buffer when we have freed the memory it pointed to | Daniel Stenberg |
2003-07-25 | Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't | Daniel Stenberg |
2003-07-21 | moved the proxyuser and proxypasswd fields from the sessionhandle to the | Daniel Stenberg |
2003-07-19 | Access the user and passwd fields from the connectdata struct now instead | Daniel Stenberg |
2003-07-04 | Peter Sylvester's patch was applied that introduces the following: | Daniel Stenberg |
2003-06-26 | major adjustments to the new authentication support | Daniel Stenberg |