summaryrefslogtreecommitdiff
path: root/lib/urldata.h
Commit message (Expand)AuthorAgeFilesLines
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
* David J Meyer's large file support.Daniel Stenberg2004-01-051-16/+16
* Ignore content-length when chunked transfer-encoding is transfered.Daniel Stenberg2003-12-031-1/+0
* use the HAVE_KRB4 define instead of just KRB4Daniel Stenberg2003-12-021-2/+2
* FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe itDaniel Stenberg2003-11-241-7/+11
* fixed wrong commentDaniel Stenberg2003-11-241-1/+1
* Added CURLOPT_NETRC_FILE.Daniel Stenberg2003-11-111-0/+2
* remove the struct fields for the deprecated passwd prompt callbackDaniel Stenberg2003-11-071-2/+0
* gcc -Wshadow complaints fixedDaniel Stenberg2003-10-181-6/+6
* Dominick Meglio implemented CURLOPT_MAXFILESIZE and --max-filesize.Daniel Stenberg2003-10-171-0/+2
* Added CURLOPT_IPRESOLVE supportDaniel Stenberg2003-09-191-0/+2
* Markus Moeller's SPNEGO patch applied, with my edits, additions and minorDaniel Stenberg2003-09-191-3/+8
* Tim Bartley's patch that makes the GSSNEGOTIATE option work for Microsoft'sDaniel Stenberg2003-09-111-0/+2
* Based on Joerg Mueller-Tolk's patch, this introduces support forDaniel Stenberg2003-09-041-0/+3
* Early Ehlinger's CURLOPT_FTP_RESPONSE_TIMEOUT patch applied.Daniel Stenberg2003-09-031-0/+1
* store the FTP response code in the httpcode variableDaniel Stenberg2003-08-201-1/+1
* Added support for CURLINFO_HTTP_CONNECTCODEDaniel Stenberg2003-08-111-0/+1
* Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxiesDaniel Stenberg2003-08-111-1/+7
* 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