summaryrefslogtreecommitdiff
path: root/src/meson.build
Commit message (Expand)AuthorAgeFilesLines
...
* [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-133/+10
* [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-7/+1
* [tests] reenable test_mod_ssi in cmakeGlenn Strauss2021-11-051-0/+1
* [core] fdevent_fdnode.c separate from fdevent.cGlenn Strauss2021-11-021-0/+4
* [core] merge fdevent impls into fdevent_impl.cGlenn Strauss2021-11-021-7/+0
* [core] fdevent_impl.c separate from fdevent.cGlenn Strauss2021-11-011-7/+8
* [tests] t/test_mod_ssiGlenn Strauss2021-11-011-0/+33
* [build] check for preadv(), pwritev()Glenn Strauss2021-10-271-0/+2
* [mod_openssl] boringssl compatGlenn Strauss2021-10-031-1/+1
* [build] check for pread(), pwrite(), splice()Glenn Strauss2021-09-301-1/+3
* [multiple] fdevent_mkostemp()Glenn Strauss2021-09-301-0/+1
* [multiple] de-dup file and piped loggers (fixes #3101)Glenn Strauss2021-09-131-0/+10
* [core] fdlog.[ch]; fdevent_*_logger_* -> fdlog_*Glenn Strauss2021-09-111-0/+1
* [build] propagate HAVE_DLFCN_H in buildsGlenn Strauss2021-09-081-0/+1
* [core] periodically malloc_trim() to release mem (fixes #3084)Glenn Strauss2021-09-081-0/+1
* [build] look for malloc.h and mallopt()Glenn Strauss2021-09-081-0/+2
* [tests] t/test_mod_indexfileGlenn Strauss2021-09-081-0/+27
* [mod_magnet] expose md and hmac funcs to luaGlenn Strauss2021-09-081-1/+1
* [core] remove connection_list_append()Glenn Strauss2021-09-081-1/+0
* [build] check for sys/filio.h in CMake and mesonGlenn Strauss2021-09-041-0/+1
* [core] Y2038: use _TIME_BITS=64 on 32-bit glibcGlenn Strauss2021-09-041-0/+1
* [tests] t/test_mod_staticfileGlenn Strauss2021-09-041-2/+42
* [core] move backtrace and assert macros to ck.[ch]Glenn Strauss2021-08-271-4/+4
* [build] look for port.h on Solaris, not sys/port.hGlenn Strauss2021-08-271-1/+1
* [mod_secdownload] include algo_hmac.c in modGlenn Strauss2021-08-271-2/+1
* [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
* [multiple] use thread-safe strerror where availGlenn Strauss2021-08-271-0/+7
* [core] ck.[ch] - C11 Annex K wrappersGlenn Strauss2021-08-271-1/+2
* [core] move data_{array,integer,string} to array.cGlenn Strauss2021-05-201-18/+1
* [build] fix zstd option in meson (fixes #3076)Glenn Strauss2021-04-051-1/+1
* [build] check for mempcpy()Glenn Strauss2021-04-021-0/+1
* [mod_dirlisting, mod_trigger_b4_dl] use keyvalueGlenn Strauss2021-03-221-4/+4
* [core] remove stream.[ch]Glenn Strauss2021-03-071-1/+0
* [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-0/+1
* [build] use -pipe with gcc and clangGlenn Strauss2021-02-071-0/+1
* [mod_ajp13] AJPv13 Tomcat connector for lighttpdGlenn Strauss2021-01-291-0/+1
* [mod_deflate] support Accept-Encoding: zstdGlenn Strauss2021-01-121-1/+16
* [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/+2
* [tests] remove FastCGI test dependency on libfcgiGlenn Strauss2020-12-231-6/+0
* [core] prefer inet_aton() over inet_addr()Glenn Strauss2020-12-051-0/+1
* [build] fix meson.build when building all TLS modsGlenn Strauss2020-12-031-7/+13