Commit Graph

3220 Commits (9fdf24468df6420517876d67f52ae0c84faa76d8)
 

Author SHA1 Message Date
Glenn Strauss 9858051d03 [core] remove srv->split_vals
3 years ago
Glenn Strauss bcd5288557 [mod_evhost] use local array to split values
3 years ago
Glenn Strauss 1b08c736ba [mod_flv_streaming] parse query string w/o copying
3 years ago
Glenn Strauss e2b4c309f6 [core] http_header_str_contains_token()
3 years ago
Glenn Strauss 6f803af03c [core] perf: request processing
3 years ago
Glenn Strauss 2230b08ef4 - next is 1.4.56
3 years ago
Glenn Strauss b1048b2349 [doc] NEWS
3 years ago
Glenn Strauss f37c16aadd [core] fix one-byte OOB read (underflow)
3 years ago
raw 2c409321df [build] Fix build when using nested CMake
3 years ago
Niclas Rosenvik 8c9b5480f3 [core] Solaris has getloadavg in sys/loadavg.h
3 years ago
Elan Ruusamäe 15cdc313b5 [config] update /var/run -> /run for systemd
3 years ago
Glenn Strauss 12aa0f4c91 [core] save errno before logging if execve() fails
3 years ago
Glenn Strauss fb74bb7514 [core] do not accept() > server.max-connections
3 years ago
Glenn Strauss 8bddac9263 [mod_auth] close connection after bad password
3 years ago
Glenn Strauss fce489b806 [core] fall back to accept() if accept4() EPERM (fixes #2998)
3 years ago
Glenn Strauss 9cdfb48466 [core] preserve %2b and %2B in query string (fixes #2999)
3 years ago
Glenn Strauss aaccb1bc5e [multiple] address coverity warnings
3 years ago
Glenn Strauss f4a5a09d96 [core] Oracle Solaris does not have POLLRDHUP
3 years ago
Glenn Strauss 330c39c694 [mod_accesslog] parse multiple cookies (fixes #2986)
3 years ago
Glenn Strauss fa8856757c [mod_openssl] reject invalid ALPN
3 years ago
Glenn Strauss 66624b375b [core] reject Transfer-Encoding + Content-Length (#2985)
3 years ago
Glenn Strauss 61f85d14ee [core] reject WS following header field-name (fixes #2985)
3 years ago
Glenn Strauss 851728c6a1 [core] avoid freeaddrinfo() on NULL ptr (fixes #2984)
3 years ago
Glenn Strauss 5c3f439bcf [build] PGSQL_CFLAGS with pkg-config for postgres (#2965)
4 years ago
Glenn Strauss e790203a75 [build] PGSQL_CFLAGS with pkg-config for postgres (#2965)
4 years ago
Glenn Strauss 0e749c1c84 [mod_auth] http_auth_const_time_memeq() (#2975, #2976)
4 years ago
Glenn Strauss 89dfbf14a5 [mod_auth] http_auth_const_time_memeq_pad()
4 years ago
Glenn Strauss 6ad325c659 [mod_auth] Authentication-Info: nextnonce=...
4 years ago
Glenn Strauss c81bd354b2 [mod_auth] require digest uri= match original URI
4 years ago
Glenn Strauss 1799e4c3eb [mod_auth] do not use quoted-string for algorithm
4 years ago
Glenn Strauss 019efb0ed8 [mod_webdav] fix file uploads > 128M (fixes #2970)
4 years ago
Glenn Strauss 3390642285 [mod_authn_gssapi] option to store delegated creds (fixes #2967)
4 years ago
Glenn Strauss e9440ecfdf [mod_authn_gssapi] 500 if fail to delegate creds (#2967)
4 years ago
Glenn Strauss 3eff9bac4e [build] prefer pkg-config for postgres (fixes #2965)
4 years ago
Glenn Strauss ea6006944b [mod_auth] http_auth_const_time_memeq improvement
4 years ago
Glenn Strauss 84fb334476 [core] disable stat_cache FAM if FAM conn closed
4 years ago
Glenn Strauss c6b46da2c9 [core] retry on some fdevent set/del temporary err
4 years ago
Glenn Strauss 2e7a3c0ac5 [mod_deflate] fix choose encoding parse error (fixes #2981)
4 years ago
Glenn Strauss 06a395a93e [core] issue config error for invalid ':' (fixes #2980)
4 years ago
Glenn Strauss 670b2086f8 [core] move con state handling to connections*.c
4 years ago
Glenn Strauss b1cc0856d2 [core] fdevent_poll() is effective periodic timer
4 years ago
Glenn Strauss 5718a471b0 [core] improve http_headers[] data struct packing
4 years ago
Stefan Bühler 7e5dfc1a40 [cmake]: enable CMAKE_POSITION_INDEPENDENT_CODE by default
4 years ago
Stefan Bühler d7c0fc295f Also use explicit_memset (NetBSD) with cmake, scons and meson
4 years ago
Stefan Bühler 79760d935a Use explicit_memset from NetBSD if available for safe_memclear (fixes #2971)
4 years ago
Glenn Strauss 186ce8a2b1 [core] allocate unix socket paths with SUN_LEN()+1 (fixes #2962)
4 years ago
Glenn Strauss cc492d438b [core] correct __attribute_pure__ syntax
4 years ago
Glenn Strauss 1300815688 [core] use buffer_eq_icase_ssn func
4 years ago
Glenn Strauss e20b5318d5 [core] use buffer_eq_icase_ssn func
4 years ago
Glenn Strauss 02cd38687b [core] cold func http_response_omit_header()
4 years ago