summaryrefslogtreecommitdiff
path: root/lib/transfer.c
Commit message (Expand)AuthorAgeFilesLines
* HTTP: ignore "Content-Encoding: compress"Michael Kaufmann2015-07-251-1/+0
* pretransfer: init state.infilesize here, not in add_handleDaniel Stenberg2015-06-231-0/+5
* debug: remove http2 debug leftoversDaniel Stenberg2015-06-101-3/+0
* read_callback: move to SessionHandle from connectdataDaniel Stenberg2015-05-201-3/+3
* transfer: remove erroneous and misleading commentDaniel Stenberg2015-05-191-7/+0
* transfer: Replace __func__ instances with function nameJay Satiro2015-05-191-2/+2
* CURLMOPT_PIPELINE: bit 1 is for multiplexingDaniel Stenberg2015-05-181-3/+3
* http2: force "drainage" of streamsDaniel Stenberg2015-05-181-0/+8
* http2: move the mem+len pair to the stream structDaniel Stenberg2015-05-181-0/+1
* http2: more stream-oriented data, stream ID 0 is for connectionsDaniel Stenberg2015-05-181-2/+1
* lib/transfer.c: Remove factor of 8 from sleep time calculationDa-Yoon Chung2015-04-071-1/+1
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* checksrc: use space after commaDaniel Stenberg2015-03-171-1/+1
* checksrc: use space before paren in "return (expr);"Daniel Stenberg2015-03-171-1/+1
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-3/+1
* Curl_pretransfer: reset expected transfer sizesDaniel Stenberg2015-01-141-1/+2
* transfer: Code style policingSteve Holme2014-11-301-4/+7
* transfer: Fixed existing scratch buffer being checked for NULL twiceSteve Holme2014-11-301-4/+5
* smtp: Fixed dot stuffing being performed when no new data readSteve Holme2014-11-301-8/+9
* smtp: Added support for the conversion of Unix newlines during mail sendSteve Holme2014-11-261-9/+8
* Curl_single_getsock: fix hold/pause sock handlingCarlo Wood2014-11-031-3/+3
* resume: consider a resume from [content-length] to be OKDaniel Stenberg2014-11-011-0/+12
* transfer: drop the code handling the ssl_connect_retry flagKamil Dudka2014-10-291-8/+4
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-17/+17
* transfer: fix info messages when switching method on 301 and 302Alessandro Ghedini2014-06-091-31/+27
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-3/+3
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-261-2/+2
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-231-9/+9
* chunked-encoding: provide a readable error string for chunked errorsDaniel Stenberg2014-03-141-1/+1
* transfer.c: Fixed non-HTTP2 builds from commit cde0cf7c5eSteve Holme2014-02-281-0/+4
* Fix bug that HTTP/2 hangs if whole response body is read with headersTatsuhiro Tsujikawa2014-02-281-1/+10
* transfer: make Expect: 100-continue timeout configurable.Tiit Pikma2014-02-131-5/+3
* 100-continue: fix timeout conditionRemi Gacogne2014-02-061-1/+1
* multi: remove MULTI_TIMEOUT_INACCURACYDaniel Stenberg2014-01-121-6/+4
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-9/+10
* FILE: we don't support paused transfers using this protocolDaniel Stenberg2013-12-261-7/+17
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* multi: add timer inaccuracy margin to timeout/connecttimeoutDaniel Stenberg2013-12-151-2/+3
* HTTP: Output http response 304 when modified time is too oldDerek Higgins2013-10-071-0/+4
* multi_socket: improved 100-continue timeout handlingDaniel Stenberg2013-08-281-2/+4
* transfer: the recent sessionhandle change broke CURL_DOES_CONVERSIONSGisle Vanem2013-08-201-5/+7
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-7/+12
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-4/+3
* Curl_perfom: removedDaniel Stenberg2013-02-011-372/+0
* always-multi: always use non-blocking internalsDaniel Stenberg2013-01-171-3/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+2338
* build: rename 93 lib/*.c filesYang Tse2013-01-031-2338/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-3/+3