| Commit message (Expand) | Author | Age | Files | Lines |
* | Style fixes. (long lines) | Justin Erenkrantz | 2002-08-19 | 1 | -15/+18 |
* | apxs lost the newline at the end of print "$result", so that apxs -q doesn't | Sander Striker | 2002-08-07 | 1 | -1/+1 |
* | We generate an .rc now, not a .h | William A. Rowe Jr | 2002-08-04 | 1 | -1/+1 |
* | Revert to CRYPTO_malloc_init for non-rsa [gotta read the diffs more | William A. Rowe Jr | 2002-08-04 | 1 | -3/+3 |
* | Support rsaref compilation | William A. Rowe Jr | 2002-08-04 | 1 | -6/+22 |
* | fix a spelling problem | Jeff Trawick | 2002-07-30 | 1 | -3/+3 |
* | Revert the change in the previous commit, which broke the | Brian Pane | 2002-07-16 | 1 | -1/+1 |
* | And fix the version number | Martin Kraemer | 2002-07-16 | 1 | -3/+3 |
* | Fix the long-standing bug that "ab -t10" would loop for 10000 seconds | Martin Kraemer | 2002-07-16 | 1 | -4/+5 |
* | Add 2002 | Martin Kraemer | 2002-07-16 | 3 | -3/+3 |
* | If "@APACHECTL_ULIMIT@" is used in apachectl.in, then something must | Martin Kraemer | 2002-07-16 | 1 | -1/+1 |
* | Improve the comments on the fd limits. | Aaron Bannert | 2002-07-16 | 1 | -1/+5 |
* | http occurances to update for apr_socket_opt_get/set | William A. Rowe Jr | 2002-07-15 | 1 | -4/+4 |
* | Increase the per-process file descriptor limit in apachectl | Brian Pane | 2002-07-15 | 2 | -0/+12 |
* | Forgot to change both release and debug opts at once | William A. Rowe Jr | 2002-07-13 | 1 | -10/+0 |
* | Back to a slightly modified flavor of imajes' (James Cox'es) original | William A. Rowe Jr | 2002-07-13 | 2 | -43/+61 |
* | This is back to an .rc | William A. Rowe Jr | 2002-07-13 | 1 | -0/+4 |
* | Ok. This gives us one warning - could not scan ApacheMonitorVer.h for | William A. Rowe Jr | 2002-07-13 | 3 | -33/+104 |
* | Put back the missing symbols header | William A. Rowe Jr | 2002-07-13 | 1 | -0/+2 |
* | Final tweak and CREDITs ... switch the order to simplify things, and | William A. Rowe Jr | 2002-07-13 | 2 | -8/+4 |
* | Totally different solution to our dependency problems provided by | William A. Rowe Jr | 2002-07-13 | 2 | -5/+6 |
* | Use the bare minimum permissions required to perform a given service | William A. Rowe Jr | 2002-07-12 | 1 | -3/+4 |
* | While this fixed the bug, no resources were build for ApacheMonitor, | William A. Rowe Jr | 2002-07-12 | 1 | -6/+4 |
* | We where mixing #if USE_SSL en #ifdef USE_SSL. Since there where | Dirk-Willem van Gulik | 2002-07-11 | 1 | -5/+5 |
* | Bring Apache in line with APR's new poll implementation. This isn't | Ryan Bloom | 2002-07-11 | 1 | -3/+4 |
* | Continue the Bill Rowe apr_size_t crusade. | Victor J. Orlikowski | 2002-07-10 | 2 | -3/+3 |
* | 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 |