aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2001-05-04Added multithread.cDaniel Stenberg
2001-05-04example using multiple threads to get URLsDaniel Stenberg
2001-05-04updated contributors listDaniel Stenberg
2001-05-04'FILE *' changed to 'void *' in all callback functionsDaniel Stenberg
2001-05-04fixed the link to the OS/2 Patch for OpenSSLDaniel Stenberg
2001-05-03corrected bad use of the CURLOPT_HTTPPOST headerDaniel Stenberg
2001-05-03Cris changesDaniel Stenberg
2001-05-03Cris Bailiff's fix to disable chunked transfers on re-used persistentDaniel Stenberg
connections.
2001-05-03Cris Bailiff's fix to never attempt to get the body of a 304-reply!Daniel Stenberg
2001-05-03buildconf added, Sterling Hughes added that fileDaniel Stenberg
2001-05-03useful script to run after updating from CVSDaniel Stenberg
2001-05-03fixed the EXTRA_DIST lineDaniel Stenberg
2001-04-27When Content-Length:0 is received, we now bail now and return successDaniel Stenberg
directly after all the headers are received!
2001-04-27bugs, fixes and updatesDaniel Stenberg
2001-04-27clarified and updatedDaniel Stenberg
2001-04-27improved treatment of "Content-Length: 0", which is done by havingDaniel Stenberg
maxdownload set to -1 when not used
2001-04-27newDaniel Stenberg
2001-04-26Curl_GetFTPResponse() is rewritten to read all incoming data in largeDaniel Stenberg
chunks, which makes it a lot faster and will make ftps work better...
2001-04-26split curl and libcurl into two strings in the initial displayDaniel Stenberg
2001-04-25connection re-using didn't work on non-default ports when not using proxyDaniel Stenberg
until now
2001-04-24added some verbose summary output stuffDaniel Stenberg
2001-04-24no name no testDaniel Stenberg
2001-04-24include debugmem for memory leak detectionDaniel Stenberg
2001-04-24SSL based testsDaniel Stenberg
2001-04-24new tests, new server invoke systemDaniel Stenberg
2001-04-24fixedDaniel Stenberg
2001-04-24stunnel and diff are added requirementsDaniel Stenberg
2001-04-24on albert chin's comment I remade the fix to set '\0' instead of 0 sinceDaniel Stenberg
they're chars
2001-04-23libcurl.5 replaces LIBCURL as main libcurl overview documentDaniel Stenberg
2001-04-23minor rephrasingDaniel Stenberg
2001-04-23form post, not just formDaniel Stenberg
2001-04-23clarified and extended with an exampleDaniel Stenberg
2001-04-23Added comment about where to find the HTML versions of the man pagesDaniel Stenberg
2001-04-23Added curl_mprintf and curl_strequal in the list of "useful functions"Daniel Stenberg
2001-04-23curl_printf became curl_mprintfDaniel Stenberg
2001-04-23curl_printf is curl_mprintf nowDaniel Stenberg
2001-04-23Added zero termination, as the OpenSSL version string was written withoutDaniel Stenberg
it!
2001-04-23curl 7.7.2Daniel Stenberg
2001-04-23borland fixes, broken host: for persistent connectionsDaniel Stenberg
2001-04-23persistent is spelled with an 'e', not an 'a'Daniel Stenberg
2001-04-23no need to copy the name when re-using the connection, we already have theDaniel Stenberg
same name in that buffer from the URL parsing!
2001-04-22Rosimildo da Silva corrected them to build a proper lib and to use optionsDaniel Stenberg
for multi-threading compiling
2001-04-22copy the name properly when re-using a connectionDaniel Stenberg
2001-04-22added missing (new) man pagesDaniel Stenberg
2001-04-22old krb4 fix for strlcat() prototypeDaniel Stenberg
2001-04-22brand newDaniel Stenberg
2001-04-22removed done entriesDaniel Stenberg
2001-04-22updated and spell checkedDaniel Stenberg
2001-04-22spell checkedDaniel Stenberg
2001-04-22updated with the Java stuff and soDaniel Stenberg