summaryrefslogtreecommitdiff
path: root/lib/pingpong.c
Commit message (Expand)AuthorAgeFilesLines
* 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