| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions | Daniel Stenberg | 2003-06-26 | 20 | -30/+33 |
* | use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
* | one typecast less for the localtime(), use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg | 2003-06-26 | 1 | -2/+2 |
* | use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg | 2003-06-26 | 2 | -2/+2 |
* | CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
* | We noe use CURLDEBUG instead of MALLOCDEBUG | Daniel Stenberg | 2003-06-26 | 1 | -1/+1 |
* | Cris Bailiff's patch that should make us do NTLM correctly. When we've | Daniel Stenberg | 2003-06-13 | 1 | -1/+13 |
* | Cris Bailiff's bugfix | Daniel Stenberg | 2003-06-13 | 1 | -6/+5 |
* | use more curlish strings, these should be able to change... | Daniel Stenberg | 2003-06-13 | 1 | -2/+2 |
* | Marty Kuhrt's #include fixes for VMS | Daniel Stenberg | 2003-06-13 | 2 | -0/+4 |
* | modified | Daniel Stenberg | 2003-06-12 | 3 | -29/+43 |
* | corrected a comment | Daniel Stenberg | 2003-06-12 | 1 | -7/+5 |
* | CURLHTTP* renamed to CURLAUTH* and NEGOTIATE is now GSSNEGOTIATE as there's | Daniel Stenberg | 2003-06-12 | 4 | -29/+18 |
* | make it build with older OpenSSL | Daniel Stenberg | 2003-06-12 | 1 | -15/+23 |
* | attempt to make older OpenSSL versions work with the DES stuff | Daniel Stenberg | 2003-06-12 | 1 | -0/+9 |
* | fixing details for NTLM | Daniel Stenberg | 2003-06-11 | 2 | -23/+45 |
* | more how I envision it _should_ work, but it still doesn't... | Daniel Stenberg | 2003-06-11 | 1 | -21/+44 |
* | to support "redirects" after the full body is transfered | Daniel Stenberg | 2003-06-11 | 1 | -0/+2 |
* | made a nicer output for the decode test, as it served as a nice tool for me ;-) | Daniel Stenberg | 2003-06-11 | 1 | -4/+20 |
* | when we get the auth headers, we still need to read out the full body response | Daniel Stenberg | 2003-06-11 | 1 | -1/+7 |
* | correct mistakes | Daniel Stenberg | 2003-06-11 | 1 | -11/+7 |
* | Initial take at NTLM authentication. It doesn't really work at this point | Daniel Stenberg | 2003-06-11 | 8 | -4/+626 |
* | Set auth type differently, we use one CURLOPT_HTTPAUTH instead as we plan | Daniel Stenberg | 2003-06-10 | 2 | -10/+28 |
* | Daniel Kouril's patch that adds HTTP negotiation support to libcurl was | Daniel Stenberg | 2003-06-10 | 7 | -1/+311 |
* | When doing very big GET requests over HTTPS, we need to add some extra | Daniel Stenberg | 2003-06-06 | 1 | -1/+23 |
* | Just moved around some logic in Curl_write() to make it easier to debug. | Daniel Stenberg | 2003-06-06 | 1 | -14/+32 |
* | Make the Content-Length info override the Connection: close header, so that | Daniel Stenberg | 2003-06-02 | 1 | -5/+10 |
* | work-around SSL implementation flaws better, pointed out in bug report | Daniel Stenberg | 2003-06-02 | 1 | -0/+10 |
* | make a more descriptive error message when CURLE_HTTP_RETURNED_ERROR is | Daniel Stenberg | 2003-06-02 | 1 | -1/+2 |
* | Posting static data using POST and chunked encoded now also appends the | Daniel Stenberg | 2003-05-28 | 1 | -6/+17 |
* | Rudy Koento experienced problems with curl's recent habit of POSTing data in | Daniel Stenberg | 2003-05-27 | 1 | -20/+27 |
* | Another socks5-fix. Make sure that when we use a socks-proxy, it is not the | Daniel Stenberg | 2003-05-27 | 1 | -3/+3 |
* | Ricardo Cadime found a socket leak when listing directories without | Daniel Stenberg | 2003-05-23 | 1 | -12/+21 |
* | Rudy Koento's problem fixed, test case 66 verifies this. | Daniel Stenberg | 2003-05-23 | 1 | -9/+20 |
* | include digest.h for proto | Daniel Stenberg | 2003-05-23 | 1 | -0/+1 |
* | DJGPP fix by Gisle Vanem | Daniel Stenberg | 2003-05-23 | 1 | -0/+4 |
* | warning-free is better | Daniel Stenberg | 2003-05-22 | 1 | -6/+9 |
* | Better Digest stuff | Daniel Stenberg | 2003-05-22 | 5 | -10/+38 |
* | Added CURLOPT_HTTPDIGEST support | Daniel Stenberg | 2003-05-22 | 1 | -1/+9 |
* | proper header added | Daniel Stenberg | 2003-05-22 | 2 | -0/+28 |
* | hush the compiler | Daniel Stenberg | 2003-05-22 | 1 | -17/+17 |
* | Initial Digest support. At least partly working. | Daniel Stenberg | 2003-05-22 | 8 | -34/+657 |
* | David Balazic pointed out the lack of checks for a valid %XX code when | Daniel Stenberg | 2003-05-21 | 1 | -7/+20 |
* | Gisle Vanem made curl build with djgpp on DOS. | Daniel Stenberg | 2003-05-21 | 7 | -6/+298 |
* | Gisle Vanem's code for not trusting h_aliases to always be non-NULL | Daniel Stenberg | 2003-05-20 | 1 | -6/+10 |
* | Skip any preceeding dots from the domain name of cookies when we keep them | Daniel Stenberg | 2003-05-15 | 1 | -12/+12 |
* | George Comninos provided a fix that calls the progress meter when waiting | Daniel Stenberg | 2003-05-14 | 2 | -10/+18 |
* | Setup and use CURL_INADDR_NONE all over instead of INADDR_NONE. We setup | Daniel Stenberg | 2003-05-13 | 3 | -11/+11 |
* | before using if2ip(), check if the address is an ip address and skip it if | Daniel Stenberg | 2003-05-13 | 1 | -1/+7 |
* | before checking for network interfaces using if2ip(), check that the given | Daniel Stenberg | 2003-05-12 | 1 | -1/+5 |