summaryrefslogtreecommitdiffstats
path: root/server/mpm_common.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* API Cleanup in preperation for 2.4.x, make sure all exported functions or var...Paul Querna2008-12-021-1/+1
* Switch all unix MPMs to use drop_privileges hook (mod_unixd) for startupNick Kew2008-11-031-1/+5
* Add dummy ap_mpm_register_timed_callback for other MPMs besides Event.Paul Querna2008-09-211-0/+12
* Avoid core dumps by getting the signal_description only ifMartin Kraemer2008-02-011-2/+5
* * server/mpm_common.c (reclaim_one_pid): Retrieve the exit status fromJoe Orton2008-01-181-1/+6
* Unless I've misread this, POD is write-blocking, read nonblocking timeout 0.William A. Rowe Jr2007-10-241-1/+2