summaryrefslogtreecommitdiff
path: root/lib/sendf.c
Commit message (Expand)AuthorAgeFilesLines
* Websocket en-/decodingStefan Eissing2023-04-251-3/+1
* cf-socket: improvements in socket I/O handlingStefan Eissing2023-01-311-282/+0
* curl_log: for failf/infof and debug logging implementationsStefan Eissing2023-01-121-71/+0
* sendf: fix build for Linux TCP fastopenJay Satiro2023-01-081-1/+2
* cf-socket: keep sockaddr local in the socket filtersStefan Eissing2023-01-031-1/+1
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* lib: connect/h2/h3 refactorStefan Eissing2022-12-301-3/+2
* vtls: localization of state data in filtersStefan Eissing2022-11-221-1/+1
* sendf: change Curl_read_plain to wrap Curl_recv_plain (take 2)Jay Satiro2022-11-201-23/+46
* Revert "sendf: change Curl_read_plain to wrap Curl_recv_plain"Daniel Stenberg2022-11-181-40/+22
* sendf: change Curl_read_plain to wrap Curl_recv_plainJay Satiro2022-11-181-22/+40
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-4/+8
* sendf: remove unnecessary if conditionJoel Depooter2022-10-261-10/+8
* ws: minor fixes for web sockets without the CONNECT_ONLY flagPaul Seligman2022-10-091-1/+2
* ws: initial websockets supportDaniel Stenberg2022-09-091-2/+14
* sendf: skip storing HTTP headers if HTTP disabledDaniel Stenberg2022-07-231-0/+2
* sendf: store the header type in an usigned char to avoid icc warningsDaniel Stenberg2022-07-231-6/+6
* sendf: make Curl_debug a void functionDaniel Stenberg2022-07-231-5/+3
* sendf: fix paused header writes since after the header APIDaniel Stenberg2022-07-201-2/+7
* mprintf: make dprintf_formatf never return negativeDaniel Stenberg2022-07-171-2/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* lib: make more protocol specific struct fields #ifdefedDaniel Stenberg2022-06-011-13/+6
* lib: remove exclamation marksDaniel Stenberg2022-04-161-1/+1
* header api: add curl_easy_header and curl_easy_nextheaderDaniel Stenberg2022-03-221-7/+18
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-57/+4
* sendf: accept zero-length data in Curl_client_write()Patrick Monnerat2021-10-251-3/+5
* msnprintf: return number of printed characters excluding null byteDaniel Stenberg2021-07-081-4/+2
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-15/+9
* http: deal with partial CONNECT sendsDaniel Stenberg2021-05-081-0/+12
* lib: fix 0-length Curl_client_write callsJacob Hoffman-Andrews2021-04-291-1/+1
* lib: remove strlen call from Curl_client_writeJacob Hoffman-Andrews2021-04-291-2/+1
* tidy-up: make conditional checks more consistentDaniel Stenberg2021-04-221-1/+1
* lib: remove redundant codeMarcel Raad2021-02-101-3/+1
* lib: remove conn->data usesPatrick Monnerat2021-01-261-4/+5
* send: assert that Curl_write_plain() has a ->conn when calledDaniel Stenberg2021-01-181-1/+3
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-26/+39
* failf: remove newline from formatting stringsDaniel Stenberg2020-12-251-0/+1
* cmake: check for linux/tcp.hKlaus Crusius2020-12-011-0/+2
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-021-59/+58
* sendf: move Curl_sendf to dict.c and make it staticDaniel Stenberg2020-09-281-46/+0
* Curl_send: return error when pre_receive_plain can't mallocDaniel Stenberg2020-09-251-3/+9
* sendf: improve the message on client write errorsDaniel Stenberg2020-06-241-1/+1
* Revert "sendf: make failf() use the mvsnprintf() return code"Daniel Stenberg2020-05-221-1/+2
* sendf: make failf() use the mvsnprintf() return codeDaniel Stenberg2020-05-191-2/+1
* dynbuf: introduce internal generic dynamic buffer functionsDaniel Stenberg2020-05-041-29/+5
* http2: make pausing/unpausing set/clear local stream windowDaniel Stenberg2020-02-271-0/+6
* socks: make the connect phase non-blockingDaniel Stenberg2020-02-171-5/+6
* global_init: assume the EINTR bit by defaultDaniel Stenberg2020-01-261-1/+1
* build: Disable Visual Studio warning "conditional expression is constant"Jay Satiro2019-12-011-1/+1