index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
server
/
mpm
/
config.m4
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
m4: please any autoconf by quoting AC_DEFUN's names. PR 58126.
Yann Ylavic
2015-10-05
1
-2
/
+2
*
Disable event/eventopt if apr skiplist isn't available
Jeff Trawick
2013-10-05
1
-0
/
+11
*
Improve hack to "determine" if APR supports thread-safe pollsets by hiding the
Jeff Trawick
2009-11-14
1
-9
/
+18
*
tweak MPM configure to avoid having to grep for MPM names in lists
Jeff Trawick
2009-11-05
1
-11
/
+18
*
respect the MPM's indication passed on APACHE_MPM_SUPPORTED() of whether
Jeff Trawick
2009-11-04
1
-0
/
+12
*
Change the configure-based MPM build mechanism to support building
Jeff Trawick
2009-11-03
1
-1
/
+5
*
Brind OS/2 MPM up to date with current API.
Brian Havard
2009-11-03
1
-1
/
+1
*
more configure-time support for dynamically loadable MPMs:
Jeff Trawick
2009-11-03
1
-3
/
+10
*
configure: Fix THREADED_MPMS so that mod_cgid is
Takashi Sato
2009-10-10
1
-1
/
+1
*
Move logic to decide if an MPM is supported, and whether the MPM is
Jeff Trawick
2009-04-17
1
-56
/
+64
*
stop exporting APACHE_MPM_DIR to modules -- unclear why this was ever necessa...
Jeff Trawick
2009-03-31
1
-5
/
+2
*
Oooooooooooo look a commit! Wow!
Jim Jagielski
2009-03-27
1
-1
/
+1
*
The Event MPM is no longer experimental; move it out of that ghetto.
Jeff Trawick
2009-03-27
1
-16
/
+1
*
finish removing OS/2 MPM
Jeff Trawick
2009-03-27
1
-1
/
+1
*
finish removing BeOS MPM
Jeff Trawick
2009-03-26
1
-1
/
+1
*
remove leader, perchild, and threadpool MPMs (other than non-English bits in ...
Jeff Trawick
2009-03-26
1
-3
/
+3
*
prefork is soooooo 1990s. make new default simple
Jim Jagielski
2009-03-26
1
-1
/
+1
*
Allow building httpd without a built-in MPM by specifying
Jeff Trawick
2009-03-24
1
-12
/
+25
*
Introduce a new set of APIs to allow MPMs to be proper modules instead
Jeff Trawick
2009-03-24
1
-4
/
+0
*
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-17
1
-0
/
+1
*
Added support for the threadpool MPM
Brian Pane
2002-04-17
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-26
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
[next]