summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditionsDaniel Stenberg2003-06-2620-30/+33
* use CURLDEBUG instead of MALLOCDEBUGDaniel Stenberg2003-06-261-1/+1
* one typecast less for the localtime(), use CURLDEBUG instead of MALLOCDEBUGDaniel Stenberg2003-06-261-2/+2
* use CURLDEBUG instead of MALLOCDEBUGDaniel Stenberg2003-06-262-2/+2
* CURLDEBUG instead of MALLOCDEBUGDaniel Stenberg2003-06-261-1/+1
* We noe use CURLDEBUG instead of MALLOCDEBUGDaniel Stenberg2003-06-261-1/+1
* Cris Bailiff's patch that should make us do NTLM correctly. When we'veDaniel Stenberg2003-06-131-1/+13
* Cris Bailiff's bugfixDaniel Stenberg2003-06-131-6/+5
* use more curlish strings, these should be able to change...Daniel Stenberg2003-06-131-2/+2
* Marty Kuhrt's #include fixes for VMSDaniel Stenberg2003-06-132-0/+4
* modifiedDaniel Stenberg2003-06-123-29/+43
* corrected a commentDaniel Stenberg2003-06-121-7/+5
* CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there'sDaniel Stenberg2003-06-124-29/+18
* make it build with older OpenSSLDaniel Stenberg2003-06-121-15/+23
* attempt to make older OpenSSL versions work with the DES stuffDaniel Stenberg2003-06-121-0/+9
* fixing details for NTLMDaniel Stenberg2003-06-112-23/+45
* more how I envision it _should_ work, but it still doesn't...Daniel Stenberg2003-06-111-21/+44
* to support "redirects" after the full body is transferedDaniel Stenberg2003-06-111-0/+2
* made a nicer output for the decode test, as it served as a nice tool for me ;-)Daniel Stenberg2003-06-111-4/+20
* when we get the auth headers, we still need to read out the full body responseDaniel Stenberg2003-06-111-1/+7
* correct mistakesDaniel Stenberg2003-06-111-11/+7
* Initial take at NTLM authentication. It doesn't really work at this pointDaniel Stenberg2003-06-118-4/+626
* Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we planDaniel Stenberg2003-06-102-10/+28
* Daniel Kouril's patch that adds HTTP negotiation support to libcurl wasDaniel Stenberg2003-06-107-1/+311
* When doing very big GET requests over HTTPS, we need to add some extraDaniel Stenberg2003-06-061-1/+23
* Just moved around some logic in Curl_write() to make it easier to debug.Daniel Stenberg2003-06-061-14/+32
* Make the Content-Length info override the Connection: close header, so thatDaniel Stenberg2003-06-021-5/+10
* work-around SSL implementation flaws better, pointed out in bug reportDaniel Stenberg2003-06-021-0/+10
* make a more descriptive error message when CURLE_HTTP_RETURNED_ERROR isDaniel Stenberg2003-06-021-1/+2
* 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
* Ricardo Cadime found a socket leak when listing directories withoutDaniel Stenberg2003-05-231-12/+21
* Rudy Koento's problem fixed, test case 66 verifies this.Daniel Stenberg2003-05-231-9/+20
* include digest.h for protoDaniel Stenberg2003-05-231-0/+1
* DJGPP fix by Gisle VanemDaniel Stenberg2003-05-231-0/+4
* warning-free is betterDaniel Stenberg2003-05-221-6/+9
* Better Digest stuffDaniel Stenberg2003-05-225-10/+38
* Added CURLOPT_HTTPDIGEST supportDaniel Stenberg2003-05-221-1/+9
* proper header addedDaniel Stenberg2003-05-222-0/+28
* hush the compilerDaniel Stenberg2003-05-221-17/+17
* Initial Digest support. At least partly working.Daniel Stenberg2003-05-228-34/+657
* David Balazic pointed out the lack of checks for a valid %XX code whenDaniel Stenberg2003-05-211-7/+20
* Gisle Vanem made curl build with djgpp on DOS.Daniel Stenberg2003-05-217-6/+298
* Gisle Vanem's code for not trusting h_aliases to always be non-NULLDaniel Stenberg2003-05-201-6/+10
* Skip any preceeding dots from the domain name of cookies when we keep themDaniel Stenberg2003-05-151-12/+12
* George Comninos provided a fix that calls the progress meter when waitingDaniel Stenberg2003-05-142-10/+18
* Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setupDaniel Stenberg2003-05-133-11/+11
* before using if2ip(), check if the address is an ip address and skip it ifDaniel Stenberg2003-05-131-1/+7
* before checking for network interfaces using if2ip(), check that the givenDaniel Stenberg2003-05-121-1/+5