summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [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
* [mod_webdav] detect truncated copy_file_range()Glenn Strauss2022-01-011-1/+2
* [mod_extforward] support longer PROXY v2 TLV vecGlenn Strauss2022-01-011-0/+1
* [core] server.core-files support on FreeBSD (fixes #3128)Glenn Strauss2022-01-014-0/+12
* [build] do not check for prctl; HAVE_PRCTL unusedGlenn Strauss2022-01-012-2/+0
* [core] use lower limit for max-fds if !setrlimitGlenn Strauss2021-12-181-0/+3
* [core] quiet coverity noiseGlenn Strauss2021-12-181-13/+9
* [core] connection_state_machine_h2() tweaksGlenn Strauss2021-12-181-27/+29
* [core] connection_state_machine_loop() tweaksGlenn Strauss2021-12-181-9/+10
* [core] connection_handle_read_state() tweakGlenn Strauss2021-12-172-7/+2
* [core] mark expect cond in http_response_send_fileGlenn Strauss2021-12-161-27/+21
* [mod_dirlisting] fix logic inversion in cacheGlenn Strauss2021-12-161-1/+1
* [core] defer retrieving Last-Modified until neededGlenn Strauss2021-12-161-15/+20
* [core] consolidate request restart loop checkGlenn Strauss2021-12-162-12/+11
* [core] http_response_has_error_handler()Glenn Strauss2021-12-161-39/+50
* [build] pcre2: use pkg-config before pcre2-configGlenn Strauss2021-12-151-2/+8
* [core] ignore pcre2 "bad JIT option" warningGlenn Strauss2021-12-152-2/+2
* [build] -Wno-implicit-fallthrough for ls-hpackGlenn Strauss2021-12-151-0/+1
* [core] define static_assert for uClibc (fixes #3127)Glenn Strauss2021-12-151-0/+3
* [core] http_response_write_prepare optimizationGlenn Strauss2021-12-151-29/+14
* [mod_magnet] interface to http_response_send_fileGlenn Strauss2021-12-121-0/+7
* [multiple] remove r->physical.etagGlenn Strauss2021-12-128-23/+10
* [core] add more const to stat_cache_update_entry()Glenn Strauss2021-12-122-2/+2
* [core] use ETag response header to check cachableGlenn Strauss2021-12-121-5/+6
* [core] http_response_send_file() takes const pathGlenn Strauss2021-12-102-2/+2
* [build] check getxattr before attr_get and -lattrGlenn Strauss2021-12-103-3/+18
* [mod_webdav] If-None-Match on non-existent entityGlenn Strauss2021-12-091-1/+1
* [core] add remote IP to some error msgs (fixes #3122)Glenn Strauss2021-12-092-4/+7