| Commit message (Expand) | Author | Age | Files | Lines |
* | Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was applied | Daniel Stenberg | 2003-08-08 | 1 | -0/+1 |
* | ares awareness/usage/support added. If configure --enable-ares is used, we | Daniel Stenberg | 2003-08-05 | 1 | -0/+23 |
* | Reverted the 'filetime' struct field back to a 'long' as time_t is sometimes | Daniel Stenberg | 2003-07-30 | 1 | -2/+4 |
* | Added a separate struct for the proxyntlm data, as it will/can be different | Daniel Stenberg | 2003-07-22 | 1 | -0/+1 |
* | moved the proxyuser and proxypasswd fields from the sessionhandle to the | Daniel Stenberg | 2003-07-21 | 1 | -2/+3 |
* | No longer stores user+password in the sessionhandle, now doing that in the | Daniel Stenberg | 2003-07-19 | 1 | -6/+3 |
* | Moved the NTLM credentials to the connectdata struct instead, as NTLM | Daniel Stenberg | 2003-07-15 | 1 | -1/+3 |
* | Peter Sylvester's patch was applied that introduces the following: | Daniel Stenberg | 2003-07-04 | 1 | -0/+6 |
* | new httpauth support, changed filetime variable kind | Daniel Stenberg | 2003-06-26 | 1 | -8/+10 |
* | modified | Daniel Stenberg | 2003-06-12 | 1 | -2/+1 |
* | CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there's | Daniel Stenberg | 2003-06-12 | 1 | -3/+3 |
* | to support "redirects" after the full body is transfered | Daniel Stenberg | 2003-06-11 | 1 | -0/+2 |
* | Initial take at NTLM authentication. It doesn't really work at this point | Daniel Stenberg | 2003-06-11 | 1 | -1/+17 |
* | Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we plan | Daniel Stenberg | 2003-06-10 | 1 | -2/+0 |
* | Daniel Kouril's patch that adds HTTP negotiation support to libcurl was | Daniel Stenberg | 2003-06-10 | 1 | -0/+20 |
* | Better Digest stuff | Daniel Stenberg | 2003-05-22 | 1 | -0/+1 |
* | Initial Digest support. At least partly working. | Daniel Stenberg | 2003-05-22 | 1 | -1/+9 |
* | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg | 2003-05-21 | 1 | -0/+2 |
* | support for CURLOPT_FTP_USE_EPRT added | Daniel Stenberg | 2003-05-09 | 1 | -0/+1 |
* | changes need for the new ftp path treatment and the new cookie code | Daniel Stenberg | 2003-04-30 | 1 | -1/+5 |
* | Dan Fandrich's gzip patch applied | Daniel Stenberg | 2003-04-11 | 1 | -1/+1 |
* | Fixup after talks with Richard Bramante. We should now make better | Daniel Stenberg | 2003-03-31 | 1 | -8/+10 |
* | Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH that | Daniel Stenberg | 2003-03-31 | 1 | -0/+1 |
* | Richard Bramante's provided a fix for a handle re-use problem seen when you | Daniel Stenberg | 2003-03-24 | 1 | -0/+1 |
* | make the ENGINE depend on the USE_SSLEAY define too | Daniel Stenberg | 2003-03-19 | 1 | -1/+1 |
* | Sort out the ENGINE problems people seem to be having. Now we put all ENGINE | Daniel Stenberg | 2003-03-15 | 1 | -4/+1 |
* | Fixes to bring back the the "Expect: 100-continue" functionality. If the | Daniel Stenberg | 2003-02-24 | 1 | -3/+7 |
* | Markus F.X.J. Oberhumer's patch that reduces memory usage quite a bit by | Daniel Stenberg | 2003-01-20 | 1 | -1/+1 |
* | copyright year update in the source header | Daniel Stenberg | 2003-01-16 | 1 | -1/+1 |
* | if userpwd is "username:", this now implies a blank password while only | Daniel Stenberg | 2003-01-09 | 1 | -0/+3 |
* | updated to use the modified share-types | Daniel Stenberg | 2003-01-08 | 1 | -1/+1 |
* | Simon Liu's HTTP200ALIASES-patch! | Daniel Stenberg | 2003-01-07 | 1 | -0/+2 |
* | conn->bits.tcpconnect now keeps track of if this connection is connected | Daniel Stenberg | 2002-12-13 | 1 | -0/+3 |
* | The initial HTTP request can now be sent in multiple parts, as part of the | Daniel Stenberg | 2002-12-10 | 1 | -2/+22 |
* | A normal POST now provides data to the main transfer loop via the usual | Daniel Stenberg | 2002-12-09 | 1 | -0/+2 |
* | The fread() callback pointer and associated pointer is now stored in the | Daniel Stenberg | 2002-12-09 | 1 | -4/+4 |
* | Curl_GetFTPResponse() takes a different set of parameters and now return a | Daniel Stenberg | 2002-12-03 | 1 | -1/+3 |
* | Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATE | Daniel Stenberg | 2002-11-20 | 1 | -0/+2 |
* | moved the bools in the connectdata struct into the substruct named | Daniel Stenberg | 2002-11-11 | 1 | -7/+8 |
* | Now supports "Transfer-Encoding: chunked" for HTTP PUT operations where the | Daniel Stenberg | 2002-11-11 | 1 | -0/+5 |
* | Curl_resolv() now returns a different struct, and it contains a reference | Daniel Stenberg | 2002-11-05 | 1 | -3/+6 |
* | bad headers can come in two kinds, we either treat everything as one big | Daniel Stenberg | 2002-10-23 | 1 | -1/+6 |
* | Make the COOKIESESSION work better by creating a list of cookie files files | Daniel Stenberg | 2002-10-17 | 1 | -0/+2 |
* | better deal with HTTP(S) servers that respond with no headers at all, test | Daniel Stenberg | 2002-09-13 | 1 | -2/+2 |
* | Lukasz Czekierda correctly pointed out that curl used a bad Host: header | Daniel Stenberg | 2002-09-11 | 1 | -1/+2 |
* | updated source code boilerplate/header | Daniel Stenberg | 2002-09-03 | 1 | -7/+7 |
* | James Gallagher's Content-Encoding work | Daniel Stenberg | 2002-09-02 | 1 | -0/+22 |
* | CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, we | Daniel Stenberg | 2002-08-30 | 1 | -2/+0 |
* | SOCKS5 support added (contributed by a still unnamed person). Not properly | Daniel Stenberg | 2002-08-30 | 1 | -0/+2 |
* | remove the data and conn fields from the Curl_transfer_keeper struct, they | Daniel Stenberg | 2002-08-29 | 1 | -3/+0 |