]> granicus.if.org Git - apache/history - server/mpm
support --enable-mpms-shared (without argument) and --disable-mpms-shared
[apache] / server / mpm /
2009-11-15 Jeff Trawicksupport --enable-mpms-shared (without argument) and...
2009-11-14 Jeff TrawickImprove hack to "determine" if APR supports thread...
2009-11-04 Jeff Trawicktweak MPM configure to avoid having to grep for MPM...
2009-11-03 Jeff Trawickrespect the MPM's indication passed on APACHE_MPM_SUPPO...
2009-11-03 Jeff TrawickChange the configure-based MPM build mechanism to suppo...
2009-11-03 Jeff Trawick--with-mpm and --enable-mpms-shared:
2009-11-03 Brian HavardBrind OS/2 MPM up to date with current API.
2009-11-03 Jeff Trawickmore configure-time support for dynamically loadable...
2009-11-02 Jeff Trawickfollow up r791309 with additional changes to accommodat...
2009-10-10 Takashi Satoconfigure: Fix THREADED_MPMS so that mod_cgid is
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-08-16 Brian HavardBring OS/2 MPM back from the dead.
2009-07-05 Guenter Knauffirst hacks to make mpm_netware usable again; not ready...
2009-06-28 Paul Querna* server/mpm/simple/simple_run.c
2009-06-28 Paul QuernaOnly remove sockets from the pollcb when they have...
2009-06-28 Paul Quernaserver/mpm/simple/simple_run.c
2009-05-15 William A. Rowe JrDrop exit value (always NO_ERROR, needs work). Pass...
2009-05-15 William A. Rowe JrPick up earlier SHUTDOWN notification
2009-05-06 Rainer JungMove comment block closer to related function.
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 Trawickclean up apr_time_from_msec() compatibility macros
2009-04-01 Jeff Trawickmpm-query hook: distinguish between DECLINED and APR_EN...
2009-03-31 Jeff Trawickstop exporting APACHE_MPM_DIR to modules -- unclear...
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-28 Paul QuernaIf serf is available, compile in driving the serf event...
2009-03-27 Jim JagielskiOooooooooooo look a commit! Wow!
2009-03-27 Jeff TrawickThe Event MPM is no longer experimental; move it out...
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 Trawickfinish removing OS/2 MPM
2009-03-26 Jeff Trawickremove OS/2 MPM
2009-03-26 Jeff Trawickfinish removing BeOS MPM
2009-03-26 Jeff Trawickaxe BeOS MPM
2009-03-26 Jeff Trawickprefork, worker, event:
2009-03-26 Jeff Trawickaxe the unnecessary AP_MPM_HARD_LIMITS_FILE
2009-03-26 Jeff Trawickremove leader, perchild, and threadpool MPMs (other...
2009-03-26 Jim Jagielskiprefork is soooooo 1990s. make new default simple
2009-03-26 Jeff Trawickspellcheck
2009-03-25 William A. Rowe Jrcloser to compiling
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 Trawickchange the allocation path for the simple MPM's retaine...
2009-03-25 Jeff Trawickfix function names in trace messages
2009-03-25 Jeff Trawickprefork, worker, and event MPMs: use retained-data...
2009-03-25 Jeff Trawickheader file tweaks required for compilability
2009-03-24 Jeff Trawickmain() now sets ap_server_conf()
2009-03-24 Jeff TrawickAllow building httpd without a built-in MPM by specifying
2009-03-24 William A. Rowe Jrshoot ourselves in the foot
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2009-03-05 William A. Rowe JrUntil APR is actually fixed between apr_os_sock_make...
2009-03-05 William A. Rowe JrUse a single event for the lifetime of the 'AcceptFilte...
2009-03-04 William A. Rowe JrImplement Event-Based accept for 'AcceptMutex none...
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-24 William A. Rowe Jra better and valid message
2009-01-21 Rainer JungFix two small glitches in r730828 (Win9x code
2009-01-16 William A. Rowe JrIntroduce Win32 AcceptFilter handling.
2009-01-16 William A. Rowe Jrtwo more never-used functions to redact from child.c
2009-01-16 William A. Rowe Jrthis security API needs some loving, a warning at least...
2009-01-16 William A. Rowe Jrapr_proc_mutex.h is called for by this very header
2009-01-16 William A. Rowe Jrreverting 735080, starting over, sorry
2009-01-16 William A. Rowe Jrapr_proc_mutex.h is called for by this very header
2009-01-09 William A. Rowe Jrreorganize some internal 'externals'
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...
2009-01-06 William A. Rowe Jrrip child.c-specific macros away from mpm_winnt.h
2009-01-06 William A. Rowe Jrrename private COMP_CONTEXT to winnt_conn_ctx_t and...
2009-01-03 William A. Rowe JrFurther Win9x code elimination and simplification
2009-01-03 Rainer JungClean up thread and process number defaults
2009-01-02 William A. Rowe JrDrop support for Service Description labels from <...
2009-01-02 William A. Rowe JrAxe Win9x codepath, including Win32DisableAcceptEx...
2009-01-02 Rainer JungInclude mpm_common.h in simple_run.c in order
2008-12-21 Paul QuernaFix mixed declarations and code.
2008-12-12 Chris DarrochSilence compiler warnings in the same manner as for the
2008-12-12 Chris DarrochI'm not 100% sure about this, but it seems to silence the
2008-12-08 Ruediger Pluem* Remove unused variable
2008-12-02 Paul QuernaAPI Cleanup in preperation for 2.4.x, make sure all...
2008-11-20 Paul QuernaFix MaxRequestsPerChild on the Event MPM. It hasn...
2008-11-04 Nick KewFurther unixd hacks to remove duplication between old...
2008-11-03 Paul QuernaMake sure we clear out previous things we were listenin...
2008-11-03 Nick KewSwitch all unix MPMs to use drop_privileges hook (mod_u...
2008-11-01 Paul QuernaConvert events to have an associated pool.
2008-11-01 Paul QuernaReset the timers when in the child -- this prevents...
2008-11-01 Paul QuernaRemove extra log line with how many threads are being...
2008-11-01 Paul QuernaMove creation of the pollcb object to after we fork...
2008-10-30 Jim JagielskiMake a valid prototype
2008-10-30 Paul QuernaBasic support for spawning children porcesses via fork...
2008-10-30 Paul QuernaRemove completed todo items.
2008-10-30 Paul Quernareindent according to our coding style: <http://httpd...
2008-10-30 Paul QuernaCreate a new drop_privileges hook for the Simple MPM.
next