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.h
Age
Commit message (
Expand
)
Author
2005-03-31
Updated the copyright year since changes have been this year.
Daniel Stenberg
2005-02-14
Rename Curl_pretransfersec() to *_second_connect() since it does not just
Daniel Stenberg
2005-01-29
Using the multi interface, and doing a requsted a re-used connection that
Daniel Stenberg
2005-01-11
Cyrill Osterwalder posted a detailed analysis about a bug that occurs when
Daniel Stenberg
2004-11-24
HTTP "auth done right". See lib/README.httpauth
Daniel Stenberg
2004-10-06
removed tabs and trailing whitespace from source
Daniel Stenberg
2004-06-21
The read callback can now return CURL_READFUNC_ABORT to stop a transfer.
Daniel Stenberg
2004-06-03
Alexander Krasnostavsky's FTP third party transfer (proxy) support
Daniel Stenberg
2004-05-25
initial support for "uploading" to file:// URLs
Daniel Stenberg
2004-03-10
curl_socket_t mistakes cleanup
Daniel Stenberg
2004-03-09
Use curl_socket_t instead of int for holding sockets. The typedefs and
Daniel Stenberg
2004-01-22
use curl_off_t instead of off_t!
Daniel Stenberg
2004-01-07
updated year in the copyright string
Daniel Stenberg
2004-01-05
David J Meyer's large file support.
Daniel Stenberg
2003-01-16
copyright year update in the source header
Daniel Stenberg
2002-10-07
Move the URL concat code to Curl_follow(), and added a proto for that
Daniel Stenberg
2002-09-03
updated source code boilerplate/header
Daniel Stenberg
2002-03-19
copyright string (year) update
Daniel Stenberg
2002-01-03
merged the multi-dev branch back into MAIN again
Daniel Stenberg
2001-08-30
Major rename and redesign of the internal "backbone" structs. Details will
Daniel Stenberg
2001-08-15
modified the Curl_perform() proto
Daniel Stenberg
2001-05-11
removed unused #ifdef'ed section
Daniel Stenberg
2001-03-09
curl_transfer became Curl_perform() to better match the public name and
Daniel Stenberg
2001-01-17
download and highlevel are replaced with transfer
Daniel Stenberg