Age | Commit message (Expand) | Author |
2001-03-13 | exchanged I and me to we and us in a lot of places | Daniel Stenberg |
2001-03-13 | Added test case 37, HTTP GET with name+password in the URL | Daniel Stenberg |
2001-03-13 | a whole new section on persitant connections and how they're treated | Daniel Stenberg |
2001-03-13 | we speak HTTP 1.1 now | Daniel Stenberg |
2001-03-13 | close policies | Daniel Stenberg |
2001-03-13 | initial close policy support | Daniel Stenberg |
2001-03-13 | Added 'created' to the connectdata struct to hold the creation date, to | Daniel Stenberg |
2001-03-13 | Curl_tvnow is now properly declared with (void) | Daniel Stenberg |
2001-03-13 | curl_getinfo is removed, not a public function | Daniel Stenberg |
2001-03-12 | added --random-file and --egd-file to the command line client | Daniel Stenberg |
2001-03-12 | Added the two new seeding options | Daniel Stenberg |
2001-03-12 | two new random seed options for the ssl config struct | Daniel Stenberg |
2001-03-12 | two new random seed options: CURLOPT_RANDOM_FILE and CURLOPT_EGDSOCKET | Daniel Stenberg |
2001-03-12 | better chunked error detection | Daniel Stenberg |
2001-03-12 | Added test case 36: | Daniel Stenberg |
2001-03-12 | updated the comment for the chunked reading | Daniel Stenberg |
2001-03-12 | made it return illegal hex in case no hexadecimal digit was read when at | Daniel Stenberg |
2001-03-12 | added an error code for illegal hex values in the chunked stream | Daniel Stenberg |
2001-03-12 | Added new libcurl options in include/curl/curl.h, they're documented in | Daniel Stenberg |
2001-03-12 | Added options for the persistant support, they're also documented in | Daniel Stenberg |
2001-03-12 | support for a few new libcurl 7.7 CURLOPT_* options added | Daniel Stenberg |
2001-03-12 | Added four new options that come with the new persitant support: | Daniel Stenberg |
2001-03-12 | the client is adjusted to work with persistant curl handles, and *gee* it | Daniel Stenberg |
2001-03-12 | Added infof() calls for persistant connection info, we are very likely to | Daniel Stenberg |
2001-03-12 | moved the libcurl init call | Daniel Stenberg |
2001-03-12 | persistant updates | Daniel Stenberg |
2001-03-12 | added a note about persitant connections through HTTP proxies | Daniel Stenberg |
2001-03-12 | Added some persistant notes | Daniel Stenberg |
2001-03-12 | modified to make the curl client with persistant connection support do | Daniel Stenberg |
2001-03-12 | include the failed test case numbers in the end summary | Daniel Stenberg |
2001-03-12 | Added description of the new test case ranges support | Daniel Stenberg |
2001-03-12 | made it support test case ranges on the command line, specified as | Daniel Stenberg |
2001-03-12 | adjusted to work with the HTTP 1.1-speaking libcurl | Daniel Stenberg |
2001-03-12 | output the protocol data to stderr when verbose is on | Daniel Stenberg |
2001-03-12 | server problems, | Daniel Stenberg |
2001-03-12 | modified Curl_disconnect() so that it unlinks itself from the data struct, | Daniel Stenberg |
2001-03-12 | split up the big printf() into several ones to never use strings longer | Daniel Stenberg |
2001-03-12 | bugfix: don't use the connectindex if it is -1 | Daniel Stenberg |
2001-03-12 | added persistant connection details | Daniel Stenberg |
2001-03-12 | replaced I and my with we and us | Daniel Stenberg |
2001-03-12 | updated | Daniel Stenberg |
2001-03-09 | use the new name and hostname even though an old connection is reused, since | Daniel Stenberg |
2001-03-09 | remake Host: for each connection and it'll work with proxies too | Daniel Stenberg |
2001-03-09 | for HTTP/1.0 we default to non keep-alive connections, but when we get a | Daniel Stenberg |
2001-03-09 | Added httpversion to the progress struct, we do read it, we can just as well | Daniel Stenberg |
2001-03-09 | the socklen_t check is more involved now, but works on linux at least | Daniel Stenberg |
2001-03-09 | Added socklen_t | Daniel Stenberg |
2001-03-09 | added a check for socklen_t | Daniel Stenberg |
2001-03-09 | all comments for the former public "low level" interface have been removed | Daniel Stenberg |
2001-03-09 | removed handles and states from the main structs | Daniel Stenberg |