Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-03-19 | set binary mode for some file handling and it might work better on some | Daniel Stenberg | |
cygwin installations (using DOS-style files somehow?) | |||
2003-03-19 | typecast the conversion from const char * to char * | Daniel Stenberg | |
2003-03-19 | Rename getdate.c to getdate.c.cvs, since the "normal" build procedure do | Daniel Stenberg | |
imply that yacc/bison exists and can generate this file. Those without one of those tools can then checkout and rename the getdate.c.cvs file. | |||
2003-03-18 | clarify that 22 can be returned on --fail for all HTTP errors being 400 | Daniel Stenberg | |
or above | |||
2003-03-17 | more defensive checking as platforms differ... | Daniel Stenberg | |
2003-03-17 | Andy Cedilnik's corrections | Daniel Stenberg | |
2003-03-16 | it just never ends | Daniel Stenberg | |
2003-03-16 | regenerated from getdate.y | Daniel Stenberg | |
2003-03-16 | Juan F. Codagnone pointed out a missing thing from the march 2 fix | Daniel Stenberg | |
2003-03-16 | typecase getpid() to int to prevent compiler warning | Daniel Stenberg | |
2003-03-15 | figure out select()'s argument types | Daniel Stenberg | |
2003-03-15 | Gisle Vanem's fix to get this working nicely on windows | Daniel Stenberg | |
2003-03-15 | Gisle Vanem fixed a name collision with structure '"CONTEXT" in <winnt.h> | Daniel Stenberg | |
2003-03-15 | missing newline added | Daniel Stenberg | |
2003-03-15 | no server needed | Daniel Stenberg | |
2003-03-15 | allow 'none' as server | Daniel Stenberg | |
2003-03-15 | Sort out the ENGINE problems people seem to be having. Now we put all ENGINE | Daniel 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 starting | Daniel 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-15 | report pid back in the WE ROOLZ message | Daniel Stenberg | |
2003-03-15 | removed the "banner" when the server is starting | Daniel Stenberg | |
2003-03-15 | detect lack of perl before running tests | Daniel Stenberg | |
2003-03-15 | Rick Jones' minor thing to build better on HPUX 11 | Daniel Stenberg | |
2003-03-14 | Nico Baggus little adjustment to build with OpenSSL 0.9.7 (the ENGINE thing) | Daniel Stenberg | |
2003-03-14 | improved "deeper" check | Daniel Stenberg | |
2003-03-13 | No longer halts operation if select or socket are missing, since in most | Daniel Stenberg | |
cases this is wrong... and if they're truly missing, we won't succeed to link later on anyway. | |||
2003-03-13 | Philippe Raoult needed this to build on FreeBSD | Daniel Stenberg | |
2003-03-13 | Extra function-find magic for platforms that don't like the way the | Daniel Stenberg | |
default AC_CHECK_FUNCS() work. HPUX 11 is one of them. | |||
2003-03-13 | output what cvs returned, see if we can make the script bail out when | Daniel Stenberg | |
cvs update fails | |||
2003-03-13 | use include path from BUILD dir since we want the config.h | Daniel Stenberg | |
2003-03-12 | Things are moving along... | Daniel Stenberg | |
2003-03-12 | When we append stuff to the URL, we must make sure the text is properly | Daniel Stenberg | |
URL encoded before. Test case 58 added to verify this. | |||
2003-03-12 | -m on curl on windows with telnet doesn't work | Daniel Stenberg | |
2003-03-12 | This verifies that my fix for bug report #700275 works. | Daniel Stenberg | |
2003-03-12 | test58 added | Daniel Stenberg | |
2003-03-12 | improved the header checks | Daniel Stenberg | |
--enable-libgcc check for a sed before using it | |||
2003-03-12 | Add include files to prevent warnings on some (HPUX) systems. | Daniel Stenberg | |
2003-03-12 | include "config.h" from the lib's private dir | Daniel Stenberg | |
2003-03-12 | Setup include path to the lib dir to enable inclusion of "config.h" | Daniel Stenberg | |
2003-03-12 | Made set_local_option() properly static as reported by Rick Jones | Daniel Stenberg | |
2003-03-12 | Prefix defines and symbols with CURL_ to reduce the risk of colliding with | Daniel Stenberg | |
various system's other defines. | |||
2003-03-12 | support a few more common typedefs | Daniel Stenberg | |
2003-03-12 | Massige use of AC_HELP_STRING() all over makes the --help output so much | Daniel Stenberg | |
nicer! | |||
2003-03-11 | another week of changes, especially libtool gave us an adventure to remember | Daniel Stenberg | |
2003-03-11 | syntax error | Daniel Stenberg | |
2003-03-11 | Christophe Demory fixed the check to work better for non-blocking on HP-UX | Daniel Stenberg | |
systems. Bug report #701749. | |||
2003-03-11 | Use ssize_t instead of 'int' to make the 64 bit sparc compiler happier. | Daniel Stenberg | |
Fix by Richard Gorton. | |||
2003-03-11 | Richard Gorton improved the random_the_seed() function for systems where | Daniel 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-11 | don't check for netinet/if_ether.h, we don't include it and it causes | Daniel Stenberg | |
configure warnings on many systems | |||
2003-03-11 | Martin C. Martin's fix to produce an error message in case of failure | Daniel Stenberg | |
in the Curl_is_connected() function. | |||
2003-03-10 | added things to fix at the next major release/change | Daniel Stenberg | |