|
Revision tags: lighttpd-1.4.69, lighttpd-1.4.68, lighttpd-1.4.67, lighttpd-1.4.66, lighttpd-1.4.65, lighttpd-1.4.64, lighttpd-1.4.63, lighttpd-1.4.62, lighttpd-1.4.61, lighttpd-1.4.60 |
|
| #
9a37ba54 |
| 09-Sep-2021 |
Glenn Strauss <[email protected]> |
[tests] skip time-sensitive test during CI testing
|
| #
9c9cd373 |
| 09-Jul-2021 |
Glenn Strauss <[email protected]> |
[tests] speed up mod-fastcgi and mod-scgi tests
On platforms where lighttpd gets SIGCHLD, lighttpd can quickly detect exit of backend process and can restart backend process
|
|
Revision tags: lighttpd-1.4.59 |
|
| #
5b1b9f78 |
| 01-Jan-2021 |
Glenn Strauss <[email protected]> |
[tests] use ephemeral ports in tests
avoid spurious test failures due to conflicts with ports in use by other processes, which might occur when tests use hard-coded ports
|
|
Revision tags: lighttpd-1.4.58 |
|
| #
0c6a6d06 |
| 26-Dec-2020 |
Glenn Strauss <[email protected]> |
[tests] OpenBSD crypt() support limited to bcrypt
OpenBSD crypt() does not support (insecure) crypt-des or crypt-md5
(The password used in the tests and lighttpd.htpasswd is crypt-des. Something e
[tests] OpenBSD crypt() support limited to bcrypt
OpenBSD crypt() does not support (insecure) crypt-des or crypt-md5
(The password used in the tests and lighttpd.htpasswd is crypt-des. Something else could be used so that the tests can execute, though that something might be different on different platforms.)
show more ...
|
| #
b598bb53 |
| 23-Dec-2020 |
Glenn Strauss <[email protected]> |
[tests] remove FastCGI test dependency on PHP
|
| #
fc01b820 |
| 21-Dec-2020 |
Glenn Strauss <[email protected]> |
[tests] remove FastCGI test dependency on libfcgi
- rewrite fcgi-responder as standalone app fcgi-responder is now a minimal, standalone FastCGI server for tests - remove dependency on fcgi-devel
[tests] remove FastCGI test dependency on libfcgi
- rewrite fcgi-responder as standalone app fcgi-responder is now a minimal, standalone FastCGI server for tests - remove dependency on fcgi-devel package - merge fcgi-auth into fcgi-responder
show more ...
|
|
Revision tags: lighttpd-1.4.57, lighttpd-1.4.56, lighttpd-1.4.56-rc7, lighttpd-1.4.56-rc6, lighttpd-1.4.56-rc5, lighttpd-1.4.56-rc4, lighttpd-1.4.56-rc3, lighttpd-1.4.56-rc2, lighttpd-1.4.56-rc1 |
|
| #
af836b94 |
| 24-Feb-2020 |
Glenn Strauss <[email protected]> |
[tests] fix skip count in mod-fastcgi w/o php-cgi
(fix test skip count when php-cgi is not available)
|
|
Revision tags: lighttpd-1.4.55 |
|
| #
fa4ab192 |
| 21-Aug-2019 |
Glenn Strauss <[email protected]> |
[core] reduce use of struct parse_header_state
|
|
Revision tags: lighttpd-1.4.54, lighttpd-1.4.53 |
|
| #
a1077d18 |
| 18-Dec-2018 |
Glenn Strauss <[email protected]> |
[tests] more test config cleanup
|
| #
4e6ef764 |
| 11-Dec-2018 |
Glenn Strauss <[email protected]> |
[tests] update skip count in mod-fastcgi.t
|
| #
07517ff3 |
| 11-Dec-2018 |
Glenn Strauss <[email protected]> |
[tests] some test config cleanup
including limiting use of php in tests to mod-fastcgi.t
|
|
Revision tags: lighttpd-1.4.52, lighttpd-1.4.51, lighttpd-1.4.50, lighttpd-1.4.49, lighttpd-1.4.48, lighttpd-1.4.47, lighttpd-1.4.46 |
|
| #
aa14493e |
| 19-Mar-2017 |
Glenn Strauss <[email protected]> |
[tests] reduce time waiting for backends to start
reduce time spent waiting for backends to start
tests check for active listening port before proceeding
test runs now complete in about 2/3 the ti
[tests] reduce time waiting for backends to start
reduce time spent waiting for backends to start
tests check for active listening port before proceeding
test runs now complete in about 2/3 the time
show more ...
|
|
Revision tags: lighttpd-1.4.45 |
|
| #
83b2b715 |
| 11-Jan-2017 |
Glenn Strauss <[email protected]> |
[tests] give time for periodic jobs to detect exit
give time for periodic jobs to detect backend exit
|
| #
32443ea1 |
| 10-Jan-2017 |
Glenn Strauss <[email protected]> |
[tests] update test skip count for !fcgi-responder
|
| #
64df38aa |
| 10-Jan-2017 |
Glenn Strauss <[email protected]> |
[mod_fastcgi] detect child exit, restart proactively
(instead of detecting upon a subsequent HTTP request)
(for backends spawned by mod_fastcgi)
|
|
Revision tags: lighttpd-1.4.44, lighttpd-1.4.43, lighttpd-1.4.42 |
|
| #
e9ee22c2 |
| 23-Sep-2016 |
Glenn Strauss <[email protected]> |
[autobuild] skip two new tests if no fcgi-auth
|
| #
7ef569b2 |
| 12-Aug-2016 |
Christoph Kreutzer <[email protected]> |
[tests] test coverage for issues (#321, #322)
FastCGI Authorizer support with FastCGI Responders
x-ref: "mod_fastcgi authorizers cannot protect fastcgi responders" http://redmine.lighttpd.net/i
[tests] test coverage for issues (#321, #322)
FastCGI Authorizer support with FastCGI Responders
x-ref: "mod_fastcgi authorizers cannot protect fastcgi responders" http://redmine.lighttpd.net/issues/321
x-ref: "FastCGI Authorizer support for Variable-name variable passing" http://redmine.lighttpd.net/issues/322
show more ...
|
|
Revision tags: lighttpd-1.4.41, lighttpd-1.4.40 |
|
| #
8dcbd61a |
| 23-Jun-2016 |
Glenn Strauss <[email protected]> |
[cygwin] fix mod_proxy and mod_fastcgi ioctl use
cygwin does not support ioctl on sockets, returning EOPTNOTSUPP (would be better if cygwin used Windows ioctlsocket() instead)
Windows uses signed (
[cygwin] fix mod_proxy and mod_fastcgi ioctl use
cygwin does not support ioctl on sockets, returning EOPTNOTSUPP (would be better if cygwin used Windows ioctlsocket() instead)
Windows uses signed (socklen_t), so add some casts to quiet warnings
Windows path handling is convoluted, so disable one tests in mod_fastcgi since trailing spaces are removed from URL for _WIN32 and __CYGWIN__ in response.c
show more ...
|
|
Revision tags: lighttpd-1.4.39, lighttpd-1.4.38, lighttpd-1.4.37 |
|
| #
87c5ec96 |
| 22-Aug-2015 |
Stefan Bühler <[email protected]> |
[tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups
From: Stefan Bühler <[email protected]>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@301
[tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups
From: Stefan Bühler <[email protected]>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3019 152afb58-edef-0310-8abb-c4023f1b3aa9
show more ...
|
|
Revision tags: lighttpd-1.4.36, lighttpd-1.4.36--rc1, lighttpd-1.4.35, lighttpd-1.4.34, lighttpd-1.4.33, lighttpd-1.4.32, lighttpd-1.4.31 |
|
| #
7187271f |
| 19-Apr-2012 |
Stefan Bühler <[email protected]> |
[auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround, add fastcgi test case (fixes #889)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2833 152afb5
[auth] Add "AUTH_TYPE" environment (for *cgi), remove fastcgi specific workaround, add fastcgi test case (fixes #889)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2833 152afb58-edef-0310-8abb-c4023f1b3aa9
show more ...
|
|
Revision tags: lighttpd-1.4.30, lighttpd-1.4.29, lighttpd-1.4.28, lighttpd-1.4.27, lighttpd-1.4.26, lighttpd-1.4.25, lighttpd-1.4.24 |
|
| #
8c83976d |
| 14-Oct-2009 |
Stefan Bühler <[email protected]> |
mod_fastcgi: Add "X-Sendfile2" - supporting multiple ranged files (fixes #2008)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2651 152afb58-edef-0310-8abb-c4023f1b3aa9
|
| #
fd13e944 |
| 11-Oct-2009 |
Stefan Bühler <[email protected]> |
mod_fastcgi: restart local procs immediately after they terminated, fix local procs handling
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2639 152afb58-edef-0310-8abb-c4023f1b
mod_fastcgi: restart local procs immediately after they terminated, fix local procs handling
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2639 152afb58-edef-0310-8abb-c4023f1b3aa9
show more ...
|
| #
17d0c36e |
| 11-Oct-2009 |
Stefan Bühler <[email protected]> |
Read hostname from absolute uris in the request line (fixes #1937)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2631 152afb58-edef-0310-8abb-c4023f1b3aa9
|
|
Revision tags: lighttpd-1.4.23 |
|
| #
b2108c43 |
| 19-Jun-2009 |
Stefan Bühler <[email protected]> |
Remove X-Sendfile-Range feature; it will be replaced with something more powerful (#2005, #2008)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2542 152afb58-edef-0310-8abb-c40
Remove X-Sendfile-Range feature; it will be replaced with something more powerful (#2005, #2008)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2542 152afb58-edef-0310-8abb-c4023f1b3aa9
show more ...
|
| #
ad1e80e5 |
| 11-Jun-2009 |
Stefan Bühler <[email protected]> |
Add X-Sendfile-Range feature (fixes #2005)
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2531 152afb58-edef-0310-8abb-c4023f1b3aa9
|