| Commit message (Expand) | Author | Age | Files | Lines |
* | do ares_destroy() on the ares handle when we're done in Curl_is_resolved() | Daniel Stenberg | 2003-11-15 | 1 | -0/+2 |
* | Mathias Axelsson found a case where we free()d the server certificate twice! | Daniel Stenberg | 2003-11-15 | 1 | -2/+0 |
* | Siddhartha Prakash Jain found a case with a bad resolve that we didn't | Daniel Stenberg | 2003-11-14 | 1 | -1/+4 |
* | Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts. | Daniel Stenberg | 2003-11-13 | 1 | -135/+49 |
* | Default Content-Type for formparts has changed to "application/octet-stream". | Daniel Stenberg | 2003-11-13 | 1 | -2/+2 |
* | don't log failed socket() calls | Daniel Stenberg | 2003-11-13 | 1 | -1/+1 |
* | Added CURLOPT_NETRC_FILE. | Daniel Stenberg | 2003-11-11 | 4 | -50/+57 |
* | Generate the ca-bundle.h file in the build dir and not in the source dir, | Daniel Stenberg | 2003-11-10 | 1 | -2/+2 |
* | After Sébastien Willemijns' bug report, we now check the separators properly | Daniel Stenberg | 2003-11-10 | 1 | -16/+16 |
* | remove the struct fields for the deprecated passwd prompt callback | Daniel Stenberg | 2003-11-07 | 1 | -2/+0 |
* | the resource file itself | Daniel Stenberg | 2003-11-07 | 1 | -0/+41 |
* | removed the resource lines I shouldn't have added in the firt place | Daniel Stenberg | 2003-11-07 | 1 | -4/+0 |
* | CURLDEBUG, no underscore | Daniel Stenberg | 2003-11-06 | 1 | -2/+2 |
* | Gisle Vanem's libcurl.dll version info patch applied | Daniel Stenberg | 2003-11-06 | 3 | -8/+31 |
* | unitialized variable fix, reported by both Marty Kuhrt and benjamin gerard | Daniel Stenberg | 2003-11-06 | 1 | -2/+1 |
* | Mac OS X framework build files, contributed by Matt Veenstra | Daniel Stenberg | 2003-11-06 | 3 | -1/+141 |
* | Moved the TRUE and FALSE #defines to lib/setup.h instead, as they don't | Daniel Stenberg | 2003-11-06 | 1 | -0/+7 |
* | Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows. | Daniel Stenberg | 2003-11-04 | 1 | -1/+1 |
* | spellfix in the generated comment by Kevin Roth | Daniel Stenberg | 2003-11-04 | 1 | -1/+1 |
* | gmtime() really can't even return NULL, can it? | Daniel Stenberg | 2003-10-31 | 1 | -4/+0 |
* | assume that MDTM returns the timestamp as UTC | Daniel Stenberg | 2003-10-31 | 1 | -5/+5 |
* | silly me, I was meaning to do this change already as discussed on the libcurl | Daniel Stenberg | 2003-10-30 | 1 | -3/+3 |
* | curl --head now reports info "headers" on file:// URLs as well | Daniel Stenberg | 2003-10-30 | 1 | -6/+41 |
* | when getting headers only, stop pretending the reported time is GMT, as it | Daniel Stenberg | 2003-10-30 | 1 | -2/+2 |
* | Only compile the ipv6-section for ipv6-enabled libcurls. Should save | Daniel Stenberg | 2003-10-30 | 1 | -4/+9 |
* | David Hull made the file: URL parser also accept the somewhat sloppy file | Daniel Stenberg | 2003-10-29 | 1 | -1/+11 |
* | Another glibc resolve name fix | Daniel Stenberg | 2003-10-28 | 1 | -4/+19 |
* | overlapping memory chunks with strcpy(), detected by the friendly valgrind | Daniel Stenberg | 2003-10-28 | 1 | -1/+2 |
* | James Bursa's fix to prevent failf() to write outside its buffer boundary | Daniel Stenberg | 2003-10-27 | 1 | -1/+1 |
* | snprintf() made a single-byte buffer overflow, as it could write a zero | Daniel Stenberg | 2003-10-26 | 1 | -18/+15 |
* | Resuming a download of an already downloaded document, that is trying to get | Daniel Stenberg | 2003-10-24 | 1 | -5/+13 |
* | Based on David Hull's fix in bug report 804599, we now check for solaris | Daniel Stenberg | 2003-10-24 | 1 | -3/+7 |
* | if malloc fails, we must bail out nicely | Daniel Stenberg | 2003-10-24 | 1 | -1/+4 |
* | Improved checks for bad memory situations and proper behaviour when we | Daniel Stenberg | 2003-10-24 | 1 | -17/+33 |
* | better bailing-out cleanup if a malloc fails in the DNS cache | Daniel Stenberg | 2003-10-24 | 1 | -0/+5 |
* | Georg Horn's fixes to do different CA cert verifications. They can now be | Daniel Stenberg | 2003-10-23 | 1 | -27/+60 |
* | Dylan Ellicott added the release-libcurl-ssl-dll target | Daniel Stenberg | 2003-10-22 | 1 | -2/+17 |
* | Do the auth stuff at the end-of-headers and not at the start-of-body, as | Daniel Stenberg | 2003-10-22 | 1 | -5/+5 |
* | updated for mingw32 | Daniel Stenberg | 2003-10-21 | 1 | -4/+4 |
* | conn->user and conn->passwd will now always be set to point to something. | Daniel Stenberg | 2003-10-21 | 2 | -9/+6 |
* | allow no user and password for proxy too, Basic | Daniel Stenberg | 2003-10-20 | 1 | -1/+3 |
* | allow no user and no passwd when doing basic auth | Daniel Stenberg | 2003-10-20 | 1 | -1/+3 |
* | lock the DNS cache properly before adding an entry when using asynch DNS | Daniel Stenberg | 2003-10-20 | 1 | -1/+9 |
* | better error output on SSL errors when receiving data - Georg Horn patch | Daniel Stenberg | 2003-10-19 | 1 | -12/+9 |
* | fixed the bug my previous change introduced | Daniel Stenberg | 2003-10-19 | 1 | -1/+1 |
* | minor fix to not shadow a variable | Daniel Stenberg | 2003-10-18 | 1 | -18/+15 |
* | builds warning-free with -Wshadow now | Daniel Stenberg | 2003-10-18 | 1 | -3/+2 |
* | don't shadow 'socket' | Daniel Stenberg | 2003-10-18 | 1 | -8/+8 |
* | fixed gcc -Wshadow warnings | Daniel Stenberg | 2003-10-18 | 1 | -5/+3 |
* | removed gcc -Wshadow warning | Daniel Stenberg | 2003-10-18 | 1 | -2/+2 |