aboutsummaryrefslogtreecommitdiff
path: root/lib/pingpong.c
AgeCommit message (Expand)Author
2020-05-30timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg
2019-08-01timediff: make it 64 bit (if possible) even with 32 bit time_tDaniel Stenberg
2019-07-30cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg
2018-12-17pingpong: ignore regular timeout in disconnect phaseDaniel Stenberg
2018-06-12Curl_debug: remove dead printhost codeDaniel Stenberg
2018-06-11cppcheck: fix warningsMarian Klymov
2018-05-14pingpong: fix response cache memcpy overflowDaniel Stenberg
2017-10-25time: rename Curl_tvnow to Curl_nowDaniel Stenberg
2017-10-25timediff: return timediff_t from the time diff functionsDaniel Stenberg
2017-10-07pingpong: return error when trying to send without connectionDaniel Stenberg
2017-09-11code style: use spaces around plusesDaniel Stenberg
2017-09-11code style: use spaces around equals signsDaniel Stenberg
2017-05-01pingpong: use the set buffer sizeDaniel Stenberg
2017-03-26spelling fixesklemens
2016-11-24proxy: Support HTTPS proxy and SOCKS+HTTP(s)Alex Rousskov
2016-11-18lib: fix compiler warnings after de4de4e3c7cMarcel Raad
2016-10-18select: switch to macros in uppercaseDaniel 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-03code: style updatesDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-16Bug #149: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-03-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
2014-10-24code cleanup: we prefer 'CURLcode result'Daniel Stenberg
2014-10-24Curl_pp_flushsend: skip superfluous assignmentDaniel Stenberg
2014-10-24Curl_pp_readresp: remove superfluous assignmentDaniel Stenberg
2013-12-24Curl_pp_readresp: use memmove not memcpy, possibly overlapping areasDaniel Stenberg
2013-12-22Curl_pp_readresp: replace stupid loop with memcpyDaniel Stenberg
2013-12-22Curl_pp_readresp: zero terminate lineDaniel 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-09-09pingpong: Check SSL library buffers for already read dataJiri Hruska
2013-08-25FTP: remove krb4 supportDaniel Stenberg
2013-03-03pingpong.c: Fix enumerated type mixed with another typeSteve Holme
2013-02-22Fixed checking the socket if there is data waiting in the cacheJiri Hruska
2013-02-22pingpong: Introduce Curl_pp_moredata()Jiri Hruska
2013-02-18compiler warning fix: declaration of 'wait' shadows a global declarationDaniel Stenberg
2013-02-15rename "easy" statemachines: call them block insteadDaniel Stenberg
2013-02-12pingpong: Optimised the endofresp() functionSteve Holme
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-11-04FTP: prevent the multi interface from blockingDaniel Stenberg
2011-11-06pingpong: change two comments wrongly referring "FTP"Daniel Stenberg
2011-09-05pingpong.c: avoid a memmove call in function Curl_pp_vsendfYang Tse
2011-08-29pingpong.c: fix Curl_pp_vsendf() arbitrary restrictions on command lengthYang Tse
2011-06-04Curl_socket_ready: make timeout a 'long'Daniel Stenberg
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg