- Mar 15, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
related stuff within HAVE_OPENSSL_ENGINE_H and we don't make any private typedef or similar if the header is missing...
-
Daniel Stenberg authored
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.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 14, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
- Mar 13, 2003
-
-
Daniel Stenberg authored
cases this is wrong... and if they're truly missing, we won't succeed to link later on anyway.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
default AC_CHECK_FUNCS() work. HPUX 11 is one of them.
-
Daniel Stenberg authored
cvs update fails
-
Daniel Stenberg authored
-
- Mar 12, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
URL encoded before. Test case 58 added to verify this.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
--enable-libgcc check for a sed before using it
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
various system's other defines.
-
Daniel Stenberg authored
-
Daniel Stenberg authored
nicer!
-
- Mar 11, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
systems. Bug report #701749.
-
Daniel Stenberg authored
Fix by Richard Gorton.
-
Daniel Stenberg authored
we don't find/know of a good random source. This way, we get a better randomness which in turn should make SSL connections more secure.
-
Daniel Stenberg authored
configure warnings on many systems
-
Daniel Stenberg authored
in the Curl_is_connected() function.
-
- Mar 10, 2003
-
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
-
Daniel Stenberg authored
libtool 1.4.3 is scary as hell and caused just about every build on all sorts of platforms to stop working, thanks to the fact that it ruquires a SED variables somehow set by the configure script. It works fine on my linux running autoconf 2.57 and automake 1.7 but others seem not to do as fine. Reverting back to the ltmain.sh we had previously, which I believe is 1.4.2 including handmade patches for FreeBSD. ALERT ALERT ALERT before we try 1.4.3 or similar versions again, check the ${SED} stuff and similar carefully.
-