summaryrefslogtreecommitdiffstats
path: root/server/mpm_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* core: Follow up to r1902728: ap_max_mem_free early setting.Yann Ylavic2022-08-181-1/+1
* * core/mpm: add hook 'child_stopped` that gets called when the MPM hasStefan Eissing2022-02-241-1/+5
* * core/mpm: add hook 'child_stopping` that gets called when the MPM isStefan Eissing2021-07-311-1/+5
* Follow up to r1879449: yet better MPM poll callback API.Yann Ylavic2020-07-021-5/+6
* mpm_common: add pool argument to mpm_register_poll_callback[_timeout] hooks.Yann Ylavic2020-07-021-9/+14
* mpm_common: remove ap_mpm_unregister_poll_callback().Yann Ylavic2020-07-021-10/+0
* mod_status: Cumulate CPU time of exited childRainer Jung2018-08-071-0/+3
* Fix some doxygen warning.Christophe Jaillet2016-05-301-6/+6
* reverting the reverting of r1735174, r1735176 was the culpritStefan Eissing2016-03-161-26/+30
* reverting r1735174 as http/1.1 just terminated before responseStefan Eissing2016-03-161-30/+26
* mpm: Generalise the ap_mpm_register_socket functions to accept pipes or sockets.Graham Leggett2016-03-151-26/+30
* core: Extend support for setting aside data from the network input filterGraham Leggett2016-03-121-2/+5
* mpm: Add a complete_connection hook that confirms whether an MPM is allowedGraham Leggett2016-02-191-0/+4
* Remove some useless 'return' statements.Christophe Jaillet2015-11-211-1/+0
* Save a few bytes in conf pool when parsing some directives. Use temp_pool whe...Christophe Jaillet2015-02-051-1/+1
* Revert r1601943, r1602058, r1605307 (socket callback returning pollfds)Takashi Sato2014-06-271-4/+4
* Socket event callback now takes pollfd.Takashi Sato2014-06-111-4/+4
* PR56333: Add an API to resume a connection that a handler has previously susp...Eric Covener2014-05-111-0/+8
* Extend the socket callbacks in event to allow a timeout on the I/O callback. Eric Covener2014-05-111-0/+14
* avoid duplication of APR_HOOK_LINK invocationsJeff Trawick2013-12-011-24/+16
* Follow-up to r1546759: Fix compilation when exception hooks aren't enabled.Jeff Trawick2013-12-011-0/+2
* Add suspend_connection and resume_connection hooks to notify modulesJeff Trawick2013-11-301-0/+8
* Fix potential rejection of valid MaxMemFree and ThreadStackSizeJeff Trawick2013-11-151-0/+2
* Fold in Eric Covener's socket callbackJim Jagielski2013-06-171-0/+19
* The Pidfile directive and ap_log_pid()/ap_remove_pid()/ap_read_pid()Jeff Trawick2012-08-061-1/+1
* Revert r1294936 (Jeff's revert) and fix NetWare / Win32 build.Guenter Knauf2012-03-211-10/+12
* Add lots of unique tags to error log messagesStefan Fritsch2011-12-031-5/+5
* Folloup on r1201158: New MaxMemFree was meantRainer Jung2011-11-121-1/+1
* Set MaxMemFree 2048 by defaultStefan Fritsch2011-11-121-1/+3
* end-generation hook: Fix false notification of end-of-generation forJeff Trawick2011-11-101-7/+46
* Call apr_random_after_fork() manually in the child processes because the MPMsStefan Fritsch2011-11-071-0/+2
* Consistently use base 10 for numbers when parsing config options. It may beStefan Fritsch2011-10-091-2/+2
* Add -D DUMP_RUN_CFG option to dump some configuration itemsStefan Fritsch2011-10-091-0/+6
* Export ap_max_mem_free, needed by r1178079, as pointed out by Gregg L. SmithStefan Fritsch2011-10-051-1/+1
* * server/mpm_common.c (ap_core_child_status): Allocate the geninfo,Joe Orton2011-07-061-11/+13
* Log the deprecation warning at level info, not warnStefan Fritsch2011-06-211-1/+1
* Introduce ap_(get|set)_core_module_config() functions/macros and use themStefan Fritsch2011-06-061-1/+4
* disable hook probes for our two hooks which have no argsJeff Trawick2011-05-111-3/+18
* Add child_status hook for tracking creation/termination of MPM childJeff Trawick2011-04-251-0/+89
* Abort if the MPM is changed across restart.Jeff Trawick2011-04-061-2/+13
* Simplify the interface to ap_reclaim_child_processes() andJeff Trawick2011-03-301-5/+0
* the mpm-note-child-killed hook was just for use byJeff Trawick2011-03-301-5/+0
* mpm_common.c implements a handful of config directives; the Jeff Trawick2011-03-281-12/+24
* use apr_time_from_sec() shortcutJeff Trawick2011-03-261-1/+1
* Added prototype for initgroups().Guenter Knauf2011-03-161-1/+1
* Rename MaxRequestsPerChild to MaxConnectionsPerChild, whichStefan Fritsch2010-10-121-0/+6
* core: Abort with sensible error message if no or more than one MPM isStefan Fritsch2010-08-211-0/+10
* remove more unused variablesStefan Fritsch2010-08-041-2/+1
* Use the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros everywhere to takeStefan Fritsch2010-06-061-0/+2
* Refactor mod_status out of the ExtendedStatus toggle picture, as otherWilliam A. Rowe Jr2010-01-261-12/+0