index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
mpm_common.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
core: Follow up to r1902728: ap_max_mem_free early setting.
Yann Ylavic
2022-08-18
1
-1
/
+1
*
* core/mpm: add hook 'child_stopped` that gets called when the MPM has
Stefan Eissing
2022-02-24
1
-1
/
+5
*
* core/mpm: add hook 'child_stopping` that gets called when the MPM is
Stefan Eissing
2021-07-31
1
-1
/
+5
*
Follow up to r1879449: yet better MPM poll callback API.
Yann Ylavic
2020-07-02
1
-5
/
+6
*
mpm_common: add pool argument to mpm_register_poll_callback[_timeout] hooks.
Yann Ylavic
2020-07-02
1
-9
/
+14
*
mpm_common: remove ap_mpm_unregister_poll_callback().
Yann Ylavic
2020-07-02
1
-10
/
+0
*
mod_status: Cumulate CPU time of exited child
Rainer Jung
2018-08-07
1
-0
/
+3
*
Fix some doxygen warning.
Christophe Jaillet
2016-05-30
1
-6
/
+6
*
reverting the reverting of r1735174, r1735176 was the culprit
Stefan Eissing
2016-03-16
1
-26
/
+30
*
reverting r1735174 as http/1.1 just terminated before response
Stefan Eissing
2016-03-16
1
-30
/
+26
*
mpm: Generalise the ap_mpm_register_socket functions to accept pipes or sockets.
Graham Leggett
2016-03-15
1
-26
/
+30
*
core: Extend support for setting aside data from the network input filter
Graham Leggett
2016-03-12
1
-2
/
+5
*
mpm: Add a complete_connection hook that confirms whether an MPM is allowed
Graham Leggett
2016-02-19
1
-0
/
+4
*
Remove some useless 'return' statements.
Christophe Jaillet
2015-11-21
1
-1
/
+0
*
Save a few bytes in conf pool when parsing some directives. Use temp_pool whe...
Christophe Jaillet
2015-02-05
1
-1
/
+1
*
Revert r1601943, r1602058, r1605307 (socket callback returning pollfds)
Takashi Sato
2014-06-27
1
-4
/
+4
*
Socket event callback now takes pollfd.
Takashi Sato
2014-06-11
1
-4
/
+4
*
PR56333: Add an API to resume a connection that a handler has previously susp...
Eric Covener
2014-05-11
1
-0
/
+8
*
Extend the socket callbacks in event to allow a timeout on the I/O callback.
Eric Covener
2014-05-11
1
-0
/
+14
*
avoid duplication of APR_HOOK_LINK invocations
Jeff Trawick
2013-12-01
1
-24
/
+16
*
Follow-up to r1546759: Fix compilation when exception hooks aren't enabled.
Jeff Trawick
2013-12-01
1
-0
/
+2
*
Add suspend_connection and resume_connection hooks to notify modules
Jeff Trawick
2013-11-30
1
-0
/
+8
*
Fix potential rejection of valid MaxMemFree and ThreadStackSize
Jeff Trawick
2013-11-15
1
-0
/
+2
*
Fold in Eric Covener's socket callback
Jim Jagielski
2013-06-17
1
-0
/
+19
*
The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()
Jeff Trawick
2012-08-06
1
-1
/
+1
*
Revert r1294936 (Jeff's revert) and fix NetWare / Win32 build.
Guenter Knauf
2012-03-21
1
-10
/
+12
*
Add lots of unique tags to error log messages
Stefan Fritsch
2011-12-03
1
-5
/
+5
*
Folloup on r1201158: New MaxMemFree was meant
Rainer Jung
2011-11-12
1
-1
/
+1
*
Set MaxMemFree 2048 by default
Stefan Fritsch
2011-11-12
1
-1
/
+3
*
end-generation hook: Fix false notification of end-of-generation for
Jeff Trawick
2011-11-10
1
-7
/
+46
*
Call apr_random_after_fork() manually in the child processes because the MPMs
Stefan Fritsch
2011-11-07
1
-0
/
+2
*
Consistently use base 10 for numbers when parsing config options. It may be
Stefan Fritsch
2011-10-09
1
-2
/
+2
*
Add -D DUMP_RUN_CFG option to dump some configuration items
Stefan Fritsch
2011-10-09
1
-0
/
+6
*
Export ap_max_mem_free, needed by r1178079, as pointed out by Gregg L. Smith
Stefan Fritsch
2011-10-05
1
-1
/
+1
*
* server/mpm_common.c (ap_core_child_status): Allocate the geninfo,
Joe Orton
2011-07-06
1
-11
/
+13
*
Log the deprecation warning at level info, not warn
Stefan Fritsch
2011-06-21
1
-1
/
+1
*
Introduce ap_(get|set)_core_module_config() functions/macros and use them
Stefan Fritsch
2011-06-06
1
-1
/
+4
*
disable hook probes for our two hooks which have no args
Jeff Trawick
2011-05-11
1
-3
/
+18
*
Add child_status hook for tracking creation/termination of MPM child
Jeff Trawick
2011-04-25
1
-0
/
+89
*
Abort if the MPM is changed across restart.
Jeff Trawick
2011-04-06
1
-2
/
+13
*
Simplify the interface to ap_reclaim_child_processes() and
Jeff Trawick
2011-03-30
1
-5
/
+0
*
the mpm-note-child-killed hook was just for use by
Jeff Trawick
2011-03-30
1
-5
/
+0
*
mpm_common.c implements a handful of config directives; the
Jeff Trawick
2011-03-28
1
-12
/
+24
*
use apr_time_from_sec() shortcut
Jeff Trawick
2011-03-26
1
-1
/
+1
*
Added prototype for initgroups().
Guenter Knauf
2011-03-16
1
-1
/
+1
*
Rename MaxRequestsPerChild to MaxConnectionsPerChild, which
Stefan Fritsch
2010-10-12
1
-0
/
+6
*
core: Abort with sensible error message if no or more than one MPM is
Stefan Fritsch
2010-08-21
1
-0
/
+10
*
remove more unused variables
Stefan Fritsch
2010-08-04
1
-2
/
+1
*
Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to take
Stefan Fritsch
2010-06-06
1
-0
/
+2
*
Refactor mod_status out of the ExtendedStatus toggle picture, as other
William A. Rowe Jr
2010-01-26
1
-12
/
+0
[next]