aboutsummaryrefslogtreecommitdiff
path: root/lib/pingpong.c
AgeCommit message (Expand)Author
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
2011-04-20CURL_DOES_CONVERSIONS: cleanupDaniel Stenberg
2010-12-18Trival comment fix.Brad Hards
2010-11-13urldata: Capitalize enum protect_level values.Julien Chaffraix
2010-11-13security: tighten enum protection_level usage.Julien Chaffraix
2010-10-28Removed a leftover mention of FTP in an error messageDan Fandrich
2010-08-02build: add typecast to avoid warningDaniel Stenberg
2010-07-21pingpong: Fix indentation (whitespace change only)Ben Greear
2010-05-07sendrecv: split the I/O handling into private handlerHoward Chu
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-03-02- Made the pingpong timeout code properly deal with the response timeout ANDDaniel Stenberg
2010-03-02remove assignment never usedDaniel Stenberg
2009-12-14Fix compiler warningsYang Tse
2009-12-12introducing IMAP, POP3 and SMTP support (still lots of polish left to do)Daniel Stenberg