Age | Commit message (Expand) | Author |
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 |
2003-06-12 | CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there's | Daniel Stenberg |
2003-06-11 | Initial take at NTLM authentication. It doesn't really work at this point | Daniel Stenberg |
2003-06-10 | Daniel Kouril's patch that adds HTTP negotiation support to libcurl was | Daniel Stenberg |
2003-06-06 | When doing very big GET requests over HTTPS, we need to add some extra | Daniel Stenberg |
2003-05-28 | Posting static data using POST and chunked encoded now also appends the | Daniel Stenberg |
2003-05-27 | Rudy Koento experienced problems with curl's recent habit of POSTing data in | Daniel Stenberg |
2003-05-27 | Another socks5-fix. Make sure that when we use a socks-proxy, it is not the | Daniel Stenberg |
2003-05-22 | warning-free is better | Daniel Stenberg |
2003-05-22 | Better Digest stuff | Daniel Stenberg |
2003-05-22 | Initial Digest support. At least partly working. | Daniel Stenberg |
2003-05-12 | incoming proxy headers shall be sent to the debug function has HEADERs not | Daniel Stenberg |
2003-05-02 | If there is a custom Host: header specified, we use that host name to | Daniel Stenberg |
2003-04-30 | stop parsing Host: host names at colons too | Daniel Stenberg |
2003-04-30 | extract host name from custom Host: headers to use for cookies | Daniel Stenberg |
2003-03-31 | Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH that | Daniel Stenberg |
2003-03-16 | Juan F. Codagnone pointed out a missing thing from the march 2 fix | Daniel Stenberg |
2003-03-03 | Added typecast to please the MSVC compiler. | Daniel Stenberg |
2003-03-02 | Init postdata properly before issuing a request, so that there isn't any | Daniel Stenberg |