summaryrefslogtreecommitdiff
path: root/lib/transfer.c
Commit message (Expand)AuthorAgeFilesLines
* Curl_fillreadbuffer: avoid double-free trailer buf on errorbagder/trailer-buf-freeDaniel Stenberg2019-09-091-5/+6
* ngtcp2: accept upload via callbackDaniel Stenberg2019-08-231-0/+2
* quiche: first working HTTP/3 requestDaniel Stenberg2019-08-061-1/+1
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-8/+2
* readwrite_data: repair setting the TIMER_STARTTRANSFER stampDaniel Stenberg2019-07-301-1/+1
* lib: Use UTF-8 encoding in commentsGergely Nagy2019-07-061-1/+1
* http2: call done_sending on end of uploadDaniel Stenberg2019-06-241-4/+4
* lib: reduce variable scopesMarcel Raad2019-05-201-8/+6
* cleanup: remove FIXME and TODO commentsDaniel Stenberg2019-05-161-1/+0
* wildcard: disable from build when FTP isn't presentDaniel Stenberg2019-05-131-0/+2
* pipelining: removedDaniel Stenberg2019-04-061-72/+13
* transfer: fix LGTM alert "Comparison is always true"Marcel Raad2019-04-051-1/+1
* urldata: simplify bytecountersDaniel Stenberg2019-03-011-21/+7
* transfer.c: do not compute length of undefined hex buffer.Patrick Monnerat2019-02-141-8/+10
* pretransfer: don't strlen() POSTFIELDS set for GET requestsDaniel Stenberg2019-02-121-1/+4
* multi: set the EXPIRE_*TIMEOUT timers at TIMER_STARTSINGLE timeDaniel Stenberg2019-02-011-6/+0
* printf: introduce CURL_FORMAT_TIMEDIFF_TRikard Falkeborn2019-01-041-4/+4
* printf: fix format specifiersRikard Falkeborn2019-01-041-2/+2
* http: Implement trailing headers for chunked transfersAyoub Boudhar2018-12-141-21/+147
* Curl_follow: extract the Location: header field unvalidatedDaniel Stenberg2018-12-121-5/+15
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-2/+2
* setopt: add CURLOPT_CURLUJim Fuller2018-11-091-1/+14
* libcurl: stop reading from paused transfersSangamkar2018-11-061-0/+5
* Curl_follow: accept non-supported schemes for "fake" redirectsDaniel Stenberg2018-11-021-1/+2
* Fix for compiling with lwIP (3)Gisle Vanem2018-10-231-1/+1
* Curl_follow: return better errors on URL problemsDaniel Stenberg2018-10-231-4/+2
* Curl_follow: remove remaining free(newurl)Daniel Stenberg2018-10-231-3/+1
* multi: avoid double-freeDaniel Stenberg2018-10-191-1/+2
* Curl_follow: Always free the passed new URLMichael Kaufmann2018-10-131-1/+3
* transfer: fix typo in commentDaniel Gustafsson2018-10-101-1/+1
* Curl_retry_request: fix memory leakDaniel Stenberg2018-09-241-2/+7
* url: use the URL API internally as wellDaniel Stenberg2018-09-221-29/+16
* URL-APIDaniel Stenberg2018-09-081-309/+5
* CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer sizeDaniel Stenberg2018-09-061-2/+3
* 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