Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-22 | Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend on | Daniel Stenberg | |
it resolving nicely | |||
2004-09-08 | Now the test servers and test cases can run on a custom port number. There's | Daniel Stenberg | |
no fixed port numbers in use anymore. Starting now, the default ports the servers use are 8990 - 8993. There's no option to modify these yet, but changing the $base option in the top of the runtests.pl script. | |||
2004-05-19 | just code formatting and killed whitespace | Daniel Stenberg | |
2004-05-17 | make it not leak memory when it returns prematurely | Daniel Stenberg | |
2004-05-06 | printf %s with plain 'char *', not unsigned ones to silence icc's picky | Daniel Stenberg | |
warnings | |||
2004-03-03 | removed include stuff now handled by test.h | Daniel Stenberg | |
2004-02-20 | include sys/select.h to prevent picky compiler warnings when using select() | Daniel Stenberg | |
without proto | |||
2004-02-19 | fixed the no-ssl version to return int as well | Daniel Stenberg | |
2004-02-05 | changed the test() function to return type int | Daniel Stenberg | |
2004-01-12 | Peter Sylvester brought code that now allows a callback to modified the URL | Daniel Stenberg | |
even when the multi interface is used, and then libcurl will simulate a "follow location" to that new URL. Test 509 was added to test this feature. |