summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [build] meson: fix typo in variable nameGlenn Strauss2022-01-201-1/+1
* [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-194-63/+254
* [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
* [mod_webdav] no sys/ioctl.h on _WIN32Glenn Strauss2022-01-101-1/+1
* [core] allow LISTEN_PID to be ppid if TRACEME (fixes #3137)Glenn Strauss2022-01-101-1/+7
* [build] check headers before some funcsGlenn Strauss2022-01-102-49/+100
* [build] collect Sun-specific headers and funcsGlenn Strauss2022-01-082-2/+2
* [build] collect Sun-specific headers and funcsGlenn Strauss2022-01-082-8/+8
* [build] use -fstack-protector-strong w/ extra warnGlenn Strauss2022-01-081-1/+1
* [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
* [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
* [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
* [lemon] silence coverity warningsGlenn Strauss2022-01-061-3/+11
* [build] Haiku build fix (fixes #3136)David Carlier2022-01-062-0/+6
* [build] feature consistency between build typesGlenn Strauss2022-01-054-6/+3
* [core] server.core-files support for solaris (fixes #3135)David Carlier2022-01-054-0/+23
* [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] 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-042-12/+31
* [core] define __EXTENSIONS__ on IllumosGlenn Strauss2022-01-041-0/+4
* [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
* [core] errno_t detection on IllumosGlenn Strauss2022-01-031-0/+3
* [core] "server.graceful-shutdown-timeout" => 8Glenn Strauss2022-01-031-1/+1
* [build] default --with-pcre2 unless --with-pcreGlenn Strauss2022-01-032-3/+3
* [multiple] remove long-deprecated modulesGlenn Strauss2022-01-0317-3122/+2
* [core] CCRandomGenerateBytes() for rand on macOS (fixes #3129)Glenn Strauss2022-01-031-0/+17
* [build] feature consistency between build typesGlenn Strauss2022-01-036-83/+88
* [mod_webdav] copy_file_range() new in FreeBSD 13Glenn Strauss2022-01-021-3/+1
* [mod_webdav] copy_file_range() new in FreeBSD 13Glenn Strauss2022-01-011-0/+7