| Commit message (Expand) | Author | Age | Files | Lines |
* | * support/rotatelogs.c (usage, main): Add support for -c option. | Joe Orton | 2011-10-26 | 1 | -0/+68 |
* | Increase the max line length from 2k to 128k and allocate the buffer on the | Stefan Fritsch | 2011-10-17 | 1 | -7/+8 |
* | If MaxMemFree is set, set SSL_MODE_RELEASE_BUFFERS in mod_ssl. | Stefan Fritsch | 2011-10-01 | 1 | -0/+4 |
* | More cleanup: Expand tabs and some more indentation fixes | Stefan Fritsch | 2011-09-23 | 1 | -1/+1 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 5 | -33/+33 |
* | Cleanup effort in prep for GA push: | Jim Jagielski | 2011-09-23 | 1 | -6/+6 |
* | Drop support for the RSA BSAFE SSL-C toolkit from configure, | Kaspar Brand | 2011-08-07 | 1 | -18/+1 |
* | Add some environment variables to the whitelist in suexec | Stefan Fritsch | 2011-07-13 | 1 | -0/+5 |
* | * support/rotatelogs.c (main): Exit with success on EOF. | Joe Orton | 2011-06-27 | 1 | -3/+6 |
* | Simplify state handling in rotatelogs, fixing -L support in the case | Joe Orton | 2011-06-27 | 1 | -114/+98 |
* | Tweak rotatelogs -p such that the program is invoked the first time a | Joe Orton | 2011-06-27 | 1 | -11/+13 |
* | Support specifying the local address to use. | Stefan Fritsch | 2011-06-25 | 1 | -1/+21 |
* | rotatelogs: Add support for running a custom program after a log | Joe Orton | 2011-06-20 | 1 | -14/+93 |
* | Fix various "variable 'x' set but not used" warnings. | Stefan Fritsch | 2011-05-22 | 1 | -2/+2 |
* | Improvements found by cppcheck: | Stefan Fritsch | 2011-05-15 | 3 | -7/+0 |
* | Use APR_STATUS_IS_... in some more cases. | Stefan Fritsch | 2011-05-12 | 2 | -5/+5 |
* | fix some dead assignments found by the clang analyzer | Jeff Trawick | 2011-04-30 | 1 | -1/+0 |
* | Make sure support/check_forensic works with mod_unique_id loaded too. | Igor Galić | 2011-04-26 | 1 | -2/+2 |
* | mod_ssl, ab: Support OpenSSL compiled without SSLv2 support | Stefan Fritsch | 2011-04-08 | 1 | -0/+6 |
* | don't build checkgid or fcgistarter on MinGW | Jeff Trawick | 2011-04-07 | 2 | -1/+15 |
* | hide some unused code on Win32 and NetWare | Jeff Trawick | 2011-04-07 | 1 | -4/+12 |
* | Use a var INSTALLBASE to simplify NetWare installation rules. | Guenter Knauf | 2011-03-18 | 1 | -1/+1 |
* | Use var for prelude so its possible to change it at one place. | Guenter Knauf | 2011-03-18 | 8 | -8/+8 |
* | * support/ab.c (test): Catch more calloc failures. | Joe Orton | 2011-03-17 | 1 | -1/+1 |
* | NetWare build overhaul in order to compile on Linux. | Guenter Knauf | 2011-03-09 | 1 | -1/+1 |
* | NetWare build overhaul in order to compile on Linux. | Guenter Knauf | 2011-03-08 | 8 | -8/+8 |
* | NetWare build overhaul in order to compile on Linux. | Guenter Knauf | 2011-03-08 | 9 | -51/+51 |
* | Fix link errors for crypt() with --no-add-needed/--no-copy-dt-needed-entries, | Stefan Fritsch | 2011-02-16 | 1 | -2/+2 |
* | rotatelogs: Add -e option to write logs through to stdout for optional | Graham Leggett | 2010-12-21 | 1 | -3/+21 |
* | Some more casts to make MSVC calm ... | Guenter Knauf | 2010-11-30 | 1 | -10/+10 |
* | Fixed return type to silent compiler warning. | Guenter Knauf | 2010-11-30 | 1 | -1/+1 |
* | Further trivial updates mod_disk_cache -> mod_cache_disk. | Rainer Jung | 2010-11-26 | 1 | -1/+1 |
* | mod_disk_cache renamed to mod_cache_disk, to be consistent with the | Graham Leggett | 2010-11-20 | 1 | -1/+1 |
* | Remove workaround that was only necessary when htcacheclean included httpd.h | Stefan Fritsch | 2010-11-11 | 1 | -7/+0 |
* | More splitting as suggested by minfrin. | Guenter Knauf | 2010-11-11 | 1 | -0/+2 |
* | Splitted off cache defines/structs used by htcacheclean. | Guenter Knauf | 2010-11-11 | 1 | -1/+1 |
* | Another NetWare makefile cleanup. | Guenter Knauf | 2010-10-24 | 1 | -10/+12 |
* | With rotatelogs -v, on platforms where APR_FINFO_NAME is not implemented, | Daniel Earl Poirier | 2010-10-19 | 1 | -2/+7 |
* | Fix compilation of htcacheclean with enable-maintainer-mode / AP_DEBUG | Stefan Fritsch | 2010-10-18 | 1 | -0/+7 |
* | htcacheclean: Teach htcacheclean to limit cache size by number of | Graham Leggett | 2010-10-13 | 1 | -72/+217 |
* | Fix a segfault when tmpfiles are encountered while cleaning. | Graham Leggett | 2010-10-06 | 1 | -1/+1 |
* | Renamed optarg -> opt_arg to avoid name clashes with system-own optarg; | Guenter Knauf | 2010-10-06 | 4 | -46/+43 |
* | Ensure the correct pool is passed in when listing URLs. | Graham Leggett | 2010-10-05 | 1 | -1/+1 |
* | htcacheclean: Allow the listing of valid URLs within the cache, with | Graham Leggett | 2010-10-05 | 1 | -4/+225 |
* | htcacheclean: Allow the option to round up file sizes to a given | Graham Leggett | 2010-09-29 | 1 | -15/+48 |
* | mod_disk_cache: Instead of creating an empty data file when the body is | Graham Leggett | 2010-09-29 | 1 | -1/+38 |
* | htcacheclean: If the cache file format is unrecognised, remove the entry | Graham Leggett | 2010-09-29 | 1 | -0/+6 |
* | simplify walking through array of returned apr_pollfd_t | Jeff Trawick | 2010-09-19 | 1 | -5/+4 |
* | fix one error message, eliminate another that will never | Jeff Trawick | 2010-09-19 | 1 | -5/+1 |
* | Support large log files in suexec | Stefan Fritsch | 2010-08-22 | 1 | -0/+4 |