]> granicus.if.org Git - apache/history - server/mpm/config.m4
properly merge directory configs in mod_include
[apache] / server / mpm / config.m4
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 Brian HavardBrind OS/2 MPM up to date with current API.
2009-11-03 Jeff Trawickmore configure-time support for dynamically loadable...
2009-10-10 Takashi Satoconfigure: Fix THREADED_MPMS so that mod_cgid is
2009-04-17 Jeff TrawickMove logic to decide if an MPM is supported, and whethe...
2009-03-31 Jeff Trawickstop exporting APACHE_MPM_DIR to modules -- unclear...
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-26 Jeff Trawickfinish removing OS/2 MPM
2009-03-26 Jeff Trawickfinish removing BeOS MPM
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-24 Jeff TrawickAllow building httpd without a built-in MPM by specifying
2009-03-24 Jeff TrawickIntroduce a new set of APIs to allow MPMs to be proper...
2008-10-28 Paul QuernaAdd a work in progress, a completely new, "Simple MPM".
2006-07-15 Paul QuernaBring in basic support for building the winnt MPM under...
2005-08-23 Colm MacCarthaighRemove support for the threaded-mpm's on Linux 2.0...
2005-03-08 Paul QuernaAdd ap_mpm_is_experimental and ap_mpm_is_threaded....
2004-11-20 Paul QuernaThe Event MPM.
2003-03-07 Jeff Trawickclean up the invocation of APR_CHECK_APR_DEFINE()...
2002-04-18 Justin ErenkrantzPerchild has been deemed experimental and has been...
2002-04-16 Justin ErenkrantzAdd warning message when selecting an experimental...
2002-04-16 Brian PaneAdded support for the threadpool MPM
2002-04-12 Brian PaneAdded support for MPMs that live in subdirectories...
2002-01-28 Brian HavardUpdate --with-mpm help text wrt available OS/2 MPM...
2001-11-26 Ryan BloomWe must use absolute paths or we break VPATH builds.
2001-11-21 Jeff TrawickBail out at configure time if an invalid MPM was specified.
2001-11-19 Jeff TrawickGet rid of threaded MPM. This commit has the actual...
2001-09-30 Justin ErenkrantzKill two autoconf-related birds with one commit.
2001-08-07 Jeff TrawickUse the prefork MPM by default on Unix.
2001-07-30 Ryan BloomAdd the worker MPM. The name is probably horrible...
2001-05-05 Ralf S. EngelschallCosmetics: align the entry of MPMs in "configure -...
2001-04-03 Ryan BloomMake Apache check APR's configuration when determining...
2001-02-21 Jeff TrawickGet rid of Apache's concern for foo_CHECK_SIGWAIT_ONE_ARG.
2001-02-20 Roy T. FieldingUpdate APR macro usage to new name-protected names.
2001-02-16 Ryan BloomRename the mpmt_pthread module to threaded. This modul...
2001-02-13 Ryan BloomFix some spelling mistakes and remove the mpmt_beos...
2001-02-13 Ryan BloomRemove the dexter MPM. This has been replaced with...
2000-12-04 Ryan BloomGet Apache to configure completely again. This still...
2000-08-23 Jim JagielskiTry to organize the MPM pre-selection to the hints...
2000-07-27 Ryan BloomAdd a new MPM. Currently this is almost an exact copy...
2000-07-25 Ryan BloomREmove the mpmt MPM. This also removes all of the...
2000-07-23 Sascha SchumannFix VPATH builds
2000-07-11 Ryan BloomRemove all pthreads calls from the mpmt MPM prefork...
2000-07-09 Ryan BloomFix building the mpmt MPM. The problem was that IfModu...
2000-07-08 Jim JagielskiAck. is the variable
2000-07-08 Jim JagielskiWe already depend on these autoconf functions
2000-07-08 Greg Steinthe new "mpmt" MPM is busted. the config system didn...
2000-07-07 Ryan BloomInitial version of the mpmt MPM. This MPM can emulate...
2000-06-12 Ryan BloomAll of Apache uses APR for shared memory, so Apache...
2000-06-10 Ryan BloomCleanup more of the Apache configuration. This removes...
2000-06-07 Jeff TrawickChange the mmap() feature test to check only for existence.
2000-04-30 Sascha SchumannWork around the non-working pthread.h detection on...
2000-04-29 Sascha SchumannAdd ap_sigwait() to support old-style sigwait().
2000-03-03 Brian HavardDefault to spmt_os2 on OS/2
2000-02-07 David ReidThese changes allow the MPM to be selected based on...
2000-01-26 Brian HavardOnly check for pthreads for mpms that actually need...
2000-01-16 Sascha SchumannMove threads/reentrancy m4 macros into threads.m4....
2000-01-11 Sascha SchumannThese changes are committed together, because they...
1999-12-24 Ryan BloomFix the threads check so it works on non-bash shells.
1999-12-24 Ryan BloomFinish the MPM decision logic. This moves the threads...
1999-12-23 Ryan BloomFirst stab at logic to determine which threading librar...
1999-12-20 Manoj KasichainulaEliminate the .h.stub files; AC_DEFINE can generate...
1999-12-05 Ryan BloomI shouldn't have to explicitly provide an MPM. I am...
1999-12-05 Manoj Kasichainulaautoconf: Generate modules.c based on configuration...
1999-11-29 Manoj KasichainulaThe second part of the big autoconf patch, which actual...