Age | Commit message (Expand) | Author |
2003-10-16 | password promting support removed from libcurl | Daniel Stenberg |
2003-10-14 | Gisle Vanem's IPv6-on-Windows patch applied! | Daniel Stenberg |
2003-10-09 | Lachlan O'Dea fixed a resume problem: "If I set CURLOPT_RESUME_FROM, perform | Daniel Stenberg |
2003-09-19 | Markus Moeller's SPNEGO patch applied, with my edits, additions and minor | Daniel Stenberg |
2003-09-15 | If a connection is closed down and it had some kind of NTLM involved, we | Daniel Stenberg |
2003-09-03 | Early Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT patch applied. | Daniel Stenberg |
2003-09-03 | Joerg Mueller-Tolk's fix to better deal with user+passwords for proxies | Daniel Stenberg |
2003-08-28 | CURLOPT_BUFFERSIZE must not be smaller than 0 (zero) as that is impossible | Daniel Stenberg |
2003-08-17 | setting WRITEFUNCTION or READFUNCTION to NULL will now reset the callback | Daniel Stenberg |
2003-08-14 | prevent memory leak when going out of memory | Daniel Stenberg |
2003-08-11 | use safefree instead | Daniel Stenberg |
2003-08-11 | memory leak fixed when re-using connections with proxy user+passwd | Daniel Stenberg |
2003-08-11 | Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxies | Daniel Stenberg |
2003-08-11 | the new cookie functions that require 'data' passed in | Daniel Stenberg |
2003-08-08 | Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied | Daniel Stenberg |
2003-08-05 | ares awareness/usage/support added. If configure --enable-ares is used, we | Daniel Stenberg |
2003-08-04 | Dirk Manske's patch that introduces cookie support to the share interface. | Daniel Stenberg |
2003-07-25 | Removed #include <sys/resource.h>, as pointed out by Henry Bland we don't | Daniel Stenberg |
2003-07-23 | When we re-use an existing connection we must make sure that we don't | Daniel Stenberg |
2003-07-22 | reversed the check for GSSAPI when request that auth | Daniel Stenberg |
2003-07-21 | moved the proxyuser and proxypasswd fields from the sessionhandle to the | Daniel Stenberg |
2003-07-20 | If NTLM is requested, only re-use connections that have the exact same | 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 | added CURLOPT_HTTPAUTH 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 | Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we plan | Daniel Stenberg |
2003-06-10 | Daniel Kouril's patch that adds HTTP negotiation support to libcurl was | Daniel Stenberg |
2003-05-23 | include digest.h for proto | Daniel Stenberg |
2003-05-22 | Added CURLOPT_HTTPDIGEST support | Daniel Stenberg |
2003-05-21 | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg |
2003-05-12 | Dan Fandrich changed CURLOPT_ENCODING to select all supported encodings if | Daniel Stenberg |
2003-05-09 | support for CURLOPT_FTP_USE_EPRT added | Daniel Stenberg |
2003-04-30 | if there's a cookiehost allocated, free that too | Daniel Stenberg |
2003-04-11 | ah, move the zero byte too or havoc will occur | Daniel Stenberg |
2003-04-11 | support ? as separator instead of / even if not protocol was given | Daniel Stenberg |
2003-04-11 | show a verbose warning message in case cookie-saving fails, after | Daniel Stenberg |
2003-04-10 | Vlad Krupin's URL parsing patch to fix the URL parsing when the URL has no | Daniel Stenberg |
2003-03-31 | move the ssl config clone call to before the connectionexists call and then | Daniel Stenberg |
2003-03-31 | Fixup after talks with Richard Bramante. We should now make better | Daniel Stenberg |
2003-03-31 | Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH that | Daniel Stenberg |
2003-03-31 | Frankie Fong filed bug report #708708 which identified a problem with | Daniel Stenberg |
2003-03-25 | white space and indent fix | Daniel Stenberg |
2003-03-24 | Richard Bramante's provided a fix for a handle re-use problem seen when you | Daniel Stenberg |
2003-03-21 | Hopefully this change addresses these two bug reports: 707003 and 706624. | Daniel Stenberg |
2003-03-11 | Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier. | Daniel Stenberg |
2003-02-28 | include the engine stuff | Daniel Stenberg |
2003-02-24 | Kjetil Jacobsen found out that setting CURLOPT_MAXCONNECTS to a value higher | Daniel Stenberg |
2003-02-04 | added the sharing of DNS cache | Jean-Philippe Barette-LaPierre |