]> granicus.if.org Git - apache/history - server/mpm/worker
mpm_event,worker: Mask signals for threads created by modules in child init.
[apache] / server / mpm / worker /
2018-01-18 Yann Ylavicmpm_event,worker: Mask signals for threads created...
2018-01-04 Eric CovenerAdd "AcceptErrorsNonFatal" directive
2017-11-02 Yann Ylavicmpm_unix(es): cleanup properly on exit in one_process...
2017-09-28 Yann Ylaviccore, MPMs unix: follow up to r1809881.
2017-07-12 Jacob ChampionMakefile.in: merge typo fix from test-integration branch
2017-05-23 Jacob ChampionMerge in APR[-util] macros from branches/trunk-buildcon...
2017-02-21 Yann Ylavicmpm_worker: no mutex needed at ptrans' allocator level.
2017-02-21 Yann YlavicMPMs unix: Place signals handlers and helpers out of...
2017-02-20 Yann Ylavicmpm_worker: follow up to r1783755.
2016-08-11 Rainer JungFix spelling in comments and text files.
2016-06-25 Yann YlavicFollow up to r1737447: fix max_spare_threads lower...
2016-04-27 William A. Rowe Jr Ensure http2 follows http in the meaning of
2016-04-01 Yann Ylavicmpm_worker: follow up to r1737449.
2016-04-01 Yann Ylavicmpm_event, mpm_worker: No functional change.
2016-04-01 Yann Ylavicmpm_event, mpm_worker: Fix computation of MinSpareThrea...
2016-03-01 Yann Ylavicmpms: follow up to r1629925: more error reports.
2016-03-01 Yann Ylavicmpms: follow up to r1629925: more error reports.
2016-03-01 Yann YlavicRevert changes on mpm_event and mpm_worker from r1711479.
2016-02-23 Rainer JungJoin multi-line MPM startup log messages into
2016-01-19 Rainer JungAdded some more log numbers to log statements that
2016-01-19 Rainer JungAdded many log numbers to log statements that
2015-11-02 Stefan Eissingfixing compile errors due to if assignment warnings
2015-10-30 Jan KalužaFix crash in ap_mpm_pod_check call caused by NULL deref...
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...
next