aboutsummaryrefslogtreecommitdiff
path: root/lib/sendf.c
AgeCommit message (Expand)Author
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-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-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-05WRITEFUNCTION: add missing set_in_callback around callbackTaiyu Len
2019-04-06pipelining: removedDaniel Stenberg
2019-02-26strerror: make the strerror function use local buffersDaniel Stenberg
2018-11-23snprintf: renamed and we now only use msnprintf()Daniel Stenberg
2018-11-03infof: clearly indicate truncationDaniel Gustafsson
2018-06-12Curl_debug: remove dead printhost codeDaniel Stenberg
2018-06-11cppcheck: fix warningsMarian Klymov
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
2017-12-07include: get netinet/in.h before linux/tcp.hPer Malmberg
2017-11-24connect: add support for new TCP Fast Open API on LinuxAlessandro Ghedini
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-05-01BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZEDaniel Stenberg
2017-05-01sendf: remove use of BUFSIZE from debug data conversionsDaniel Stenberg
2017-05-01buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg
2017-05-01failf: use private buffer, don't clobber receive bufferDaniel Stenberg
2017-03-28pause: handle mixed types of data when pausedDaniel Stenberg
2017-03-26spelling fixesklemens
2017-03-13Improve code readbilitySylvestre Ledru
2016-12-19Curl_recv_has_postponed_data: silence compiler warningsDaniel Stenberg
2016-12-19http_proxy: Fix proxy CONNECT hang on pending dataJay Satiro
2016-12-13checksrc: stricter no-space-before-paren enforcementDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-04-29lib: include curl_printf.h as one of the last headersDaniel Stenberg
2016-04-20sendf.c: added ability to call recv() before send() as workaroundKarlson2k
2016-04-18connect: implement TCP Fast Open for LinuxAlessandro Ghedini
2016-02-24Curl_read: check for activated HTTP/1 pipelining, not only requestedDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-30Curl_read_plain: clean up ifdefs that break statementsFlavio Medeiros
2015-05-18CURLMOPT_PIPELINE: bit 1 is for multiplexingDaniel Stenberg
2015-05-18http2: Curl_read should not use the single bufferDaniel Stenberg
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-17checksrc: use space before paren in "return (expr);"Daniel Stenberg
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-12-09Curl_client_write() & al.: chop long data, convert data only once.Patrick Monnerat
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2014-10-03Curl_debug: document switch fallthroughsDaniel Stenberg
2014-04-23handler: make 'protocol' always specified as a single bitDaniel Stenberg