aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2003-03-17more defensive checking as platforms differ...Daniel Stenberg
2003-03-17Andy Cedilnik's correctionsDaniel Stenberg
2003-03-16it just never endsDaniel Stenberg
2003-03-16regenerated from getdate.yDaniel Stenberg
2003-03-16Juan F. Codagnone pointed out a missing thing from the march 2 fixDaniel Stenberg
2003-03-16typecase getpid() to int to prevent compiler warningDaniel Stenberg
2003-03-15figure out select()'s argument typesDaniel Stenberg
2003-03-15Gisle Vanem's fix to get this working nicely on windowsDaniel Stenberg
2003-03-15Gisle Vanem fixed a name collision with structure '"CONTEXT" in <winnt.h>Daniel Stenberg
2003-03-15missing newline addedDaniel Stenberg
2003-03-15no server neededDaniel Stenberg
2003-03-15allow 'none' as serverDaniel Stenberg
2003-03-15Sort out the ENGINE problems people seem to be having. Now we put all ENGINEDaniel Stenberg
related stuff within HAVE_OPENSSL_ENGINE_H and we don't make any private typedef or similar if the header is missing...
2003-03-15* use the pid returned back from test-servers and kill them before startingDaniel Stenberg
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.
2003-03-15report pid back in the WE ROOLZ messageDaniel Stenberg
2003-03-15removed the "banner" when the server is startingDaniel Stenberg
2003-03-15detect lack of perl before running testsDaniel Stenberg
2003-03-15Rick Jones' minor thing to build better on HPUX 11Daniel Stenberg
2003-03-14Nico Baggus little adjustment to build with OpenSSL 0.9.7 (the ENGINE thing)Daniel Stenberg
2003-03-14improved "deeper" checkDaniel Stenberg
2003-03-13No longer halts operation if select or socket are missing, since in mostDaniel Stenberg
cases this is wrong... and if they're truly missing, we won't succeed to link later on anyway.
2003-03-13Philippe Raoult needed this to build on FreeBSDDaniel Stenberg
2003-03-13Extra function-find magic for platforms that don't like the way theDaniel Stenberg
default AC_CHECK_FUNCS() work. HPUX 11 is one of them.
2003-03-13output what cvs returned, see if we can make the script bail out whenDaniel Stenberg
cvs update fails
2003-03-13use include path from BUILD dir since we want the config.hDaniel Stenberg
2003-03-12Things are moving along...Daniel Stenberg
2003-03-12When we append stuff to the URL, we must make sure the text is properlyDaniel Stenberg
URL encoded before. Test case 58 added to verify this.
2003-03-12-m on curl on windows with telnet doesn't workDaniel Stenberg
2003-03-12This verifies that my fix for bug report #700275 works.Daniel Stenberg
2003-03-12test58 addedDaniel Stenberg
2003-03-12improved the header checksDaniel Stenberg
--enable-libgcc check for a sed before using it
2003-03-12Add include files to prevent warnings on some (HPUX) systems.Daniel Stenberg
2003-03-12include "config.h" from the lib's private dirDaniel Stenberg
2003-03-12Setup include path to the lib dir to enable inclusion of "config.h"Daniel Stenberg
2003-03-12Made set_local_option() properly static as reported by Rick JonesDaniel Stenberg
2003-03-12Prefix defines and symbols with CURL_ to reduce the risk of colliding withDaniel Stenberg
various system's other defines.
2003-03-12support a few more common typedefsDaniel Stenberg
2003-03-12Massige use of AC_HELP_STRING() all over makes the --help output so muchDaniel Stenberg
nicer!
2003-03-11another week of changes, especially libtool gave us an adventure to rememberDaniel Stenberg
2003-03-11syntax errorDaniel Stenberg
2003-03-11Christophe Demory fixed the check to work better for non-blocking on HP-UXDaniel Stenberg
systems. Bug report #701749.
2003-03-11Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier.Daniel Stenberg
Fix by Richard Gorton.
2003-03-11Richard Gorton improved the random_the_seed() function for systems whereDaniel Stenberg
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.
2003-03-11don't check for netinet/if_ether.h, we don't include it and it causesDaniel Stenberg
configure warnings on many systems
2003-03-11Martin C. Martin's fix to produce an error message in case of failureDaniel Stenberg
in the Curl_is_connected() function.
2003-03-10added things to fix at the next major release/changeDaniel Stenberg
2003-03-10clarifyDaniel Stenberg
2003-03-10no the data is not freed, this is left for the app to do when neededDaniel Stenberg
2003-03-10AAAARGDaniel Stenberg
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.
2003-03-10Include sys/types.h as well. Ray DeGennaro reports successful compiling onDaniel Stenberg
AIX when this fix is applied and I cannot see how this will break any systems.