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
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-03-04
transfer: avoid insane conversion of time_t
Stefan Krause
2011-01-31
transfer: add Curl_meets_timecondition()
Dave Reisner
2010-04-16
Curl_setup_transfer: no longer returns anything
Daniel Stenberg
2010-03-26
Make rate-limitation logic smoother
Ben Greear
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-08-21
- Andre Guibert de Bruet pointed out a missing return code check for a
Daniel Stenberg
2009-08-21
- Lots of good work by Krister Johansen, mostly related to pipelining:
Daniel Stenberg
2008-04-30
- To make it easier for applications that want lots of magic stuff done on
Daniel Stenberg
2007-11-15
Rearranged code and changed Curl_readwrite_init() and Curl_pre_readwrite() into
Daniel Stenberg
2007-08-27
Fixed some minor type mismatches and missing consts mainly found by splint.
Dan Fandrich
2007-04-03
update copyright year
Yang Tse
2007-02-21
- Ravi Pratap provided work on libcurl making pipelining more robust and
Daniel Stenberg
2006-10-27
Update copyright year, since the file has been modified
Yang Tse
2006-09-07
Major overhaul introducing http pipelining support and shared connection
Daniel Stenberg
2006-04-10
First curl_multi_socket() commit. Should primarily be considered as an internal
Daniel Stenberg
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