summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* [build] adjust .gitignore for macOSGlenn Strauss2022-01-041-0/+1
|
* [tests] combine tests into test_common.cGlenn Strauss2021-11-171-6/+1
| | | | | | combine common components tests into test_common.c combine into a single executable to reduce compilation/link redundancy
* [tests] t/test_mod now runs all t/test_mod_*.cGlenn Strauss2021-11-151-7/+1
| | | | combine into a single executable to reduce compilation/link redundancy
* [tests] t/test_mod_ssiGlenn Strauss2021-11-011-0/+1
|
* [tests] t/test_mod_indexfileGlenn Strauss2021-09-081-0/+1
| | | | | | 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)
* [tests] t/test_mod_staticfileGlenn Strauss2021-09-041-0/+1
| | | | move some tests from tests/request.t to src/t/test_mod_staticfile.c
* [tests] remove FastCGI test dependency on libfcgiGlenn Strauss2020-12-231-1/+0
| | | | | | | - 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
* [tests] t/test_mod_userdirGlenn Strauss2020-07-081-0/+1
| | | | | create t/test_mod_userdir to replace sparse tests in tests/mod-userdir.t remove tests/mod-userdir.t
* [tests] t/test_keyvalueGlenn Strauss2018-12-101-0/+1
| | | | | | 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
* [mod_access] t/test_mod_accessGlenn Strauss2018-12-031-0/+1
| | | | | create t/test_mod_access to test mod_access basic logic remove tests/mod-access.t
* [mod_evhost] t/test_mod_evhostGlenn Strauss2018-12-031-0/+1
| | | | | create t/test_mod_evhost to test mod_evhost basic logic remove tests/mod-evhost.t
* [mod_simple_vhost] t/test_mod_simple_vhostGlenn Strauss2018-12-031-0/+1
| | | | | 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
* [tests] t/test_array.cGlenn Strauss2018-09-231-0/+1
| | | | (more tests should be added, but starting with something has benefits)
* [core] server.http-parseopts URL normalization opt (fixes #1720)Glenn Strauss2018-08-121-0/+1
| | | | | | | | | | | | | | | | | | | 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
* [tests] move src/test_*.c to src/t/Glenn Strauss2018-08-051-0/+1
|
* [core] remove proc_open.[ch], reduce stdio.h useGlenn Strauss2018-08-051-1/+0
|
* [tests] test_request unit testsGlenn Strauss2018-08-051-0/+1
| | | | | | 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)
* update .gitignore, add .gitattributesGlenn Strauss2017-02-281-6/+41
|
* [scons] various improvementsStefan Bühler2015-08-291-0/+3
| | | | | | | | | | | | | | - 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 <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3030 152afb58-edef-0310-8abb-c4023f1b3aa9
* [autobuild] use autoreconf instead of calling tools manually; add generated ↵Stefan Bühler2013-11-101-0/+15
files to .gitignore From: Stefan Bühler <stbuehler@web.de> git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2914 152afb58-edef-0310-8abb-c4023f1b3aa9