| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix access for non-Administrators (superusers and the like) to allow them | William A. Rowe Jr | 2002-07-09 | 1 | -3/+3 |
* | We obviously have no idea if this code is right. We can't close unopened | William A. Rowe Jr | 2002-07-08 | 1 | -1/+1 |
* | If you want floating math, use float literals. | William A. Rowe Jr | 2002-07-08 | 1 | -3/+3 |
* | VC6 is unable to deal with dependencies that are still due to be made. | Ryan Bloom | 2002-07-08 | 1 | -4/+6 |
* | fix for compilers that don't support long long datatype | Brian Pane | 2002-07-07 | 1 | -5/+5 |
* | use the time conversion macros rather than dividing by APR_USEC_PER_SEC | Brian Pane | 2002-07-05 | 1 | -9/+11 |
* | Remove unused variable 'str'. | Justin Erenkrantz | 2002-07-03 | 1 | -1/+0 |
* | Use the apr_file_copy function rather than doing a system call to copy | Justin Erenkrantz | 2002-07-03 | 1 | -6/+1 |
* | found wasn't getting incremented when we update an exisiting record, thus | Justin Erenkrantz | 2002-07-03 | 1 | -0/+1 |
* | htpasswd needs to add a newline at the end of each record. | Ryan Bloom | 2002-07-02 | 1 | -0/+1 |
* | Some small wording improvements. | William A. Rowe Jr | 2002-06-25 | 1 | -3/+3 |
* | Add a timeout option to wintty. This allows the user to specify a number | Ryan Bloom | 2002-06-21 | 1 | -1/+13 |
* | Fix some variable names | Cliff Woolley | 2002-06-19 | 1 | -3/+3 |
* | Grrrr. Fix the htpasswd -c -n logic bug *the right way* this time. :( | Cliff Woolley | 2002-06-19 | 1 | -1/+1 |
* | Fix grammar. | Cliff Woolley | 2002-06-19 | 1 | -7/+7 |
* | * clear up a warning that NOFILE was redefined on HP/UX. | Cliff Woolley | 2002-06-18 | 1 | -14/+14 |
* | squash warnings | Roy T. Fielding | 2002-06-18 | 1 | -2/+2 |
* | Show the 'Disconnect' button to detach ourselves from another computer's | William A. Rowe Jr | 2002-06-17 | 1 | -5/+6 |
* | Get this to work on win32 :( | Cliff Woolley | 2002-06-17 | 1 | -1/+1 |
* | Formating, whitespace, following {} rules, 80 char lines, etc. The only | William A. Rowe Jr | 2002-06-16 | 1 | -780/+944 |
* | Finish the htpasswd port to APR. This brings the file checking code to | Ryan Bloom | 2002-06-16 | 1 | -54/+53 |
* | First pass at cleaning up htpasswd. This removes the tmpnam call in | Ryan Bloom | 2002-06-16 | 1 | -228/+153 |
* | Forward-port a change from 1.3 | Cliff Woolley | 2002-06-15 | 1 | -0/+5 |
* | Allow 'make install DESTDIR=/path'. This allows packagers to install | Ryan Bloom | 2002-06-15 | 1 | -9/+9 |
* | Cleanup some type mismatch emits and consistify to our new apr time helpers | William A. Rowe Jr | 2002-06-14 | 1 | -3/+3 |
* | Don't pass args at StartService, there is no point. | William A. Rowe Jr | 2002-06-14 | 1 | -24/+2 |
* | avoid a non-portable shell construct ("builddir=$(shell pwd)") so that the | Jeff Trawick | 2002-06-13 | 1 | -1/+1 |
* | Just quiet an annoying warning. | Ryan Bloom | 2002-06-13 | 1 | -1/+1 |
* | Added log rotation based on file size to the RotateLog support utility. | Bradley Nicholes | 2002-06-12 | 1 | -17/+62 |
* | Oops, found another typo | Bradley Nicholes | 2002-06-11 | 1 | -1/+1 |
* | Fixing a typo | Bradley Nicholes | 2002-06-11 | 1 | -1/+1 |
* | Fix apxs to allow "apxs -q installbuilddir" and to allow | Jeff Trawick | 2002-06-06 | 1 | -0/+2 |
* | Get rid of some uninitialized value errors with apxs -q. | Cliff Woolley | 2002-06-05 | 1 | -2/+2 |
* | cvs up/diff gets pretty hard to track with vc7 builds. | William A. Rowe Jr | 2002-06-05 | 2 | -0/+10 |
* | Fix apxs to allow it to work when the build directory is somewhere | Jeff Trawick | 2002-06-05 | 1 | -9/+12 |
* | fix a major snafu that broke binary builds | Jeff Trawick | 2002-06-03 | 1 | -1/+1 |
* | On OS/390, the compiler/linker front-end doesn't handle | Jeff Trawick | 2002-06-03 | 1 | -1/+1 |
* | A few more unused/unnecessary variables and surpress an uninitialized | William A. Rowe Jr | 2002-05-31 | 1 | -5/+3 |
* | Enable SSL negotation in ab.c. It is that, or remove all the entirely | William A. Rowe Jr | 2002-05-31 | 1 | -24/+356 |
* | Well, know that I'm aware that the ssl stuff was entirely premature, it's | William A. Rowe Jr | 2002-05-31 | 1 | -6/+15 |
* | Locks are good, provide locks. ab -s -c >1 is [was?] dying on Win32 | William A. Rowe Jr | 2002-05-31 | 1 | -2/+76 |
* | Always using -t "Window Title" option myself, so I never caught this. | William A. Rowe Jr | 2002-05-30 | 1 | -1/+1 |
* | Updated the NetWare makefiles to include the rotatelogs NLM and to copy | Bradley Nicholes | 2002-05-29 | 1 | -1/+2 |
* | Added a NetWare makefile to build the rotate logs NLM | Bradley Nicholes | 2002-05-29 | 1 | -0/+245 |
* | simplified apachectl... | Jeff Trawick | 2002-05-27 | 1 | -140/+25 |
* | There's really no reason for a -dev here. | Cliff Woolley | 2002-05-18 | 1 | -4/+4 |
* | Ahhh, this really aught to include windows first, then the custom | William A. Rowe Jr | 2002-05-17 | 1 | -1/+61 |
* | Prepare for Thom's real patch... this is a detabify only | William A. Rowe Jr | 2002-05-16 | 1 | -198/+198 |
* | An absolutely unnecessary hack around MSVC emits that the symbol may | William A. Rowe Jr | 2002-05-16 | 1 | -2/+2 |
* | Fix CoInitialize/CoUninitialize missing symbols, reported by Jerry Baker. | William A. Rowe Jr | 2002-05-16 | 1 | -4/+4 |