summaryrefslogtreecommitdiff
path: root/lib/transfer.c
Commit message (Expand)AuthorAgeFilesLines
* multi: use a fixed array of timers instead of mallocDaniel Stenberg2017-05-101-0/+1
* multi: assign IDs to all timers and make each timer singletonDaniel Stenberg2017-05-101-4/+4
* buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg2017-05-011-3/+1
* upload: UPLOAD_BUFSIZE is now for the upload bufferDaniel Stenberg2017-05-011-1/+1
* transfer: fix minor buffer_size mistakeDaniel Stenberg2017-05-011-2/+1
* transfer: remove 'uploadbuf' pointer and cleanup readwrite_upload()Daniel Stenberg2017-04-251-27/+25
* llist: replace Curl_llist_alloc with Curl_llist_initDaniel Stenberg2017-04-041-2/+1
* spelling fixesklemens2017-03-261-2/+2
* Improve code readbilitySylvestre Ledru2017-03-131-12/+12
* transfer: only retry nobody-requests for HTTPMarkus Westerlind2017-02-071-6/+11
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-5/+5
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-1/+1
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-1/+1
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+0
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-2/+0
* select: switch to macros in uppercaseDaniel Stenberg2016-10-181-1/+1
* http: refuse to pass on response body with NO_NODY was setDaniel Stenberg2016-09-111-0/+7
* http2: return EOF when done uploading without known sizeDaniel Stenberg2016-09-051-0/+3
* speed caps: not based on average speeds anymoreOlivier Brunel2016-09-041-54/+0
* HTTP: retry failed HEAD requests tooDaniel Stenberg2016-08-111-7/+6
* transfer: return without select when the read loop reached maxcountDaniel Stenberg2016-08-041-3/+18
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-13/+13
* ftp: fix incorrect out-of-memory code in Curl_pretransferJay Satiro2016-05-151-1/+1
* ftp wildcard: segfault due to init only in multi_performDaniel Stenberg2016-05-151-0/+10
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* code: style updatesDaniel Stenberg2016-04-031-3/+3
* upload: missing rewind call could make libcurl hangDaniel Stenberg2016-04-011-10/+20
* multi: multi_reconnect_request is the former Curl_reconnect_requestDaniel Stenberg2016-03-301-57/+0
* transfer: Removed redundant HTTP authentication include filesSteve Holme2016-03-161-5/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* http2: Ensure that http2_handle_stream_close is calledTatsuhiro Tsujikawa2016-01-081-1/+12
* http redirects: %-encode bytes outside of ascii rangeDaniel Stenberg2015-11-021-18/+23
* fread_func: move callback pointer from set to state structDaniel Stenberg2015-10-151-5/+15
* readwrite_data: set a max number of loopsDaniel Stenberg2015-09-271-1/+2
* FTP: fix uploading ASCII with unknown sizeDaniel Stenberg2015-09-261-1/+2
* 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