summaryrefslogtreecommitdiff
path: root/tests/LightyTest.pm
Commit message (Expand)AuthorAgeFilesLines
* [tests] has_feature() helper funcGlenn Strauss2019-05-131-0/+13
* [tests] reduce time waiting for backends to startGlenn Strauss2017-03-191-2/+2
* [core] better DragonFlyBSD support (fixes #2746)Glenn Strauss2016-08-201-1/+1
* [core] check if client half-closed TCP if POLLHUP (#2743)Glenn Strauss2016-08-061-0/+1
* [tests] do not half-close socket before having received the response (fixes #...Stefan Bühler2015-12-041-1/+0
* [tests] fix warning about newline in filenameStefan Bühler2015-08-221-0/+1
* [tests] search for perl in PATH instead of /usr/bin; whitespace + test config...Stefan Bühler2015-08-221-21/+58
* [tests] improve valgrind and strace TRACEME, disable condition logging in nor...Stefan Bühler2015-02-081-3/+3
* [tests] use list for perl exec to skip the sh wrapperlighttpd-1.4.33Stefan Bühler2013-09-061-8/+13
* Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)Stefan Bühler2009-11-291-33/+57
* Fix accesslog escape segfault (#1551)Stefan Bühler2009-10-161-1/+1
* tests: fix endless loop if connect fails without the child dyingStefan Bühler2009-08-081-0/+7
* Finally removed spawn-fcgiStefan Bühler2009-04-031-3/+10
* [tests] Remove pidfile from test systemStefan Bühler2008-07-291-19/+6
* [tests] Fixed test system, use foreground daemons and waitpidStefan Bühler2008-07-291-38/+109
* added support to run dtruss as TRACEMEJan Kneschke2008-03-101-0/+2
* r2124@chromobil: stefan | 2008-02-27 19:34:57 +0100Stefan Bühler2008-02-271-1/+1
* don't send a Content-Length for 1xx, 204 and 304 (fixes #1002)Jan Kneschke2007-08-181-10/+22
* merged [1174] and [1224]Jan Kneschke2006-09-211-3/+5
* merged [1055], [1056], [1068], [1172], [1176]Jan Kneschke2006-09-071-0/+3
* merged [1105]Jan Kneschke2006-09-071-3/+2
* give a warning on duplicate response headersJan Kneschke2006-01-141-7/+8
* let u know what's wrongmOo2005-09-291-1/+6
* make it works for both autotools/sconsmOo2005-09-291-3/+14
* a simple connect() on the port is better and fasterlighttpd-1.4.3Jan Kneschke2005-09-011-6/+7
* use netstat to check if a process is listening on port 1026Jan Kneschke2005-09-011-8/+5
* replace 'localhost' by gethostbyaddr for 127.0.0.1Jan Kneschke2005-09-011-1/+6
* minor portability fixesJan Kneschke2005-09-011-9/+4
* added tests for keep-alive and setenv and passed a ARRAY ref instead of a HAS...Jan Kneschke2005-08-311-2/+8
* do a long wait if the lighttpd isn't starting up fast enoughlighttpd-1.4.2Jan Kneschke2005-08-291-4/+4
* make 'make distcheck' happy and install files into _build/tests/Jan Kneschke2005-08-291-9/+15
* run tests in build root (merged #228)Jan Kneschke2005-08-291-11/+18
* added tests for mod-secdownloadJan Kneschke2005-08-251-1/+1
* removed warnings on empty response-body, added debug output to mod_proxyJan Kneschke2005-08-171-0/+1
* added include_shell option to configfiles (merged the rest of the trunk chang...Jan Kneschke2005-08-091-2/+6
* added nested conditionals (merged [298])Jan Kneschke2005-08-081-4/+7
* disable duplicate-header-check for nowJan Kneschke2005-07-151-5/+5
* added test for duplicate output headersJan Kneschke2005-07-071-0/+6
* switch to LigtyTest modulelighttpd-1.3.14Jan Kneschke2005-06-261-1/+4
* Unified all tests to use the LighyTest framework Jan Kneschke2005-06-151-0/+239