summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* do ares_destroy() on the ares handle when we're done in Curl_is_resolved()Daniel Stenberg2003-11-151-0/+2
* Mathias Axelsson found a case where we free()d the server certificate twice!Daniel Stenberg2003-11-151-2/+0
* Siddhartha Prakash Jain found a case with a bad resolve that we didn'tDaniel Stenberg2003-11-141-1/+4
* Peter Sylvester found a flaw in the connect code for ipv6-enabled hosts.Daniel Stenberg2003-11-131-135/+49
* Default Content-Type for formparts has changed to "application/octet-stream".Daniel Stenberg2003-11-131-2/+2
* don't log failed socket() callsDaniel Stenberg2003-11-131-1/+1
* Added CURLOPT_NETRC_FILE.Daniel Stenberg2003-11-114-50/+57
* Generate the ca-bundle.h file in the build dir and not in the source dir,Daniel Stenberg2003-11-101-2/+2
* After Sébastien Willemijns' bug report, we now check the separators properlyDaniel Stenberg2003-11-101-16/+16
* remove the struct fields for the deprecated passwd prompt callbackDaniel Stenberg2003-11-071-2/+0
* the resource file itselfDaniel Stenberg2003-11-071-0/+41
* removed the resource lines I shouldn't have added in the firt placeDaniel Stenberg2003-11-071-4/+0
* CURLDEBUG, no underscoreDaniel Stenberg2003-11-061-2/+2
* Gisle Vanem's libcurl.dll version info patch appliedDaniel Stenberg2003-11-063-8/+31
* unitialized variable fix, reported by both Marty Kuhrt and benjamin gerardDaniel Stenberg2003-11-061-2/+1
* Mac OS X framework build files, contributed by Matt VeenstraDaniel Stenberg2003-11-063-1/+141
* Moved the TRUE and FALSE #defines to lib/setup.h instead, as they don'tDaniel Stenberg2003-11-061-0/+7
* Troels Walsted Hansen fixed the MSVC makefiles to build fine on Windows.Daniel Stenberg2003-11-041-1/+1
* spellfix in the generated comment by Kevin RothDaniel Stenberg2003-11-041-1/+1
* gmtime() really can't even return NULL, can it?Daniel Stenberg2003-10-311-4/+0
* assume that MDTM returns the timestamp as UTCDaniel Stenberg2003-10-311-5/+5
* silly me, I was meaning to do this change already as discussed on the libcurlDaniel Stenberg2003-10-301-3/+3
* curl --head now reports info "headers" on file:// URLs as wellDaniel Stenberg2003-10-301-6/+41
* when getting headers only, stop pretending the reported time is GMT, as itDaniel Stenberg2003-10-301-2/+2
* Only compile the ipv6-section for ipv6-enabled libcurls. Should saveDaniel Stenberg2003-10-301-4/+9
* David Hull made the file: URL parser also accept the somewhat sloppy fileDaniel Stenberg2003-10-291-1/+11
* Another glibc resolve name fixDaniel Stenberg2003-10-281-4/+19
* overlapping memory chunks with strcpy(), detected by the friendly valgrindDaniel Stenberg2003-10-281-1/+2
* James Bursa's fix to prevent failf() to write outside its buffer boundaryDaniel Stenberg2003-10-271-1/+1
* snprintf() made a single-byte buffer overflow, as it could write a zeroDaniel Stenberg2003-10-261-18/+15
* Resuming a download of an already downloaded document, that is trying to getDaniel Stenberg2003-10-241-5/+13
* Based on David Hull's fix in bug report 804599, we now check for solarisDaniel Stenberg2003-10-241-3/+7
* if malloc fails, we must bail out nicelyDaniel Stenberg2003-10-241-1/+4
* Improved checks for bad memory situations and proper behaviour when weDaniel Stenberg2003-10-241-17/+33
* better bailing-out cleanup if a malloc fails in the DNS cacheDaniel Stenberg2003-10-241-0/+5
* Georg Horn's fixes to do different CA cert verifications. They can now beDaniel Stenberg2003-10-231-27/+60
* Dylan Ellicott added the release-libcurl-ssl-dll targetDaniel Stenberg2003-10-221-2/+17
* Do the auth stuff at the end-of-headers and not at the start-of-body, asDaniel Stenberg2003-10-221-5/+5
* updated for mingw32Daniel Stenberg2003-10-211-4/+4
* conn->user and conn->passwd will now always be set to point to something.Daniel Stenberg2003-10-212-9/+6
* 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
* lock the DNS cache properly before adding an entry when using asynch DNSDaniel Stenberg2003-10-201-1/+9
* better error output on SSL errors when receiving data - Georg Horn patchDaniel Stenberg2003-10-191-12/+9
* fixed the bug my previous change introducedDaniel Stenberg2003-10-191-1/+1
* minor fix to not shadow a variableDaniel Stenberg2003-10-181-18/+15
* builds warning-free with -Wshadow nowDaniel Stenberg2003-10-181-3/+2
* don't shadow 'socket'Daniel Stenberg2003-10-181-8/+8
* fixed gcc -Wshadow warningsDaniel Stenberg2003-10-181-5/+3
* removed gcc -Wshadow warningDaniel Stenberg2003-10-181-2/+2