aboutsummaryrefslogtreecommitdiff
path: root/tests/libtest/lib509.c
AgeCommit message (Expand)Author
2006-10-20Oops! Actually set the limit to 30 seconds.Yang Tse
2006-10-20Decrease the posibility of aborting a test which actually is notYang Tse
2006-10-19When aborting, show loop counter values when more than one counter exists.Yang Tse
2006-10-19Abort test if it seems that it would have run forever. This is just to preventYang Tse
2006-09-10Added select_test() function to allow selecting on no sockets onGisle Vanem
2004-09-22Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend onDaniel Stenberg
2004-09-08Now the test servers and test cases can run on a custom port number. There'sDaniel Stenberg
2004-05-19just code formatting and killed whitespaceDaniel Stenberg
2004-05-17make it not leak memory when it returns prematurelyDaniel Stenberg
2004-05-06printf %s with plain 'char *', not unsigned ones to silence icc's pickyDaniel Stenberg
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
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