]> granicus.if.org Git - apache/history - server/mpm_common.c
Merge r1529449 from trunk:
[apache] / server / mpm_common.c
2012-08-14 Jeff TrawickRevert r1373105, the merging of incompatible DefaultRun...
2012-08-14 Jim JagielskiMerge r1364695, r1369477, r1369808, r1370288, r1370225...
2012-03-31 Stefan FritschMerge r1303201, r1303435, r1303827:
2011-12-05 Stefan FritschBackport r1209766, r1210252, r1210284:
2011-11-12 Rainer JungFolloup on r1201161: New MaxMemFree was meant
2011-11-12 Stefan FritschMerge r1201158 from trunk:
2011-11-10 Jeff Trawickend-generation hook: Fix false notification of end...
2011-11-07 Stefan FritschCall apr_random_after_fork() manually in the child...
2011-10-09 Stefan FritschConsistently use base 10 for numbers when parsing confi...
2011-10-09 Stefan FritschAdd -D DUMP_RUN_CFG option to dump some configuration...
2011-10-05 Stefan FritschExport ap_max_mem_free, needed by r1178079, as pointed...
2011-07-06 Joe Orton* server/mpm_common.c (ap_core_child_status): Allocate...
2011-06-20 Stefan FritschLog the deprecation warning at level info, not warn
2011-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
2011-05-10 Jeff Trawickdisable hook probes for our two hooks which have no...
2011-04-25 Jeff TrawickAdd child_status hook for tracking creation/termination...
2011-04-06 Jeff TrawickAbort if the MPM is changed across restart.
2011-03-30 Jeff TrawickSimplify the interface to ap_reclaim_child_processes...
2011-03-30 Jeff Trawickthe mpm-note-child-killed hook was just for use by
2011-03-28 Jeff Trawickmpm_common.c implements a handful of config directives...
2011-03-26 Jeff Trawickuse apr_time_from_sec() shortcut
2011-03-16 Guenter KnaufAdded prototype for initgroups().
2010-10-12 Stefan FritschRename MaxRequestsPerChild to MaxConnectionsPerChild...
2010-08-21 Stefan Fritschcore: Abort with sensible error message if no or more...
2010-08-03 Stefan Fritschremove more unused variables
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-01-26 William A. Rowe JrRefactor mod_status out of the ExtendedStatus toggle...
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-09-25 Jim JagielskiHmmm... forgot git commit/dcommit.
2009-09-25 Jim JagielskiEnhance ap_hook_monitor to pass along a server_rec (in
2009-08-26 Brian HavardBring back OS/2 support.
2009-04-05 Jeff Trawickmain() can use ap_run_mpm() directly, so axe the old...
2009-04-01 Jeff Trawickmpm-query hook: distinguish between DECLINED and APR_EN...
2009-03-29 Jeff Trawickthe mpm_get_child_pid hook is unnecessary, as was the...
2009-03-27 Jeff Trawickaxe unmaintained 1.3-era code to support AUX, SunOS...
2009-03-27 Jeff Trawickremove TPF support
2009-03-26 Jeff Trawickremove OS/2 platform support
2009-03-26 Jeff Trawickremove BeOS OS support
2009-03-26 Jeff Trawickremove leader, perchild, and threadpool MPMs (other...
2009-03-25 Jeff Trawickfix mpm_get_name hook
2009-03-25 William A. Rowe Jrrefactor mpm_common.c into itself and mpm_unix.c for...
2009-03-25 Jeff Trawickresurrect the old (pre-r757867) compiled-in MPM_NAME...
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2008-12-12 Joe Orton* server/mpm_common.c (dummy_connection): If possible...
2008-12-02 Paul QuernaAPI Cleanup in preperation for 2.4.x, make sure all...
2008-11-03 Nick KewSwitch all unix MPMs to use drop_privileges hook (mod_u...
2008-09-20 Paul QuernaAdd dummy ap_mpm_register_timed_callback for other...
2008-02-01 Martin KraemerAvoid core dumps by getting the signal_description...
2008-01-18 Joe Orton* server/mpm_common.c (reclaim_one_pid): Retrieve the...
2007-10-23 William A. Rowe JrUnless I've misread this, POD is write-blocking, read...
2007-08-23 William A. Rowe Jrap_available_mutexes_string and ap_add_available_mutexe...
2007-06-29 Jim Jagielskigetpgid() returns a pid_t
2007-06-29 Joe OrtonAdd alternative fixes for CVE-2007-3304:
2007-06-29 Joe OrtonRevert r547987 ("svn merge -c -547987 .")
2007-06-29 Joe Orton* server/mpm/prefork/prefork.c (reap_children),
2007-06-16 Jim JagielskiPID table impl: parent process keeps a local table...
2007-03-12 Joe Orton* server/mpm_common.c (dummy_connection): Use "OPTIONS...
2007-01-28 Ruediger Pluem* Nitpicking: Get the comment right.
2007-01-28 Jeff TrawickUnix MPMs: Catch SIGFPE so that exception hooks and...
2006-10-24 Jim JagielskiOnce SSLMutex allowed for the setting of both the
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-08-27 Colm MacCarthaighAdd ap_relieve_child_processess(), a non-infanticidal...
2005-08-26 Colm MacCarthaighMove the "GracefulShutdownTimeout" directive into mpm_c...
2005-08-26 Colm MacCarthaighMake the neccessary changes to mpm_common and main...
2005-08-23 Colm MacCarthaighRemove support for the threaded-mpm's on Linux 2.0...
2005-08-08 Paul QuernaAdd a User-Agent to the dummy connection code to ease...
2005-06-30 Joe Orton* server/mpm_common.c (dummy_connection): Fix length...
2005-06-27 Paul QuernaArgh. Style Fix. Habits are hard to kill.
2005-06-27 Paul Querna*) server/mpm_common.c: Send a simple HTTP 1.0 request...
2005-06-07 Nick KewFix for reported compile problem
2005-06-07 Nick KewAdd monitor hook (discussed under "watchdog" thread).
2005-02-16 Jeff Trawickrestore google-ability of an ancient message of great...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-12-02 Jeff Trawickworker MPM: Fix a problem which could cause httpd proce...
2004-11-29 Jeff Trawickzap extra blank in error message
2004-09-23 Joe Orton* server/mpm_common.c (dummy_connection): Log the addre...
2004-09-18 Jeff TrawickUnix MPMs: Shut down the server more quickly when child...
2004-08-14 Jeff Trawicktweak error handling when reading the pid file
2004-03-15 Jeff Trawickuse existing directive name ThreadStackSize instead of
2004-03-11 Jeff TrawickThreaded MPMs for Unix and Win32: Add WorkerStackSize...
2004-03-06 Joe Orton* include/mpm_common.h (ap_pod_t): Remove 'sa' field.
2004-02-25 Joe Orton* server/mpm_common.c (ap_process_child_status): Remove...
2004-02-19 Jeff TrawickAdd a new directive EnableExceptionHook that must be...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-27 Jeff Trawickavoid losing a subpool (until restart) on a rare error...
2004-01-01 André Maloupdate license to 2004.
2003-12-11 Jeff Trawickfix a problem where a crash of a non-MPM child process...
2003-11-26 Jeff TrawickAdd fatal exception hook for use by debug modules....
2003-11-22 Jeff Trawickbuild with latest other-child API changes
2003-09-03 Jeff Trawickswitch to APR 1.0 API (which is still in flux)
2003-04-15 Allan K. EdwardsEnable ap_sock_disable_nagle for Windows. This along...
2003-04-09 Jeff Trawickconsolidate code related to sig_coredump
2003-03-20 William A. Rowe Jr SECURITY: Eliminated leaks of several file descripto...
2003-03-06 Greg AmesLinux 2.4+: enable coredumps when Apache is started...
2003-02-03 André Malofinished that boring job:
next