summaryrefslogtreecommitdiff
path: root/lib/pingpong.c
Commit message (Expand)AuthorAgeFilesLines
* pingpong: fix compiler warning "assigning an enum to unsigned char"Stefan Eissing2023-04-281-2/+2
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* vtls: localization of state data in filtersStefan Eissing2022-11-221-2/+2
* lib: connection filters (cfilter) addition to curl:Stefan Eissing2022-11-111-2/+3
* pingpong: extend the response reading error with errnoDaniel Stenberg2022-09-061-1/+1
* urldata: make 'buffer_size' an unsigned intDaniel Stenberg2022-07-041-1/+2
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* pop3/smtp: return *WEIRD_SERVER_REPLY when not understoodDaniel Stenberg2022-03-291-1/+1
* lib: remove support for CURL_DOES_CONVERSIONSDaniel Stenberg2022-02-041-12/+1
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-2/+2
* pingpong: remove the 'conn' struct memberDaniel Stenberg2021-01-261-8/+9
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-3/+4
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-25/+23
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* sendf: move the verbose-check into Curl_debugDaniel Stenberg2020-11-021-5/+3
* pingpong: use a dynbuf for the *_pp_sendf() functionDaniel Stenberg2020-09-231-31/+24
* pingpong: remove a malloc per Curl_pp_vsendf callDaniel Stenberg2020-09-221-9/+11
* terminology: call them null-terminated stringsDaniel Stenberg2020-06-281-2/+2
* timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg2020-05-301-9/+9
* timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg2019-08-011-2/+2
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-7/+2
* pingpong: ignore regular timeout in disconnect phaseDaniel Stenberg2018-12-171-4/+5
* Curl_debug: remove dead printhost codeDaniel Stenberg2018-06-121-4/+3
* cppcheck: fix warningsMarian Klymov2018-06-111-2/+1
* pingpong: fix response cache memcpy overflowDaniel Stenberg2018-05-141-1/+4
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-6/+6
* timediff: return timediff_t from the time diff functionsDaniel Stenberg2017-10-251-2/+2
* pingpong: return error when trying to send without connectionDaniel Stenberg2017-10-071-2/+9
* code style: use spaces around plusesDaniel Stenberg2017-09-111-3/+3
* code style: use spaces around equals signsDaniel Stenberg2017-09-111-11/+11
* pingpong: use the set buffer sizeDaniel Stenberg2017-05-011-6/+9
* spelling fixesklemens2017-03-261-3/+3
* proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov2016-11-241-1/+3
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-5/+5
* select: switch to macros in uppercaseDaniel Stenberg2016-10-181-1/+2
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-4/+4
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-2/+2
* code: style updatesDaniel Stenberg2016-04-031-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring2015-03-161-4/+2
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+2
* code cleanup: we prefer 'CURLcode result'Daniel Stenberg2014-10-241-19/+17
* Curl_pp_flushsend: skip superfluous assignmentDaniel Stenberg2014-10-241-4/+2
* Curl_pp_readresp: remove superfluous assignmentDaniel Stenberg2014-10-241-3/+1
* Curl_pp_readresp: use memmove not memcpy, possibly overlapping areasDaniel Stenberg2013-12-241-1/+1
* Curl_pp_readresp: replace stupid loop with memcpyDaniel Stenberg2013-12-221-4/+2
* Curl_pp_readresp: zero terminate lineDaniel Stenberg2013-12-221-1/+1
* 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
* pingpong: Check SSL library buffers for already read dataJiri Hruska2013-09-091-0/+4