summaryrefslogtreecommitdiff
path: root/lib/transfer.c
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-11-23urldata: remove 'void *protop' and create the union 'p'Daniel Stenberg
2020-11-04curl.se: new homeDaniel Stenberg
2020-11-03hsts: add read/write callbacksDaniel Stenberg
2020-11-02sendf: move the verbose-check into Curl_debugDaniel Stenberg
2020-09-14Merge tag 'curl-7_72_0' into masternikita
2020-09-14Merge tag 'curl-7_71_1'nikita
2020-08-10transfer: move retrycount from connect struct to easy handleStefan Yohansson
2020-07-28transfer: fix data_pending for builds with both h2 and h3 enabledDaniel Stenberg
2020-07-12transfer: fix memory-leak with CURLOPT_CURLU in a duped handleDaniel Stenberg
2020-06-02urldata: let the HTTP method be in the set.* structDaniel Stenberg
2020-06-01transfer: remove k->str NULL checkDaniel Stenberg
2020-05-30url: alloc the download buffer at transfer startDaniel Stenberg
2020-05-27transfer: close connection after excess data has been readMichael Kaufmann
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2020-04-30Merge tag 'curl-7_70_0'nikita
2020-04-22transfer: Switch PUT to GET/HEAD on 303 redirectJay Satiro
2020-04-08http: don't consider upload done if the request isn't completely sent offDaniel Stenberg
2020-04-01Merge tag 'curl-7_69_1'nikita
2020-03-31build: fixed build for systems with select() in unistd.hHarry Sintonen
2020-03-18http2: Fix erroneous debug message that h2 connection closedJay Satiro
2020-03-15transfer: cap retries of "dead connections" to 5Daniel Stenberg
2020-03-06transfer: set correct copyright year rangeDaniel Stenberg
2020-03-06urldata: remove the 'stream_was_rewound' connectdata struct memberDaniel Stenberg
2020-03-05Revert "pause: force-drain the transfer on unpause"Daniel Stenberg
2020-02-29pause: force-drain the transfer on unpauseDaniel Stenberg
2019-12-20Merge remote-tracking branch 'upstream/master'ng0
2019-12-01build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro
2019-11-18ngtcp2: use overflow buffer for extra HTTP/3 dataJavier Blazquez
2019-11-06Merge tag 'curl-7_67_0'ng0
2019-10-03http2: move state-init from creation to pre-transferDaniel Stenberg
2019-10-02redirect: when following redirects to an absolute URL, URL encode itDaniel Stenberg
2019-10-02chunked-encoding: stop hiding the CURLE_BAD_CONTENT_ENCODING errorDaniel Stenberg
2019-09-12Merge tag 'curl-7_66_0'ng0
2019-09-09Curl_fillreadbuffer: avoid double-free trailer buf on errorDaniel Stenberg
2019-08-23ngtcp2: accept upload via callbackDaniel Stenberg
2019-08-15Merge tag 'curl-7_65_3'ng0
2019-08-06quiche: first working HTTP/3 requestDaniel Stenberg
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2019-07-30readwrite_data: repair setting the TIMER_STARTTRANSFER stampDaniel Stenberg
2019-07-06lib: Use UTF-8 encoding in commentsGergely Nagy
2019-06-24http2: call done_sending on end of uploadDaniel Stenberg
2019-05-22Merge tag 'curl-7_65_0' of https://github.com/curl/curlng0
2019-05-20lib: reduce variable scopesMarcel Raad
2019-05-16cleanup: remove FIXME and TODO commentsDaniel Stenberg
2019-05-13wildcard: disable from build when FTP isn't presentDaniel Stenberg
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-04-06pipelining: removedDaniel Stenberg
2019-04-05transfer: fix LGTM alert "Comparison is always true"Marcel Raad
2019-03-01urldata: simplify bytecountersDaniel Stenberg