]> granicus.if.org Git - apache/history - server/mpm/worker/worker.c
Add child_status hook for tracking creation/termination of MPM child
[apache] / server / mpm / worker / worker.c
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 Trawickconsolidate logic to remove the pidfile in a new API,
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...
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-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-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-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-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.
2007-07-20 Greg Amesthe cost of synchronized SMP proof updates far outweigh...
2007-06-29 Joe OrtonAdd alternative fixes for CVE-2007-3304:
2007-06-29 Joe OrtonRevert r547987 ("svn merge -c -547987 .")
2007-06-16 Jim JagielskiPID table impl: parent process keeps a local table...
2006-12-24 Jeff Trawickremove a bit of useless code from worker and event...
2006-12-07 Ruediger Pluem* Remove an unused variable and thus fix a compiler...
2006-10-18 Chris Darrochadded APR_THREAD_FUNC on listener_thread() in event...
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-08-14 Chris DarrochIntroduce a check_config phase between pre_config and...
2006-07-11 Roy T. Fieldingupdate license header text
2006-05-26 Chris DarrochOn graceless shutdown or restart, send AP_SIG_GRACEFUL...
2006-05-26 Chris DarrochMake the worker and event MPMs not touch the scoreboard...
2006-05-07 Nick KewInitialise server generation (Chris Darroch)
2006-05-03 Greg AmesPR 39275. don't fork MaxClients worth of processes...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-14 Greg Amesdecouple the two scoreboard full messages
2006-04-13 Greg AmesMaxClients isn't the only reason the scoreboard can...
2006-02-13 Garrett RooneyMake the worker and event MPMs support GracefulShutdown...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-08 Jeff Trawickuse Greg's cleaner fix for CAN-2005-2970
2005-09-30 Jeff TrawickSECURITY: CAN-2005-2970 (cve.mitre.org)
2005-08-31 Colm MacCarthaighRevert one part. I should have tested seperately. This...
2005-08-31 Colm MacCarthaighActually allow the admin to set thread_limit higher...
2005-08-31 Jim JagielskiMore getpid format fixes
2005-08-29 Colm MacCarthaigh*how* did I mis-spell that.
2005-08-29 Colm MacCarthaighMove the "GracefulShutdownTimeout" command definition...
2005-08-27 Colm MacCarthaighImplement a graceful-stop for the worker MPM. We close...
2005-08-24 Colm MacCarthaighImplement "de-listening" in the worker MPM. Fixes PR281...
2005-05-31 Jeff Trawickdowngrade the log level of a proc_mutex_unlock error...
2005-05-19 Joe Orton* server/mpm/worker/worker.c (listener_thread): Create...
2005-05-06 Greg Amesmissed a couple.
2005-05-04 Greg Amesworker and event mpms: transient thread creation errors...
2005-04-05 Greg Amesthe style police have been sleeping
2005-03-05 Jeff Trawickworker MPM/mod_status: Support per-worker tracking...
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-03-15 Jeff Trawickuse existing directive name ThreadStackSize instead of
2004-03-11 Jeff TrawickThreaded MPMs for Unix and Win32: Add WorkerStackSize...
2004-02-09 André Malofix name of The Apache Software Foundation
2004-02-08 André Malofix copyright dates according to the first checkin
2004-02-06 André Maloapply Apache License, Version 2.0
2004-01-28 Jeff Trawickworker MPM: fix stack overlay bug that could cause...
2004-01-27 Jeff TrawickUnix MPMs: Stop dropping connections when the file...
2004-01-01 André Maloupdate license to 2004.
2003-12-13 Jeff Trawickremove inadvertent commit of clumsy gdb workaround...
2003-12-13 Jeff Trawickupdate leader, threadpool, and worker MPMs to return...
2003-11-24 Brian Paneremove calls to the apr_proc_other_child_read function...
2003-11-16 Greg SteinSwitch over to the new pollset API.
2003-09-05 Jeff TrawickLower the severity of the "listener thread didn't exit...
2003-09-05 Jeff TrawickFix a misleading message from the some of the threaded...
2003-08-28 Cliff WoolleyUpdated the various MPM's to use the new bucket_alloc_c...
2003-08-27 Bradley NicholesMake sure that the global ap_max_mem_free is initialize...
2003-04-09 Jeff Trawickconsolidate code related to sig_coredump
2003-02-03 André Malofinished that boring job:
2002-08-28 Jim JagielskiAdjust the descriptions of these directives, avoid...
2002-08-21 Jim JagielskiMinor error log typo
next