Age | Commit message (Expand) | Author |
2000-11-17 | fixed strdup() of a NULL pointer | Daniel Stenberg |
2000-11-17 | now exits and alerts on bad uses of strdup() and free() | Daniel Stenberg |
2000-11-17 | updated to the new stdout file behaviour of runtests.pl | Daniel Stenberg |
2000-11-17 | make test in root now runs make quiet-test in the test dir | Daniel Stenberg |
2000-11-17 | uses stricter output | Daniel Stenberg |
2000-11-17 | better stdout check, full support for memory debug tests | Daniel Stenberg |
2000-11-17 | multiple URL test | Daniel Stenberg |
2000-11-17 | curl_formfree() added | Daniel Stenberg |
2000-11-17 | this has been missing all the time... | Daniel Stenberg |
2000-11-17 | added curl_formfree() | Daniel Stenberg |
2000-11-17 | now includes stdlib.h | Daniel Stenberg |
2000-11-17 | memory leak cleanup campaign | Daniel Stenberg |
2000-11-17 | allows \r \n \t \v in config file parameters within quotes | Daniel Stenberg |
2000-11-17 | config file test | Daniel Stenberg |
2000-11-17 | changed the 'port' field to long to better work with the va_arg() system | Daniel Stenberg |
2000-11-17 | major config file hack, now works a lot better and slightly different | Daniel Stenberg |
2000-11-16 | moved out the FTP part | Daniel Stenberg |
2000-11-16 | forgot to commit before | Daniel Stenberg |
2000-11-16 | data->err must be used, not stderr | Daniel Stenberg |
2000-11-15 | fixed crash in config file parser | Daniel Stenberg |
2000-11-15 | updated to catch bug 122480 | Daniel Stenberg |
2000-11-15 | not printf()ing %s normally for character that weren't isprint() made things | Daniel Stenberg |
2000-11-15 | 'use strict' compliant | Daniel Stenberg |
2000-11-15 | proxy authorization test case | Daniel Stenberg |
2000-11-15 | now sorts the test cases when "all" is used | Daniel Stenberg |
2000-11-15 | 'use strict' compliant | Daniel Stenberg |
2000-11-14 | removed some /= 256 that was wrongly left | Daniel Stenberg |
2000-11-14 | added help text on -h | Daniel Stenberg |
2000-11-14 | more decriptions | Daniel Stenberg |
2000-11-14 | removed lots of external program dependencies (for windows compliance) | Daniel Stenberg |
2000-11-13 | somewhat more functioning FTP | Daniel Stenberg |
2000-11-13 | basic and early ftp support | Daniel Stenberg |
2000-11-13 | logs stderr as well now, which is good if the program crashes, and also | Daniel Stenberg |
2000-11-13 | *** empty log message *** | Daniel Stenberg |
2000-11-13 | moved the followlocation field from the http struct to the urldata struct | Daniel Stenberg |
2000-11-13 | updated | Daniel Stenberg |
2000-11-13 | converted shell script to perl | Daniel Stenberg |
2000-11-13 | more test case data | Daniel Stenberg |
2000-11-13 | removed the check that prevents -T and -o beinged used simultaneously! | Daniel Stenberg |
2000-11-13 | if the server is already running when the script is started, it now verifies | Daniel Stenberg |
2000-11-13 | Added space after the Cookie: header keyword | Daniel Stenberg |
2000-11-13 | defaults to run all available test cases in (1 - last) order | Daniel Stenberg |
2000-11-13 | updated test cases | Daniel Stenberg |
2000-11-13 | new pid stuff, more filters, various fixes | Daniel Stenberg |
2000-11-13 | changed pid stuff, made it work with rfc1867 posts and made it work better | Daniel Stenberg |
2000-11-13 | more details added | Daniel Stenberg |
2000-11-13 | Jörg updated the list of exported functions | Daniel Stenberg |
2000-11-13 | replaced by a working server! | Daniel Stenberg |
2000-11-13 | uses the new httpd server, runs the tests much faster | Daniel Stenberg |
2000-11-13 | new perl http server that works better | Daniel Stenberg |