aa86f697 | 17-Nov-2000 |
Daniel Stenberg |
output FAILED properly even when -s is used |
e48747d9 | 17-Nov-2000 |
Daniel Stenberg |
updated to the new stdout stuff and the new -a option |
0a72154c | 17-Nov-2000 |
Daniel Stenberg |
fixed strdup() of a NULL pointer |
3e6a354c | 17-Nov-2000 |
Daniel Stenberg |
now exits and alerts on bad uses of strdup() and free() |
f0b8aac3 | 17-Nov-2000 |
Daniel Stenberg |
updated to the new stdout file behaviour of runtests.pl |
ec3054e1 | 17-Nov-2000 |
Daniel Stenberg |
make test in root now runs make quiet-test in the test dir |
7c6414eb | 17-Nov-2000 |
Daniel Stenberg |
uses stricter output |
85705e10 | 17-Nov-2000 |
Daniel Stenberg |
better stdout check, full support for memory debug tests |
874f6024 | 17-Nov-2000 |
Daniel Stenberg |
multiple URL test |
a03cdd7e | 17-Nov-2000 |
Daniel Stenberg |
curl_formfree() added |
f9155568 | 17-Nov-2000 |
Daniel Stenberg |
this has been missing all the time... |
c0936824 | 17-Nov-2000 |
Daniel Stenberg |
added curl_formfree() |
57ddd7e9 | 17-Nov-2000 |
Daniel Stenberg |
now includes stdlib.h |
868488b5 | 17-Nov-2000 |
Daniel Stenberg |
memory leak cleanup campaign |
7f77a061 | 17-Nov-2000 |
Daniel Stenberg |
allows \r \n \t \v in config file parameters within quotes |
2d16e1a7 | 17-Nov-2000 |
Daniel Stenberg |
config file test |
2297bc47 | 17-Nov-2000 |
Daniel Stenberg |
changed the 'port' field to long to better work with the va_arg() system |
34a2d446 | 17-Nov-2000 |
Daniel Stenberg |
major config file hack, now works a lot better and slightly different Added --url to allow URLs to be specified in the config file that way |
fdd91b22 | 16-Nov-2000 |
Daniel Stenberg |
moved out the FTP part |
7ea4551b | 16-Nov-2000 |
Daniel Stenberg |
forgot to commit before |
77bbbd86 | 16-Nov-2000 |
Daniel Stenberg |
data->err must be used, not stderr |
3b91db11 | 15-Nov-2000 |
Daniel Stenberg |
fixed crash in config file parser |
ab9dfac2 | 15-Nov-2000 |
Daniel Stenberg |
updated to catch bug 122480 |
5a07305d | 15-Nov-2000 |
Daniel Stenberg |
not printf()ing %s normally for character that weren't isprint() made things go weird, had to remove this. I should use trio soon for all the *printf() stuff as this is too broken |
56c0c67d | 15-Nov-2000 |
Daniel Stenberg |
'use strict' compliant better complains if there are missing input files for a test case explaced exit-calls with returns instead |