| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | More fixes for APXS. APXS now works with httpd-test again | Ryan Bloom | 2001-08-26 | 1 | -3/+17 |
* | Improvements to APXS. It now uses the config_vars.mk variables to | Ryan Bloom | 2001-08-26 | 1 | -60/+69 |
* | Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) to | William A. Rowe Jr | 2001-08-26 | 8 | -8/+8 |
* | simplify some code in output_results() just a bit to avoid a | Jeff Trawick | 2001-08-22 | 1 | -3/+5 |
* | Use uniform wrapping for unistd.h, and don't include it if it's aready includ... | Martin Kraemer | 2001-08-22 | 1 | -0/+2 |
* | Changes for rbb's #include/build openssl/inc32 patch. | William A. Rowe Jr | 2001-08-21 | 1 | -2/+2 |
* | Create the abs.dsp win32 project to support building ab with /USE_SSL, | William A. Rowe Jr | 2001-08-20 | 1 | -0/+131 |
* | Based on the VC6 switch - and pulling the win32 make files from cvs | William A. Rowe Jr | 2001-08-17 | 2 | -4/+6 |
* | The purpose of this patch is to toggle the debugging mode (default) to | William A. Rowe Jr | 2001-08-17 | 7 | -58/+39 |
* | Given a choice between chasing my tail to keep these updated, and rolling | William A. Rowe Jr | 2001-08-17 | 7 | -1517/+0 |
* | Not here anymore | William A. Rowe Jr | 2001-08-17 | 1 | -1/+0 |
* | Undo a very bad decision. By naming the version file .ver, I lost track | William A. Rowe Jr | 2001-08-17 | 2 | -5/+5 |
* | Good to the last drop, this should be all of it. | William A. Rowe Jr | 2001-08-17 | 2 | -0/+2 |
* | Add the red light/green light to ApacheMonitor's popup menu. | William A. Rowe Jr | 2001-08-17 | 1 | -9/+10 |
* | Missed a versioned win32 project in my tree | William A. Rowe Jr | 2001-08-16 | 1 | -0/+35 |
* | Fix the 'never disappearing' popup menu - anchor it to our (hidden) | William A. Rowe Jr | 2001-08-16 | 1 | -4/+8 |
* | A bit overboard - this registered window message only needs to be | William A. Rowe Jr | 2001-08-16 | 1 | -1/+1 |
* | Wipe out some resource leakage. | William A. Rowe Jr | 2001-08-16 | 1 | -0/+2 |
* | Revised patch to clean up timer and other issues | William A. Rowe Jr | 2001-08-16 | 1 | -7/+5 |
* | Bug fix to the WM_TIMER that was not properly called after it was moved | William A. Rowe Jr | 2001-08-16 | 3 | -52/+144 |
* | Now that it's apr'ized, ab is most definately in a 2.0 revision cycle, | William A. Rowe Jr | 2001-08-16 | 2 | -8/+7 |
* | Toss win32 version stamps on these | William A. Rowe Jr | 2001-08-16 | 5 | -0/+180 |
* | Reorder OS_VERSION(s) so >= OS_VERSION_WINNT, etc, tests correctly. | William A. Rowe Jr | 2001-08-16 | 1 | -2/+2 |
* | Access the (generated) ApacheMonitor.ver version resource. | William A. Rowe Jr | 2001-08-16 | 1 | -34/+3 |
* | Goodness | William A. Rowe Jr | 2001-08-16 | 1 | -0/+2 |
* | ApacheMonitor versioning needs to click in with the httpd version. | William A. Rowe Jr | 2001-08-16 | 1 | -11/+34 |