Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / transfer.c
2010-08-28 Daniel Stenbergmulti: set timeouts when transfer begins
2010-08-06 Daniel Stenbergmulti_socket: set timeout for 100-continue
2010-06-08 Daniel Stenbergtransfer: warning: implicit conversion
2010-06-02 Kamil Dudkalib: eliminate some dead code
2010-05-27 Daniel Stenbergindent: some whitespace edits
2010-05-12 Pavel RaiskupFTP: WILDCARDMATCH/CHUNKING/FNMATCH added
2010-05-07 Howard Chusendrecv: split the I/O handling into private handler
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-16 Daniel StenbergCurl_setup_transfer: no longer returns anything
2010-04-16 Daniel StenbergCurl_perform: Value stored to 'res2' is never read
2010-03-26 Ben GreearMake rate-limitation logic smoother
2010-03-24 Bill HoffmanMerge branch 'master' of github.com:bagder/curl
2010-03-24 Bob Richmondfix: timeout after last data chunk was handled
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2010-03-06 Daniel Stenbergindent fix by Ben Greear, I removed some braces for...
2010-03-02 Daniel Stenberg- Based on patch provided by Jacob Moshenko, the transf...
2010-02-04 Yang Tsefix printf-style format strings
2010-02-03 Yang TseFix compiler warnings: conversion from 'const int ...
2010-02-02 Yang TseFix compiler warning: conditional expression is constant
2010-01-29 Yang TseRTSP followup fix. Both the pipelined and non-pipelined...
2010-01-28 Yang Tsefix printf-style format strings
2010-01-28 Yang Tsefix printf-style format strings
2010-01-28 Yang TseChris Conroy's RTSP followup fixes
2010-01-25 Yang Tsefix compiler warning
2010-01-22 Daniel Stenbergwrap long lines, remove (very old) attribution from...
2010-01-21 Daniel StenbergChris Conroy brought support for RTSP transfers, and...
2010-01-07 Daniel Stenbergremoved a parameter from the Curl_http_readwrite_header...
2009-12-30 Daniel Stenbergmoved the SMTP payload escape function into Curl_smtp_e...
2009-12-30 Daniel Stenberg(SMTP) support DATA better in the server and make sure...
2009-12-29 Daniel Stenbergmove HTTP-specific functions to http.c where they belong
2009-12-12 Daniel Stenbergintroducing IMAP, POP3 and SMTP support (still lots...
2009-12-11 Yang TsePrevent rewinding unless pipelining.
2009-11-12 Yang TseAdd missing variable initialization
2009-11-12 Kamil Dudka- libcurl-NSS now tries to reconnect with TLS disabled...
2009-09-27 Daniel Stenbergtiny indent fix
2009-09-27 Daniel Stenberg- I introduced a maximum limit for received HTTP header...
2009-09-27 Daniel Stenbergunify two very similar code sections into one single...
2009-09-26 Kamil Dudka- Implemented a protocol independent way to specify...
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...
2009-07-16 Gunter Knaufadded a cast to silent compiler warning with 64bit...
2009-06-10 Yang TseAdjusted to take in account that...
2009-05-28 Yang Tsefix compiler warning: variable was set but never used
2009-05-11 Daniel StenbergInternal cleanup: KEEP_WRITE and KEEP_READ are now...
2009-05-07 Yang TseFix an issue, affecting FTP transfers, introduced with...
2009-05-04 Yang TseDavid McCreedy's "transfer.c fixes for CURL_DO_LINEEND_...
2009-04-21 Yang Tselibcurl's memory.h renamed to curl_memory.h
2009-02-27 Daniel StenbergIndentation fixes, untabify and related whitespace...
2009-02-19 Daniel Stenberg- Patrik Thunstrom reported a problem and helped me...
2009-02-11 Daniel Stenberg- CURLINFO_CONDITION_UNMET was added to allow an applic...
2009-01-07 Dan FandrichCreated a CURLMIN macro to match CURLMAX
2008-12-19 Daniel Stenberg- Using the libssh2 0.19 function libssh2_session_block...
2008-11-14 Dan FandrichAdded some #ifdefs around header files and change the...
2008-10-29 Dan FandrichFixed a bug that caused a few bytes of garbage to be...
2008-10-23 Daniel Stenbergmoved the Curl_raw_ functions into the new lib/rawstr...
2008-10-19 Dan FandrichFixed a compiler warning in the CURL_DISABLE_HTTP case
2008-10-18 Dan FandrichRemoved some more code in the CURL_DISABLE_HTTP case
2008-10-17 Yang Tsefix compiler warning
2008-10-15 Daniel Stenberg- John Wilkinson filed bug #2155496
2008-10-10 Dan FandrichFixed some compiler warnings with CURL_DISABLE_HTTP
2008-10-09 Dan FandrichGet rid of some more code in the CURL_DISABLE_HTTP...
2008-10-08 Daniel Stenberg- Bug #2152270 (curl.haxx.se/bug/view.cgi?id=2152270...
2008-10-07 Dan FandrichChanged the handling of read/write errors in Curl_perfo...
2008-09-08 Yang Tsefix compiler warning
2008-09-08 Daniel Stenbergcomment < 80 columns
2008-09-06 Yang Tseremove unnecessary typecasting of malloc()
2008-09-06 Yang Tseremove unnecessary typecasting of realloc()
2008-09-05 Dan FandrichImproved the logic the decides whether to use HTTP...
2008-09-05 Daniel Stenberg- Martin Drasar provided the CURLOPT_POSTREDIR patch...
2008-08-29 Daniel Stenberg- When libcurl was doing a HTTP POST and the server...
2008-08-26 Dan FandrichFixed out of memory problems that caused torture test...
2008-08-16 Yang TseLibrary internal only C preprocessor macros FORMAT_OFF_...
2008-08-15 Yang TseFor congruency sake with the naming of other CURL_XXXXX...
2008-08-12 Yang TseFix 'result' may be used uninitialized in function...
2008-08-08 Dan FandrichRefactored Curl_readwrite() into a number of smaller...
2008-08-04 Daniel Stenberg- Test cases 1051, 1052 and 1055 were added by Daniel...
2008-08-01 Dan FandrichAdded more code under #ifndef CURL_DISABLE_HTTP to...
2008-07-30 Dan FandrichFactored out Curl_copy_header_value
2008-07-26 Daniel Stenberg- David Bau filed bug report #2026240 "CURL_READFUNC_PA...
2008-07-10 Dan FandrichFixed another OOM problem, this time with test 64.
2008-07-09 Dan FandrichFixed an OOM handling problem that cause test 11 to...
2008-07-03 Daniel StenbergPhil Blundell provided a fix for libcurl's treatment...
2008-05-26 Daniel Stenberg- Bug report #1973352 (curl.haxx.se/bug/view.cgi?id...
2008-05-09 Daniel StenbergRemoved an unused variable and one do-while loop that...
2008-05-06 Yang Tsefix compiler warning: enumerated type mixed with anothe...
2008-05-03 Daniel Stenbergminor spell and language fix of a comment
2008-05-03 Daniel Stenberg- Ben Van Hof filed bug report #1945240: "libcurl somet...
2008-04-30 Daniel Stenberg- To make it easier for applications that want lots...
2008-03-22 Daniel Stenberg- Fixed the problem with doing a zero byte SCP transfer...
2008-03-13 Daniel StenbergChange the confusing two variables for the expect 100...
2008-02-21 Daniel Stenberg- Zmey Petroff found a crash when libcurl accessed...
2008-02-20 Daniel Stenberg- We no longer support setting the CURLOPT_URL option...
2008-01-31 Daniel Stenberg- Dmitry Kurochkin moved several struct fields from...
2008-01-16 Daniel StenbergDmitry Kurochkin worked a lot on improving the HTTP...
2008-01-15 Daniel StenbergCalls to Curl_failf() are not supposed to provide a...
2008-01-10 Daniel StenbergGeorg Lippitsch brought CURLOPT_SEEKFUNCTION and CURLOP...
2008-01-10 Daniel Stenbergcorrected comment
2008-01-09 Yang Tsefix compiler warning
2008-01-08 Daniel StenbergIntroducing curl_easy_pause() and new magic return...
2007-12-08 Daniel StenbergAll static functions that were previously name Curl_...
next