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 (
Collapse
)
Author
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
[prev]