summaryrefslogtreecommitdiff
path: root/lib/pingpong.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* pingpong: rename the curl_pp_transfer enum to use PP prefixDaniel Stenberg2021-02-041-4/+3
* pingpong: remove the 'conn' struct memberDaniel Stenberg2021-01-261-3/+2
* lib: more conn->data cleanupsDaniel Stenberg2021-01-191-1/+2
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-14/+24
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* pingpong: use a dynbuf for the *_pp_sendf() functionDaniel Stenberg2020-09-231-0/+4
* timeouts: change millisecond timeouts to timediff_t from time_tDaniel Stenberg2020-05-301-5/+4
* cleanup: remove the 'numsocks' argument used in many placesDaniel Stenberg2019-07-301-3/+2
* pingpong: ignore regular timeout in disconnect phaseDaniel Stenberg2018-12-171-3/+4
* time: rename Curl_tvnow to Curl_nowDaniel Stenberg2017-10-251-2/+2
* timeval: struct curltime is a struct timeval replacementDaniel Stenberg2017-07-281-1/+1
* spelling fixesklemens2017-03-261-3/+3
* lib: fix compiler warnings after de4de4e3c7cMarcel Raad2016-11-181-1/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* pingpong: Renamed curl_ftptransfer to curl_pp_transferSteve Holme2013-02-231-1/+1
* pingpong: Moved curl_ftptransfer definition to pingpong.hSteve Holme2013-02-231-0/+7
* pingpong: Introduce Curl_pp_moredata()Jiri Hruska2013-02-221-0/+10
* compiler warning fixDaniel Stenberg2013-02-181-1/+1
* rename "easy" statemachines: call them block insteadDaniel Stenberg2013-02-151-12/+5
* pingpong.h: Fixed line length over 78 characters from b56c9eb48e3cSteve Holme2013-02-121-1/+2
* 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/+139
* build: rename 76 lib/*.h filesYang Tse2012-12-281-139/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* pingpong.c: fix Curl_pp_vsendf() arbitrary restrictions on command lengthYang Tse2011-08-291-6/+0
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-6/+4
* pingpong: response_time is millisecondsJan Van Boghout2010-07-181-2/+2
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-121-0/+148