da5ae565 | 13-Dec-2002 |
Daniel Stenberg |
added support for CONNECT, both good and bad |
87c50662 | 13-Dec-2002 |
Daniel Stenberg |
test case 503 entered the dir |
b528bde4 | 13-Dec-2002 |
Daniel Stenberg |
conn->bits.tcpconnect now keeps track of if this connection is connected or not |
57572e55 | 13-Dec-2002 |
Daniel Stenberg |
include files without the curl/ to reduce the risk of us including the wrong set of include files during tests |
3aea0d3d | 13-Dec-2002 |
Daniel Stenberg |
Evan Jordan's fix for a memory leak. Bug report 650989. |
9ae920c1 | 13-Dec-2002 |
Daniel Stenberg |
make a little work-around for file:// in _is_connected() and voila, now the multi interface works with file:// URLs fine (previously it crashed). This won't make it work on Windows though... |
dff406a3 | 13-Dec-2002 |
Daniel Stenberg |
one slash too many |
d346ba5c | 13-Dec-2002 |
Daniel Stenberg |
lib502.c for multi interface tests on a single URL without select() |
978541ad | 13-Dec-2002 |
Daniel Stenberg |
test 502, multi interface with file:// |
637bce27 | 12-Dec-2002 |
Daniel Stenberg |
bail out on crap received, makes test case 402 *NOT* ruin the test series anymore! |
07e3dc2e | 12-Dec-2002 |
Daniel Stenberg |
missing space added, nows run old tests fine again |
ead065d8 | 12-Dec-2002 |
Daniel Stenberg |
remove test piece |
0150bff7 | 12-Dec-2002 |
Daniel Stenberg |
make ftps and https invoke both necessary servers |
0f493b60 | 12-Dec-2002 |
Daniel Stenberg |
fixes |
f26b709c | 12-Dec-2002 |
Daniel Stenberg |
link the test tools this way instead |
ae10d9cf | 12-Dec-2002 |
Daniel Stenberg |
no more |
81af9674 | 12-Dec-2002 |
Daniel Stenberg |
corrected |
b63df799 | 12-Dec-2002 |
Daniel Stenberg |
new subdir added 'libtest' |
a7999046 | 12-Dec-2002 |
Daniel Stenberg |
supports the new 'tool' and 'server' tags |
ad6bd530 | 12-Dec-2002 |
Daniel Stenberg |
describe the new sections added for (better) libcurl testing |
c1b369fd | 12-Dec-2002 |
Daniel Stenberg |
500 + 501 added |
01fcd3c2 | 12-Dec-2002 |
Daniel Stenberg |
run tiny specific libcurl-testing tools |
7196d784 | 12-Dec-2002 |
Daniel Stenberg |
The first ever attempts to do pure libcurl test cases |
0f0aaf51 | 12-Dec-2002 |
Daniel Stenberg |
Deal with HTML where ' is used instead of " Cut off name from option |
b5f493c5 | 11-Dec-2002 |
Daniel Stenberg |
moved the includes to outside the extern "C" stuff decreased the write buffer size to 16KB to perform a lot better on Windows(!) |