index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
transfer.c
Age
Commit message (
Expand
)
Author
2001-03-19
Added support for HTTP code 100 continue, as 8.2.3 in RFC2616 defines
Daniel Stenberg
2001-03-16
detect if chunked transfers are aborted
Daniel Stenberg
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
2001-03-09
for HTTP/1.0 we default to non keep-alive connections, but when we get a
Daniel Stenberg
2001-03-09
prefix changes curl_ to Curl_
Daniel Stenberg
2001-03-08
return from transfer when all headers have been received and nobody is set,
Daniel Stenberg
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
2001-02-22
Now persistant connection download works thanks to the Content-Length taken
Daniel Stenberg
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
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
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