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 |
885184aa | 15-Nov-2000 |
Daniel Stenberg |
proxy authorization test case |
e0e67812 | 15-Nov-2000 |
Daniel Stenberg |
now sorts the test cases when "all" is used |
eb72e001 | 15-Nov-2000 |
Daniel Stenberg |
'use strict' compliant |
cdfa5f5d | 14-Nov-2000 |
Daniel Stenberg |
removed some /= 256 that was wrongly left |
0c19d251 | 14-Nov-2000 |
Daniel Stenberg |
added help text on -h |
e64b8a8f | 14-Nov-2000 |
Daniel Stenberg |
more decriptions |
e2641a39 | 14-Nov-2000 |
Daniel Stenberg |
removed lots of external program dependencies (for windows compliance) added lots of comments added -s for short output and made it possible to run specific test cases from the command li
removed lots of external program dependencies (for windows compliance) added lots of comments added -s for short output and made it possible to run specific test cases from the command line
show more ...
|