summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [doc] NEWSlighttpd-1.4.64Glenn Strauss2022-01-191-0/+97
* [mod_mbedtls] mbedtls_ssl_conf_groups for 3.1.0Glenn Strauss2022-01-191-4/+62
* [mod_mbedtls] remove use of out_left in mbedtls 3Glenn Strauss2022-01-191-1/+6
* [mod_mbedtls] changes to build with mbedtls 3.0.0Glenn Strauss2022-01-195-65/+256
* [mod_mbedtls] reconstruct SSL_CLIENT_S_DNGlenn Strauss2022-01-181-17/+26
* [mod_openssl] do not esc UTF-8 in cert subjectGlenn Strauss2022-01-171-1/+2
* [multiple] permit UTF-8 in SSL_CLIENT_S_DN_*Glenn Strauss2022-01-163-3/+3
* [mbedtls] save (mbedtls_ssl_config *) in hctxGlenn Strauss2022-01-141-16/+13
* [mod_mbedtls] lift size check out of DN loopGlenn Strauss2022-01-141-19/+11
* [mod_gnutls] lift size check out of DN loopGlenn Strauss2022-01-141-3/+5
* [tests] revert _WIN32 adjustments in LightyTest.pmGlenn Strauss2022-01-144-38/+28
* [tests] _WIN32 adjustments in LightyTest.pmGlenn Strauss2022-01-114-28/+38
* [mod_webdav] no sys/ioctl.h on _WIN32Glenn Strauss2022-01-101-1/+1
* [core] allow tests/tmp/bind.conf override (#3137)Glenn Strauss2022-01-106-13/+45
* [core] allow LISTEN_PID to be ppid if TRACEME (fixes #3137)Glenn Strauss2022-01-102-1/+11
* [build] check headers before some funcsGlenn Strauss2022-01-104-71/+113
* [build] rm redundant check for -lnetwork on HaikuGlenn Strauss2022-01-081-4/+2
* [build] collect Sun-specific headers and funcsGlenn Strauss2022-01-084-2/+8
* [build] collect Sun-specific headers and funcsGlenn Strauss2022-01-084-18/+24
* [build] use -fstack-protector-strong w/ extra warnGlenn Strauss2022-01-083-2/+3
* [mod_extforward] fix out-of-bounds (OOB) write (fixes #3134)povcfe2022-01-081-1/+1
* [multiple] remove buffer_init_buffer()Glenn Strauss2022-01-077-19/+9
* [multiple] remove buffer_init_string()Glenn Strauss2022-01-077-17/+12
* [core] (const char *) for srvconf.modules_dirGlenn Strauss2022-01-074-7/+6
* [build] adjust help strings for pcre2 defaultGlenn Strauss2022-01-072-4/+4
* [mod_authn_gssapi] reduce KRB5CCNAME mem allocGlenn Strauss2022-01-071-14/+11
* [mod_authn_gssapi] code reuse: fdevent_mkostemp()Glenn Strauss2022-01-071-6/+2
* [core] buffer_copy_string() use "" if s is NULLGlenn Strauss2022-01-071-2/+6
* [ci] add cmake-asan build typeStefan Bühler2022-01-061-1/+7
* [array] use speaking names for array "fn" vtables for better debugging experi...Stefan Bühler2022-01-062-8/+8
* [asan tests] fix memory leaksStefan Bühler2022-01-064-0/+8
* [cmake] add address/undefined sanitize compile optionsStefan Bühler2022-01-061-1/+31
* [cmake] raise minimum version to 3.7Stefan Bühler2022-01-061-1/+1
* [lemon] silence coverity warningsGlenn Strauss2022-01-061-3/+11
* [build] Haiku build fix (fixes #3136)David Carlier2022-01-065-2/+12
* [build] feature consistency between build typesGlenn Strauss2022-01-056-22/+4
* [core] server.core-files support for solaris (fixes #3135)David Carlier2022-01-056-0/+30
* [core] /dev/null is a symlink on Illumos (fixes #3132)Glenn Strauss2022-01-052-0/+9
* [build] meson crypt and dl detection on *BSD (fixes #3133)Glenn Strauss2022-01-043-2/+23
* [build] adjust .gitignore for macOSGlenn Strauss2022-01-041-0/+1
* [build] cmake: skip "-Wl,-export-dynamic" IllumosGlenn Strauss2022-01-042-5/+4
* [build] meson misdetects mempcpy on some platformsGlenn Strauss2022-01-041-1/+1
* [mod_webdav] define HAVE_RENAMEAT2 earlierGlenn Strauss2022-01-041-4/+8
* [mod_webdav] copy accelerationGlenn Strauss2022-01-041-16/+238
* [core] errno_t and rsize_t detection on IllumosGlenn Strauss2022-01-041-4/+1
* [core] hide bsd_accept_filter code on OpenBSD (fixes #3131)Glenn Strauss2022-01-041-4/+6
* [build] cmake,meson socket libs for win32, Illumos (fixes #3130)Glenn Strauss2022-01-044-14/+54
* [core] define __EXTENSIONS__ on IllumosGlenn Strauss2022-01-042-0/+7
* [build] meson: find pcre2 w/o pkg-configGlenn Strauss2022-01-041-7/+17
* [build] cmake build now defaults to C11Glenn Strauss2022-01-031-1/+1