]> granicus.if.org Git - apache/history - server/mpm
Revert r774755: ap_server_root_relative() for
[apache] / server / mpm /
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.
2008-10-30 Paul QuernaRemove SimpleUser configuration command, this will...
2008-10-29 Nick KewIntroduce modules/system, and mod_unixd.c
2008-10-29 Paul QuernaImprove ability to compile on C90 Compilers.
2008-10-28 Paul Querna* server/mpm/simple/simple_io.c: s/simple_io_timeut_cb...
2008-10-28 Paul Querna* simple_io.c line 111 and 145 cause a build falure...
2008-10-28 Paul Querna* server/mpm/simple/simple_{event,run}.c: Turn off...
2008-10-28 Paul QuernaAdd a work in progress, a completely new, "Simple MPM".
2008-10-08 Ruediger Pluem* Recheck again if idle workers are still available...
2008-09-26 William A. Rowe JrReimplement ThreadStackSize to behave as on unix for any
2008-09-26 William A. Rowe JrThe last two of several helper threads which do not...
2008-09-26 William A. Rowe JrThe next of several helper threads which do not need...
2008-09-26 William A. Rowe JrThe first of several helper threads which do not need...
2008-09-26 William A. Rowe JrTrack the internal stack_res_flag for properly constraining
2008-09-26 William A. Rowe JrCoredumpDir useless on win32; implementing toolhelp...
2008-09-20 Paul QuernaAdd dummy ap_mpm_register_timed_callback for other...
2008-09-20 Paul QuernaIntroduce Suspendable Requests to the Event MPM.
2008-06-17 Greg Amesworker/event MPMs: graceful-stop doesn't work if the...
2008-06-17 Greg Amesget the Event MPM to compile again
2008-06-06 William A. Rowe Jris_graceful means nothing in the mpm_winnt
2008-06-05 William A. Rowe JrThe environment may be manipulated by modules such...
next