summaryrefslogtreecommitdiff
path: root/tests/LightyTest.pm
Commit message (Expand)AuthorAgeFilesLines
* [core] _WIN32 prefer WSAPoll()Glenn Strauss2023-05-031-1/+4
* [tests] _WIN32 cygwin test supportGlenn Strauss2023-05-031-1/+8
* [tests] _WIN32 adjustments in LightyTest.pmGlenn Strauss2023-05-031-23/+80
* [tests] disable Nagle on client, remove sleepsGlenn Strauss2023-01-021-26/+16
* [tests] revert _WIN32 adjustments in LightyTest.pmGlenn Strauss2022-01-141-34/+21
* [tests] _WIN32 adjustments in LightyTest.pmGlenn Strauss2022-01-111-21/+34
* [core] allow tests/tmp/bind.conf override (#3137)Glenn Strauss2022-01-101-13/+30
* [core] allow LISTEN_PID to be ppid if TRACEME (fixes #3137)Glenn Strauss2022-01-101-0/+4
* [tests] force Fcntl::F_SETFD() autovivification (#3110)Glenn Strauss2021-10-101-1/+1
* [tests] force POSIX::WNOHANG() autovivification (fixes #3110)Glenn Strauss2021-10-101-1/+1
* [tests] IO::Socket::INET->new( Timeout => 1 )Glenn Strauss2021-09-081-3/+11
* [tests] disable secdownload HMAC tests for NSSGlenn Strauss2021-05-071-1/+2
* [tests] use ephemeral ports in testsGlenn Strauss2021-01-051-17/+48
* [tests] slight speed up checking for server readyGlenn Strauss2020-12-241-2/+2
* [tests] remove FastCGI test dependency on PHPGlenn Strauss2020-12-231-1/+0
* [tests] allow LIGHTTPD_EXE_PATH overrideGlenn Strauss2020-11-091-0/+4
* [tests] detect multiple SSL/TLS/crypto providersGlenn Strauss2020-10-191-0/+13
* [tests] simulate slow, small packets more quicklyGlenn Strauss2020-10-191-5/+5
* [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