aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2001-03-13curl_getinfo is removed, not a public functionDaniel Stenberg
2001-03-12added --random-file and --egd-file to the command line clientDaniel Stenberg
2001-03-12Added the two new seeding optionsDaniel Stenberg
2001-03-12two new random seed options for the ssl config structDaniel Stenberg
2001-03-12two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKETDaniel Stenberg
2001-03-12better chunked error detectionDaniel Stenberg
2001-03-12Added test case 36:Daniel Stenberg
2001-03-12updated the comment for the chunked readingDaniel Stenberg
2001-03-12made it return illegal hex in case no hexadecimal digit was read when atDaniel Stenberg
2001-03-12added an error code for illegal hex values in the chunked streamDaniel Stenberg
2001-03-12Added new libcurl options in include/curl/curl.h, they're documented inDaniel Stenberg
2001-03-12Added options for the persistant support, they're also documented inDaniel Stenberg
2001-03-12support for a few new libcurl 7.7 CURLOPT_* options addedDaniel Stenberg
2001-03-12Added four new options that come with the new persitant support:Daniel Stenberg
2001-03-12the client is adjusted to work with persistant curl handles, and *gee* itDaniel Stenberg
2001-03-12Added infof() calls for persistant connection info, we are very likely toDaniel Stenberg
2001-03-12moved the libcurl init callDaniel Stenberg
2001-03-12persistant updatesDaniel Stenberg
2001-03-12added a note about persitant connections through HTTP proxiesDaniel Stenberg
2001-03-12Added some persistant notesDaniel Stenberg
2001-03-12modified to make the curl client with persistant connection support doDaniel Stenberg
2001-03-12include the failed test case numbers in the end summaryDaniel Stenberg
2001-03-12Added description of the new test case ranges supportDaniel Stenberg
2001-03-12made it support test case ranges on the command line, specified asDaniel Stenberg
2001-03-12adjusted to work with the HTTP 1.1-speaking libcurlDaniel Stenberg
2001-03-12output the protocol data to stderr when verbose is onDaniel Stenberg
2001-03-12server problems,Daniel Stenberg
2001-03-12modified Curl_disconnect() so that it unlinks itself from the data struct,Daniel Stenberg
2001-03-12split up the big printf() into several ones to never use strings longerDaniel Stenberg
2001-03-12bugfix: don't use the connectindex if it is -1Daniel Stenberg
2001-03-12added persistant connection detailsDaniel Stenberg
2001-03-12replaced I and my with we and usDaniel Stenberg
2001-03-12updatedDaniel Stenberg
2001-03-09use the new name and hostname even though an old connection is reused, sinceDaniel Stenberg
2001-03-09remake Host: for each connection and it'll work with proxies tooDaniel Stenberg
2001-03-09for HTTP/1.0 we default to non keep-alive connections, but when we get aDaniel Stenberg
2001-03-09Added httpversion to the progress struct, we do read it, we can just as wellDaniel Stenberg
2001-03-09the socklen_t check is more involved now, but works on linux at leastDaniel Stenberg
2001-03-09Added socklen_tDaniel Stenberg
2001-03-09added a check for socklen_tDaniel Stenberg
2001-03-09all comments for the former public "low level" interface have been removedDaniel Stenberg
2001-03-09removed handles and states from the main structsDaniel Stenberg
2001-03-09curl_transfer became Curl_perform() to better match the public name andDaniel Stenberg
2001-03-09prefix changes curl_ to Curl_Daniel Stenberg
2001-03-09#include <string.h> removed a warningDaniel Stenberg
2001-03-09removed curl_read() and curl_write() - they weren't used and the publicDaniel Stenberg
2001-03-09uses socklen_t nowDaniel Stenberg
2001-03-09curl_ prefix modified to Curl_Daniel Stenberg
2001-03-09accept() and getsockname() now use socklen_t types, as that was just addedDaniel Stenberg
2001-03-09use unsigned int hex to receive the hex digit in, caused a warning withDaniel Stenberg