summaryrefslogtreecommitdiff
path: root/lib/transfer.h
Commit message (Collapse)AuthorAgeFilesLines
...
* removed tabs and trailing whitespace from sourceDaniel Stenberg2004-10-061-5/+5
|
* The read callback can now return CURL_READFUNC_ABORT to stop a transfer.Daniel Stenberg2004-06-211-1/+1
|
* Alexander Krasnostavsky's FTP third party transfer (proxy) supportDaniel Stenberg2004-06-031-0/+1
|
* initial support for "uploading" to file:// URLsDaniel Stenberg2004-05-251-7/+9
|
* curl_socket_t mistakes cleanupDaniel Stenberg2004-03-101-5/+4
|
* Use curl_socket_t instead of int for holding sockets. The typedefs andDaniel Stenberg2004-03-091-3/+5
| | | | defines are in setup.h.
* use curl_off_t instead of off_t!Daniel Stenberg2004-01-221-3/+3
|
* updated year in the copyright stringDaniel Stenberg2004-01-071-1/+1
|
* David J Meyer's large file support.Daniel Stenberg2004-01-051-3/+3
|
* copyright year update in the source headerDaniel Stenberg2003-01-161-1/+1
|
* Move the URL concat code to Curl_follow(), and added a proto for thatDaniel Stenberg2002-10-071-2/+1
| | | | function. For Location: following.
* updated source code boilerplate/headerDaniel Stenberg2002-09-031-7/+7
|
* copyright string (year) updateDaniel Stenberg2002-03-191-1/+1
|
* merged the multi-dev branch back into MAIN againDaniel Stenberg2002-01-031-1/+12
|
* Major rename and redesign of the internal "backbone" structs. Details willDaniel Stenberg2001-08-301-1/+1
| | | | be posted in a minute to the libcurl list.
* modified the Curl_perform() protoDaniel Stenberg2001-08-151-1/+1
|
* removed unused #ifdef'ed sectionDaniel Stenberg2001-05-111-7/+0
|
* curl_transfer became Curl_perform() to better match the public name andDaniel Stenberg2001-03-091-1/+2
| | | | use the correct prefix
* download and highlevel are replaced with transferDaniel Stenberg2001-01-171-0/+44