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 |
e97fc2aa | 12-Mar-2001 |
Daniel Stenberg |
Added description of the new test case ranges support |
a23ac241 | 12-Mar-2001 |
Daniel Stenberg |
made it support test case ranges on the command line, specified as "X to Y", where X is smaller than Y. |
9ee14644 | 12-Mar-2001 |
Daniel Stenberg |
adjusted to work with the HTTP 1.1-speaking libcurl |
c576e114 | 12-Mar-2001 |
Daniel Stenberg |
output the protocol data to stderr when verbose is on |
639a7982 | 12-Mar-2001 |
Daniel Stenberg |
server problems, libcurl *works* persistant over HTTP proxy!!!! |
5bbe1894 | 12-Mar-2001 |
Daniel Stenberg |
modified Curl_disconnect() so that it unlinks itself from the data struct, it saves me from more mistakes when the connectindex is -1 ... also, there's no point in having its parent do it as
modified Curl_disconnect() so that it unlinks itself from the data struct, it saves me from more mistakes when the connectindex is -1 ... also, there's no point in having its parent do it as all parents would do it anyway.
show more ...
|
93ff159e | 12-Mar-2001 |
Daniel Stenberg |
split up the big printf() into several ones to never use strings longer than 509 letters (as newer gcc warns on with -Wall) |