87b0b7ca | 13-Mar-2001 |
Daniel Stenberg |
initial close policy support |
70d0d9d4 | 13-Mar-2001 |
Daniel Stenberg |
Added 'created' to the connectdata struct to hold the creation date, to be used for the close policy decision |
4ae3bd71 | 13-Mar-2001 |
Daniel Stenberg |
Curl_tvnow is now properly declared with (void) |
a9390665 | 13-Mar-2001 |
Daniel Stenberg |
curl_getinfo is removed, not a public function |
fb7a6e34 | 12-Mar-2001 |
Daniel Stenberg |
added --random-file and --egd-file to the command line client |
cc99e3f7 | 12-Mar-2001 |
Daniel Stenberg |
Added the two new seeding options |
e6b40bb6 | 12-Mar-2001 |
Daniel Stenberg |
two new random seed options for the ssl config struct |
f2fd1b88 | 12-Mar-2001 |
Daniel Stenberg |
two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKET |
cb4efcf2 | 12-Mar-2001 |
Daniel Stenberg |
better chunked error detection |
56a27d60 | 12-Mar-2001 |
Daniel Stenberg |
Added test case 36: [HTTP GET with badly formatted chunked Transfer-Encoding] |
46c9075e | 12-Mar-2001 |
Daniel Stenberg |
updated the comment for the chunked reading |
d95fa648 | 12-Mar-2001 |
Daniel Stenberg |
made it return illegal hex in case no hexadecimal digit was read when at least one was expected |
563ad213 | 12-Mar-2001 |
Daniel Stenberg |
added an error code for illegal hex values in the chunked stream |
0121d7d7 | 12-Mar-2001 |
Daniel Stenberg |
Added new libcurl options in include/curl/curl.h, they're documented in curl_easy_setopt.3 and they're partly implemented in lib/url.c Slowly, we're getting there... |
8495fac1 | 12-Mar-2001 |
Daniel Stenberg |
Added options for the persistant support, they're also documented in curl_easy_setopt.3 now |
38c349f7 | 12-Mar-2001 |
Daniel Stenberg |
support for a few new libcurl 7.7 CURLOPT_* options added |
542df800 | 12-Mar-2001 |
Daniel Stenberg |
Added four new options that come with the new persitant support: CURLOPT_MAXCONNECTS, CURLOPT_CLOSEPOLICY, CURLOPT_FRESH_CONNECT and CURLOPT_FORBID_REUSE |
3e88b1ca | 12-Mar-2001 |
Daniel Stenberg |
the client is adjusted to work with persistant curl handles, and *gee* it seems to be working!!! |
d774b10a | 12-Mar-2001 |
Daniel Stenberg |
Added infof() calls for persistant connection info, we are very likely to need these at least for debugging 7.7 and probably later as well... |
b449b943 | 12-Mar-2001 |
Daniel Stenberg |
moved the libcurl init call |
a6cb9b08 | 12-Mar-2001 |
Daniel Stenberg |
persistant updates |
440a3101 | 12-Mar-2001 |
Daniel Stenberg |
added a note about persitant connections through HTTP proxies |
9778a535 | 12-Mar-2001 |
Daniel Stenberg |
Added some persistant notes |
de7dcdbc | 12-Mar-2001 |
Daniel Stenberg |
modified to make the curl client with persistant connection support do correct |
070968ab | 12-Mar-2001 |
Daniel Stenberg |
include the failed test case numbers in the end summary |