aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib509.c
AgeCommit message (Collapse)Author
2004-05-06printf %s with plain 'char *', not unsigned ones to silence icc's pickyDaniel Stenberg
warnings
2004-03-03removed include stuff now handled by test.hDaniel Stenberg
2004-02-20include sys/select.h to prevent picky compiler warnings when using select()Daniel Stenberg
without proto
2004-02-19fixed the no-ssl version to return int as wellDaniel Stenberg
2004-02-05changed the test() function to return type intDaniel Stenberg
2004-01-12Peter Sylvester brought code that now allows a callback to modified the URLDaniel 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.