summaryrefslogtreecommitdiff
path: root/src/SConscript
Commit message (Expand)AuthorAgeFilesLines
* [mod_h2] HTTP/2 module: mod_h2Glenn Strauss2023-05-031-0/+1
* [scons] fix static build to include builtin_modsGlenn Strauss2023-03-121-0/+3
* [build] skip build separate modules for built-insGlenn Strauss2023-02-131-12/+0
* [build] modify arguments to updated LEMON parserGlenn Strauss2023-01-091-1/+1
* [build] omit unused vector.[ch] from buildGlenn Strauss2022-12-101-1/+0
* [core] build core modules into lighttpd executableGlenn Strauss2022-12-051-1/+16
* [multiple] remove deprecated modulesGlenn Strauss2022-11-301-4/+0
* [core] isolate plugins_*() funcs to main serverGlenn Strauss2022-02-191-1/+2
* [core] sys-setjmp.[ch]Glenn Strauss2022-02-191-0/+1
* [mod_deflate] --with-libdeflate to use libdeflateGlenn Strauss2022-02-141-1/+1
* [multiple] remove long-deprecated modulesGlenn Strauss2022-01-031-13/+0
* [mod_ssi] merge mod_ssi_expr.c into mod_ssi.cGlenn Strauss2021-11-121-1/+1
* [mod_ssi] remove mod_ssi parser generator fileGlenn Strauss2021-11-121-2/+1
* [core] fdevent_fdnode.c separate from fdevent.cGlenn Strauss2021-11-021-1/+1
* [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
* [multiple] de-dup file and piped loggers (fixes #3101)Glenn Strauss2021-09-131-0/+1
* [core] fdlog.[ch]; fdevent_*_logger_* -> fdlog_*Glenn Strauss2021-09-111-0/+1
* [mod_magnet] expose md and hmac funcs to luaGlenn Strauss2021-09-081-1/+4
* [core] remove connection_list_append()Glenn Strauss2021-09-081-1/+0
* [mod_secdownload] include algo_hmac.c in modGlenn Strauss2021-08-271-2/+2
* [mod_vhostdb*] rename http_vhostdb->mod_vhostdb_apiGlenn Strauss2021-08-271-1/+1
* [mod_auth*] rename http_auth.* -> mod_auth_api.*Glenn Strauss2021-08-271-1/+1
* [mod_auth,mod_vhostdb] move helper funcs to modsGlenn Strauss2021-08-271-4/+2
* [core] ck.[ch] - C11 Annex K wrappersGlenn Strauss2021-08-271-1/+1
* [core] move data_{array,integer,string} to array.cGlenn Strauss2021-05-201-2/+0
* [scons] link lighttpd with pcre for static buildGlenn Strauss2021-04-071-2/+2
* [scons] link lighttpd with pcre for fullstaticGlenn Strauss2021-04-071-1/+1
* [mod_dirlisting, mod_trigger_b4_dl] use keyvalueGlenn Strauss2021-03-221-4/+4
* [core] remove stream.[ch]Glenn Strauss2021-03-071-1/+1
* [core] http_cgi.[ch] CGI interfaces (RFC 3875)Glenn Strauss2021-03-071-0/+1
* [core] http_range.[ch] RFC 7233 Range handlingGlenn Strauss2021-03-021-0/+1
* [core] algo_hmac.[ch] wrapper (portability)Glenn Strauss2021-02-181-1/+1
* [mod_ajp13] AJPv13 Tomcat connector for lighttpdGlenn Strauss2021-01-291-0/+1
* [mod_deflate] support Accept-Encoding: zstdGlenn Strauss2021-01-121-1/+1
* [multiple] etag.[ch] -> http_etag.[ch]; better impGlenn Strauss2020-12-251-1/+1
* [core] inet_ntop_cache -> sock_addr_cacheGlenn Strauss2020-12-241-1/+1
* [core] http_date.[ch] encapsulate HTTP-date parseGlenn Strauss2020-12-241-0/+1
* [build] fix SCons build when building all TLS modsGlenn Strauss2020-12-051-3/+3
* [build] option to use system-provided libxxhashlighttpd-1.4.56-rc6Glenn Strauss2020-10-291-0/+1
* [build] mark dependencies on crypto lib for MD5()Glenn Strauss2020-10-261-4/+4
* [mod_wolfssl] standalone moduleGlenn Strauss2020-10-111-1/+1
* [build] modify build, includes for xxHash v0.8.0Glenn Strauss2020-10-111-1/+1
* [core] rename splaytree.[ch] to algo_splaytree.[ch]Glenn Strauss2020-10-111-2/+1
* [core] rename md5.[ch] to algo_md5.[ch]Glenn Strauss2020-10-111-1/+2
* [core] use djbhash in gw_backend to choose hostGlenn Strauss2020-10-111-1/+0
* [core] ls-hpack optimizationsGlenn Strauss2020-10-111-3/+1
* [core] link in ls-hpack (EXPERIMENTAL)Glenn Strauss2020-10-111-1/+5
* [core] h2.[ch] with stub funcs (incomplete)Glenn Strauss2020-10-111-1/+1
* [core] reqpool.[ch] for (request_st *)Glenn Strauss2020-10-031-1/+1