summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* Early Ehlinger's CURLOPT_FTP_CREATE_MISSING_DIRS patch was appliedDaniel Stenberg2003-08-081-0/+1
* ares awareness/usage/support added. If configure --enable-ares is used, weDaniel Stenberg2003-08-051-0/+23
* Reverted the 'filetime' struct field back to a 'long' as time_t is sometimesDaniel Stenberg2003-07-301-2/+4
* Added a separate struct for the proxyntlm data, as it will/can be differentDaniel Stenberg2003-07-221-0/+1
* moved the proxyuser and proxypasswd fields from the sessionhandle to theDaniel Stenberg2003-07-211-2/+3
* No longer stores user+password in the sessionhandle, now doing that in theDaniel Stenberg2003-07-191-6/+3
* Moved the NTLM credentials to the connectdata struct instead, as NTLMDaniel Stenberg2003-07-151-1/+3
* Peter Sylvester's patch was applied that introduces the following:Daniel Stenberg2003-07-041-0/+6
* new httpauth support, changed filetime variable kindDaniel Stenberg2003-06-261-8/+10
* modifiedDaniel Stenberg2003-06-121-2/+1
* CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there'sDaniel Stenberg2003-06-121-3/+3
* to support "redirects" after the full body is transferedDaniel Stenberg2003-06-111-0/+2
* Initial take at NTLM authentication. It doesn't really work at this pointDaniel Stenberg2003-06-111-1/+17
* Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we planDaniel Stenberg2003-06-101-2/+0
* Daniel Kouril's patch that adds HTTP negotiation support to libcurl wasDaniel Stenberg2003-06-101-0/+20
* Better Digest stuffDaniel Stenberg2003-05-221-0/+1
* Initial Digest support. At least partly working.Daniel Stenberg2003-05-221-1/+9
* Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg2003-05-211-0/+2
* support for CURLOPT_FTP_USE_EPRT addedDaniel Stenberg2003-05-091-0/+1
* changes need for the new ftp path treatment and the new cookie codeDaniel Stenberg2003-04-301-1/+5
* Dan Fandrich's gzip patch appliedDaniel Stenberg2003-04-111-1/+1
* Fixup after talks with Richard Bramante. We should now make betterDaniel Stenberg2003-03-311-8/+10
* Guillaume Cottenceau's patch that adds CURLOPT_UNRESTRICTED_AUTH thatDaniel Stenberg2003-03-311-0/+1
* Richard Bramante's provided a fix for a handle re-use problem seen when youDaniel Stenberg2003-03-241-0/+1
* make the ENGINE depend on the USE_SSLEAY define tooDaniel Stenberg2003-03-191-1/+1
* Sort out the ENGINE problems people seem to be having. Now we put all ENGINEDaniel Stenberg2003-03-151-4/+1
* Fixes to bring back the the "Expect: 100-continue" functionality. If theDaniel Stenberg2003-02-241-3/+7
* Markus F.X.J. Oberhumer's patch that reduces memory usage quite a bit byDaniel Stenberg2003-01-201-1/+1
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
* if userpwd is "username:", this now implies a blank password while onlyDaniel Stenberg2003-01-091-0/+3
* updated to use the modified share-typesDaniel Stenberg2003-01-081-1/+1
* Simon Liu's HTTP200ALIASES-patch!Daniel Stenberg2003-01-071-0/+2
* conn->bits.tcpconnect now keeps track of if this connection is connectedDaniel Stenberg2002-12-131-0/+3
* The initial HTTP request can now be sent in multiple parts, as part of theDaniel Stenberg2002-12-101-2/+22
* A normal POST now provides data to the main transfer loop via the usualDaniel Stenberg2002-12-091-0/+2
* The fread() callback pointer and associated pointer is now stored in theDaniel Stenberg2002-12-091-4/+4
* Curl_GetFTPResponse() takes a different set of parameters and now return aDaniel Stenberg2002-12-031-1/+3
* Kjetil Jacobsen's patch that introduces CURLOPT_PRIVATE and CURLINFO_PRIVATEDaniel Stenberg2002-11-201-0/+2
* moved the bools in the connectdata struct into the substruct namedDaniel Stenberg2002-11-111-7/+8
* Now supports "Transfer-Encoding: chunked" for HTTP PUT operations where theDaniel Stenberg2002-11-111-0/+5
* Curl_resolv() now returns a different struct, and it contains a referenceDaniel Stenberg2002-11-051-3/+6
* bad headers can come in two kinds, we either treat everything as one bigDaniel Stenberg2002-10-231-1/+6
* Make the COOKIESESSION work better by creating a list of cookie files filesDaniel Stenberg2002-10-171-0/+2
* better deal with HTTP(S) servers that respond with no headers at all, testDaniel Stenberg2002-09-131-2/+2
* Lukasz Czekierda correctly pointed out that curl used a bad Host: headerDaniel Stenberg2002-09-111-1/+2
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
* James Gallagher's Content-Encoding workDaniel Stenberg2002-09-021-0/+22
* CURLE_SSL_INSECURE is removed again and so is CURLOPT_SSL_INSECURE, weDaniel Stenberg2002-08-301-2/+0
* SOCKS5 support added (contributed by a still unnamed person). Not properlyDaniel Stenberg2002-08-301-0/+2
* remove the data and conn fields from the Curl_transfer_keeper struct, theyDaniel Stenberg2002-08-291-3/+0