]> granicus.if.org Git - apache/history - server/mpm/worker
When shutting down a process, free resources early
[apache] / server / mpm / worker /
2015-09-15 Yann Ylavicmpm_event/worker: make ap_queue_term() atomic (acquire...
2015-05-16 Yann Ylaviccore: Follow up to r1599601: s/ap_log_common/ap_log_mpm...
2015-02-26 Yann Ylavicmpm_{worker,prefork}: save some cycles by not copying...
2014-12-05 Yann Ylavicmpm_worker: replace apr_atomic_cas32(+1) loop with...
2014-12-05 Yann Ylavicmpm_{prefork,worker}: follow up to r1635521.
2014-11-20 Yann Ylavicmpm_event(opt), mpm_worker, mpm_prefork: follow up...
2014-11-17 Yann Ylavicmpm_event(opt), mpm_worker: follow up to r1635521.
2014-11-17 Yann Ylavicmpm_worker, mpm_prefork: follow up to r1635521.
2014-10-30 Yann YlavicMPMs, core: make duplicated listeners (SO_REUSEPORT...
2014-10-07 Yann Ylaviccore: follow up to r1629909: fix min_spare_threads...
2014-10-07 Yann Ylaviccore: ensure that MPMs return an error on runtime failu...
2014-10-07 Yann Ylavicmpms: enforce assertion that unreachable code is not...
2014-10-07 Yann Ylaviccore: Use process scoreboard to store each child's...
2014-08-26 Jan Kalužaworker MPM: Fix null-dereference crash when using ...
2014-06-16 Yann YlavicMark all unused/duplicated/closed child listeners as...
2014-06-07 Yann Ylavic-MPMs prefork & worker: avoid segfault with SAFE_ACCEPT...
2014-06-05 Jim Jagielskifix restart issues
2014-06-03 Jim JagielskiBreak out common code to be share-able
2014-06-03 Jim JagielskiNow allow MPMs to call ap_log_common()
2014-06-03 Jim JagielskiOptimize w/ duplicated listeners and use of SO_REUSEPORT
2014-05-13 Mike RumphFix some comment typos
2013-09-25 Jeff Trawick worker MPM: Don't forcibly kill worker threads if...
2013-01-15 Christophe JailletLog a warning if ThreadStackSize has an inappropriate...
2012-11-15 Jim Jagielskimissed one
2012-11-14 Jim Jagielskino longer needed
2012-11-14 Jim JagielskiPull out the "extended" pod functions used by event...
2012-10-07 Stefan FritschFix usage of MOD_* variables for MPM modules
2012-07-23 Jeff TrawickFollow up to r1363557:
2012-07-19 Jeff Trawickmpm_event, mpm_worker: Remain active amidst prevalent...
2012-07-19 Jeff Trawickmpm_event, mpm_worker: Fix cases where the spawn rate...
2011-12-07 Joe Orton* include/httpd.h, server/mpm/*/*.h: Tidy up doxygen...
2011-12-02 Stefan FritschAdd lots of unique tags to error log messages
2011-11-10 Jeff Trawickrevert accidental commit 1200129
2011-11-10 Jeff Trawickclean up unused ap_my_generation variable
2011-10-09 Stefan FritschIf a child is created just before graceful restart...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-09-19 Stefan FritschAdd wrappers for malloc, calloc, realloc that check...
2011-07-26 Stefan FritschInstall signal handlers for crashes before detaching...
2011-07-26 Stefan FritschReduce period during startup and restart where a succes...
2011-06-20 Stefan FritschLog the deprecation warning at level info, not warn
2011-06-20 Stefan FritschFix search'n'replace error: Actually warn if MaxClients...
2011-06-20 Stefan FritschRename MaxClients to MaxRequestWorkers which describes...
2011-04-25 Jeff TrawickAdd child_status hook for tracking creation/termination...
2011-03-30 Jeff TrawickSimplify the interface to ap_reclaim_child_processes...
2011-03-28 Jeff Trawickmpm_common.c implements a handful of config directives...
2011-03-28 Jeff Trawicksome non-MPM code wants to see DEFAULT_PIDLOG, so liber...
2011-03-28 Jeff Trawickconsolidate logic to remove the pidfile in a new API,
2011-03-26 Jeff TrawickSCOREBOARD_MAINTENANCE_INTERVAL is gone, except for...
2011-03-21 Joe Orton* server/mpm/prefork/prefork.c (set_signals): Ignore...
2011-03-05 Jeff Trawickworker, event, prefork: Correct several issues when...
2011-03-05 Jeff Trawickzap needless reinitialization of is_graceful on the 2nd
2011-03-04 Jeff Trawicksanity check use of volatile in prefork, worker, and...
2011-03-03 Jeff Trawickworker: child_main() never returns, so remove some...
2011-01-27 Jim JagielskiRevert an old (~10yr) change to the fd Q; move back to
2010-11-05 Eric CovenerPR#47782: compiled-in default for MaxConnectionsPerChil...
2010-10-12 Stefan FritschRename MaxRequestsPerChild to MaxConnectionsPerChild...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-06-06 Rainer JungSilence compiler warning.
2010-05-05 Jeff Trawickfix compile failure in r940981
2010-05-04 William A. Rowe JrCatch up with ap_[proc|global]_mutex_create api change
2010-03-12 Eric Covenerall signs indicate that status value is always -1 on...
2010-03-12 Eric Covenerreduce the warning level in the bindprocessor() call...
2010-02-16 Daniel Earl PoirierLog command line on startup, so there's a record of...
2010-02-08 Jeff Trawickchange the preprocessor define ap_accept_mutex_type...
2010-02-04 Daniel Earl Poirierworker: don't report server has reached MaxClients...
2009-12-29 Takashi Satostring constness
2009-11-23 Jeff TrawickReplace AcceptMutex, LockFile, RewriteLock, SSLMutex...
2009-11-03 Jeff TrawickChange the configure-based MPM build mechanism to suppo...
2009-11-03 Jeff Trawickmore configure-time support for dynamically loadable...
2009-09-25 Jim JagielskiEnhance ap_hook_monitor to pass along a server_rec (in
2009-09-16 Greg Ames* prevent a fork bomb if the accept mutex is clobbered...
2009-08-16 Ruediger Pluem* Do better checking of pollset operations in various...
2009-05-05 William A. Rowe JrEnsure all mpm's configure at config3
2009-04-17 Jeff TrawickMove logic to decide if an MPM is supported, and whethe...
2009-04-15 Greg Amesno longer amusing.
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-30 Jeff Trawickrename the new retained-data APIs to ap_retained_data_c...
2009-03-29 Jeff Trawickthe mpm_get_child_pid hook is unnecessary, as was the...
2009-03-29 Jeff TrawickCore can specify a platform-specific rewrite args hook...
2009-03-29 Mladen TurkRegister rewrite_args hook.
2009-03-26 Jeff Trawickprefork, worker, event:
2009-03-25 Jeff Trawickresurrect the old (pre-r757867) compiled-in MPM_NAME...
2009-03-25 Jeff TrawickThe rewrite-args hook isn't available to MPM DSOs....
2009-03-25 Jeff Trawickprefork, worker, and event MPMs: use retained-data...
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2009-02-09 Paul QuernaAdd conn_rec::current_thread.
2008-12-12 Chris DarrochI'm not 100% sure about this, but it seems to silence the
2008-12-02 Paul QuernaAPI Cleanup in preperation for 2.4.x, make sure all...
2008-11-04 Nick KewFurther unixd hacks to remove duplication between old...
2008-11-03 Nick KewSwitch all unix MPMs to use drop_privileges hook (mod_u...
2008-10-08 Ruediger Pluem* Recheck again if idle workers are still available...
2008-06-17 Greg Amesworker/event MPMs: graceful-stop doesn't work if the...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-07 Paul QuernaRemove ap_graceful_stop_signalled from all MPMs.
2008-03-04 Chris Darrochadd comment from event MPM's fdqueue ap_pop_pool()...
2008-02-22 Ruediger Pluem* Add hint to PR in comment. No functional change.
2008-02-22 Ruediger Pluem* Second part of fix for PR 44402:
2008-02-22 Nick KewWorker MPM: fix race condition
2007-07-20 Greg Amesthe cost of synchronized SMP proof updates far outweigh...
next