summaryrefslogtreecommitdiff
path: root/lib/transfer.c
Commit message (Expand)AuthorAgeFilesLines
* all: s/int/size_t cleanupDaniel Stenberg2018-09-011-13/+12
* curl-compilers: enable -Wimplicit-fallthrough=4 for GCCMarcel Raad2018-08-211-2/+2
* upload: change default UPLOAD_BUFSIZE to 64KBDaniel Stenberg2018-08-181-1/+1
* upload: allocate upload buffer on-demandDaniel Stenberg2018-08-181-2/+18
* windows: follow up to the buffer-tuning 1ba1dba7Daniel Stenberg2018-08-081-1/+5
* windows: implement send buffer tuningDaniel Jelinski2018-08-081-1/+18
* HTTP: Don't attempt to needlessly decompress redirect bodyHarry Sintonen2018-07-311-1/+1
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-121-4/+4
* cppcheck: fix warningsMarian Klymov2018-06-111-1/+1
* setup_transfer: deal with both sockets being -1Daniel Stenberg2018-05-111-1/+2
* transfer: don't unset writesockfd on setup of multiplexed connsDaniel Stenberg2018-05-041-6/+13
* URL: fix ASCII dependency in strcpy_url and strlen_urlStephan Mühlstrasser2018-05-031-2/+12
* strcpy_url: only %-encode values >= 0x80Daniel Stenberg2018-04-251-1/+1
* ctype: restore character classification for non-ASCII platformsStephan Mühlstrasser2018-04-241-1/+1
* http2: handle GOAWAY properlyDaniel Stenberg2018-04-201-2/+15
* transfer: make HTTP without headers count correct body sizeDaniel Stenberg2018-03-151-1/+1
* readwrite: make sure excess reads don't go beyond buffer endDaniel Stenberg2018-03-121-2/+7
* HTTP: allow "header;" to replace an internal header with a blank oneDaniel Stenberg2018-03-111-3/+4
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-0/+6
* HTTP: support multiple Content-EncodingsPatrick Monnerat2017-11-051-33/+4
* transfer: Fix chunked-encoding upload bugJay Satiro2017-10-261-2/+5
* wildcards: don't use with non-supported protocolsMax Dymond2017-10-261-1/+2
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-4/+4
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-4/+5
* conversions: fix several compiler warningsDaniel Stenberg2017-09-151-13/+14
* code style: remove wrong uses of multiple spacesDaniel Stenberg2017-09-121-1/+1
* code style: use spaces around plusesDaniel Stenberg2017-09-111-3/+3
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-27/+27
* Curl_checkheaders: make it available for IMAP and SMTP tooDaniel Stenberg2017-09-111-0/+25
* mime: unified to use the typedef'd mime structs everywhereDaniel Stenberg2017-09-051-1/+1
* mime: new MIME API.Patrick Monnerat2017-09-021-4/+20
* progress: Track total times following redirectsRyan Winograd2017-08-151-2/+2
* redirect: skip URL encoding for host namesSalah-Eddin Shaban2017-08-131-6/+62
* url: make the original string get used on subsequent transfersDaniel Stenberg2017-07-031-0/+7
* transfer: init the infilesize from the postfields...Daniel Stenberg2017-05-301-1/+4
* redirect: store the "would redirect to" URL when max redirs is reachedDaniel Stenberg2017-05-231-25/+27
* 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