index
:
delta/apache/httpd.git
1.3
1.3.x
2.0.x
2.2.19
2.2.x
2.2.x-merge-http-strict
2.4-http2-alpha
2.4.17-protocols-changes
2.4.17-protocols-http2
2.4.x
2.4.x-merge-http-strict
2.4.x-mod_md
2.4.x-mpm_fdqueue
2.4.x-openssl-1.1.0-compat
2.4.x-r1761824-group
APACHE_1_2_X
APACHE_2_0_22-branch
APACHE_2_0_23-branch
APACHE_2_0_39_BRANCH
APACHE_2_0_BRANCH
PCRE
RSE
apreq-integration
async-dev
async-read-dev
attic
authz-dev
avendor
cache-refactor
dgaudet
execd-dev
fcgi-proxy-dev
fips-dev
httpd-2.0-pid-table
httpd-2.2-pid-table
httpd-2.2-proxy
httpd-pid-table
httpd-proxy-scoreboard
httpdunit
input-filter-dev
listen-protocol
mod_version_for_2.0.x
mpm-event-optimization
proxy-reqbody
proxy-reqbody-2.0.x
revert-ap-ldap
simple-conf
ssl-fips-dev
tlsv1.3-for-2.4.x
trunk
trunk-buildconf-noapr
trunk-md
trunk-openssl-threadid
trunk-override-index
trunk-ssl-handshake-nonblocking
trunk-test-integration
unlabeled-1.1.1
unlabeled-1.11.2
unlabeled-1.436.2
unlabeled-1.6.2
unlabeled-1.8.2
wombat-integration
github.com: apache/httpd.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server
/
mpm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sources build with latest clang version
Stefan Eissing
2023-04-27
1
-1
/
+1
*
mpm_event: useful APLOG_DEBUG messages.
Yann Ylavic
2023-04-01
1
-8
/
+10
*
mpm_winnt: Follow up to r1902636: another compilation error.
Yann Ylavic
2022-07-11
1
-1
/
+1
*
mpm_winnt: Fix compilation error.
Yann Ylavic
2022-07-10
1
-1
/
+1
*
mpm_prefork: Do not access the POD in ONE_PROCESS mode.
Yann Ylavic
2022-06-16
1
-8
/
+6
*
*) de-duplicate ALOGNO from code copy.
Stefan Eissing
2022-04-19
1
-1
/
+1
*
* Port r1899858, r1899865 to worker MPM
Ruediger Pluem
2022-04-15
1
-3
/
+23
*
mpm_event: Follow up to r1899858: Avoid explicit sleep.
Yann Ylavic
2022-04-14
1
-12
/
+11
*
mpm_event: Handle children killed pathologically.
Yann Ylavic
2022-04-14
1
-3
/
+24
*
mpm_event: Follow up to r1899777: Fix max_daemon_used.
Yann Ylavic
2022-04-13
1
-9
/
+7
*
mpm_event: Fix accounting of active/total processes on ungraceful restart.
Yann Ylavic
2022-04-12
1
-52
/
+87
*
*) mod_watchdog: add assertions to cleanup code
Stefan Eissing
2022-02-25
1
-6
/
+13
*
*) core/prefork: run new hook `child_stopped` only on clean exit.
Stefan Eissing
2022-02-24
1
-4
/
+4
*
* core/mpm: add hook 'child_stopped` that gets called when the MPM has
Stefan Eissing
2022-02-24
4
-0
/
+5
*
*) mpm/winnt: add running the 'child_stopping' hook.
Stefan Eissing
2022-02-22
1
-0
/
+7
*
*) core/mod_ssl/mpm_event: reverting changes to nonblocing SSL handshakes
Stefan Eissing
2022-02-04
1
-91
/
+15
*
mpm_event: Use APR_POLLEXCL when available to prevent thundering hurd.
Yann Ylavic
2022-01-27
1
-0
/
+9
*
core: Follow up to r1897460: Provide ap_thread_main_create().
Yann Ylavic
2022-01-27
3
-72
/
+10
*
core: Follow up to r1897460: Implement and use ap_thread_current_after_fork().
Yann Ylavic
2022-01-25
4
-31
/
+12
*
Follow up to r1897460: APLOGNOs.
Yann Ylavic
2022-01-25
4
-4
/
+4
*
core: Efficient ap_thread_current() when apr_thread_local() is missing.
Yann Ylavic
2022-01-25
4
-59
/
+187
*
Begone, foul tabs.
Graham Leggett
2022-01-24
1
-5
/
+5
*
event: Add AP_MPM_CAN_AGAIN and AGAIN to signal to the MPM that
Graham Leggett
2022-01-24
1
-3
/
+8
*
Add missing log message tag.
Graham Leggett
2022-01-23
1
-1
/
+1
*
event: Allow the MPM to explicitly handle CONN_SENSE_WANT_WRITE instead
Graham Leggett
2022-01-23
1
-8
/
+13
*
Shutdown immediately on read timeout.
Graham Leggett
2022-01-22
1
-1
/
+1
*
event: Add support for non blocking behaviour in the
Graham Leggett
2022-01-21
1
-8
/
+74
*
mpm_event: Fix a possible listener deadlock. PR 65769.
Yann Ylavic
2021-12-29
1
-6
/
+15
*
mpm_event: Follow up to r1895553.
Yann Ylavic
2021-12-06
1
-4
/
+10
*
Revert r1895551: seems to break python tests..
Yann Ylavic
2021-12-03
1
-1
/
+0
*
mpm_event: Follow up to r1894285: new MaxSpareThreads heuristics.
Yann Ylavic
2021-12-03
1
-21
/
+15
*
mpm_event: Close the listeners first for ungraceful stop too.
Yann Ylavic
2021-12-03
1
-0
/
+1
*
mpm_event: Retain active_daemons instead of resetting it on restart.
Yann Ylavic
2021-12-03
1
-14
/
+13
*
mpm_event,worker}: Really perform_idle_server_maintenance() per bucket.
Yann Ylavic
2021-10-15
4
-50
/
+54
*
Follow up to r1894285: add idle_threads and max_workers to trace5.
Yann Ylavic
2021-10-15
1
-2
/
+3
*
mpm_event: Restart stopping of idle children after a load peak. PR 65626.
Yann Ylavic
2021-10-15
1
-3
/
+9
*
* Correctly decrement active_daemons also in the case that the child
Ruediger Pluem
2021-09-22
1
-1
/
+4
*
* Follow up to r1893497: Make use of ap_pre_connection in mpm_motorz and mpm_...
Ruediger Pluem
2021-09-21
2
-4
/
+2
*
In case one of the pre_connection hooks causes the hook run to stop by an error
Ruediger Pluem
2021-09-21
1
-2
/
+1
*
MPMs: cap idle_spawn_rate to MAX_SPAWN_RATE.
Yann Ylavic
2021-09-20
4
-11
/
+39
*
mpm_event: Follow up to r1893014: log when children are not spawned.
Yann Ylavic
2021-09-07
1
-1
/
+12
*
mpm_event: Fix children processes possibly not stopped on graceful restart.
Yann Ylavic
2021-09-07
1
-0
/
+3
*
mpm_{event,worker,prefork}: follow up to r1892587: restore ungraceful on MPM ...
Yann Ylavic
2021-08-25
4
-3
/
+20
*
mpm_{event,worker,prefork}: late stop of children processes on restart.
Yann Ylavic
2021-08-24
3
-376
/
+400
*
* core/mpm: add hook 'child_stopping` that gets called when the MPM is
Stefan Eissing
2021-07-31
3
-2
/
+17
*
mpm_event: avoid possible timer off by 250 ms.
Yann Ylavic
2021-07-22
1
-2
/
+2
*
mpm_event: clear APR_INCOMPLETE_READ on lingering close.
Yann Ylavic
2021-07-22
1
-0
/
+4
*
mpm_event: better comments and variables' names.
Yann Ylavic
2021-07-22
1
-58
/
+60
*
mpm_event: use apr_atomic_read32() to read queues' ->total instead of volatil...
Yann Ylavic
2021-07-22
1
-5
/
+5
*
mpm_event: handle lingering close fully in process_lingering_close().
Yann Ylavic
2021-07-22
1
-55
/
+36
[next]