aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2004-05-21quickfix to avoid division by zero, possibly we should go over all of theseDaniel Stenberg
2004-05-20fixed transfer speed mathDaniel Stenberg
2004-05-20calculate upload and download speed using doubles to keep precision.Daniel Stenberg
2004-05-19NTLM requires SSLDaniel Stenberg
2004-05-19cert verifyDaniel Stenberg
2004-05-19added test 170Daniel Stenberg
2004-05-19David Byron's test case with -F that used to crashDaniel Stenberg
2004-05-19killed trailing whitespaceDaniel Stenberg
2004-05-19just code formatting and killed whitespaceDaniel Stenberg
2004-05-19language!Daniel Stenberg
2004-05-19Set CURLOPT_USERAGENT tooDaniel Stenberg
2004-05-19The kill trailing whitespace needs to be set better as this way it takesDaniel Stenberg
2004-05-18simplified all die messagesDaniel Stenberg
2004-05-18simplified the automake failed message tooDaniel Stenberg
2004-05-18make this script tell that this is the obsolete version, to make it possibleDaniel Stenberg
2004-05-18simplified the die-line when aclocal fails, the previous one confusedDaniel Stenberg
2004-05-18+ when storing the address in the cache fails, cleanup the resolved addressDaniel Stenberg
2004-05-18* seed_enough() was converted to a macro to avoid the IRIX compiler warningDaniel Stenberg
2004-05-17if shrinking the buffer fails, use the older larger oneDaniel Stenberg
2004-05-17Peter Sylvester's patch that addresses two flaws in the peer certificate nameDaniel Stenberg
2004-05-17'make test-torture' in the root now runs a full torture testDaniel Stenberg
2004-05-17removed debug output and trailing whitespaceDaniel Stenberg
2004-05-17grrr, fix the check again if no ftp server at all is runningDaniel Stenberg
2004-05-17torture testing and a moved CVS repoDaniel Stenberg
2004-05-17new Curl_done() protoDaniel Stenberg
2004-05-17I made Curl_done() take a pointer-pointer in the first argument instead, andDaniel Stenberg
2004-05-17better bailing out on memory failureDaniel Stenberg
2004-05-17When waiting for the second connect, we now use alarm to timeout the waiting.Daniel Stenberg
2004-05-17improved the check for our own ftp serverDaniel Stenberg
2004-05-17modified to not leak memory if a libcurl function returns failure, for betterDaniel Stenberg
2004-05-17Seshubabu Pasam's format fixes and added notes about DER not working forDaniel Stenberg
2004-05-17make it not leak memory when it returns prematurelyDaniel Stenberg
2004-05-17automatically delete trailing white space on save in curl-modeDaniel Stenberg
2004-05-17bail out nicely if strdup() returns NULL, removed trailing whitespaceDaniel Stenberg
2004-05-17deleted trailing whitespaceDaniel Stenberg
2004-05-17fixed a warning on IRIX, deleted trailing whitespaceDaniel Stenberg
2004-05-14added string for the new share error codeDaniel Stenberg
2004-05-14Added CURLSHE_NOMEMDaniel Stenberg
2004-05-14clean up properly on failure to enable easier libcurl leak detectionDaniel Stenberg
2004-05-14new cvs instructionsDaniel Stenberg
2004-05-14enable memory debugging the same way the curl command line tool already doesDaniel Stenberg
2004-05-13memory cleanup and check fixDaniel Stenberg
2004-05-13check that memory allocation functions truly return good data or bail outDaniel Stenberg
2004-05-13return on memory alloc failDaniel Stenberg
2004-05-13better bailing out in case of no memoryDaniel Stenberg
2004-05-13curl_free() doesn't free(NULL) but just returnsDaniel Stenberg
2004-05-13deal with input arguments as NULLDaniel Stenberg
2004-05-13return CURLDIGEST_NOMEM when a memory function fails to deliverDaniel Stenberg
2004-05-13mark a value as alloced when strdup()ed to prevent memory leaksDaniel Stenberg
2004-05-13bail out when no memory occursDaniel Stenberg