summaryrefslogtreecommitdiff
path: root/lib/sendf.c
AgeCommit message (Expand)Author
2017-08-20Patchset for gnURL microfork:gnurl-7.55.1gnurl-7_55_1Christian Grothoff
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
2013-12-27sendf.c: Fixed compilation warning from f2d234a4dd9bccSteve Holme
2013-12-27FILE: Fixed sending of data would always return CURLE_WRITE_ERRORSteve Holme
2013-12-26FILE: we don't support paused transfers using this protocolDaniel Stenberg
2013-12-20vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg
2013-12-20vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg
2013-08-25FTP: remove krb4 supportDaniel Stenberg
2013-03-13Multiple pipelines and limiting the number of connections.Linus Nielsen Feltzing
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-11-12Curl_write: remove unneeded typecastDaniel Stenberg
2011-09-26remove short-lived CURL_WRITEFUNC_OUT_OF_MEMORYYang Tse
2011-09-25allow write callbacks to indicate OOM to libcurlYang Tse
2011-09-05fix bool variables checking and assignmentYang Tse
2011-08-26Curl_read_plain: indent codeDaniel Stenberg
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-07-24errno.h inclusion conditionally done in setup_once.hYang Tse
2011-05-21compiler warning: fixYang Tse
2011-05-05RTSP: cleanupsDaniel Stenberg