History log of /lighttpd1.4/src/t/ (Results 1 – 25 of 103)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
6516c5a219-Jan-2023 Glenn Strauss <[email protected]>

[multiple] clang -Wstrict-prototypes for C2x

adjustments to compile warnings-free with recent clang changes that
warn about potential behavior change for non-prototypes, including
generic function p

[multiple] clang -Wstrict-prototypes for C2x

adjustments to compile warnings-free with recent clang changes that
warn about potential behavior change for non-prototypes, including
generic function pointers e.g. int(*)()

x-ref:
https://discourse.llvm.org/t/rfc-enabling-wstrict-prototypes-by-default-in-c/60521
https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2432.pdf
https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2841.htm

show more ...


/lighttpd1.4/CMakeLists.txt
/lighttpd1.4/INSTALL
/lighttpd1.4/NEWS
/lighttpd1.4/SConstruct
/lighttpd1.4/configure.ac
/lighttpd1.4/doc/Makefile.am
/lighttpd1.4/doc/config/conf.d/Makefile.am
/lighttpd1.4/doc/config/conf.d/expire.conf
/lighttpd1.4/doc/config/lighttpd.conf
/lighttpd1.4/doc/config/modules.conf
/lighttpd1.4/doc/meson.build
/lighttpd1.4/doc/outdated/Makefile.am
/lighttpd1.4/doc/outdated/authentication.txt
/lighttpd1.4/doc/outdated/configuration.txt
/lighttpd1.4/doc/outdated/expire.txt
/lighttpd1.4/doc/outdated/magnet.txt
/lighttpd1.4/doc/outdated/skeleton.txt
/lighttpd1.4/doc/outdated/ssi.txt
/lighttpd1.4/doc/outdated/state.txt
/lighttpd1.4/meson.build
/lighttpd1.4/scripts/ci-build.sh
/lighttpd1.4/scripts/cmake/LighttpdMacros.cmake
/lighttpd1.4/src/CMakeLists.txt
/lighttpd1.4/src/Makefile.am
/lighttpd1.4/src/SConscript
/lighttpd1.4/src/array.c
/lighttpd1.4/src/base.h
/lighttpd1.4/src/buffer.c
/lighttpd1.4/src/chunk.c
/lighttpd1.4/src/ck.c
/lighttpd1.4/src/ck.h
/lighttpd1.4/src/config.h.cmake
/lighttpd1.4/src/configfile-glue.c
/lighttpd1.4/src/configfile.c
/lighttpd1.4/src/configfile.h
/lighttpd1.4/src/configparser.y
/lighttpd1.4/src/connections.c
/lighttpd1.4/src/data_config.c
/lighttpd1.4/src/fdevent.c
/lighttpd1.4/src/fdevent.h
/lighttpd1.4/src/fdevent_fdnode.c
/lighttpd1.4/src/fdevent_impl.c
/lighttpd1.4/src/fdevent_impl.h
/lighttpd1.4/src/fdlog.c
/lighttpd1.4/src/fdlog_maint.c
/lighttpd1.4/src/gw_backend.c
/lighttpd1.4/src/gw_backend.h
/lighttpd1.4/src/h2.c
/lighttpd1.4/src/http-header-glue.c
/lighttpd1.4/src/http_header.c
/lighttpd1.4/src/http_header.h
/lighttpd1.4/src/http_range.c
/lighttpd1.4/src/keyvalue.c
/lighttpd1.4/src/lemon.c
/lighttpd1.4/src/lempar.c
/lighttpd1.4/src/lighttpd-angel.c
/lighttpd1.4/src/log.c
/lighttpd1.4/src/ls-hpack/LICENSE
/lighttpd1.4/src/ls-hpack/lshpack.c
/lighttpd1.4/src/ls-hpack/lshpack.h
/lighttpd1.4/src/ls-hpack/lsxpack_header.h
/lighttpd1.4/src/meson.build
/lighttpd1.4/src/mod_access.c
/lighttpd1.4/src/mod_accesslog.c
/lighttpd1.4/src/mod_ajp13.c
/lighttpd1.4/src/mod_alias.c
/lighttpd1.4/src/mod_auth.c
/lighttpd1.4/src/mod_auth_api.c
/lighttpd1.4/src/mod_authn_dbi.c
/lighttpd1.4/src/mod_authn_file.c
/lighttpd1.4/src/mod_authn_gssapi.c
/lighttpd1.4/src/mod_authn_ldap.c
/lighttpd1.4/src/mod_authn_pam.c
/lighttpd1.4/src/mod_authn_sasl.c
/lighttpd1.4/src/mod_cgi.c
/lighttpd1.4/src/mod_deflate.c
/lighttpd1.4/src/mod_dirlisting.c
/lighttpd1.4/src/mod_echo.c
/lighttpd1.4/src/mod_evhost.c
/lighttpd1.4/src/mod_expire.c
/lighttpd1.4/src/mod_extforward.c
/lighttpd1.4/src/mod_fastcgi.c
/lighttpd1.4/src/mod_gnutls.c
/lighttpd1.4/src/mod_indexfile.c
/lighttpd1.4/src/mod_magnet.c
/lighttpd1.4/src/mod_magnet_cache.c
/lighttpd1.4/src/mod_magnet_cache.h
/lighttpd1.4/src/mod_maxminddb.c
/lighttpd1.4/src/mod_mbedtls.c
/lighttpd1.4/src/mod_nss.c
/lighttpd1.4/src/mod_openssl.c
/lighttpd1.4/src/mod_proxy.c
/lighttpd1.4/src/mod_redirect.c
/lighttpd1.4/src/mod_rewrite.c
/lighttpd1.4/src/mod_rrdtool.c
/lighttpd1.4/src/mod_scgi.c
/lighttpd1.4/src/mod_setenv.c
/lighttpd1.4/src/mod_simple_vhost.c
/lighttpd1.4/src/mod_skeleton.c
/lighttpd1.4/src/mod_sockproxy.c
/lighttpd1.4/src/mod_ssi.c
/lighttpd1.4/src/mod_staticfile.c
/lighttpd1.4/src/mod_status.c
/lighttpd1.4/src/mod_userdir.c
/lighttpd1.4/src/mod_vhostdb.c
/lighttpd1.4/src/mod_vhostdb_dbi.c
/lighttpd1.4/src/mod_vhostdb_ldap.c
/lighttpd1.4/src/mod_vhostdb_mysql.c
/lighttpd1.4/src/mod_vhostdb_pgsql.c
/lighttpd1.4/src/mod_webdav.c
/lighttpd1.4/src/mod_wolfssl.c
/lighttpd1.4/src/mod_wstunnel.c
/lighttpd1.4/src/network.c
/lighttpd1.4/src/plugin.c
/lighttpd1.4/src/plugin.h
/lighttpd1.4/src/rand.c
/lighttpd1.4/src/reqpool.c
/lighttpd1.4/src/server.c
/lighttpd1.4/src/stat_cache.c
test_common.c
test_mod.c
/lighttpd1.4/src/vector.c
/lighttpd1.4/src/vector.h
/lighttpd1.4/tests/LightyTest.pm
/lighttpd1.4/tests/README
/lighttpd1.4/tests/lighttpd.conf
/lighttpd1.4/tests/request.t
fcf0dc3e23-Nov-2022 Glenn Strauss <[email protected]>

[multiple] remove deprecated modules

remove deprecated modules:
mod_evasive
mod_secdownload
mod_uploadprogress
mod_usertrack

These scheduled lighttpd behavior changes have been announced ov

[multiple] remove deprecated modules

remove deprecated modules:
mod_evasive
mod_secdownload
mod_uploadprogress
mod_usertrack

These scheduled lighttpd behavior changes have been announced over
the past year:

* Continue gradual deprecation of "mini-application" lighttpd modules
for which mod_magnet lua implementations are better and more flexible.
Please post on lighttpd forums to share feedback if you use these modules.
Forums: https://redmine.lighttpd.net/projects/lighttpd/boards

* Deprecated: mod_evasive has been removed.
mod_evasive can be replaced by mod_magnet and a few lines of lua:
Replacement: https://wiki.lighttpd.net/ModMagnetExamples#lua-mod_evasive
https://wiki.lighttpd.net/AbsoLUAtion#Fight-DDoS
https://wiki.lighttpd.net/AbsoLUAtion#Mod_Security

* Deprecated: mod_secdownload has been removed.
mod_secdownload can be replaced by mod_magnet and a few lines of lua:
Replacement: https://wiki.lighttpd.net/ModMagnetExamples#lua-mod_secdownload
mod_secdownload historically uses insecure MD5 though SHA1, SHA256 available

* Deprecated: mod_uploadprogress has been removed.
mod_uploadprogress can be replaced by mod_magnet and a few lines of lua:
Replacement: https://wiki.lighttpd.net/ModMagnetExamples#lua-mod_uploadprogress

* Deprecated: mod_usertrack has been removed.
mod_usertrack can be replaced by mod_magnet and a few lines of lua:
Replacement: https://wiki.lighttpd.net/ModMagnetExamples#lua-mod_usertrack
mod_usertrack historically uses insecure MD5.

show more ...

5fef5e2224-Jun-2022 Glenn Strauss <[email protected]>

[core] fix li_base64_dec() on whitespace

(regression in lighttpd 1.4.60 - lighttpd 1.4.65)

impacted: mod_wolfssl loading certificate private keys

must ignore whitespace in count of encoded chars

91ce3b0810-Jun-2022 Glenn Strauss <[email protected]>

[core] buffer_append_bs_escaped_json()

separate func from buffer_append_bs_escaped() so that both
buffer_append_bs_escaped() and buffer_append_bs_escaped_json()
can be slightly more specialized and

[core] buffer_append_bs_escaped_json()

separate func from buffer_append_bs_escaped() so that both
buffer_append_bs_escaped() and buffer_append_bs_escaped_json()
can be slightly more specialized and optimized

show more ...

71317bc906-Jun-2022 Glenn Strauss <[email protected]>

[tests] test stubs for http_header.c and http_kv.c

a01e62bb24-May-2022 Glenn Strauss <[email protected]>

[core] "url-invalid-utf8-reject" normalization opt

server.http-parseopts "url-invalid-utf8-reject" url normalization option
default: "url-invalid-utf8-reject" => "enable"


/lighttpd1.4/CMakeLists.txt
/lighttpd1.4/NEWS
/lighttpd1.4/SConstruct
/lighttpd1.4/configure.ac
/lighttpd1.4/doc/config/conf.d/mime.conf
/lighttpd1.4/doc/initscripts.txt
/lighttpd1.4/doc/scripts/create-mime.conf.pl
/lighttpd1.4/meson.build
/lighttpd1.4/meson_options.txt
/lighttpd1.4/src/CMakeLists.txt
/lighttpd1.4/src/Makefile.am
/lighttpd1.4/src/SConscript
/lighttpd1.4/src/algo_hmac.c
/lighttpd1.4/src/base.h
/lighttpd1.4/src/buffer.c
/lighttpd1.4/src/buffer.h
/lighttpd1.4/src/burl.c
/lighttpd1.4/src/burl.h
/lighttpd1.4/src/chunk.c
/lighttpd1.4/src/chunk.h
/lighttpd1.4/src/config.h.cmake
/lighttpd1.4/src/configfile-glue.c
/lighttpd1.4/src/configfile.c
/lighttpd1.4/src/configparser.y
/lighttpd1.4/src/connections.c
/lighttpd1.4/src/fdevent_impl.h
/lighttpd1.4/src/gw_backend.c
/lighttpd1.4/src/h2.c
/lighttpd1.4/src/h2.h
/lighttpd1.4/src/http-header-glue.c
/lighttpd1.4/src/http_cgi.c
/lighttpd1.4/src/http_chunk.c
/lighttpd1.4/src/http_etag.c
/lighttpd1.4/src/http_header.c
/lighttpd1.4/src/http_header.h
/lighttpd1.4/src/http_kv.c
/lighttpd1.4/src/http_kv.h
/lighttpd1.4/src/http_range.c
/lighttpd1.4/src/http_range.h
/lighttpd1.4/src/keyvalue.c
/lighttpd1.4/src/log.c
/lighttpd1.4/src/ls-hpack/lshpack.c
/lighttpd1.4/src/meson.build
/lighttpd1.4/src/mod_accesslog.c
/lighttpd1.4/src/mod_ajp13.c
/lighttpd1.4/src/mod_auth.c
/lighttpd1.4/src/mod_auth_api.c
/lighttpd1.4/src/mod_authn_gssapi.c
/lighttpd1.4/src/mod_authn_ldap.c
/lighttpd1.4/src/mod_cgi.c
/lighttpd1.4/src/mod_deflate.c
/lighttpd1.4/src/mod_dirlisting.c
/lighttpd1.4/src/mod_evhost.c
/lighttpd1.4/src/mod_expire.c
/lighttpd1.4/src/mod_extforward.c
/lighttpd1.4/src/mod_fastcgi.c
/lighttpd1.4/src/mod_gnutls.c
/lighttpd1.4/src/mod_magnet.c
/lighttpd1.4/src/mod_magnet_cache.c
/lighttpd1.4/src/mod_magnet_cache.h
/lighttpd1.4/src/mod_mbedtls.c
/lighttpd1.4/src/mod_nss.c
/lighttpd1.4/src/mod_openssl.c
/lighttpd1.4/src/mod_proxy.c
/lighttpd1.4/src/mod_rrdtool.c
/lighttpd1.4/src/mod_scgi.c
/lighttpd1.4/src/mod_setenv.c
/lighttpd1.4/src/mod_sockproxy.c
/lighttpd1.4/src/mod_ssi.c
/lighttpd1.4/src/mod_staticfile.c
/lighttpd1.4/src/mod_status.c
/lighttpd1.4/src/mod_vhostdb_ldap.c
/lighttpd1.4/src/mod_webdav.c
/lighttpd1.4/src/mod_wolfssl.c
/lighttpd1.4/src/mod_wstunnel.c
/lighttpd1.4/src/network.c
/lighttpd1.4/src/network_write.c
/lighttpd1.4/src/plugin.c
/lighttpd1.4/src/plugin.h
/lighttpd1.4/src/plugin_config.h
/lighttpd1.4/src/plugins.h
/lighttpd1.4/src/rand.c
/lighttpd1.4/src/reqpool.c
/lighttpd1.4/src/request.c
/lighttpd1.4/src/request.h
/lighttpd1.4/src/response.c
/lighttpd1.4/src/response.h
/lighttpd1.4/src/server.c
/lighttpd1.4/src/sock_addr.c
/lighttpd1.4/src/stat_cache.c
/lighttpd1.4/src/sys-crypto-md.h
/lighttpd1.4/src/sys-mmap.h
/lighttpd1.4/src/sys-setjmp.c
/lighttpd1.4/src/sys-setjmp.h
/lighttpd1.4/src/sys-time.h
test_burl.c
/lighttpd1.4/tests/LightyTest.pm
/lighttpd1.4/tests/condition.conf
/lighttpd1.4/tests/core-condition.t
/lighttpd1.4/tests/docroot/cgi.pl
/lighttpd1.4/tests/fastcgi-responder.conf
/lighttpd1.4/tests/lighttpd.conf
/lighttpd1.4/tests/proxy.conf
/lighttpd1.4/tests/request.t
/lighttpd1.4/tests/scgi-responder.conf
/lighttpd1.4/tests/var-include-sub.conf
bade1c0307-Jan-2022 Glenn Strauss <[email protected]>

[multiple] remove buffer_init_string()

remove (minor) convenience func; easy to replace

f3052d6a06-Jan-2022 Stefan Bühler <[email protected]>

[asan tests] fix memory leaks

96fd7e5d12-Dec-2021 Glenn Strauss <[email protected]>

[multiple] remove r->physical.etag

(no longer used; was used as temporary buffer)

863551cd29-Nov-2021 Glenn Strauss <[email protected]>

[tests] t/test_mod_ssi adjust to follow symlinks

t/test_mod_ssi adjust to follow symlinks

/tmp may be a symlink on MacOS

c378e3ad23-Nov-2021 Glenn Strauss <[email protected]>

[core] allocate pcre output vector on demand

allocate pcre output vector on demand for saved config captures
(similar to what is done in lighttpd for pcre2 support)

7512d82c22-Nov-2021 Glenn Strauss <[email protected]>

[core] pcre2 support (--with-pcre2)

x-ref:
"lighttpd: depends on obsolete pcre3 library"
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1000063

6d47d4c620-Nov-2021 Glenn Strauss <[email protected]>

[core] use stack w/ pcre_exec unless save captures

use stack w/ pcre_exec unless saving captures from config conditions

reduce memory allocations per request where lighttpd.conf does not
contain ur

[core] use stack w/ pcre_exec unless save captures

use stack w/ pcre_exec unless saving captures from config conditions

reduce memory allocations per request where lighttpd.conf does not
contain url.redirect or url.rewrite rules where replacements reference
a match of the enclosing lighttpd.conf condition (e.g. %0, %1, %2 ...)

move cond_cache_t 'patterncount' to cond_match_t 'captures'
While cond_match_t is no longer sized power-2, it is generally expected
to be used much less frequently than before (which was all the time),
since it is now used only with url.redirect or url.rewrite with
references %0, %1, %2, ...

show more ...

bab0e5d015-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

8e4cf22314-Nov-2021 Glenn Strauss <[email protected]>

[tests] t/test_mod_evasive.c

251f97bf12-Nov-2021 Glenn Strauss <[email protected]>

[tests] t/test_mod_alias.c

9b3fa6eb11-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

741513ec09-Nov-2021 Glenn Strauss <[email protected]>

[mod_ssi] merge mod_ssi_expr.c into mod_ssi.c

isolate this ancient relic

457362cb09-Nov-2021 Glenn Strauss <[email protected]>

[mod_ssi] remove mod_ssi parser generator file

8c7b86a305-Nov-2021 Glenn Strauss <[email protected]>

[tests] reenable test_mod_ssi in cmake

(Instead, workaround added for libtool)
(There must be better ways to do this, but I don't know them right now)

ec52917701-Nov-2021 Glenn Strauss <[email protected]>

[core] fdevent_impl.c separate from fdevent.c

84449e1401-Nov-2021 Glenn Strauss <[email protected]>

[tests] t/test_mod_ssi


/lighttpd1.4/.gitignore
/lighttpd1.4/CMakeLists.txt
/lighttpd1.4/INSTALL
/lighttpd1.4/NEWS
/lighttpd1.4/SConstruct
/lighttpd1.4/configure.ac
/lighttpd1.4/doc/config/conf.d/auth.conf
/lighttpd1.4/doc/config/lighttpd.conf
/lighttpd1.4/doc/config/vhosts.d/vhosts.template
/lighttpd1.4/meson.build
/lighttpd1.4/src/CMakeLists.txt
/lighttpd1.4/src/Makefile.am
/lighttpd1.4/src/base.h
/lighttpd1.4/src/base64.h
/lighttpd1.4/src/buffer.c
/lighttpd1.4/src/buffer.h
/lighttpd1.4/src/chunk.c
/lighttpd1.4/src/chunk.h
/lighttpd1.4/src/ck.c
/lighttpd1.4/src/ck.h
/lighttpd1.4/src/config.h.cmake
/lighttpd1.4/src/configfile-glue.c
/lighttpd1.4/src/configfile.c
/lighttpd1.4/src/connections.c
/lighttpd1.4/src/fdevent.c
/lighttpd1.4/src/fdevent.h
/lighttpd1.4/src/fdlog.c
/lighttpd1.4/src/fdlog.h
/lighttpd1.4/src/fdlog_maint.c
/lighttpd1.4/src/first.h
/lighttpd1.4/src/gw_backend.c
/lighttpd1.4/src/gw_backend.h
/lighttpd1.4/src/h2.c
/lighttpd1.4/src/h2.h
/lighttpd1.4/src/http-header-glue.c
/lighttpd1.4/src/http_chunk.c
/lighttpd1.4/src/http_kv.h
/lighttpd1.4/src/log.c
/lighttpd1.4/src/log.h
/lighttpd1.4/src/meson.build
/lighttpd1.4/src/mod_ajp13.c
/lighttpd1.4/src/mod_alias.c
/lighttpd1.4/src/mod_authn_dbi.c
/lighttpd1.4/src/mod_authn_file.c
/lighttpd1.4/src/mod_authn_mysql.c
/lighttpd1.4/src/mod_cgi.c
/lighttpd1.4/src/mod_cml.c
/lighttpd1.4/src/mod_dirlisting.c
/lighttpd1.4/src/mod_evhost.c
/lighttpd1.4/src/mod_extforward.c
/lighttpd1.4/src/mod_fastcgi.c
/lighttpd1.4/src/mod_flv_streaming.c
/lighttpd1.4/src/mod_geoip.c
/lighttpd1.4/src/mod_indexfile.c
/lighttpd1.4/src/mod_magnet.c
/lighttpd1.4/src/mod_magnet_cache.c
/lighttpd1.4/src/mod_magnet_cache.h
/lighttpd1.4/src/mod_mysql_vhost.c
/lighttpd1.4/src/mod_nss.c
/lighttpd1.4/src/mod_openssl.c
/lighttpd1.4/src/mod_proxy.c
/lighttpd1.4/src/mod_redirect.c
/lighttpd1.4/src/mod_rewrite.c
/lighttpd1.4/src/mod_rrdtool.c
/lighttpd1.4/src/mod_simple_vhost.c
/lighttpd1.4/src/mod_ssi.c
/lighttpd1.4/src/mod_trigger_b4_dl.c
/lighttpd1.4/src/mod_vhostdb.c
/lighttpd1.4/src/mod_webdav.c
/lighttpd1.4/src/mod_wolfssl.c
/lighttpd1.4/src/network_write.c
/lighttpd1.4/src/plugin.c
/lighttpd1.4/src/plugin_config.h
/lighttpd1.4/src/request.c
/lighttpd1.4/src/response.c
/lighttpd1.4/src/response.h
/lighttpd1.4/src/server.c
/lighttpd1.4/src/stat_cache.c
/lighttpd1.4/src/sys-crypto-md.h
test_mod_ssi.c
/lighttpd1.4/tests/LightyTest.pm
/lighttpd1.4/tests/fcgi-responder.c
7b615d5d12-Sep-2021 Glenn Strauss <[email protected]>

[multiple] de-dup file and piped loggers (fixes #3101)

de-dup file and piped loggers for error logs and access logs

x-ref:
"RFE: de-dup file and piped loggers"
https://redmine.lighttpd.net/issu

[multiple] de-dup file and piped loggers (fixes #3101)

de-dup file and piped loggers for error logs and access logs

x-ref:
"RFE: de-dup file and piped loggers"
https://redmine.lighttpd.net/issues/3101

show more ...

a3e9faa409-Sep-2021 Glenn Strauss <[email protected]>

[multiple] quiet coverity warnings

ca2898f626-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)


/lighttpd1.4/.gitignore
/lighttpd1.4/SConstruct
/lighttpd1.4/configure.ac
/lighttpd1.4/doc/outdated/performance.txt
/lighttpd1.4/scripts/m4/ax_prog_cc_for_build.m4
/lighttpd1.4/src/CMakeLists.txt
/lighttpd1.4/src/Makefile.am
/lighttpd1.4/src/SConscript
/lighttpd1.4/src/algo_hmac.c
/lighttpd1.4/src/algo_hmac.h
/lighttpd1.4/src/base.h
/lighttpd1.4/src/base64.c
/lighttpd1.4/src/base_decls.h
/lighttpd1.4/src/chunk.c
/lighttpd1.4/src/configfile.c
/lighttpd1.4/src/connections.c
/lighttpd1.4/src/connections.h
/lighttpd1.4/src/fdevent.c
/lighttpd1.4/src/fdevent.h
/lighttpd1.4/src/first.h
/lighttpd1.4/src/gw_backend.c
/lighttpd1.4/src/gw_backend.h
/lighttpd1.4/src/h2.c
/lighttpd1.4/src/h2.h
/lighttpd1.4/src/http-header-glue.c
/lighttpd1.4/src/http_chunk.c
/lighttpd1.4/src/http_date.c
/lighttpd1.4/src/http_date.h
/lighttpd1.4/src/http_header.c
/lighttpd1.4/src/log.c
/lighttpd1.4/src/log.h
/lighttpd1.4/src/meson.build
/lighttpd1.4/src/mod_accesslog.c
/lighttpd1.4/src/mod_auth.c
/lighttpd1.4/src/mod_authn_file.c
/lighttpd1.4/src/mod_cgi.c
/lighttpd1.4/src/mod_cml_lua.c
/lighttpd1.4/src/mod_deflate.c
/lighttpd1.4/src/mod_dirlisting.c
/lighttpd1.4/src/mod_echo.c
/lighttpd1.4/src/mod_evasive.c
/lighttpd1.4/src/mod_expire.c
/lighttpd1.4/src/mod_extforward.c
/lighttpd1.4/src/mod_fastcgi.c
/lighttpd1.4/src/mod_flv_streaming.c
/lighttpd1.4/src/mod_gnutls.c
/lighttpd1.4/src/mod_indexfile.c
/lighttpd1.4/src/mod_magnet.c
/lighttpd1.4/src/mod_magnet_cache.c
/lighttpd1.4/src/mod_mbedtls.c
/lighttpd1.4/src/mod_nss.c
/lighttpd1.4/src/mod_openssl.c
/lighttpd1.4/src/mod_secdownload.c
/lighttpd1.4/src/mod_setenv.c
/lighttpd1.4/src/mod_simple_vhost.c
/lighttpd1.4/src/mod_skeleton.c
/lighttpd1.4/src/mod_ssi.c
/lighttpd1.4/src/mod_staticfile.c
/lighttpd1.4/src/mod_status.c
/lighttpd1.4/src/mod_trigger_b4_dl.c
/lighttpd1.4/src/mod_uploadprogress.c
/lighttpd1.4/src/mod_userdir.c
/lighttpd1.4/src/mod_vhostdb.c
/lighttpd1.4/src/mod_webdav.c
/lighttpd1.4/src/mod_wolfssl.c
/lighttpd1.4/src/mod_wstunnel.c
/lighttpd1.4/src/network.c
/lighttpd1.4/src/plugin.c
/lighttpd1.4/src/reqpool.c
/lighttpd1.4/src/reqpool.h
/lighttpd1.4/src/request.c
/lighttpd1.4/src/request.h
/lighttpd1.4/src/response.c
/lighttpd1.4/src/response.h
/lighttpd1.4/src/server.c
/lighttpd1.4/src/sock_addr.c
/lighttpd1.4/src/sock_addr.h
/lighttpd1.4/src/stat_cache.c
/lighttpd1.4/src/stat_cache.h
/lighttpd1.4/src/sys-crypto-md.h
/lighttpd1.4/src/sys-time.h
test_mod_indexfile.c
/lighttpd1.4/tests/CMakeLists.txt
/lighttpd1.4/tests/Makefile.am
/lighttpd1.4/tests/condition.conf
/lighttpd1.4/tests/core-condition.t
/lighttpd1.4/tests/docroot/www/404.pl
/lighttpd1.4/tests/docroot/www/Makefile.am
/lighttpd1.4/tests/docroot/www/cgi.pl
/lighttpd1.4/tests/fastcgi-responder.conf
/lighttpd1.4/tests/lighttpd.conf
/lighttpd1.4/tests/meson.build
/lighttpd1.4/tests/mod-fastcgi.t
/lighttpd1.4/tests/mod-scgi.t
/lighttpd1.4/tests/prepare.sh
/lighttpd1.4/tests/request.t
/lighttpd1.4/tests/scgi-responder.conf

12345