Age | Commit message (Expand) | Author |
2011-02-02 | unit1300: code style cleanup | Daniel Stenberg |
2011-02-02 | adding unit tests for Curl_llist_remove | Amr Shahin |
2011-01-28 | test: add test 580 to the dist | Daniel Stenberg |
2011-01-25 | tests: more multiple headers checks | Daniel Stenberg |
2011-01-25 | HTTP: memory leak on multiple Location: | Daniel Stenberg |
2011-01-22 | Fixed C++ style comment not allowed in ISO C90. | Guenter Knauf |
2011-01-21 | Mention axTLS in some more documentation | Dan Fandrich |
2011-01-20 | runtests.pl: make -s not show skipped tests | Daniel Stenberg |
2011-01-20 | unittest: add 3 tests to test1300 | Amr Shahin |
2011-01-19 | dist: add new certs to tarball | Daniel Stenberg |
2011-01-19 | TLS-SRP: support added when using GnuTLS | Quinn Slack |
2011-01-05 | Made unit_setup() return an error code to abort the test early | Dan Fandrich |
2011-01-04 | tests: <info> tag corrections | Daniel Stenberg |
2011-01-04 | unittest: 1303 tests Curl_timeleft | Daniel Stenberg |
2011-01-04 | curlcheck.h: add fail() | Daniel Stenberg |
2011-01-04 | Fixed path to allow out-of-tree builds | Dan Fandrich |
2011-01-04 | ignore: all executable unit test cases | Daniel Stenberg |
2011-01-04 | tests: add 1302 to the package | Daniel Stenberg |
2011-01-04 | unittest: test base64 encode/decode | Daniel Stenberg |
2011-01-04 | curlcheck.h: avoid using NULL pointers | Daniel Stenberg |
2011-01-04 | curlcheck.h: add verify_memory | Daniel Stenberg |
2011-01-04 | curlcheck.h: add newlines in error messages | Daniel Stenberg |
2011-01-04 | unittest: verify curl_strequal | Daniel Stenberg |
2011-01-03 | curlcheck.h: add fail_if() fix code | Daniel Stenberg |
2011-01-03 | unittests: basic docs | Daniel Stenberg |
2011-01-03 | ignore: unit test files | Daniel Stenberg |
2011-01-03 | unittests: a dedicated feature in tests | Daniel Stenberg |
2011-01-03 | unittesting: build a separate static lib | Daniel Stenberg |
2011-01-03 | unittest: framework for unit-testing | Daniel Stenberg |
2010-12-28 | test harness: take in account that Windows does not support LD_PRELOAD | Yang Tse |
2010-12-23 | cookies: tricked dotcounter fixed | Daniel Stenberg |
2010-12-22 | SMTP tests: updated MAIL FROM use | Daniel Stenberg |
2010-12-17 | tftpd: avoid buffer overflow report from glibc | Paul Howarth |
2010-12-16 | axTLS integration: silence runtests.pl perl warning | Yang Tse |
2010-12-15 | Minor fixes to pass tests 301 and 306 with a patched axTLS. | Eric Hu |
2010-12-15 | Initial axTLS integration. Connections can be made and some tests pass. | Eric Hu |
2010-12-06 | sws: fix compier warning: external definition with no prior declaration | Yang Tse |
2010-12-02 | fix compiler warning: rounding, sign extension, or loss of accuracy may result | Yang Tse |
2010-11-28 | atoi: remove atoi usage | Yang Tse |
2010-11-25 | symbol-scan: use configure script knowledge about how to run the C preprocessor | Yang Tse |
2010-11-25 | ignore file generated by configure | Yang Tse |
2010-11-19 | Check for errors while preprocessing curl.h in test 1119 | Dan Fandrich |
2010-11-19 | Use the 3-argument open for compatibility with older perls | Dan Fandrich |
2010-11-19 | test servers: fix strict aliasing compiler warnings | Yang Tse |
2010-11-10 | test1120: verify FTP response 421 | Daniel Stenberg |
2010-11-10 | ftpserver.pl: spellfix comment | Daniel Stenberg |
2010-11-09 | symbols-in-version: add CURL_SOCKET_BAD | Daniel Stenberg |
2010-11-08 | ftp: close connection as soon as ABOR has been sent | Kamil Dudka |
2010-11-05 | test: remove test 580 | Daniel Stenberg |
2010-11-03 | Allow building test 580 out of tree | Dan Fandrich |