summaryrefslogtreecommitdiff
path: root/lib/pingpong.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Trival comment fix.Brad Hards2010-12-181-1/+1
* urldata: Capitalize enum protect_level values.Julien Chaffraix2010-11-131-5/+4
* security: tighten enum protection_level usage.Julien Chaffraix2010-11-131-2/+4
* Removed a leftover mention of FTP in an error messageDan Fandrich2010-10-281-1/+1
* build: add typecast to avoid warningDaniel Stenberg2010-08-021-1/+1
* pingpong: Fix indentation (whitespace change only)Ben Greear2010-07-211-2/+2
* sendrecv: split the I/O handling into private handlerHoward Chu2010-05-071-2/+1
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* - Made the pingpong timeout code properly deal with the response timeout ANDDaniel Stenberg2010-03-021-14/+19
* remove assignment never usedDaniel Stenberg2010-03-021-2/+2
* Fix compiler warningsYang Tse2009-12-141-1/+1
* introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg2009-12-121-0/+536