Age | Commit message (Expand) | Author |
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 |
2010-11-03 | dist: add symbol-scan.pl to the tarball | Daniel Stenberg |
2010-11-03 | test1119: verify symbols-in-versions | Daniel Stenberg |
2010-11-03 | runtests: allow tests written as perl scripts | Daniel Stenberg |
2010-11-03 | symbol-scan: verifies symbols-in-versions | Daniel Stenberg |
2010-11-02 | Added mk580.pl to the tar ball | Dan Fandrich |
2010-11-02 | ignore: lib580.c is generated by mk580.pl | Daniel Stenberg |
2010-11-02 | test: added test 580 - verifies symbols-in-versions | Daniel Stenberg |
2010-10-29 | ftp: prevent server from hanging on closed data connection | Kamil Dudka |
2010-10-19 | URL-parsing: consider ? a divider | Daniel Stenberg |
2010-10-14 | Fixed the IPv6 host address in test1203 | Dan Fandrich |
2010-10-14 | Added --noconfigure switch to testcurl.pl. | Guenter Knauf |
2010-10-11 | test: urlglob error messages have no extra newline anymore | Daniel Stenberg |
2010-10-02 | HTTP: remove special case for 416 | Daniel Stenberg |
2010-10-02 | sws: Added writedelay HTTP server command | Dan Fandrich |
2010-09-29 | Renamed test1204 to test1117 to move it into the normal range | Dan Fandrich |
2010-09-28 | curl_easy_escape: don't escape "unreserved" characters | Daniel Stenberg |
2010-09-27 | Added test case 1204 to test HTTP range failure | Dan Fandrich |
2010-09-27 | parsedate: allow time specified without seconds | Daniel Stenberg |
2010-09-11 | Link curl and the test apps with -lrt explicitly when necessary | Dan Fandrich |
2010-09-09 | test565: Don't hardcode IP:PORT | Tor Arntsen |
2010-08-30 | Added proxy keyword to allow skipping test in proxyless configs | Dan Fandrich |