aboutsummaryrefslogtreecommitdiff
path: root/lib/transfer.c
AgeCommit message (Expand)Author
2016-10-31strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg
2016-10-31strcasecompare: is the new name for strequal()Daniel Stenberg
2016-10-18select: switch to macros in uppercaseDaniel Stenberg
2016-09-11http: refuse to pass on response body with NO_NODY was setDaniel Stenberg
2016-09-05http2: return EOF when done uploading without known sizeDaniel Stenberg
2016-09-04speed caps: not based on average speeds anymoreOlivier Brunel
2016-08-11HTTP: retry failed HEAD requests tooDaniel Stenberg
2016-08-04transfer: return without select when the read loop reached maxcountDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-05-15ftp: fix incorrect out-of-memory code in Curl_pretransferJay Satiro
2016-05-15ftp wildcard: segfault due to init only in multi_performDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-03code: style updatesDaniel Stenberg
2016-04-01upload: missing rewind call could make libcurl hangDaniel Stenberg
2016-03-30multi: multi_reconnect_request is the former Curl_reconnect_requestDaniel Stenberg
2016-03-16transfer: Removed redundant HTTP authentication include filesSteve Holme
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2016-01-08http2: Ensure that http2_handle_stream_close is calledTatsuhiro Tsujikawa
2015-11-02http redirects: %-encode bytes outside of ascii rangeDaniel Stenberg
2015-10-15fread_func: move callback pointer from set to state structDaniel Stenberg
2015-09-27readwrite_data: set a max number of loopsDaniel Stenberg
2015-09-26FTP: fix uploading ASCII with unknown sizeDaniel Stenberg
2015-07-25HTTP: ignore "Content-Encoding: compress"Michael Kaufmann
2015-06-23pretransfer: init state.infilesize here, not in add_handleDaniel Stenberg
2015-06-10debug: remove http2 debug leftoversDaniel Stenberg
2015-05-20read_callback: move to SessionHandle from connectdataDaniel Stenberg
2015-05-19transfer: remove erroneous and misleading commentDaniel Stenberg
2015-05-19transfer: Replace __func__ instances with function nameJay Satiro
2015-05-18CURLMOPT_PIPELINE: bit 1 is for multiplexingDaniel Stenberg
2015-05-18http2: force "drainage" of streamsDaniel Stenberg
2015-05-18http2: move the mem+len pair to the stream structDaniel Stenberg
2015-05-18http2: more stream-oriented data, stream ID 0 is for connectionsDaniel Stenberg
2015-04-07lib/transfer.c: Remove factor of 8 from sleep time calculationDa-Yoon Chung
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-17checksrc: use space after commaDaniel Stenberg
2015-03-17checksrc: use space before paren in "return (expr);"Daniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2015-01-14Curl_pretransfer: reset expected transfer sizesDaniel Stenberg
2014-11-30transfer: Code style policingSteve Holme
2014-11-30transfer: Fixed existing scratch buffer being checked for NULL twiceSteve Holme
2014-11-30smtp: Fixed dot stuffing being performed when no new data readSteve Holme
2014-11-26smtp: Added support for the conversion of Unix newlines during mail sendSteve Holme
2014-11-03Curl_single_getsock: fix hold/pause sock handlingCarlo Wood
2014-11-01resume: consider a resume from [content-length] to be OKDaniel Stenberg
2014-10-29transfer: drop the code handling the ssl_connect_retry flagKamil Dudka
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2014-06-09transfer: fix info messages when switching method on 301 and 302Alessandro Ghedini
2014-05-22bits.close: introduce connection close trackingDaniel Stenberg
2014-04-26INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg
2014-04-23handler: make 'protocol' always specified as a single bitDaniel Stenberg