summaryrefslogtreecommitdiffstats
path: root/server/mpm_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace AcceptMutex, LockFile, RewriteLock, SSLMutex, SSLStaplingMutex,Jeff Trawick2009-11-241-43/+0
* Hmmm... forgot git commit/dcommit.Jim Jagielski2009-09-251-1/+1
* Enhance ap_hook_monitor to pass along a server_rec (inJim Jagielski2009-09-251-2/+2
* Bring back OS/2 support.Brian Havard2009-08-261-1/+1
* main() can use ap_run_mpm() directly, so axe the old ap_mpm_run() functionJeff Trawick2009-04-051-5/+0
* mpm-query hook: distinguish between DECLINED and APR_ENOTIMPL so thatJeff Trawick2009-04-011-4/+10
* the mpm_get_child_pid hook is unnecessary, as was the per-MPM MPM_CHILD_PID()...Jeff Trawick2009-03-291-10/+0
* axe unmaintained 1.3-era code to support AUX, SunOS, IRIX, Next, Tandem, MPE, Jeff Trawick2009-03-271-5/+4
* remove TPF supportJeff Trawick2009-03-271-2/+2
* remove OS/2 platform supportJeff Trawick2009-03-271-1/+1
* remove BeOS OS supportJeff Trawick2009-03-261-2/+2
* remove leader, perchild, and threadpool MPMs (other than non-English bits in ...Jeff Trawick2009-03-261-11/+0
* fix mpm_get_name hookJeff Trawick2009-03-251-2/+8
* refactor mpm_common.c into itself and mpm_unix.c for unix-specific quirksWilliam A. Rowe Jr2009-03-251-928/+3
* resurrect the old (pre-r757867) compiled-in MPM_NAME value, but via a hook fo...Jeff Trawick2009-03-251-2/+6
* Introduce a new set of APIs to allow MPMs to be proper modules insteadJeff Trawick2009-03-241-40/+89
* * server/mpm_common.c (dummy_connection): If possible, use a non-SSLJoe Orton2008-12-121-4/+16