]> granicus.if.org Git - apache/history - server/mpm/prefork
mpm_winnt: remove 'data' AcceptFilter in favor of 'connect'
[apache] / server / mpm / prefork /
2016-08-11 Rainer JungFix spelling in comments and text files.
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-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-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_{prefork,worker}: follow up to r1635521.
2014-11-20 Yann Ylavicmpm_event(opt), mpm_worker, mpm_prefork: follow up...
2014-11-17 Yann Ylavicmpm_prefork: 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: 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: follow up to r1629909: ap_daemons_to_start can...
2014-10-07 Yann Ylaviccore: Use process scoreboard to store each child's...
2014-08-18 Jan Kalužaprefork: Ignore SIGINT in child. This fixes race-condit...
2014-06-16 Yann YlavicFixed unused "ap_listen_rec *lr;" in prefork_run().
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
2012-10-07 Stefan FritschFix usage of MOD_* variables for MPM modules
2012-10-02 Jeff Trawickfollow up to r1387633: use the right exit code dependin...
2012-09-19 Joe Orton* server/mpm/prefork/prefork.c (child_main): Don't...
2012-07-19 Jeff Trawickfix child exit status in prefork after certain errors in
2012-03-12 Jim JagielskiMove away from DEFAULT_REL_RUNTIMEDIR and use ap_runtim...
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-10-09 Stefan FritschIf a child is created just before graceful restart...
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
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-06-06 Stefan FritschIntroduce ap_(get|set)_core_module_config() functions...
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-02 Jeff Trawickprefork in ONE_PROCESS mode:
2011-03-02 Jeff Trawickprefork: store pid in scoreboard for ONE_PROCESS mode
2011-02-26 Jeff Trawickfix some logging calls to include the server_rec
2011-02-08 Joe Orton* server/mpm/prefork/prefork.c (stop_listening, sig_ter...
2011-01-09 Stefan FritschFix ap_mpm_query results:
2010-11-05 Eric CovenerPR#47782: compiled-in default for MaxConnectionsPerChil...
2010-10-12 Jeff Trawickfix description of the change for PR43857; it is a...
2010-08-03 Stefan Fritschremove more unused variables
2010-06-06 Stefan FritschUse the new APLOG_USE_MODULE/AP_DECLARE_MODULE macros...
2010-05-12 Jeff Trawickreplace r942897 with the original submitted patch
2010-05-12 Jeff Trawickrevert the PR 43857 fix in r942897 based on a potential
2010-05-10 Jeff Trawickprefork MPM: Run cleanups for final request when proces...
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...
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-08-16 Ruediger Pluem* Do better checking of pollset operations in various...
2009-04-17 Jeff TrawickMove logic to decide if an MPM is supported, and whethe...
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 Jeff Trawickaxe ancient platform checks
2009-03-29 Mladen TurkRegister rewrite_args hook.
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 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 Trawickmain() now sets ap_server_conf()
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2009-02-12 Jeff TrawickFix a crash with r742218 by calling apr_os_thread_put...
2009-02-09 Paul QuernaAdd conn_rec::current_thread.
2009-01-07 Jeff Trawickprefork: Fix child process hang during graceful restart...
2009-01-07 Jeff TrawickRelease the accept mutex after receiving the shutdown...
2009-01-07 Jeff TrawickAs jorton discovered, recent Linux kernels have a new...
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-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-07 Paul QuernaRemove ap_graceful_stop_signalled from all MPMs.
next