summaryrefslogtreecommitdiff
path: root/lib/sendf.c
Commit message (Expand)AuthorAgeFilesLines
...
* lib: Move lib/ssh.h -> lib/vssh/ssh.hJay Satiro2019-11-171-1/+1
* WRITEFUNCTION: add missing set_in_callback around callbackTaiyu Len2019-05-051-1/+4
* pipelining: removedDaniel Stenberg2019-04-061-33/+2
* strerror: make the strerror function use local buffersDaniel Stenberg2019-02-261-3/+5
* snprintf: renamed and we now only use msnprintf()Daniel Stenberg2018-11-231-4/+4
* infof: clearly indicate truncationDaniel Gustafsson2018-11-031-1/+12
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-121-43/+5
* cppcheck: fix warningsMarian Klymov2018-06-111-1/+1
* spelling fixesViktor Szakats2018-02-231-2/+2
* header callback: don't chop headers into smaller piecesDaniel Stenberg2018-02-161-26/+30
* TODO fixed: Detect when called from within callbacksBjörn Stenberg2018-02-151-2/+9
* include: get netinet/in.h before linux/tcp.hPer Malmberg2017-12-071-0/+4
* connect: add support for new TCP Fast Open API on LinuxAlessandro Ghedini2017-11-241-1/+5
* failf: skip the sprintf() if there are no consumersDaniel Stenberg2017-10-041-17/+17
* code style: use spaces around plusesDaniel Stenberg2017-09-111-4/+4
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-6/+6
* BUFSIZE: rename to READBUFFER_*, make separate MASTERBUF_SIZEDaniel Stenberg2017-05-011-1/+1
* sendf: remove use of BUFSIZE from debug data conversionsDaniel Stenberg2017-05-011-25/+26
* buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg2017-05-011-6/+5
* failf: use private buffer, don't clobber receive bufferDaniel Stenberg2017-05-011-8/+7
* pause: handle mixed types of data when pausedDaniel Stenberg2017-03-281-34/+53
* spelling fixesklemens2017-03-261-2/+2
* Improve code readbilitySylvestre Ledru2017-03-131-5/+3
* Curl_recv_has_postponed_data: silence compiler warningsDaniel Stenberg2016-12-191-0/+2
* http_proxy: Fix proxy CONNECT hang on pending dataJay Satiro2016-12-191-0/+11
* checksrc: stricter no-space-before-paren enforcementDaniel Stenberg2016-12-131-3/+3
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-9/+9
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* sendf.c: added ability to call recv() before send() as workaroundKarlson2k2016-04-201-1/+101
* connect: implement TCP Fast Open for LinuxAlessandro Ghedini2016-04-181-2/+13
* Curl_read: check for activated HTTP/1 pipelining, not only requestedDaniel Stenberg2016-02-241-2/+5
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Curl_read_plain: clean up ifdefs that break statementsFlavio Medeiros2015-11-301-2/+4
* CURLMOPT_PIPELINE: bit 1 is for multiplexingDaniel Stenberg2015-05-181-2/+1
* http2: Curl_read should not use the single bufferDaniel Stenberg2015-05-181-1/+2
* curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich2015-03-241-2/+2
* checksrc: use space before paren in "return (expr);"Daniel Stenberg2015-03-171-3/+3
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-5/+2
* Curl_client_write() & al.: chop long data, convert data only once.Patrick Monnerat2014-12-091-72/+97
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-17/+17
* Curl_debug: document switch fallthroughsDaniel Stenberg2014-10-031-0/+2
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-231-2/+2
* sendf.c: Fixed compilation warning from f2d234a4dd9bccSteve Holme2013-12-271-3/+3
* FILE: Fixed sending of data would always return CURLE_WRITE_ERRORSteve Holme2013-12-271-10/+10
* FILE: we don't support paused transfers using this protocolDaniel Stenberg2013-12-261-2/+10
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* FTP: remove krb4 supportDaniel Stenberg2013-08-251-9/+1
* Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing2013-03-131-2/+1