curl/tests/libtest
Gokhan Sengun c834213ad5 FTP: perform active connections non-blocking
1- Two new error codes are introduced.

CURLE_FTP_ACCEPT_FAILED to be set whenever ACCEPTing fails because of
FTP server connected.

CURLE_FTP_ACCEPT_TIMEOUT to be set whenever ACCEPTing timeouts.

Neither of these errors are considered fatal and control connection
remains OK because it could just be a firewall blocking server to
connect to the client.

2- One new setopt option was introduced.

CURLOPT_ACCEPTTIMEOUT_MS

It sets the maximum amount of time FTP client is going to wait for a
server to connect. Internal default accept timeout is 60 seconds.
2011-12-20 20:30:02 +01:00
..
.gitignore
chkhostname.c
CMakeLists.txt
first.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib500.c lib500: verify timers relative each other 2011-12-20 15:41:43 +01:00
lib501.c
lib502.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib503.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib504.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib505.c
lib506.c
lib507.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib508.c
lib510.c
lib511.c
lib512.c
lib513.c
lib514.c
lib515.c
lib516.c
lib517.c
lib518.c
lib519.c
lib520.c
lib521.c
lib523.c
lib524.c
lib525.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib526.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib530.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib533.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib536.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib537.c
lib539.c
lib540.c multi tests: OOM handling fixes - commit 629d2e34 follow-up 2011-10-26 18:57:14 +02:00
lib541.c
lib542.c
lib543.c
lib544.c
lib547.c
lib549.c
lib552.c
lib553.c
lib554.c Silenced a compiler warning about an unused variable 2011-10-19 21:18:52 -07:00
lib555.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib556.c
lib557.c
lib560.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib562.c
lib564.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib566.c
lib567.c
lib568.c
lib569.c
lib570.c
lib571.c
lib572.c
lib573.c lib573.c: fix double data type variable comparison with zero 2011-11-24 18:18:42 +01:00
lib574.c
lib575.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib576.c
lib578.c
lib579.c
lib582.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib583.c multi tests: OOM handling fixes 2011-10-21 16:52:14 +02:00
lib586.c SSL session sharing support added 2011-09-28 23:06:34 +02:00
lib590.c test 590: verify the bug fix in 4851dafcf1 2011-11-06 17:28:28 +01:00
lib591.c FTP: perform active connections non-blocking 2011-12-20 20:30:02 +01:00
lib597.c multi interface: fix block when CONNECT_ONLY option is used 2011-12-07 15:37:05 +01:00
Makefile.am
Makefile.inc multi interface: fix block when CONNECT_ONLY option is used 2011-12-07 15:37:05 +01:00
sethostname.c
sethostname.h
test75.pl
test307.pl
test610.pl
test613.pl
test1013.pl
test1022.pl
test.h multi interface: fix block when CONNECT_ONLY option is used 2011-12-07 15:37:05 +01:00
testutil.c tvdiff_secs(): sub-zero time difference adjustment 2011-11-25 13:51:55 +01:00
testutil.h