2616bdc4 | 16-Mar-2003 |
Daniel Stenberg |
it just never ends |
c149b3f7 | 16-Mar-2003 |
Daniel Stenberg |
regenerated from getdate.y |
d349eb3d | 16-Mar-2003 |
Daniel Stenberg |
Juan F. Codagnone pointed out a missing thing from the march 2 fix |
9b43ade1 | 16-Mar-2003 |
Daniel Stenberg |
typecase getpid() to int to prevent compiler warning |
ad05d0a8 | 15-Mar-2003 |
Daniel Stenberg |
figure out select()'s argument types |
e6bfbe96 | 15-Mar-2003 |
Daniel Stenberg |
Gisle Vanem's fix to get this working nicely on windows |
c871efca | 15-Mar-2003 |
Daniel Stenberg |
Gisle Vanem fixed a name collision with structure '"CONTEXT" in <winnt.h> |
12c72b41 | 15-Mar-2003 |
Daniel Stenberg |
missing newline added |
a15b7691 | 15-Mar-2003 |
Daniel Stenberg |
no server needed |
01618d32 | 15-Mar-2003 |
Daniel Stenberg |
allow 'none' as server |
bb6d0e37 | 15-Mar-2003 |
Daniel Stenberg |
Sort out the ENGINE problems people seem to be having. Now we put all ENGINE related stuff within HAVE_OPENSSL_ENGINE_H and we don't make any private typedef or similar if the header is missi
Sort out the ENGINE problems people seem to be having. Now we put all ENGINE related stuff within HAVE_OPENSSL_ENGINE_H and we don't make any private typedef or similar if the header is missing...
show more ...
|
24a61008 | 15-Mar-2003 |
Daniel Stenberg |
* use the pid returned back from test-servers and kill them before starting them the first time * verify that the server we start really comes up fine and works as expected before con
* use the pid returned back from test-servers and kill them before starting them the first time * verify that the server we start really comes up fine and works as expected before continue * count test cases where the server can't be run (for whatever reason) * prefix lots of messages with RUN: to make it easier to realize which script is saying what when running tests verbose * remove the generic sleep(1) from each test, makes the suite fly! ;-) I hope these changes will make the tests run somewhat more reliably on more platforms.
show more ...
|
0251563c | 15-Mar-2003 |
Daniel Stenberg |
report pid back in the WE ROOLZ message |
72673a35 | 15-Mar-2003 |
Daniel Stenberg |
removed the "banner" when the server is starting |
96b71318 | 15-Mar-2003 |
Daniel Stenberg |
detect lack of perl before running tests |
dcc2f164 | 15-Mar-2003 |
Daniel Stenberg |
Rick Jones' minor thing to build better on HPUX 11 |
c2b8a040 | 14-Mar-2003 |
Daniel Stenberg |
Nico Baggus little adjustment to build with OpenSSL 0.9.7 (the ENGINE thing) |
d65587b0 | 14-Mar-2003 |
Daniel Stenberg |
improved "deeper" check |
1ab01345 | 13-Mar-2003 |
Daniel Stenberg |
No longer halts operation if select or socket are missing, since in most cases this is wrong... and if they're truly missing, we won't succeed to link later on anyway. |
afffce80 | 13-Mar-2003 |
Daniel Stenberg |
Philippe Raoult needed this to build on FreeBSD |
70b80b01 | 13-Mar-2003 |
Daniel Stenberg |
Extra function-find magic for platforms that don't like the way the default AC_CHECK_FUNCS() work. HPUX 11 is one of them. |
64067a04 | 13-Mar-2003 |
Daniel Stenberg |
output what cvs returned, see if we can make the script bail out when cvs update fails |
38cf0268 | 13-Mar-2003 |
Daniel Stenberg |
use include path from BUILD dir since we want the config.h |
2d203470 | 12-Mar-2003 |
Daniel Stenberg |
Things are moving along... |
571ceeff | 12-Mar-2003 |
Daniel Stenberg |
When we append stuff to the URL, we must make sure the text is properly URL encoded before. Test case 58 added to verify this. |