]> granicus.if.org Git - apache/history - server/mpm
mod_session_cookie: Add a session implementation capable of storing
[apache] / server / mpm /
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...
2006-10-17 Chris Darrochrename routines from worker MPM to match normal MPM...
2006-09-29 Joe Orton* server/mpm/prefork/prefork.c (prefork_check_config...
2006-09-05 Jeff TrawickReplace ap_get_server_version with ap_get_server_banner...
2006-08-18 André Malofix eol-style
2006-08-14 Chris DarrochIntroduce a check_config phase between pre_config and...
2006-08-02 Mladen TurkFix return values from wait_for_many_objects.
2006-08-02 Mladen TurkRevert the patch. Although the problem still exists
2006-08-02 Mladen TurkFix the assertion if the WaitForMutipleObjects
2006-07-15 Paul QuernaBring in basic support for building the winnt MPM under...
2006-07-11 Roy T. Fieldingupdate license header text
2006-05-26 Chris DarrochOn graceless shutdown or restart, send AP_SIG_GRACEFUL...
2006-05-26 Chris DarrochMake the worker and event MPMs not touch the scoreboard...
2006-05-10 Joe Orton* server/mpm/prefork/prefork.c (child_main): Tag pchild.
2006-05-07 Nick KewInitialise server generation (Chris Darroch)
2006-05-03 Greg AmesPR 39275. don't fork MaxClients worth of processes...
2006-04-27 William A. Rowe Jr Remove all /machine:I386 references, these are gettin...
2006-04-19 William A. Rowe Jr s|/GX |/EHsc | because they were always synonyms...
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2006-04-14 Greg Amesdecouple the two scoreboard full messages
2006-04-13 Greg AmesMaxClients isn't the only reason the scoreboard can...
2006-02-25 Garrett RooneyFill in the scoreboard's tid field in the event MPM...
2006-02-13 Garrett RooneyMake the worker and event MPMs support GracefulShutdown...
2005-12-31 Brian PaneRemoved the destruction of the bucket allocator prior to
2005-11-27 Brian PaneWhen computing the timeouts for keepalives and write...
2005-11-20 Brian Paneremove an obsolete comment
2005-11-16 Jim JagielskiNo functional change: remove "internal" tab spacing...
2005-11-13 Brian PaneMinor refactoring: move the creation of the pollset...
2005-11-10 Jim JagielskiNo functional change: more indenting/formatting changes...
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-10-24 Brian PaneAsync write completion for Event MPM
2005-10-08 Greg Amesremove the recycled_pool variable to keep it more in...
2005-10-08 Greg Amesremove obsolete constant
2005-10-08 Jeff Trawickuse Greg's cleaner fix for CAN-2005-2970
2005-10-03 Colm MacCarthaighRemove some trailing spaces. Syncs with 2.2.x.
2005-09-30 Jeff TrawickSECURITY: CAN-2005-2970 (cve.mitre.org)
2005-09-19 Joe Orton* server/mpm/prefork/prefork.c: Add volatile qualifier...
2005-09-17 Greg Amesget rid of an obsolete comment. the separate event...
2005-09-09 Paul QuernaMove the timeout mutex up, to limit the time we are...
2005-08-31 Colm MacCarthaighInitiliase all of the first_*_limit variables to zero...
2005-08-31 Colm MacCarthaighRevert one part. I should have tested seperately. This...
2005-08-31 Colm MacCarthaighActually allow the admin to set thread_limit higher...
2005-08-31 Jim JagielskiAdd ap_append_pid(); This is performed enough to warrant
2005-08-31 Jim JagielskiMore getpid format fixes
2005-08-29 Colm MacCarthaighImplement graceful stop in the event MPM. Implementatio...
2005-08-29 Colm MacCarthaigh*how* did I mis-spell that.
2005-08-29 Colm MacCarthaighMove the "GracefulShutdownTimeout" command definition...
2005-08-28 Ian HolsmanDoxygen fixup / cleanup
2005-08-27 Colm MacCarthaighImplement a graceful-stop for the worker MPM. We close...
2005-08-27 Colm MacCarthaighRe-add a simple, obvious, speed-up.
2005-08-27 Colm MacCarthaighRemove as many ghastly scoreboard loops from the gracef...
2005-08-26 Colm MacCarthaighMove the "GracefulShutdownTimeout" directive into mpm_c...
2005-08-26 Colm MacCarthaighImplement a "graceful-stop" for the prefork MPM (might...
2005-08-24 Colm MacCarthaighImplement "de-listening" in the worker MPM. Fixes PR281...
2005-08-24 Colm MacCarthaighImplement "de-listening" for graceful restarts with...
2005-08-23 Colm MacCarthaighRemove support for the threaded-mpm's on Linux 2.0...
next