Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-17 | mem-include-scan: verify memory #includes | Daniel Stenberg | |
If we use memory functions (malloc, free, strdup etc) in C sources in libcurl and we fail to include curl_memory.h or memdebug.h we either fail to properly support user-provided memory callbacks or the memory leak system of the test suite fails. After Ajit's report of a failure in the first category in http_proxy.c, I spotted a few in the second category as well. These problems are now tested for by test 1132 which runs a perl program that scans for and attempts to check that we use the correct include files if a memory related function is used in the source code. Reported by: Ajit Dhumale Bug: http://curl.haxx.se/mail/lib-2012-11/0125.html | |||
2012-07-20 | test Makefile: only feature 'unit' once in the list of dirs | Daniel Stenberg | |
2011-06-01 | unit tests: more build adjustments | Yang Tse | |
2011-01-19 | dist: add new certs to tarball | Daniel Stenberg | |
2011-01-03 | unittest: framework for unit-testing | Daniel Stenberg | |
This is the first approach at doing fairly clean and easy to write and debug unit tests. | |||
2010-11-03 | dist: add symbol-scan.pl to the tarball | Daniel Stenberg | |
2010-05-14 | Added directories.pm to the source tar ball | Dan Fandrich | |
2010-03-24 | remove the CVSish $Id$ lines | Daniel Stenberg | |
2010-02-01 | Test suite support for RTSP | Yang Tse | |
2010-01-11 | secureserver.pl is now the test harness script used for SSL/TLS. | Yang Tse | |
2010-01-08 | Start using the centralized pidfile and logfile name generation | Yang Tse | |
subroutines for http and tftp test suite servers. | |||
2009-12-28 | Initial refactoring step for server name strings centralized generation | Yang Tse | |
2009-12-19 | Added runtests.pl '-r' option for run time statistics | Yang Tse | |
2009-08-11 | - Peter Sylvester made the HTTPS test server use specific certificates for | Daniel Stenberg | |
each test, so that the test suite can now be used to actually test the verification of cert names etc. This made an error show up in the OpenSSL- specific code where it would attempt to match the CN field even if a subjectAltName exists that doesn't match. This is now fixed and verified in test 311. | |||
2009-04-14 | first take at bundling cmake-related files in the tarball | Daniel Stenberg | |
2008-01-03 | Modify test harness so that the minimum SSH version required to run | Yang Tse | |
SCP, SFTP and SOCKS4 tests is now OpenSSH 2.9.9 or SunSSH 1.0 For SOCKS5 tests minimum versions are OpenSSH 3.7 or SunSSH 1.0 | |||
2007-07-05 | Add -a when running torture tests now that it's supported. | Dan Fandrich | |
2007-03-24 | Added sshserver.pl | Dan Fandrich | |
2005-04-28 | removed ftpsserver.pl | Daniel Stenberg | |
2005-04-18 | Modified the FTP server to use the new 'sockfilt' program to do all the socket | Daniel Stenberg | |
level stuff. The FTP server communicates with sockfilt using perl's open2(). This enables easier IPv6 support and hopefully FTP-SSL support in the future. Added four test cases for FTP-ipv6. | |||
2005-03-31 | Updated the copyright year since changes have been this year. | Daniel Stenberg | |
2005-03-22 | can you spell copy and paste error for me loud and clear? ;-P | Daniel Stenberg | |
2005-03-22 | provide HTML and PDF versions of the man pages in the dist archive | Daniel Stenberg | |
2005-03-17 | add new file | Daniel Stenberg | |
2005-03-17 | Added the --runtestsopts option to testcurl.pl to override the default | Dan Fandrich | |
options used by runtests.pl during testing (useful for disabling valgrind). | |||
2005-03-15 | initial man page attempt for testcurl.pl | Daniel Stenberg | |
2005-03-06 | added valgrind.pm to the dist | Daniel Stenberg | |
2004-06-03 | the test targets won't invoke the test suite if curl is built cross-compiled. | Daniel Stenberg | |
Pointed out by Chris Gaukroger. | |||
2004-05-17 | 'make test-torture' in the root now runs a full torture test | Daniel Stenberg | |
2004-04-13 | full-test passes -p to runtests as well to get more details in case of failure | Daniel Stenberg | |
2004-03-29 | All test targets now run 'make all' before they prcoeed with the actual | Daniel Stenberg | |
testing so that all test files are build first properly. David Byron reported. | |||
2004-03-23 | distribute testcurl.pl too starting now | Daniel Stenberg | |
2004-02-12 | no need to run make test in the data dir anymore | Daniel Stenberg | |
2004-01-13 | use the *correct* header! | Daniel Stenberg | |
2004-01-13 | added our standard header | Daniel Stenberg | |
2003-10-29 | stunnel.pm is no more | Daniel Stenberg | |
2003-08-07 | added CLEANFILES to make distcheck run fine | Daniel Stenberg | |
2003-08-04 | cleaned up after David Byron's comment on the libcurl list, aug 5 2003 | Daniel Stenberg | |
2003-01-21 | make test-full in the root dir should run verbose tests but not stop on | Daniel Stenberg | |
single failures | |||
2002-12-19 | removed fruitless attempts to overload some targets | Daniel Stenberg | |
2002-12-12 | new subdir added 'libtest' | Daniel Stenberg | |
2002-03-01 | include memanalyze.pl in the dist archive | Daniel Stenberg | |
2002-02-25 | use the pid file, use the automake subdir | Daniel Stenberg | |
2001-09-17 | added the stunnel PEM file | Daniel Stenberg | |
2001-09-14 | added README and FILEFORMAT to distrbution archive | Daniel Stenberg | |
2001-09-01 | Heikki Korpela fixed the 'make -C' invokes. make -C is banned. | Daniel Stenberg | |
2001-08-03 | httpsserver.pl added to release archive | Daniel Stenberg | |
2001-05-28 | fixes | Daniel Stenberg | |
2001-05-23 | adjusted to the new test case formats | Daniel Stenberg | |
2001-05-10 | added ftpsserver.pl stunnel.pm | Daniel Stenberg | |