|
Revision tags: lighttpd-1.4.69, lighttpd-1.4.68 |
|
| #
fb144703 |
| 23-Sep-2022 |
Rosen Penev <[email protected]> |
[meson] add wrapdb instructions
Signed-off-by: Rosen Penev <[email protected]>
github: closes #116
|
|
Revision tags: lighttpd-1.4.67, lighttpd-1.4.66, lighttpd-1.4.65, lighttpd-1.4.64 |
|
| #
fa1ee081 |
| 04-Jan-2022 |
Glenn Strauss <[email protected]> |
[build] adjust .gitignore for macOS
|
|
Revision tags: lighttpd-1.4.63, lighttpd-1.4.62 |
|
| #
bab0e5d0 |
| 15-Nov-2021 |
Glenn Strauss <[email protected]> |
[tests] combine tests into test_common.c
combine common components tests into test_common.c
combine into a single executable to reduce compilation/link redundancy
|
| #
9b3fa6eb |
| 11-Nov-2021 |
Glenn Strauss <[email protected]> |
[tests] t/test_mod now runs all t/test_mod_*.c
combine into a single executable to reduce compilation/link redundancy
|
| #
84449e14 |
| 01-Nov-2021 |
Glenn Strauss <[email protected]> |
[tests] t/test_mod_ssi
|
|
Revision tags: lighttpd-1.4.61, lighttpd-1.4.60 |
|
| #
ca2898f6 |
| 26-Aug-2021 |
Glenn Strauss <[email protected]> |
[tests] t/test_mod_indexfile
also remove some now-redundant tests from request.t and reduce scripts and directories under tests (because automake is sloooow and the fewer dirs, the better)
|
| #
91472ab7 |
| 07-Jul-2021 |
Glenn Strauss <[email protected]> |
[tests] t/test_mod_staticfile
move some tests from tests/request.t to src/t/test_mod_staticfile.c
|
|
Revision tags: lighttpd-1.4.59, lighttpd-1.4.58 |
|
| #
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, lighttpd-1.4.55 |
|
| #
c8a1cba0 |
| 20-Jan-2020 |
Glenn Strauss <[email protected]> |
[tests] t/test_mod_userdir
create t/test_mod_userdir to replace sparse tests in tests/mod-userdir.t remove tests/mod-userdir.t
|
|
Revision tags: lighttpd-1.4.54, lighttpd-1.4.53 |
|
| #
f03e5e23 |
| 09-Dec-2018 |
Glenn Strauss <[email protected]> |
[tests] t/test_keyvalue
create t/test_keyvalue to replace sparse tests in tests/mod-redirect.t and tests/mod-rewrite.t remove tests/mod-redirect.t and tests/mod-rewrite.t
|
| #
5a32d0f7 |
| 03-Dec-2018 |
Glenn Strauss <[email protected]> |
[mod_access] t/test_mod_access
create t/test_mod_access to test mod_access basic logic remove tests/mod-access.t
|
| #
8aad0916 |
| 03-Dec-2018 |
Glenn Strauss <[email protected]> |
[mod_evhost] t/test_mod_evhost
create t/test_mod_evhost to test mod_evhost basic logic remove tests/mod-evhost.t
|
| #
b2a62398 |
| 02-Dec-2018 |
Glenn Strauss <[email protected]> |
[mod_simple_vhost] t/test_mod_simple_vhost
create t/test_mod_simple_vhost to test mod_simple_vhost basic logic remove tests/mod-simplevhost.t, which was not testing mod_simple_vhost
|
|
Revision tags: lighttpd-1.4.52, lighttpd-1.4.51 |
|
| #
66ff05db |
| 22-Sep-2018 |
Glenn Strauss <[email protected]> |
[tests] t/test_array.c
(more tests should be added, but starting with something has benefits)
|
|
Revision tags: lighttpd-1.4.50 |
|
| #
3eb7902e |
| 01-May-2018 |
Glenn Strauss <[email protected]> |
[core] server.http-parseopts URL normalization opt (fixes #1720)
server.http-parseopts = ( ... ) URL normalization options
Note: *not applied* to CONNECT method
Note: In a future release, URL norm
[core] server.http-parseopts URL normalization opt (fixes #1720)
server.http-parseopts = ( ... ) URL normalization options
Note: *not applied* to CONNECT method
Note: In a future release, URL normalization likely enabled by default (normalize URL, reject control chars, remove . and .. path segments) To prepare for this change, lighttpd.conf configurations should explicitly select desired behavior by enabling or disabling: server.http-parseopts = ( "url-normalize" => "enable", ... ) server.http-parseopts = ( "url-normalize" => "disable" )
x-ref: "lighttpd ... compares URIs to patterns in the (1) url.redirect and (2) url.rewrite configuration settings before performing URL decoding, which might allow remote attackers to bypass intended access restrictions, and obtain sensitive information or possibly modify data." https://www.cvedetails.com/cve/CVE-2008-4359/ "Rewrite/redirect rules and URL encoding" https://redmine.lighttpd.net/issues/1720
show more ...
|
| #
6ccccaaa |
| 23-Apr-2018 |
Glenn Strauss <[email protected]> |
[tests] move src/test_*.c to src/t/
|
| #
a46bc4f5 |
| 22-Apr-2018 |
Glenn Strauss <[email protected]> |
[core] remove proc_open.[ch], reduce stdio.h use
|
| #
1b62dc32 |
| 21-Apr-2018 |
Glenn Strauss <[email protected]> |
[tests] test_request unit tests
unit tests for request processing collect existing request processing tests from Perl tests/*.t (test_request.c runs *much* more quickly than Perl tests/*.t)
|
|
Revision tags: lighttpd-1.4.49, lighttpd-1.4.48, lighttpd-1.4.47, lighttpd-1.4.46 |
|
| #
18905bca |
| 28-Feb-2017 |
Glenn Strauss <[email protected]> |
update .gitignore, add .gitattributes
|
|
Revision tags: lighttpd-1.4.45, lighttpd-1.4.44, lighttpd-1.4.43, lighttpd-1.4.42, lighttpd-1.4.41, lighttpd-1.4.40, lighttpd-1.4.39, lighttpd-1.4.38, lighttpd-1.4.37 |
|
| #
68284bd7 |
| 29-Aug-2015 |
Stefan Bühler <[email protected]> |
[scons] various improvements
- don't generate files in src/ - move all build stuff to sconsbuild/ - have different output directories for static/ and fullstatic/, so we can use that directory for
[scons] various improvements
- don't generate files in src/ - move all build stuff to sconsbuild/ - have different output directories for static/ and fullstatic/, so we can use that directory for the test suite - each build type (dynamic, static, fullstatic) has its own check target - read CFLAGS, LDFLAGS and LIBS from environment (LIBS are appended after all other dependencies)
From: Stefan Bühler <[email protected]>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3030 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 |
|
| #
cb02c738 |
| 10-Nov-2013 |
Stefan Bühler <[email protected]> |
[autobuild] use autoreconf instead of calling tools manually; add generated files to .gitignore
From: Stefan Bühler <[email protected]>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-
[autobuild] use autoreconf instead of calling tools manually; add generated files to .gitignore
From: Stefan Bühler <[email protected]>
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2914 152afb58-edef-0310-8abb-c4023f1b3aa9
show more ...
|