| Commit message (Expand) | Author | Age | Files | Lines |
* | allow htdbm to work with multiple DBM types by using a new option | Ian Holsman | 2001-12-24 | 1 | -10/+20 |
* | SH_LDFLAGS wasn't getting evaluated properly when it included | Jeff Trawick | 2001-12-22 | 1 | -3/+0 |
* | get binbuild to do the right thing with envvars (install/edit as | Jeff Trawick | 2001-12-15 | 1 | -1/+1 |
* | Move any load library path environment variables out of | Jeff Trawick | 2001-12-15 | 4 | -6/+23 |
* | change Apache/apr/apr-util to use run-time linking on AIX | Jeff Trawick | 2001-12-12 | 1 | -1/+1 |
* | make sure mod_foo.so is installed by apxs -i | Jeff Trawick | 2001-12-07 | 1 | -1/+3 |
* | Allow apxs to be used to build DSOs on AIX without requiring the | Jeff Trawick | 2001-12-05 | 1 | -2/+5 |
* | get binbuild working when apr, apr-util, and expat are built shared in | Greg Ames | 2001-12-03 | 1 | -0/+5 |
* | "totalcon / requests" is no longer double either, so %5e doesn't fly | Jeff Trawick | 2001-11-29 | 1 | -3/+3 |
* | I don't believe it. This actually fixes the rest of the type mismatches. | William A. Rowe Jr | 2001-11-29 | 1 | -19/+19 |
* | Changes by Mladen Turk <mturk@mappingsoft.com>, with dialog touchup by | William A. Rowe Jr | 2001-11-27 | 3 | -121/+267 |
* | Just some style changes from when I was working on the recent suexec | Aaron Bannert | 2001-11-22 | 1 | -134/+133 |
* | apxs should be using sbindir not bindir for the path to the httpd binary. | Justin Erenkrantz | 2001-11-20 | 1 | -3/+3 |
* | Historically consistent flag to shutdown the server [stop is supported, | William A. Rowe Jr | 2001-11-19 | 1 | -2/+2 |
* | Drop the wide net observed by Ken Coar, since one .rc file does exist | William A. Rowe Jr | 2001-11-12 | 1 | -1/+2 |
* | clean up some warnings on AIX | Jeff Trawick | 2001-11-12 | 1 | -4/+4 |
* | Allow apachectl to support mod_ssl's <IfDefine SSL> tags which the | Cliff Woolley | 2001-11-07 | 1 | -0/+13 |
* | Thanks for the catch, Mr. Woolley, I left an out-of-place close paren. | William A. Rowe Jr | 2001-11-06 | 1 | -1/+1 |
* | Eliminate 'library'+'executable' cruft. Yes - this would be a dandy | William A. Rowe Jr | 2001-11-06 | 1 | -51/+42 |
* | Submitted by: Mladen Turk <mturk@mappingsoft.com> | William A. Rowe Jr | 2001-11-06 | 2 | -0/+750 |
* | Forces suexec to be compiled statically. This is necessary since it | Aaron Bannert | 2001-11-02 | 1 | -1/+3 |
* | fix eval of vars incase string has quotes | Doug MacEachern | 2001-11-02 | 1 | -2/+2 |
* | Fix typos... | Aaron Bannert | 2001-10-30 | 1 | -2/+2 |
* | get proto for atoi() | Jeff Trawick | 2001-10-29 | 1 | -0/+3 |
* | ignore checkgid | Jeff Trawick | 2001-10-27 | 1 | -0/+1 |
* | Bring forward checkgid helper from 1.3; checks runtime | Ken Coar | 2001-10-26 | 2 | -1/+150 |
* | Some type correctness fixes for LARGEFILES platforms. | William A. Rowe Jr | 2001-10-17 | 1 | -8/+7 |
* | In one target we weren't always creating the $libexecdir | Aaron Bannert | 2001-10-16 | 1 | -0/+1 |
* | Make sure we install apxs. | Ryan Bloom | 2001-10-12 | 1 | -1/+1 |
* | Make the error messages from apachectl refer to the actual name of the | Ryan Bloom | 2001-10-10 | 1 | -22/+22 |
* | Too many args is a bad thing too, some days | William A. Rowe Jr | 2001-10-10 | 1 | -2/+2 |
* | Rewrite of rotatelogs as an apr-ized app. | William A. Rowe Jr | 2001-10-10 | 1 | -48/+66 |
* | Allow ApacheBench to connect to and control Apache on other WinNT/2K | William A. Rowe Jr | 2001-10-06 | 3 | -20/+124 |
* | Make sure we install all of the support scripts. | Ryan Bloom | 2001-10-04 | 1 | -6/+6 |
* | Switch from tmpnam() to apr_file_mktemp() so that gcc with a recent glibc | Cliff Woolley | 2001-10-01 | 1 | -14/+13 |
* | /GZ RTL debug flag is not recognized across VC 5/6/7. | William A. Rowe Jr | 2001-10-01 | 1 | -2/+2 |
* | Kill two autoconf-related birds with one commit. | Justin Erenkrantz | 2001-09-30 | 1 | -5/+5 |
* | Allow support programs to be compiled against a static version | Ryan Bloom | 2001-09-28 | 2 | -5/+50 |
* | Another recent Win32 PSDK addition that we can cover for VC5 users. | William A. Rowe Jr | 2001-09-25 | 1 | -1/+2 |
* | We need to use the APR-generated libtool for building modules. | Justin Erenkrantz | 2001-09-23 | 1 | -3/+3 |
* | kill -l requires the short version of the signal (without SIG prefix). | Justin Erenkrantz | 2001-09-21 | 1 | -1/+1 |
* | Switch back to SIGUSR1 for graceful restarts on all platforms that | Justin Erenkrantz | 2001-09-19 | 1 | -2/+2 |
* | Allow make install to work when built with VPATH. | Ryan Bloom | 2001-09-14 | 1 | -1/+1 |
* | rules.mk is stored in $(top_blddir). Without this change, VPATH builds | Ryan Bloom | 2001-09-13 | 1 | -1/+1 |
* | strip parens from config_vars.mk values | Doug MacEachern | 2001-09-06 | 1 | -0/+1 |
* | Make Apache 2.0 install all files in the same location as Apache 1.3 | Ryan Bloom | 2001-09-03 | 1 | -5/+5 |
* | gather all of the cflags for compiling with apxs | Doug MacEachern | 2001-08-31 | 1 | -1/+2 |
* | * configure.in: added Cygwin specific APR_SETVARs. | William A. Rowe Jr | 2001-08-30 | 1 | -0/+4 |
* | Remove some debug code that I had in apxs.in. | Ryan Bloom | 2001-08-28 | 1 | -1/+0 |
* | - allows empty $val from httpd-2.0/build/config_vars.mk | Ryan Bloom | 2001-08-27 | 1 | -84/+103 |