summaryrefslogtreecommitdiff
path: root/src/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* [tests] test stubs for http_header.c and http_kv.cGlenn Strauss2022-06-071-2/+2
* [build] update descriptions to remove old lua verGlenn Strauss2022-05-241-1/+1
* [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/+13
* [mod_mbedtls] changes to build with mbedtls 3.0.0Glenn Strauss2022-01-191-1/+1
* [build] check headers before some funcsGlenn Strauss2022-01-101-27/+56
* [build] collect Sun-specific headers and funcsGlenn Strauss2022-01-081-1/+1
* [build] collect Sun-specific headers and funcsGlenn Strauss2022-01-081-4/+4
* [build] use -fstack-protector-strong w/ extra warnGlenn Strauss2022-01-081-1/+1
* [cmake] add address/undefined sanitize compile optionsStefan Bühler2022-01-061-1/+31
* [build] Haiku build fix (fixes #3136)David Carlier2022-01-061-0/+4
* [build] feature consistency between build typesGlenn Strauss2022-01-051-2/+0
* [core] server.core-files support for solaris (fixes #3135)David Carlier2022-01-051-0/+5
* [core] /dev/null is a symlink on Illumos (fixes #3132)Glenn Strauss2022-01-051-0/+7
* [build] cmake: skip "-Wl,-export-dynamic" IllumosGlenn Strauss2022-01-041-4/+3
* [build] cmake,meson socket libs for win32, Illumos (fixes #3130)Glenn Strauss2022-01-041-1/+15
* [build] cmake build now defaults to C11Glenn Strauss2022-01-031-1/+1
* [build] default --with-pcre2 unless --with-pcreGlenn Strauss2022-01-031-2/+2
* [multiple] remove long-deprecated modulesGlenn Strauss2022-01-031-59/+0
* [build] feature consistency between build typesGlenn Strauss2022-01-031-30/+17
* [core] server.core-files support on FreeBSD (fixes #3128)Glenn Strauss2022-01-011-0/+1
* [build] do not check for prctl; HAVE_PRCTL unusedGlenn Strauss2022-01-011-1/+0
* [build] pcre2: use pkg-config before pcre2-configGlenn Strauss2021-12-151-2/+8
* [build] check getxattr before attr_get and -lattrGlenn Strauss2021-12-101-3/+7
* [build] fix CMake pcre2 detectionGlenn Strauss2021-11-241-1/+1
* [core] pcre2 support (--with-pcre2)Glenn Strauss2021-11-221-9/+62
* [tests] t/test_mod needs -ldl on DebianGlenn Strauss2021-11-181-0/+1
* [tests] combine tests into test_common.cGlenn Strauss2021-11-171-64/+12
* [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-120/+14
* [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-3/+1
* [tests] reenable test_mod_ssi in cmakeGlenn Strauss2021-11-051-28/+29
* [tests] disable test_mod_ssi in cmake (temporary)Glenn Strauss2021-11-041-3/+3
* [tests] disable test_mod_ssi in cmake (temporary)Glenn Strauss2021-11-041-25/+25
* [core] fdevent_fdnode.c separate from fdevent.cGlenn Strauss2021-11-021-1/+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/+28
* [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-0/+2
* [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
* [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/+21