Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / transfer.h
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-02-01 Daniel StenbergCurl_perfom: removed
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: rename 76 lib/*.h files
2012-12-28 Yang Tselib/*.h: use our standard naming scheme for header...
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-03-04 Stefan Krausetransfer: avoid insane conversion of time_t
2011-01-31 Dave Reisnertransfer: add Curl_meets_timecondition()
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel StenbergCurl_setup_transfer: no longer returns anything
2010-03-26 Ben GreearMake rate-limitation logic smoother
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-08-21 Daniel Stenberg- Andre Guibert de Bruet pointed out a missing return...
2009-08-21 Daniel Stenberg- Lots of good work by Krister Johansen, mostly related...
2008-04-30 Daniel Stenberg- To make it easier for applications that want lots...
2007-11-15 Daniel StenbergRearranged code and changed Curl_readwrite_init() and...
2007-08-27 Dan FandrichFixed some minor type mismatches and missing consts...
2007-04-03 Yang Tseupdate copyright year
2007-02-21 Daniel Stenberg- Ravi Pratap provided work on libcurl making pipelinin...
2006-10-27 Yang TseUpdate copyright year, since the file has been modified
2006-09-07 Daniel StenbergMajor overhaul introducing http pipelining support...
2006-04-10 Daniel StenbergFirst curl_multi_socket() commit. Should primarily...
2005-03-31 Daniel StenbergUpdated the copyright year since changes have been...
2005-02-14 Daniel StenbergRename Curl_pretransfersec() to *_second_connect()...
2005-01-29 Daniel StenbergUsing the multi interface, and doing a requsted a re...
2005-01-11 Daniel StenbergCyrill Osterwalder posted a detailed analysis about...
2004-11-24 Daniel StenbergHTTP "auth done right". See lib/README.httpauth
2004-10-06 Daniel Stenbergremoved tabs and trailing whitespace from source
2004-06-21 Daniel StenbergThe read callback can now return CURL_READFUNC_ABORT...
2004-06-03 Daniel StenbergAlexander Krasnostavsky's FTP third party transfer...
2004-05-25 Daniel Stenberginitial support for "uploading" to file:// URLs
2004-03-10 Daniel Stenbergcurl_socket_t mistakes cleanup
2004-03-09 Daniel StenbergUse curl_socket_t instead of int for holding sockets...
2004-01-22 Daniel Stenberguse curl_off_t instead of off_t!
2004-01-07 Daniel Stenbergupdated year in the copyright string
2004-01-05 Daniel StenbergDavid J Meyer's large file support.
2003-01-16 Daniel Stenbergcopyright year update in the source header
2002-10-07 Daniel StenbergMove the URL concat code to Curl_follow(), and added...
2002-09-03 Daniel Stenbergupdated source code boilerplate/header
2002-03-19 Daniel Stenbergcopyright string (year) update
2002-01-03 Daniel Stenbergmerged the multi-dev branch back into MAIN again
2001-08-30 Daniel StenbergMajor rename and redesign of the internal "backbone...
2001-08-15 Daniel Stenbergmodified the Curl_perform() proto
2001-05-11 Daniel Stenbergremoved unused #ifdef'ed section
2001-03-09 Daniel Stenbergcurl_transfer became Curl_perform() to better match...
2001-01-17 Daniel Stenbergdownload and highlevel are replaced with transfer