summaryrefslogtreecommitdiffstats
path: root/Makefile.in (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-22 *) mod_md: a possible NULL pointer deref was fixed inStefan Eissing3-3/+7
the JSON code for persisting time periods (start+end). Fixes #282 on mod_md's github. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900145 13f79535-47bb-0310-9956-ffa450edef68
2022-04-21 *) mod_http2: clear the h2 worker slot connection early to avoidStefan Eissing1-5/+7
any race in slot updates after the connection has been handled. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900104 13f79535-47bb-0310-9956-ffa450edef68
2022-04-21 *) mod_http2: fix edge case in removal of entriesStefan Eissing1-1/+3
in a h2_fifo. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900102 13f79535-47bb-0310-9956-ffa450edef68
2022-04-21core: Disable TCP_NOPUSH optimization on OSX. BZ 66019.Yann Ylavic2-5/+19
OSX supports TCP_NOPUSH but does not release the data retained (in TCP stack) when the option is unset. It seems that unsetting it before the last write does not help either so just disable the optimization for OSX in the core output filter to avoid uncontrollable transmission delays. * server/core_filters.c(): Add the sock_nopush() helper that does nothing on OSX and platforms not supporting TCP_NOPUSH or TCP_CORK. * server/core_filters.c(send_brigade_nonblocking): Use sock_nopush() instead of apr_socket_opt_set() for APR_TCP_NOPUSH option. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900100 13f79535-47bb-0310-9956-ffa450edef68
2022-04-20fix select-groups example, bz 66010Giovanni Bechis2-3/+3
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900077 13f79535-47bb-0310-9956-ffa450edef68
2022-04-20Fix alignment in an 'if' block.Christophe Jaillet1-5/+5
[skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900064 13f79535-47bb-0310-9956-ffa450edef68
2022-04-19 * Implement full auto status ("key: value" type status output).Stefan Eissing4-182/+406
Especially not only status summary counts for certificates and OCSP stapling but also lists. Auto status format is similar to what was used for mod_proxy_balancer. [Rainer Jung] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900039 13f79535-47bb-0310-9956-ffa450edef68
2022-04-19 *) mod_http2: make APLOGNO check happy with line continuation.Stefan Eissing1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900037 13f79535-47bb-0310-9956-ffa450edef68
2022-04-19 *) mod_http2: using new session ids also in logging for connectionStefan Eissing5-3/+11
contexts and bucket beams. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900031 13f79535-47bb-0310-9956-ffa450edef68
2022-04-19 *) mod_http2: use new ap_sb_get_child_thread() to get child_numStefan Eissing7-90/+92
and create unique h2 session identifiers in logging that stay unique among re-activations of the master connection. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900030 13f79535-47bb-0310-9956-ffa450edef68
2022-04-19 *) core: add ap_sb_get_child_thread() to retrieve child_numStefan Eissing3-1/+12
and thread_num from a scoreboard handle. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900029 13f79535-47bb-0310-9956-ffa450edef68
2022-04-19 *) mod_proxy: Add backend port to log messages toRainer Jung5-53/+80
ease identification of involved service. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900028 13f79535-47bb-0310-9956-ffa450edef68
2022-04-19 *) mod_heartmonitor: Set the documented default valueRainer Jung2-1/+4
"10" for HeartbeatMaxServers instead of "0". With "0" no shared memory slotmem was initialized. [Rainer Jung] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900026 13f79535-47bb-0310-9956-ffa450edef68
2022-04-19Revert r1899809: Will reapply using newRainer Jung2-5/+1
changes-entries method for CHANGES handling. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900025 13f79535-47bb-0310-9956-ffa450edef68
2022-04-19 *) de-duplicate ALOGNO from code copy.Stefan Eissing1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900024 13f79535-47bb-0310-9956-ffa450edef68
2022-04-19alloc number [skip ci]Stefan Eissing1-1/+1
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900023 13f79535-47bb-0310-9956-ffa450edef68
2022-04-16 *) core: improved checks in ap_escape_quotes() forStefan Eissing1-2/+19
extra long strings (or resulting strings) that exceed ptrdiff_t ranges. [Yann Ylavic, Stefan Eissing] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899905 13f79535-47bb-0310-9956-ffa450edef68