summaryrefslogtreecommitdiff
path: root/lib/pingpong.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* FTP: remove krb4 supportDaniel Stenberg2013-08-251-8/+7
* pingpong.c: Fix enumerated type mixed with another typeSteve Holme2013-03-031-2/+2
* Fixed checking the socket if there is data waiting in the cacheJiri Hruska2013-02-221-3/+7
* pingpong: Introduce Curl_pp_moredata()Jiri Hruska2013-02-221-0/+4
* compiler warning fix: declaration of 'wait' shadows a global declarationDaniel Stenberg2013-02-181-3/+3
* rename "easy" statemachines: call them block insteadDaniel Stenberg2013-02-151-52/+22
* pingpong: Optimised the endofresp() functionSteve Holme2013-02-121-1/+1
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-0/+538
* build: rename 93 lib/*.c filesYang Tse2013-01-031-538/+0
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-10/+10
* FTP: prevent the multi interface from blockingDaniel Stenberg2012-11-041-1/+4
* pingpong: change two comments wrongly referring "FTP"Daniel Stenberg2011-11-061-5/+4
* pingpong.c: avoid a memmove call in function Curl_pp_vsendfYang Tse2011-09-051-4/+7
* pingpong.c: fix Curl_pp_vsendf() arbitrary restrictions on command lengthYang Tse2011-08-291-34/+32
* Curl_socket_ready: make timeout a 'long'Daniel Stenberg2011-06-041-1/+1
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-5/+5
* CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg2011-04-201-10/+5