summaryrefslogtreecommitdiff
path: root/src/Makefile.am
Commit message (Expand)AuthorAgeFilesLines
* [mod_magnet] fix static build using autoconf (fixes #3203)Glenn Strauss2023-05-111-2/+1
* [mod_h2] HTTP/2 separate module; no longer builtinGlenn Strauss2023-05-101-6/+3
* [build] ifdef _WIN32 before include fs_win32.hGlenn Strauss2023-05-041-1/+1
* [autoconf] include fs_win32.h in hdrs for dpkgGlenn Strauss2023-05-041-1/+1
* [build] move some files to call from modulesGlenn Strauss2023-05-031-3/+4
* [core] h1.[ch] collect some HTTP/1.x specific codeGlenn Strauss2023-05-031-2/+2
* [build] _WIN32 shared dll build (autotools, cmake)Glenn Strauss2023-05-031-1/+1
* [core] _WIN32 custom fs funcs on UTF-8 pathsGlenn Strauss2023-05-031-1/+1
* [build] _WIN32 mingw buildGlenn Strauss2023-05-031-5/+5
* [core] _WIN32 implementation of socketpair()Glenn Strauss2023-05-031-0/+2
* [core] _WIN32 sys-wait.h to wrap <sys/wait.h>Glenn Strauss2023-05-031-1/+1
* [core] _WIN32 sys-unistd.h to wrap <unistd.h>Glenn Strauss2023-05-031-1/+1
* [multiple] _WIN32 Find*File() sys-dirent.hGlenn Strauss2023-05-031-1/+1
* [multiple] _WIN32 stat() compat sys-stat.hGlenn Strauss2023-05-031-1/+2
* [mod_h2] HTTP/2 module: mod_h2Glenn Strauss2023-05-031-0/+8
* [build] skip build separate modules for built-insGlenn Strauss2023-02-131-61/+0
* [autotools] chmod u+w configparser.c for lemonGlenn Strauss2023-02-101-0/+1
* [autotools] skip modules build if LIGHTTPD_STATICGlenn Strauss2023-02-041-0/+4
* [autotools] add mod_evhost to static build listGlenn Strauss2023-02-041-0/+1
* [build] modify arguments to updated LEMON parserGlenn Strauss2023-01-091-1/+1
* [build] omit unused vector.[ch] from buildGlenn Strauss2022-12-101-3/+2
* [core] build core modules into lighttpd executableGlenn Strauss2022-12-051-0/+19
* [multiple] remove deprecated modulesGlenn Strauss2022-11-301-30/+0
* [tests] test stubs for http_header.c and http_kv.cGlenn Strauss2022-06-071-2/+2
* [multiple] rename status_counter -> plugin_statsGlenn Strauss2022-05-111-1/+1
* [core] isolate plugins_*() funcs to main serverGlenn Strauss2022-02-191-2/+3
* [core] sys-setjmp.[ch]Glenn Strauss2022-02-191-1/+3
* [mod_deflate] --with-libdeflate to use libdeflateGlenn Strauss2022-02-141-2/+2
* [multiple] remove long-deprecated modulesGlenn Strauss2022-01-031-62/+2
* [tests] t/test_mod needs -ldl on DebianGlenn Strauss2021-11-181-1/+1
* [tests] combine tests into test_common.cGlenn Strauss2021-11-171-31/+18
* [tests] t/test_mod_evasive.cGlenn Strauss2021-11-151-0/+1
* [tests] t/test_mod_alias.cGlenn Strauss2021-11-151-0/+1
* [tests] t/test_mod now runs all t/test_mod_*.cGlenn Strauss2021-11-151-34/+12
* [mod_ssi] merge mod_ssi_expr.c into mod_ssi.cGlenn Strauss2021-11-121-3/+2
* [mod_ssi] remove mod_ssi parser generator fileGlenn Strauss2021-11-121-14/+6
* [tests] reenable test_mod_ssi in cmakeGlenn Strauss2021-11-051-0/+2
* [core] fdevent_fdnode.c separate from fdevent.cGlenn Strauss2021-11-021-4/+4
* [core] merge fdevent impls into fdevent_impl.cGlenn Strauss2021-11-021-4/+0
* [core] fdevent_impl.c separate from fdevent.cGlenn Strauss2021-11-011-4/+5
* [tests] t/test_mod_ssiGlenn Strauss2021-11-011-0/+5
* [multiple] de-dup file and piped loggers (fixes #3101)Glenn Strauss2021-09-131-9/+10
* [core] fdlog.[ch]; fdevent_*_logger_* -> fdlog_*Glenn Strauss2021-09-111-0/+2
* [tests] t/test_mod_indexfileGlenn Strauss2021-09-081-0/+5
* [mod_magnet] expose md and hmac funcs to luaGlenn Strauss2021-09-081-2/+3
* [core] remove connection_list_append()Glenn Strauss2021-09-081-1/+0
* [tests] t/test_mod_staticfileGlenn Strauss2021-09-041-0/+5
* [core] move backtrace and assert macros to ck.[ch]Glenn Strauss2021-08-271-4/+4
* [build] adjustments for autotools on Mac OS XGlenn Strauss2021-08-271-2/+11
* [mod_secdownload] include algo_hmac.c in modGlenn Strauss2021-08-271-3/+3