summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* [core] Solaris has getloadavg in sys/loadavg.hNiclas Rosenvik2020-01-304-0/+7
* [core] save errno before logging if execve() failsGlenn Strauss2020-01-261-1/+2
* [core] do not accept() > server.max-connectionsGlenn Strauss2020-01-261-3/+7
* [mod_auth] close connection after bad passwordGlenn Strauss2020-01-261-0/+3
* [core] fall back to accept() if accept4() EPERM (fixes #2998)Glenn Strauss2020-01-261-3/+12
* [core] preserve %2b and %2B in query string (fixes #2999)Glenn Strauss2020-01-262-2/+8
* [multiple] address coverity warningsGlenn Strauss2020-01-263-14/+6
* [core] Oracle Solaris does not have POLLRDHUPGlenn Strauss2020-01-262-0/+7
* [mod_accesslog] parse multiple cookies (fixes #2986)Glenn Strauss2020-01-261-1/+1
* [mod_openssl] reject invalid ALPNGlenn Strauss2020-01-261-1/+1
* [core] reject Transfer-Encoding + Content-Length (#2985)Glenn Strauss2020-01-261-2/+18
* [core] reject WS following header field-name (fixes #2985)Glenn Strauss2020-01-262-4/+14
* [core] avoid freeaddrinfo() on NULL ptr (fixes #2984)Glenn Strauss2020-01-261-1/+2
* [build] PGSQL_CFLAGS with pkg-config for postgres (#2965)Glenn Strauss2019-09-111-2/+2
* [mod_auth] http_auth_const_time_memeq() (#2975, #2976)Glenn Strauss2019-09-085-3/+29
* [mod_auth] http_auth_const_time_memeq_pad()Glenn Strauss2019-09-083-3/+5
* [mod_auth] Authentication-Info: nextnonce=...Glenn Strauss2019-09-081-1/+33
* [mod_auth] require digest uri= match original URIGlenn Strauss2019-09-081-3/+1
* [mod_auth] do not use quoted-string for algorithmGlenn Strauss2019-09-081-2/+2
* [mod_webdav] fix file uploads > 128M (fixes #2970)Glenn Strauss2019-09-081-1/+4
* [mod_authn_gssapi] option to store delegated creds (fixes #2967)Glenn Strauss2019-09-081-1/+11
* [mod_authn_gssapi] 500 if fail to delegate creds (#2967)Glenn Strauss2019-09-071-10/+22
* [mod_auth] http_auth_const_time_memeq improvementGlenn Strauss2019-09-071-3/+14
* [core] disable stat_cache FAM if FAM conn closedGlenn Strauss2019-09-071-2/+6
* [core] retry on some fdevent set/del temporary errGlenn Strauss2019-09-072-12/+62
* [mod_deflate] fix choose encoding parse error (fixes #2981)Glenn Strauss2019-09-071-1/+1
* [core] issue config error for invalid ':' (fixes #2980)Glenn Strauss2019-09-071-0/+7
* [core] move con state handling to connections*.cGlenn Strauss2019-09-074-133/+141
* [core] fdevent_poll() is effective periodic timerGlenn Strauss2019-09-071-3/+6
* [core] improve http_headers[] data struct packingGlenn Strauss2019-09-071-29/+30
* [cmake]: enable CMAKE_POSITION_INDEPENDENT_CODE by defaultStefan Bühler2019-08-231-0/+3
* Also use explicit_memset (NetBSD) with cmake, scons and mesonStefan Bühler2019-08-223-1/+3
* Use explicit_memset from NetBSD if available for safe_memclear (fixes #2971)Stefan Bühler2019-08-221-1/+3
* [core] allocate unix socket paths with SUN_LEN()+1 (fixes #2962)Glenn Strauss2019-06-251-3/+2
* [core] correct __attribute_pure__ syntaxGlenn Strauss2019-06-061-2/+2
* [core] use buffer_eq_icase_ssn funcGlenn Strauss2019-06-067-13/+11
* [core] use buffer_eq_icase_ssn funcGlenn Strauss2019-06-066-16/+17
* [core] cold func http_response_omit_header()Glenn Strauss2019-06-061-17/+29
* [mod_webdav] fix startup crash w/ multiple conds (fixes #2958)Glenn Strauss2019-06-061-2/+2
* [core] mark some more funcs w/ __attribute_pure__Glenn Strauss2019-06-062-4/+23
* [multiple] replace strcasecmp() on short stringsGlenn Strauss2019-06-063-8/+12
* [core] use buffer_eq_icase* funcsGlenn Strauss2019-06-064-20/+20
* [core] mark some more funcs w/ __attribute_pure__Glenn Strauss2019-06-062-0/+3
* [core] specialized buffer_eq_*() for short stringsGlenn Strauss2019-06-062-22/+47
* [core] array-specialized buffer_caseless_compare()Glenn Strauss2019-06-061-1/+19
* [core] __attribute_pure__Glenn Strauss2019-06-061-0/+9
* [core] fix compile error on Solaris (fixes #2959)Glenn Strauss2019-06-061-1/+1
* [mod_authn_ldap] ldap_set_option LDAP_OPT_RESTART (fixes #2940)Glenn Strauss2019-05-272-0/+6
* [mod_maxminddb] MaxMind GeoIP2 supportGlenn Strauss2019-05-265-0/+435
* [core] adjust http_chunk read() retry loopGlenn Strauss2019-05-181-1/+1