Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-13 | Added a failf() error message when the chunked read returns failure | Daniel Stenberg | |
2001-03-12 | updated the comment for the chunked reading | Daniel Stenberg | |
2001-03-12 | Added infof() calls for persistant connection info, we are very likely to | Daniel Stenberg | |
need these at least for debugging 7.7 and probably later as well... | |||
2001-03-09 | for HTTP/1.0 we default to non keep-alive connections, but when we get a | Daniel Stenberg | |
1.0-reply from a proxy we use and the Proxy-Connection: keep-alive header is used, we switch it on and live happily ever after | |||
2001-03-09 | prefix changes curl_ to Curl_ | Daniel Stenberg | |
made it work (partly) with persistant connections for HTTP/1.0 replies moved the 'newurl' struct field for Location: to the connectdata struct | |||
2001-03-08 | return from transfer when all headers have been received and nobody is set, | Daniel Stenberg | |
as is the case when doing HEAD requests | |||
2001-03-07 | "Transfer-Encoding: chunked" support added | Daniel Stenberg | |
2001-03-07 | initial chunked transfer-encoding support | Daniel Stenberg | |
2001-03-05 | set download size properly for HTTP downloads | Daniel Stenberg | |
2001-03-02 | remade the port number stuff so that following locations work and doing | Daniel Stenberg | |
intermixed HTTP and FTP persistant connections also work! | |||
2001-02-22 | Now persistant connection download works thanks to the Content-Length taken | Daniel Stenberg | |
into account | |||
2001-02-20 | multiple connection support initial commit | Daniel Stenberg | |
2001-02-07 | no longer #includes "getenv.h" | Daniel Stenberg | |
2001-01-31 | Curl_read() uses ssize_t now | Daniel Stenberg | |
2001-01-31 | fixed up the telnet to work (using support from Linus Nielsen) | Daniel Stenberg | |
2001-01-30 | changed order of the range and follow-location checks so that a range-request | Daniel Stenberg | |
will work even when following a Location: | |||
2001-01-27 | bettersupport for HTTP return codes 300-399 | Daniel Stenberg | |
2001-01-26 | The check for that content-range is received must only be made if we requested | Daniel Stenberg | |
GET resume. Other resumes are upload-wise and don't care about this header in the download stream | |||
2001-01-25 | converted to use Curl_read() and Curl_write() | Daniel Stenberg | |
2001-01-19 | No more URL length restrictions | Daniel Stenberg | |
2001-01-17 | download and highlevel are replaced with transfer | Daniel Stenberg | |