| Commit message (Expand) | Author | Files | Lines |
2000-04-30 | Add ap_sigwait() to support old-style sigwait(). | Sascha Schumann | 4 | -2/+21 |
2000-04-29 | Update some docs. | Ryan Bloom | 3 | -5/+5 |
2000-04-29 | PR: | William A. Rowe Jr | 1 | -1/+0 |
2000-04-29 | PR: | William A. Rowe Jr | 2 | -8/+0 |
2000-04-29 | PR: | William A. Rowe Jr | 2 | -2/+2 |
2000-04-29 | Get rid of NO_RECURSION. This was originally implemented for PHP and is not | Sascha Schumann | 1 | -14/+12 |
2000-04-28 | PR: | William A. Rowe Jr | 1 | -1/+1 |
2000-04-28 | PR: | William A. Rowe Jr | 1 | -0/+4 |
2000-04-28 | PR: | William A. Rowe Jr | 1 | -0/+1 |
2000-04-28 | PR: | William A. Rowe Jr | 4 | -4/+8 |
2000-04-28 | Update the version string for the current dev version. | Ryan Bloom | 2 | -3/+3 |
2000-04-28 | Update version information for 3rd alpha. | Ryan Bloom | 2 | -2/+2 |
2000-04-28 | Update announcement for 3rd alpha. | Ryan Bloom | 1 | -4/+4 |
2000-04-28 | back out APR_ prefix for TRUE,FALSE | Doug MacEachern | 8 | -68/+68 |
2000-04-28 | Win32: | Jeff Trawick | 6 | -12/+19 |
2000-04-28 | Add back in the build before install step when using make install. | Ryan Bloom | 1 | -2/+2 |
2000-04-28 |
| William A. Rowe Jr | 1 | -40/+34 |
2000-04-28 | Backout the APR_TRUE|FALSE patch for the Windows MPM. | Bill Stoddard | 1 | -21/+21 |
2000-04-28 |
| William A. Rowe Jr | 1 | -3/+6 |
2000-04-28 |
| William A. Rowe Jr | 1 | -35/+47 |
2000-04-28 | prefix TRUE,FALSE with APR_ | Doug MacEachern | 9 | -89/+89 |
2000-04-28 | Remove unnecessary rules for .S files which clash with the rules for .s file | Brian Havard | 1 | -6/+0 |
2000-04-28 |
| William A. Rowe Jr | 1 | -0/+4 |
2000-04-28 |
| William A. Rowe Jr | 2 | -6/+14 |
2000-04-28 | extremely minor cleanup: | Jeff Trawick | 1 | -0/+2 |
2000-04-28 | Build ab on Win32. | Jeff Trawick | 3 | -7/+113 |
2000-04-28 | This stops Apache 2.0 from trying to compile the server when we run | Ryan Bloom | 1 | -2/+2 |
2000-04-28 | change ap_hook_pre_connection from VOID to RUN_ALL | Doug MacEachern | 2 | -2/+2 |
2000-04-28 | Cleanup more files when make distclean is used. This should be all the | Ryan Bloom | 2 | -16/+4 |
2000-04-27 | Merge the htdigest.c file from the apr/test directory to the support | Ryan Bloom | 1 | -39/+50 |
2000-04-27 | Repair ap_poll() on UNIX systems where APR's poll flags | Jeff Trawick | 1 | -11/+14 |
2000-04-27 | Remove two items from the STATUS file. These are most definately not | Ryan Bloom | 1 | -7/+1 |
2000-04-27 | Fix the parsing of a config file when the first item in either the | Ryan Bloom | 1 | -0/+5 |
2000-04-27 | Install the support binaries. | Ryan Bloom | 1 | -1/+11 |
2000-04-27 | ignore the .libs directory too. | Ryan Bloom | 1 | -0/+1 |
2000-04-27 | ignore the intermediate build files. | Ryan Bloom | 1 | -0/+2 |
2000-04-27 | Eliminate redundant calls to initialize the Winsock. | Bill Stoddard | 1 | -43/+0 |
2000-04-27 | fix path to mm's configure.in | Jeff Trawick | 1 | -2/+2 |
2000-04-27 | I have merged the two ab files together, the one from src/support and | Ryan Bloom | 1 | -696/+638 |
2000-04-27 | Fix some compile breaks in the support directory. These have not been | Ryan Bloom | 2 | -2/+4 |
2000-04-27 | Add the support directory back into the build process. | Ryan Bloom | 3 | -2/+39 |
2000-04-27 | report dso_error if any | Doug MacEachern | 1 | -4/+4 |
2000-04-27 | A bit of mod_file_cache cleanup. Eliminate mmap_static specific code, etc, | Bill Stoddard | 1 | -40/+13 |
2000-04-26 | Fix the progname stuff to work the same way the rest of the configure | Ryan Bloom | 2 | -7/+8 |
2000-04-26 | Some windows tweaks to the default configuration, including providing | Bill Stoddard | 1 | -4/+9 |
2000-04-26 | Increase the default NumSIG value from 32 to 33 on behalf of | Jeff Trawick | 2 | -35/+38 |
2000-04-26 | Define HAVE_STRING_H, HAVE_STDLIB_H, HAVE_CTYPE_H, HAVE_LIMITS_H | Jeff Trawick | 1 | -0/+8 |
2000-04-26 | add AP_ prefix to *HOOK* macros | Doug MacEachern | 35 | -118/+118 |
2000-04-26 | Get rid of ap_pool_t argument on ap_strerror | Bill Stoddard | 1 | -11/+2 |
2000-04-26 | Win32: Graceful restart is working again, and better than before. | Bill Stoddard | 1 | -49/+67 |