summaryrefslogtreecommitdiffstats
path: root/server/mpm/mpmt_beos/mpm_default.h (unfollow)
Commit message (Expand)AuthorFilesLines
2000-04-30Add ap_sigwait() to support old-style sigwait().Sascha Schumann4-2/+21
2000-04-29Update some docs.Ryan Bloom3-5/+5
2000-04-29PR:William A. Rowe Jr1-1/+0
2000-04-29PR:William A. Rowe Jr2-8/+0
2000-04-29PR:William A. Rowe Jr2-2/+2
2000-04-29Get rid of NO_RECURSION. This was originally implemented for PHP and is notSascha Schumann1-14/+12
2000-04-28PR:William A. Rowe Jr1-1/+1
2000-04-28PR:William A. Rowe Jr1-0/+4
2000-04-28PR:William A. Rowe Jr1-0/+1
2000-04-28PR:William A. Rowe Jr4-4/+8
2000-04-28Update the version string for the current dev version.Ryan Bloom2-3/+3
2000-04-28Update version information for 3rd alpha.Ryan Bloom2-2/+2
2000-04-28Update announcement for 3rd alpha.Ryan Bloom1-4/+4
2000-04-28back out APR_ prefix for TRUE,FALSEDoug MacEachern8-68/+68
2000-04-28Win32:Jeff Trawick6-12/+19
2000-04-28Add back in the build before install step when using make install.Ryan Bloom1-2/+2
2000-04-28 William A. Rowe Jr1-40/+34
2000-04-28Backout the APR_TRUE|FALSE patch for the Windows MPM.Bill Stoddard1-21/+21
2000-04-28 William A. Rowe Jr1-3/+6
2000-04-28 William A. Rowe Jr1-35/+47
2000-04-28prefix TRUE,FALSE with APR_Doug MacEachern9-89/+89
2000-04-28Remove unnecessary rules for .S files which clash with the rules for .s fileBrian Havard1-6/+0
2000-04-28 William A. Rowe Jr1-0/+4
2000-04-28 William A. Rowe Jr2-6/+14
2000-04-28extremely minor cleanup:Jeff Trawick1-0/+2
2000-04-28Build ab on Win32.Jeff Trawick3-7/+113
2000-04-28This stops Apache 2.0 from trying to compile the server when we runRyan Bloom1-2/+2
2000-04-28change ap_hook_pre_connection from VOID to RUN_ALLDoug MacEachern2-2/+2
2000-04-28Cleanup more files when make distclean is used. This should be all theRyan Bloom2-16/+4
2000-04-27Merge the htdigest.c file from the apr/test directory to the supportRyan Bloom1-39/+50
2000-04-27Repair ap_poll() on UNIX systems where APR's poll flagsJeff Trawick1-11/+14
2000-04-27Remove two items from the STATUS file. These are most definately notRyan Bloom1-7/+1
2000-04-27Fix the parsing of a config file when the first item in either theRyan Bloom1-0/+5
2000-04-27Install the support binaries.Ryan Bloom1-1/+11
2000-04-27ignore the .libs directory too.Ryan Bloom1-0/+1
2000-04-27ignore the intermediate build files.Ryan Bloom1-0/+2
2000-04-27Eliminate redundant calls to initialize the Winsock.Bill Stoddard1-43/+0
2000-04-27fix path to mm's configure.inJeff Trawick1-2/+2
2000-04-27I have merged the two ab files together, the one from src/support andRyan Bloom1-696/+638
2000-04-27Fix some compile breaks in the support directory. These have not beenRyan Bloom2-2/+4
2000-04-27Add the support directory back into the build process.Ryan Bloom3-2/+39
2000-04-27report dso_error if anyDoug MacEachern1-4/+4
2000-04-27A bit of mod_file_cache cleanup. Eliminate mmap_static specific code, etc,Bill Stoddard1-40/+13
2000-04-26Fix the progname stuff to work the same way the rest of the configureRyan Bloom2-7/+8
2000-04-26Some windows tweaks to the default configuration, including providingBill Stoddard1-4/+9
2000-04-26Increase the default NumSIG value from 32 to 33 on behalf ofJeff Trawick2-35/+38
2000-04-26Define HAVE_STRING_H, HAVE_STDLIB_H, HAVE_CTYPE_H, HAVE_LIMITS_HJeff Trawick1-0/+8
2000-04-26add AP_ prefix to *HOOK* macrosDoug MacEachern35-118/+118
2000-04-26Get rid of ap_pool_t argument on ap_strerrorBill Stoddard1-11/+2
2000-04-26Win32: Graceful restart is working again, and better than before.Bill Stoddard1-49/+67