summaryrefslogtreecommitdiff
path: root/lib/http.c
Commit message (Expand)AuthorAgeFilesLines
* David J Meyer's large file support.Daniel Stenberg2004-01-051-14/+16
* When basic is the only auth wanted (which it is by default), the auth phaseDaniel Stenberg2003-11-251-14/+18
* allow the end-of-headers from a proxy response to CONNECT end with a CRCRDaniel Stenberg2003-11-241-2/+4
* FTPS support added as RFC2228 and the murray-ftp-auth-ssl draft describe itDaniel Stenberg2003-11-241-16/+17
* bail out properly on a 407 when we can't authenticate basic, bug reportDaniel Stenberg2003-11-201-2/+3
* gmtime() really can't even return NULL, can it?Daniel Stenberg2003-10-311-4/+0
* Improved checks for bad memory situations and proper behaviour when weDaniel Stenberg2003-10-241-17/+33
* conn->user and conn->passwd will now always be set to point to something.Daniel Stenberg2003-10-211-6/+3
* allow no user and password for proxy too, BasicDaniel Stenberg2003-10-201-1/+3
* allow no user and no passwd when doing basic authDaniel Stenberg2003-10-201-1/+3
* builds warning-free with -Wshadow nowDaniel Stenberg2003-10-181-3/+2
* compiler warning fixDaniel Stenberg2003-10-181-1/+1
* make empty names look fine in verbose outputDaniel Stenberg2003-10-171-2/+2
* show info text (verbose) about auth type and user name in useDaniel Stenberg2003-10-171-0/+13
* Gisle Vanem's IPv6-on-Windows patch applied!Daniel Stenberg2003-10-141-1/+0
* make sure that a regular POST using the read callback worksDaniel Stenberg2003-10-071-2/+6
* Vincent Bronner pointed out that if you set CURLOPT_COOKIE to NULL, it stillDaniel Stenberg2003-10-041-8/+9
* Markus Moeller's SPNEGO patch applied, with my edits, additions and minorDaniel Stenberg2003-09-191-2/+2
* When we issue a HTTP request, first make sure if the authentication phaseDaniel Stenberg2003-09-151-7/+31
* Tim Bartley's patch that makes the GSSNEGOTIATE option work for Microsoft'sDaniel Stenberg2003-09-111-1/+2
* ah, this change broke multiple test casesDaniel Stenberg2003-09-041-2/+2
* Jörg pointed out that I did this fix wrongly, now authwant is clearedDaniel Stenberg2003-09-041-3/+3
* Based on Joerg Mueller-Tolk's patch, this introduces support forDaniel Stenberg2003-09-041-3/+15
* 1. store the httpproxycode in the loop after it is parsedDaniel Stenberg2003-09-041-7/+4
* avoid proxy (and other) auth if no user+password is givenDaniel Stenberg2003-09-041-1/+3
* Re-arranged code to make the proxy-CONNECT loop able to do some of theDaniel Stenberg2003-09-031-249/+432
* Bugfix from Serge Semashko that fixes a bug introduced when we applied hisDaniel Stenberg2003-08-121-1/+1
* Added support for CURLINFO_HTTP_CONNECTCODEDaniel Stenberg2003-08-111-0/+2
* Serge Semashko added CURLOPT_PROXYAUTH support, and now NTLM for proxiesDaniel Stenberg2003-08-111-26/+99
* support sending off cookies without contentsDaniel Stenberg2003-08-111-1/+1
* include "share.h" for the cookie sharingDaniel Stenberg2003-08-061-0/+1
* Dirk Manske's patch that introduces cookie support to the share interface.Daniel Stenberg2003-08-041-0/+2
* When proxy authentication is used in a CONNECT request (as used for all SSLDaniel Stenberg2003-08-021-0/+7
* clear http->send_buffer when we have freed the memory it pointed toDaniel Stenberg2003-07-281-0/+1
* Removed #include <sys/resource.h>, as pointed out by Henry Bland we don'tDaniel Stenberg2003-07-251-1/+0
* moved the proxyuser and proxypasswd fields from the sessionhandle to theDaniel Stenberg2003-07-211-1/+1
* Access the user and passwd fields from the connectdata struct now insteadDaniel Stenberg2003-07-191-2/+1
* Peter Sylvester's patch was applied that introduces the following:Daniel Stenberg2003-07-041-0/+3
* major adjustments to the new authentication supportDaniel Stenberg2003-06-261-39/+62
* CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there'sDaniel Stenberg2003-06-121-1/+1
* Initial take at NTLM authentication. It doesn't really work at this pointDaniel Stenberg2003-06-111-1/+7
* Daniel Kouril's patch that adds HTTP negotiation support to libcurl wasDaniel Stenberg2003-06-101-0/+8
* When doing very big GET requests over HTTPS, we need to add some extraDaniel Stenberg2003-06-061-1/+23
* Posting static data using POST and chunked encoded now also appends theDaniel Stenberg2003-05-281-6/+17
* Rudy Koento experienced problems with curl's recent habit of POSTing data inDaniel Stenberg2003-05-271-20/+27
* Another socks5-fix. Make sure that when we use a socks-proxy, it is not theDaniel Stenberg2003-05-271-3/+3
* warning-free is betterDaniel Stenberg2003-05-221-6/+9
* Better Digest stuffDaniel Stenberg2003-05-221-1/+3
* Initial Digest support. At least partly working.Daniel Stenberg2003-05-221-10/+19
* incoming proxy headers shall be sent to the debug function has HEADERs notDaniel Stenberg2003-05-121-4/+4