index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
pingpong.c
Age
Commit message (
Expand
)
Author
2017-05-01
pingpong: use the set buffer size
Daniel Stenberg
2017-03-26
spelling fixes
klemens
2016-11-24
proxy: Support HTTPS proxy and SOCKS+HTTP(s)
Alex Rousskov
2016-11-18
lib: fix compiler warnings after de4de4e3c7c
Marcel Raad
2016-10-18
select: switch to macros in uppercase
Daniel Stenberg
2016-06-22
internals: rename the SessionHandle struct to Curl_easy
Daniel Stenberg
2016-04-29
lib: include curl_printf.h as one of the last headers
Daniel Stenberg
2016-04-03
code: style updates
Daniel Stenberg
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2015-03-16
Bug #149: Deletion of unnecessary checks before calls of the function "free"
Markus Elfring
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2014-10-24
code cleanup: we prefer 'CURLcode result'
Daniel Stenberg
2014-10-24
Curl_pp_flushsend: skip superfluous assignment
Daniel Stenberg
2014-10-24
Curl_pp_readresp: remove superfluous assignment
Daniel Stenberg
2013-12-24
Curl_pp_readresp: use memmove not memcpy, possibly overlapping areas
Daniel Stenberg
2013-12-22
Curl_pp_readresp: replace stupid loop with memcpy
Daniel Stenberg
2013-12-22
Curl_pp_readresp: zero terminate line
Daniel Stenberg
2013-12-20
vtls: renamed sslgen.[ch] to vtls.[ch]
Daniel Stenberg
2013-12-20
vtls: created subdir, moved sslgen.[ch] there, updated all include lines
Daniel Stenberg
2013-09-09
pingpong: Check SSL library buffers for already read data
Jiri Hruska
2013-08-25
FTP: remove krb4 support
Daniel Stenberg
2013-03-03
pingpong.c: Fix enumerated type mixed with another type
Steve Holme
2013-02-22
Fixed checking the socket if there is data waiting in the cache
Jiri Hruska
2013-02-22
pingpong: Introduce Curl_pp_moredata()
Jiri Hruska
2013-02-18
compiler warning fix: declaration of 'wait' shadows a global declaration
Daniel Stenberg
2013-02-15
rename "easy" statemachines: call them block instead
Daniel Stenberg
2013-02-12
pingpong: Optimised the endofresp() function
Steve Holme
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-11-04
FTP: prevent the multi interface from blocking
Daniel Stenberg
2011-11-06
pingpong: change two comments wrongly referring "FTP"
Daniel Stenberg
2011-09-05
pingpong.c: avoid a memmove call in function Curl_pp_vsendf
Yang Tse
2011-08-29
pingpong.c: fix Curl_pp_vsendf() arbitrary restrictions on command length
Yang Tse
2011-06-04
Curl_socket_ready: make timeout a 'long'
Daniel Stenberg
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-04-20
CURL_DOES_CONVERSIONS: cleanup
Daniel Stenberg
2010-12-18
Trival comment fix.
Brad Hards
2010-11-13
urldata: Capitalize enum protect_level values.
Julien Chaffraix
2010-11-13
security: tighten enum protection_level usage.
Julien Chaffraix
2010-10-28
Removed a leftover mention of FTP in an error message
Dan Fandrich
2010-08-02
build: add typecast to avoid warning
Daniel Stenberg
2010-07-21
pingpong: Fix indentation (whitespace change only)
Ben Greear
2010-05-07
sendrecv: split the I/O handling into private handler
Howard Chu
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2010-03-02
- Made the pingpong timeout code properly deal with the response timeout AND
Daniel Stenberg
2010-03-02
remove assignment never used
Daniel Stenberg
2009-12-14
Fix compiler warnings
Yang Tse
[next]