Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-24 | tests/README: make "Run" section foolproof | Marcel Raad | |
curl must be built before building the tests. Closes https://github.com/curl/curl/pull/1352 | |||
2017-03-23 | tests/README: mention nroff for --manual tests | Anders Roxell | |
Signed-off-by: Anders Roxell <anders.roxell@gmail.com> Closes #1342 | |||
2017-03-20 | tests: fixed the documented test server port numbers | Dan Fandrich | |
2016-11-07 | s/cURL/curl | Daniel Stenberg | |
We're mostly saying just "curl" in lower case these days so here's a big cleanup to adapt to this reality. A few instances are left as the project could still formally be considered called cURL. | |||
2016-10-08 | tests: Fix a small typo in the tests README (#1060) | Daniel Gustafsson | |
The subdirectory for logs in tests/ is named log/ without an 's' at the end. | |||
2016-08-15 | tests/README: mention nghttpx for HTTP/2 tests | Daniel Stenberg | |
2015-04-26 | runtests: use a DISABLED.local file too | Daniel Stenberg | |
... and have git ignore that. Allows for a dev to add tests to ignore in local tests and yet don't obstruct a normal git work flow. | |||
2015-02-14 | tests/README: Updated to reflect email test ranges | Steve Holme | |
2015-02-03 | tests/README: add a new range, clean up some language | Daniel Stenberg | |
2014-12-26 | code/docs: Use Unix rather than UNIX to avoid use of the trademark | Steve Holme | |
Use Unix when generically writing about Unix based systems as UNIX is the trademark and should only be used in a particular product's name. | |||
2014-12-04 | tests: add HTTP UNIX socket server testing support | Peter Wu | |
The variable `$ipvnum` can now contain "unix" besides the integers 4 and 6 since the variable. Functions which receive this parameter have their `$port` parameter renamed to `$port_or_path` to support a path to the UNIX domain socket (as a "port" is only meaningful for TCP). Signed-off-by: Peter Wu <peter@lekensteyn.nl> | |||
2014-02-06 | tests: Document use of the MEMDEBUG_LOG_SYNC macro | Dan Fandrich | |
2013-03-13 | Multiple pipelines and limiting the number of connections. | Linus Nielsen Feltzing | |
Introducing a number of options to the multi interface that allows for multiple pipelines to the same host, in order to optimize the balance between the penalty for opening new connections and the potential pipelining latency. Two new options for limiting the number of connections: CURLMOPT_MAX_HOST_CONNECTIONS - Limits the number of running connections to the same host. When adding a handle that exceeds this limit, that handle will be put in a pending state until another handle is finished, so we can reuse the connection. CURLMOPT_MAX_TOTAL_CONNECTIONS - Limits the number of connections in total. When adding a handle that exceeds this limit, that handle will be put in a pending state until another handle is finished. The free connection will then be reused, if possible, or closed if the pending handle can't reuse it. Several new options for pipelining: CURLMOPT_MAX_PIPELINE_LENGTH - Limits the pipeling length. If a pipeline is "full" when a connection is to be reused, a new connection will be opened if the CURLMOPT_MAX_xxx_CONNECTIONS limits allow it. If not, the handle will be put in a pending state until a connection is ready (either free or a pipe got shorter). CURLMOPT_CONTENT_LENGTH_PENALTY_SIZE - A pipelined connection will not be reused if it is currently processing a transfer with a content length that is larger than this. CURLMOPT_CHUNK_LENGTH_PENALTY_SIZE - A pipelined connection will not be reused if it is currently processing a chunk larger than this. CURLMOPT_PIPELINING_SITE_BL - A blacklist of hosts that don't allow pipelining. CURLMOPT_PIPELINING_SERVER_BL - A blacklist of server types that don't allow pipelining. See the curl_multi_setopt() man page for details. | |||
2012-11-04 | test/README: mention the 1500 test number range | Daniel Stenberg | |
2011-12-31 | runtests.pl: Use logmsg more consistently | Dan Fandrich | |
2011-09-27 | tests/README: extended and reformatted | Daniel Stenberg | |
2011-03-04 | Converted tests 558 & 559 to use the unit test framework as 1305 | Dan Fandrich | |
Test 558 was just a subset of 559 which is something that can be easily added later. | |||
2010-02-14 | removed trailing whitespace | Yang Tse | |
2009-12-12 | updated with the new protocols | Daniel Stenberg | |
2008-10-07 | Document how to disable tests when certain --disable-* flags are used. | Dan Fandrich | |
2008-03-10 | fixed typo | Michal Marek | |
2008-02-12 | fix grammatical issues | Yang Tse | |
2008-02-11 | shell startup scripts and possible influence in scp/sftp/socks tests | Yang Tse | |
2007-10-24 | Added test cases 2000 and 2001 which test multiple protocols using the | Dan Fandrich | |
same easy handle Fixed the filecheck: make target to work outside the source tree | |||
2007-09-20 | Added variable substitution to the <verify><file> section. | Dan Fandrich | |
Made a few more tests work remotely. | |||
2007-08-28 | Mention that 'make test' does more than just run all the tests (suggested | Dan Fandrich | |
by Kris/tinker105 in bug #1779054) and mention the torture tests. | |||
2007-07-10 | Added a code coverage section using gcc and gcov. | Dan Fandrich | |
2007-06-05 | Daniel Black's test suite fixes and initial test cases for SOCKS4/5 using | Daniel Stenberg | |
openssh | |||
2007-04-30 | Improved the test harness to allow running test servers on other than | Dan Fandrich | |
the default port numbers, allowing more than one test suite to run simultaneously on the same host. | |||
2007-04-25 | Added support in runtests.pl for "!n" test numbers to disable individual tests. | Dan Fandrich | |
2007-04-23 | Added <postcheck> support to the test harness. | Dan Fandrich | |
2007-03-27 | Tighten up a few more OpenSSH options | Dan Fandrich | |
2007-03-26 | Added test600 and test601, SFTP and SCP file retrieval tests. | Dan Fandrich | |
2007-03-08 | Added test infrastructure to support basic FTPS tests. This currently | Dan Fandrich | |
supports only ftps:// URLs with --ftp-ssl-control specified, which implicitly encrypts the control channel but not the data channels. That allows stunnel to be used with an unmodified ftp server in exactly the same way that the test https server is set up. Added test case 400 as a basic FTPS test. | |||
2006-01-16 | David Shaw finally removed all traces of Gopher and we are now officially | Daniel Stenberg | |
not supporting it. It hasn't been functioning for years anyway, so this is just finally stating what already was true. And a cleanup at the same time. | |||
2004-02-20 | mention what ports the test suite uses | Daniel Stenberg | |
2004-02-19 | refer to FILEFORMAT | Daniel Stenberg | |
2004-01-13 | modified the TODO, we already do persistant tests | Daniel Stenberg | |
2003-07-22 | CURLDEBUG is the symbol now | Daniel Stenberg | |
2003-06-02 | the 500-599 test case range | Daniel Stenberg | |
2003-04-30 | the test numbers are now only for human readability, the numbers no longer | Daniel Stenberg | |
enforces protocol/server | |||
2001-05-23 | Removed references to the previous file format, added some tests about | Daniel Stenberg | |
the new format but there's still much more to be said and done | |||
2001-05-21 | Added text about the test case numbering | Daniel Stenberg | |
2001-04-24 | stunnel and diff are added requirements | Daniel Stenberg | |
2001-03-12 | Added description of the new test case ranges support | Daniel Stenberg | |
2001-03-08 | clarified the 0001-files use a bit, I couldn't understand it myself! :-) | Daniel Stenberg | |
2001-03-05 | more details on debugging with the test suite | Daniel Stenberg | |
2001-03-04 | runtests -g explained | Daniel Stenberg | |
2000-11-27 | Added the ftpdN.txt file | Daniel Stenberg | |
2000-11-21 | Added the uploadN.txt description | Daniel Stenberg | |