Age | Commit message (Expand) | Author |
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 |
2001-03-09 | curl_transfer became Curl_perform() to better match the public name and | Daniel Stenberg |
2001-03-09 | prefix changes curl_ to Curl_ | Daniel Stenberg |
2001-03-09 | #include <string.h> removed a warning | Daniel Stenberg |
2001-03-09 | removed curl_read() and curl_write() - they weren't used and the public | Daniel Stenberg |
2001-03-09 | uses socklen_t now | Daniel Stenberg |
2001-03-09 | curl_ prefix modified to Curl_ | Daniel Stenberg |
2001-03-09 | accept() and getsockname() now use socklen_t types, as that was just added | Daniel Stenberg |
2001-03-09 | use unsigned int hex to receive the hex digit in, caused a warning with | Daniel Stenberg |
2001-03-09 | Modified to use Curl_* functions instead of curl_* ones | Daniel Stenberg |
2001-03-09 | only generate maximum 509 characters in each string | Daniel Stenberg |
2001-03-08 | version 7.7-beta1 | Daniel Stenberg |
2001-03-08 | persistant adjusts | Daniel Stenberg |
2001-03-08 | HTTP HEAD tests | Daniel Stenberg |
2001-03-08 | return from transfer when all headers have been received and nobody is set, | Daniel Stenberg |
2001-03-08 | updated for persistant connections | Daniel Stenberg |
2001-03-08 | made it split the version number on - too to make 7.7-blabla make a better | Daniel Stenberg |
2001-03-08 | added lots of numbers for the error codes as they're often printed | Daniel Stenberg |
2001-03-08 | clarified the 0001-files use a bit, I couldn't understand it myself! :-) | Daniel Stenberg |
2001-03-08 | Added test #34 - HTTP GET with chunked Transfer-Encoding | Daniel Stenberg |
2001-03-07 | "Transfer-Encoding: chunked" support added | Daniel Stenberg |
2001-03-07 | added the http_chunks files | Daniel Stenberg |
2001-03-07 | chunked transfer encoding support | Daniel Stenberg |
2001-03-07 | connection timeout is in for 7.7 | Daniel Stenberg |
2001-03-07 | initial chunked transfer-encoding support | Daniel Stenberg |