index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
libtest
/
lib509.c
Age
Commit message (
Expand
)
Author
2013-03-13
test509: libcurl initialization with memory callbacks and actual usage
Yang Tse
2008-02-20
- We no longer support setting the CURLOPT_URL option from inside a callback
Daniel Stenberg
2008-02-13
make this test disabled properly when built with yassl
Daniel Stenberg
2008-01-29
add verbose output to test 509 for easier debugging
Daniel Stenberg
2007-10-17
We use this ZERO_NULL to avoid picky compiler warnings,
Yang Tse
2007-10-02
Renamed a couple of global variables to avoid shadowing warnings
Yang Tse
2007-03-16
openssl/bio.h doesn't exist when we build with yassl so avoid trying
Daniel Stenberg
2007-03-10
change max allowed time for this test to complete to 90 seconds
Yang Tse
2007-02-19
log a message, stating the need of openssl to run this test
Yang Tse
2007-02-09
Some tests were using functions curlx_tvnow and curlx_tvdiff which are not
Yang Tse
2007-01-29
Some compilers lacks <sys/time.h>. Include "timeval.h" to simplify the #ifdefs.
Gisle Vanem
2006-10-29
Compiler warning fix
Yang Tse
2006-10-25
Add project notice and file Id
Yang Tse
2006-10-25
Use curl_global_init() and curl_global_cleanup().
Yang Tse
2006-10-20
Oops! Actually set the limit to 30 seconds.
Yang Tse
2006-10-20
Decrease the posibility of aborting a test which actually is not
Yang Tse
2006-10-19
When aborting, show loop counter values when more than one counter exists.
Yang Tse
2006-10-19
Abort test if it seems that it would have run forever. This is just to prevent
Yang Tse
2006-09-10
Added select_test() function to allow selecting on no sockets on
Gisle Vanem
2004-09-22
Dan Fandrich's fix to use 127.0.0.1 instead of localhost to not depend on
Daniel Stenberg
2004-09-08
Now the test servers and test cases can run on a custom port number. There's
Daniel Stenberg
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
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
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