Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. |