summaryrefslogtreecommitdiff
path: root/lib/sendf.c
AgeCommit message (Expand)Author
2021-01-13Merge tag 'curl-7_74_0'nikita
2020-12-01cmake: check for linux/tcp.hKlaus Crusius
2020-11-04curl.se: new homeDaniel Stenberg
2020-11-02sendf: move the verbose-check into Curl_debugDaniel Stenberg
2020-09-28sendf: move Curl_sendf to dict.c and make it staticDaniel Stenberg
2020-09-25Curl_send: return error when pre_receive_plain can't mallocDaniel Stenberg
2020-09-14Merge tag 'curl-7_71_1'nikita
2020-06-24sendf: improve the message on client write errorsDaniel Stenberg
2020-05-22Revert "sendf: make failf() use the mvsnprintf() return code"Daniel Stenberg
2020-05-19sendf: make failf() use the mvsnprintf() return codeDaniel Stenberg
2020-05-04dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg
2020-04-01Merge tag 'curl-7_69_1'nikita
2020-02-27http2: make pausing/unpausing set/clear local stream windowDaniel Stenberg
2020-02-17socks: make the connect phase non-blockingDaniel Stenberg
2020-01-26global_init: assume the EINTR bit by defaultDaniel 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-17lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro
2019-05-22Merge tag 'curl-7_65_0' of https://github.com/curl/curlng0
2019-05-05WRITEFUNCTION: add missing set_in_callback around callbackTaiyu Len
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-04-06pipelining: removedDaniel Stenberg
2019-02-26strerror: make the strerror function use local buffersDaniel Stenberg
2019-01-12Merge tag 'curl-7_63_0'ng0
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-03infof: clearly indicate truncationDaniel Gustafsson
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-06-12Curl_debug: remove dead printhost codeDaniel Stenberg
2018-06-11cppcheck: fix warningsMarian Klymov
2018-03-30Merge tag 'curl-7_59_0' of https://github.com/curl/curlNils Gillmann
2018-02-23spelling fixesViktor Szakats
2018-02-16header callback: don't chop headers into smaller piecesDaniel Stenberg
2018-02-15TODO fixed: Detect when called from within callbacksBjörn Stenberg
2018-01-21Merge branch 'master' of https://github.com/curl/curlng0
2017-12-07include: get netinet/in.h before linux/tcp.hPer Malmberg
2017-12-03Merge tag 'curl-7_57_0'ng0
2017-11-24connect: add support for new TCP Fast Open API on LinuxAlessandro Ghedini
2017-10-24Merge tag 'curl-7_56_1' of https://github.com/curl/curlng0
2017-10-06Merge tag 'curl-7_56_0'ng0
2017-10-04failf: skip the sprintf() if there are no consumersDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZEDaniel Stenberg
2017-08-22sendf: remove use of BUFSIZE from debug data conversionsDaniel Stenberg
2017-08-22buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg
2017-08-22failf: use private buffer, don't clobber receive bufferDaniel Stenberg
2017-08-22pause: handle mixed types of data when pausedDaniel Stenberg
2017-08-22spelling fixesklemens
2017-08-22Improve code readbilitySylvestre Ledru