]> granicus.if.org Git - apache/history - server/mpm
this security API needs some loving, a warning at least for SYSTEM/LocalSystem
[apache] / server / mpm /
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...
2008-06-05 William A. Rowe JrFor winnt_mpm console mode, always reset our console...
2008-04-07 Paul QuernaRemove all references to CORE_PRIVATE.
2008-04-07 Paul QuernaRemove ap_graceful_stop_signalled from all MPMs.
2008-03-04 Chris Darrochadd comment from event MPM's fdqueue ap_pop_pool()...
2008-02-22 Ruediger Pluem* Add hint to PR in comment. No functional change.
2008-02-22 Ruediger Pluem* Second part of fix for PR 44402:
2008-02-22 Nick KewWorker MPM: fix race condition
2008-02-08 Tony StevensonAs per PR 41823 - s/apache.exe/httpd.exe
2008-01-18 Joe Orton* server/mpm/prefork/prefork.c (child_main): If apr_pol...
2008-01-18 Joe Orton* server/mpm/prefork/prefork.c (child_main): Unlock...
2008-01-06 William A. Rowe JrEliminate silly redundancy
2008-01-06 William A. Rowe JrCopying this code requires a (global) pool and rv decla...
2008-01-06 William A. Rowe JrResolve console-mode stdout file descriptor issues...
2008-01-05 William A. Rowe Jrwinnt_mpm: Restore Win32DisableAcceptEx On directive...
2007-12-31 William A. Rowe JrClose the child_exit_event which lives only for the...
2007-12-29 William A. Rowe JrFix winnt bucket_alloc to borrow memory from the transa...
2007-09-28 William A. Rowe JrCorrect the approach to std file handles by simplifying...
2007-09-11 Paul QuernaDon't call into get_worker while holding the timeout_li...
2007-09-05 William A. Rowe JrRefactor releasing the child processes by eliminating the
2007-08-22 William A. Rowe JrClean up leaking pipes, and resolve pipe issues later...
2007-08-20 Paul QuernaRework locking on timeout_mutex. We now drop (and...
2007-08-20 Paul QuernaUse APR_STATUS_IS_NOTFOUND() rather than comparing...
2007-08-07 Nick KewPR 42572: crash in Windows MPM
2007-08-07 Nick KewPR 42572: crash in Windows MPM
2007-08-07 Jim JagielskiAdd comments that make it clear that we are using
2007-08-06 Jim JagielskiThese atomics expect apr_uint32_t *... The expectation...
2007-08-06 Jim JagielskiAha! This explains some of the weird things I was seeing.
2007-07-20 Greg Amesthe cost of synchronized SMP proof updates far outweigh...
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2007-07-03 Jim JagielskiRename relatively useless struct element for something...
2007-06-29 Joe Orton* server/mpm/prefork/prefork.c (child_main): Stop proce...
2007-06-29 Joe OrtonAdd alternative fixes for CVE-2007-3304:
2007-06-29 Joe OrtonRevert r547987 ("svn merge -c -547987 .")
2007-06-29 Joe Orton* server/mpm/prefork/prefork.c (reap_children),
2007-06-16 Jim JagielskiPID table impl: parent process keeps a local table...
2007-06-13 Paul QuernaRather than handling lingering closes inline, fall...
2007-06-12 Paul QuernaAdd a clogging_input_filters variable to the conn_rec...
2007-02-08 Jeff Trawickfix spelling error in a comment
2007-01-11 William A. Rowe JrEmbed the .manifest files of all httpd binaries as...
2007-01-09 William A. Rowe JrA slightly more effective message, keep hammering Accep...
2007-01-09 William A. Rowe JrSomeone clearly never read the style guide :-/ Reforma...
2007-01-02 Chris DarrochCreate pmain pool and run modules' child_init hooks...
2007-01-02 Chris DarrochDestroy pmain pool when exiting ap_mpm_run() so that...
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-12-07 William A. Rowe JrSimilar change to r483553 to help developers work in...
2006-10-18 Chris Darrochadded APR_THREAD_FUNC on listener_thread() in event...
next