summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* [build] add headers for sendfile() detect on MacOSGlenn Strauss2021-12-151-0/+3
* [build] check getxattr before attr_get and -lattrGlenn Strauss2021-12-101-10/+13
* - next is 1.4.64Glenn Strauss2021-12-041-1/+1
* - next is 1.4.63Glenn Strauss2021-12-021-1/+1
* [build] configure.ac with AC_PROG_CC_C99 (fixes #3116)Glenn Strauss2021-11-221-0/+1
* [core] pcre2 support (--with-pcre2)Glenn Strauss2021-11-221-2/+33
* - next is 1.4.62Glenn Strauss2021-10-281-1/+1
* [build] check for preadv(), pwritev()Glenn Strauss2021-10-271-0/+2
* - next is 1.4.61Glenn Strauss2021-10-031-1/+1
* [mod_openssl] boringssl compatGlenn Strauss2021-10-031-1/+1
* [build] check for pread(), pwrite(), splice()Glenn Strauss2021-09-301-0/+3
* [multiple] fdevent_mkostemp()Glenn Strauss2021-09-301-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] move tests/docroot/www contents up 1 levelGlenn Strauss2021-09-081-1/+0
* [tests] t/test_mod_indexfileGlenn Strauss2021-09-081-1/+0
* [core] Y2038: use _TIME_BITS=64 on 32-bit glibcGlenn Strauss2021-09-041-1/+1
* [autoconf] add AC_SYS_LARGEFILE for lfsGlenn Strauss2021-09-041-0/+1
* [build] look for memcpy and define HAVE_MEMCPYGlenn Strauss2021-08-271-0/+1
* [build] MacOS linker compatGlenn Strauss2021-08-271-2/+8
* [build] autoupdate; still autoconf 2.60 compatibleGlenn Strauss2021-08-271-8/+6
* [core] ck.[ch] - C11 Annex K wrappersGlenn Strauss2021-08-271-0/+1
* [build] --with-nss add test for /usr/include/nspr4Glenn Strauss2021-05-061-1/+4
* [build] check for mempcpy()Glenn Strauss2021-04-021-0/+1
* [autoconf] add ajp13 to build msgsGlenn Strauss2021-02-201-0/+1
* [build] augment configure.ac msgs to remove FAM (#3068)Glenn Strauss2021-02-101-1/+29
* [build] use -pipe with gcc and clangGlenn Strauss2021-02-071-1/+1
* - next is 1.4.60Glenn Strauss2021-02-021-1/+1
* [mod_deflate] support Accept-Encoding: zstdGlenn Strauss2021-01-121-0/+31
* [autoconf] fix LT_INIT syntaxGlenn Strauss2021-01-081-1/+1
* [autotools] autoupdate; subst deprecated/obsoleteGlenn Strauss2020-12-311-57/+53
* - next is 1.4.59Glenn Strauss2020-12-271-1/+1
* [tests] consolidate some tests/ contentGlenn Strauss2020-12-271-2/+0
* [core] http_date.[ch] encapsulate HTTP-date parseGlenn Strauss2020-12-241-0/+1
* [tests] remove FastCGI test dependency on PHPGlenn Strauss2020-12-231-1/+0
* [tests] remove FastCGI test dependency on libfcgiGlenn Strauss2020-12-231-11/+0
* - next is 1.4.58Glenn Strauss2020-12-171-1/+1
* [core] prefer inet_aton() over inet_addr()Glenn Strauss2020-12-051-0/+1
* - next is 1.4.57Glenn Strauss2020-11-291-1/+1
* [build] check for xxhash in more waysGlenn Strauss2020-11-091-1/+7
* [build] detect inotify header <sys/inotify.h>Glenn Strauss2020-11-041-0/+5
* [build] prepend search for lua version 5.4Glenn Strauss2020-10-311-1/+1
* [build] option to use system-provided libxxhashlighttpd-1.4.56-rc6Glenn Strauss2020-10-291-0/+28
* [build] fix typo in configure.acGlenn Strauss2020-10-291-1/+1
* [build] detect nss3/nss.h or nss/nss.h for NSSGlenn Strauss2020-10-271-0/+1
* [build] fix lib paths for GnuTLS, NSSlighttpd-1.4.56-rc2Glenn Strauss2020-10-271-2/+2
* [mod_wolfssl] cripple SNI if not built OPENSSL_ALLGlenn Strauss2020-10-261-1/+1
* [build] use pkg-config with wolfsslGlenn Strauss2020-10-261-2/+9
* [multiple] use NSS crypto if no other crypto availGlenn Strauss2020-10-191-0/+5
* [mod_wolfssl] standalone moduleGlenn Strauss2020-10-111-21/+29