]> granicus.if.org Git - apache/history - server/mpm/event/event.c
Cleanup effort in prep for GA push:
[apache] / server / mpm / event / event.c
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 FritschNew AsyncRequestWorkerFactor directive to influence...
2011-06-20 Stefan FritschRemove dead assignment, as pointed out by Chris Wilson...
2011-06-20 Stefan FritschRename MaxClients to MaxRequestWorkers which describes...
2011-06-19 Stefan FritschSome improvements for handling of many connections...
2011-06-18 Stefan FritschIf MaxMemFree is set, limit the number of recycled...
2011-06-18 Stefan FritschSome logging tweaks
2011-06-18 Stefan FritschFormatting changes, reuse 'now' variable instead of...
2011-06-18 Stefan FritschFix graceful restart aborting connections
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 Trawickevent: child_main() never returns, so remove some dead...
2010-10-12 Stefan FritschRename MaxRequestsPerChild to MaxConnectionsPerChild...
2010-09-24 Jeff TrawickFix crash accessing pollset on worker thread when child...
2010-08-04 Stefan FritschRe-add AP_DEBUG_ASSERTs that were wrongly removed in...
2010-08-03 Stefan Fritschremove more unused variables
2010-06-13 Stefan FritschFix MPM event/libserf build problems: If libserf was...
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-05-24 Jeff Trawickodd assortment of spelling fixes
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...
2009-11-21 Jeff Trawickaxe some vestiges of Event's accept mutex
2009-09-25 Jim JagielskiEnhance ap_hook_monitor to pass along a server_rec (in
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 Trawickclean up apr_time_from_msec() compatibility macros
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-28 Paul QuernaIf serf is available, compile in driving the serf event...
2009-03-27 Jeff TrawickThe Event MPM is no longer experimental; move it out...