| Commit message (Expand) | Author | Age | Files | Lines |
* | Add a work in progress, a completely new, "Simple MPM". | Paul Querna | 2008-10-28 | 1 | -2/+2 |
* | Bring in basic support for building the winnt MPM under mingw32, using the au... | Paul Querna | 2006-07-15 | 1 | -2/+2 |
* | Remove support for the threaded-mpm's on Linux 2.0, and de-autoconf the | Colm MacCarthaigh | 2005-08-23 | 1 | -0/+16 |
* | Add ap_mpm_is_experimental and ap_mpm_is_threaded. Use these instead of chec... | Paul Querna | 2005-03-08 | 1 | -2/+20 |
* | The Event MPM. | Paul Querna | 2004-11-20 | 1 | -3/+3 |
* | clean up the invocation of APR_CHECK_APR_DEFINE()... | Jeff Trawick | 2003-03-07 | 1 | -1/+1 |
* | Perchild has been deemed experimental and has been moved to | Justin Erenkrantz | 2002-04-18 | 1 | -1/+1 |
* | Add warning message when selecting an experimental MPM. | Justin Erenkrantz | 2002-04-16 | 1 | -0/+1 |
* | Added support for the threadpool MPM | Brian Pane | 2002-04-16 | 1 | -3/+3 |
* | Added support for MPMs that live in subdirectories under server/mpm | Brian Pane | 2002-04-12 | 1 | -6/+13 |
* | Update --with-mpm help text wrt available OS/2 MPM name. | Brian Havard | 2002-01-28 | 1 | -1/+1 |
* | We must use absolute paths or we break VPATH builds. | Ryan Bloom | 2001-11-26 | 1 | -1/+1 |
* | Bail out at configure time if an invalid MPM was specified. | Jeff Trawick | 2001-11-21 | 1 | -0/+3 |
* | Get rid of threaded MPM. This commit has the actual code changes. | Jeff Trawick | 2001-11-19 | 1 | -2/+2 |
* | Kill two autoconf-related birds with one commit. | Justin Erenkrantz | 2001-09-30 | 1 | -2/+2 |
* | Use the prefork MPM by default on Unix. | Jeff Trawick | 2001-08-07 | 1 | -1/+1 |
* | Add the worker MPM. The name is probably horrible, but I couldn't come | Ryan Bloom | 2001-07-30 | 1 | -2/+2 |
* | Cosmetics: align the entry of MPMs in "configure --help" output | Ralf S. Engelschall | 2001-05-05 | 1 | -1/+1 |
* | Make Apache check APR's configuration when determining the default MPM. | Ryan Bloom | 2001-04-03 | 1 | -15/+3 |
* | Get rid of Apache's concern for foo_CHECK_SIGWAIT_ONE_ARG. | Jeff Trawick | 2001-02-21 | 1 | -2/+0 |
* | Update APR macro usage to new name-protected names. | Roy T. Fielding | 2001-02-20 | 1 | -1/+1 |
* | Rename the mpmt_pthread module to threaded. This module has moved from | Ryan Bloom | 2001-02-16 | 1 | -3/+3 |
* | Fix some spelling mistakes and remove the mpmt_beos MPM from the config.m4 | Ryan Bloom | 2001-02-13 | 1 | -1/+1 |
* | Remove the dexter MPM. This has been replaced with the Perchild MPM. | Ryan Bloom | 2001-02-13 | 1 | -2/+2 |
* | Get Apache to configure completely again. This still doesn't build, but | Ryan Bloom | 2000-12-04 | 1 | -2/+2 |
* | Try to organize the MPM pre-selection to the hints.m4 file. | Jim Jagielski | 2000-08-23 | 1 | -9/+3 |
* | Add a new MPM. Currently this is almost an exact copy of the dexter MPM. | Ryan Bloom | 2000-07-27 | 1 | -2/+2 |
* | REmove the mpmt MPM. This also removes all of the config logic required | Ryan Bloom | 2000-07-25 | 1 | -43/+0 |
* | Fix VPATH builds | Sascha Schumann | 2000-07-23 | 1 | -2/+3 |
* | Remove all pthreads calls from the mpmt MPM prefork emulation. This makes | Ryan Bloom | 2000-07-11 | 1 | -3/+4 |
* | Fix building the mpmt MPM. The problem was that IfModule uses the name of | Ryan Bloom | 2000-07-09 | 1 | -0/+14 |
* | Ack. is the variable | Jim Jagielski | 2000-07-08 | 1 | -1/+1 |
* | We already depend on these autoconf functions | Jim Jagielski | 2000-07-08 | 1 | -3/+5 |
* | the new "mpmt" MPM is busted. the config system didn't listen to me when I | Greg Stein | 2000-07-08 | 1 | -7/+14 |
* | Initial version of the mpmt MPM. This MPM can emulate dexter, mpmt_pthread, | Ryan Bloom | 2000-07-07 | 1 | -2/+23 |
* | All of Apache uses APR for shared memory, so Apache doesn't need to check | Ryan Bloom | 2000-06-12 | 1 | -1/+0 |
* | Cleanup more of the Apache configuration. This removes all of the shared | Ryan Bloom | 2000-06-10 | 1 | -18/+0 |
* | Change the mmap() feature test to check only for existence. | Jeff Trawick | 2000-06-07 | 1 | -2/+1 |
* | Work around the non-working pthread.h detection on OpenBSD. | Sascha Schumann | 2000-04-30 | 1 | -13/+6 |
* | Add ap_sigwait() to support old-style sigwait(). | Sascha Schumann | 2000-04-29 | 1 | -0/+1 |
* | Default to spmt_os2 on OS/2 | Brian Havard | 2000-03-03 | 1 | -0/+2 |
* | These changes allow the MPM to be selected based on platform. At present it | David Reid | 2000-02-07 | 1 | -1/+5 |
* | Only check for pthreads for mpms that actually need it rather than assuming | Brian Havard | 2000-01-26 | 1 | -2/+2 |
* | Move threads/reentrancy m4 macros into threads.m4. All results are now | Sascha Schumann | 2000-01-16 | 1 | -1/+1 |
* | These changes are committed together, because they depend on each other. | Sascha Schumann | 2000-01-11 | 1 | -22/+21 |
* | Fix the threads check so it works on non-bash shells. | Ryan Bloom | 1999-12-24 | 1 | -1/+1 |
* | Finish the MPM decision logic. This moves the threads checking stuff into | Ryan Bloom | 1999-12-24 | 1 | -0/+12 |
* | First stab at logic to determine which threading library to use. This also | Ryan Bloom | 1999-12-23 | 1 | -2/+0 |
* | Eliminate the .h.stub files; AC_DEFINE can generate the necessary | Manoj Kasichainula | 1999-12-20 | 1 | -3/+6 |
* | I shouldn't have to explicitly provide an MPM. I am setting the default | Ryan Bloom | 1999-12-05 | 1 | -2/+4 |