| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Fortify falsely complained that the sprintf() result was unbounded. | Jeff Trawick | 2010-08-20 | 1 | -2/+2 |
* | Fix usage output. | Stefan Fritsch | 2010-08-19 | 1 | -1/+1 |
* | Removed obsolete include paths from NetWare makefiles. | Guenter Knauf | 2010-07-23 | 8 | -8/+0 |
* | Support AP_DECLARE_MODULE declaration syntax in apxs | Nick Kew | 2010-06-22 | 1 | -1/+1 |
* | ab: Fix memory leak with -v2 and SSL. | Stefan Fritsch | 2010-06-06 | 1 | -1/+4 |
* | apxs -q: Stop filtering out ':' characters from the reported values. | Jeff Trawick | 2010-05-14 | 1 | -1/+0 |
* | Fix the following: | Philip M. Gollucci | 2010-05-07 | 1 | -2/+5 |
* | ab was sending wrong number of requests when keepalive enabled. | Daniel Earl Poirier | 2010-05-03 | 1 | -2/+5 |
* | build the socket address first, then get a matching socket | Jeff Trawick | 2010-04-14 | 1 | -4/+4 |
* | Remove useless use of $[, which was long deprecated and is an error with perl... | Stefan Fritsch | 2010-04-10 | 1 | -2/+1 |
* | htcacheclean: Introduce the ability to clean specific URLs from the | Graham Leggett | 2010-03-30 | 1 | -3/+241 |
* | htcacheclean: Report additional statistics about entries deleted. | Graham Leggett | 2010-03-27 | 1 | -45/+70 |
* | Use portable apr_snprintf in rotatelogs. | Graham Leggett | 2010-02-27 | 1 | -2/+2 |
* | Create the pidfile world readable by adding APR_FPROT_WREAD. Use | Graham Leggett | 2010-02-27 | 1 | -3/+4 |
* | Try open the pid file twice, once before daemonisation so we can see any | Graham Leggett | 2010-02-27 | 1 | -19/+40 |
* | Add -L option to create a hard link to the current log file. | Daniel Earl Poirier | 2010-02-25 | 1 | -3/+23 |
* | Make sure the pidfile is deleted on close. | Graham Leggett | 2010-02-17 | 1 | -2/+1 |
* | Use APR_PID_T_FMT instead of %ld and a cast. | Graham Leggett | 2010-02-16 | 1 | -1/+1 |
* | Fix the help description. | Graham Leggett | 2010-02-16 | 1 | -1/+1 |
* | support/rotatelogs: Support the simplest log rotation case, log | Graham Leggett | 2010-02-16 | 1 | -6/+19 |
* | support/htcacheclean: Teach it how to write a pid file (modelled on | Graham Leggett | 2010-02-16 | 1 | -4/+31 |
* | ab: Fix number of requests per second in HTML output being to large by a | Stefan Fritsch | 2010-01-24 | 1 | -1/+1 |
* | Add parentheses to min max macro functions to avoid future bugs. | Takashi Sato | 2009-12-29 | 1 | -2/+2 |
* | Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings. | Takashi Sato | 2009-12-29 | 1 | -12/+13 |
* | more NetWare makefile fixes and cleanups. | Guenter Knauf | 2009-12-01 | 2 | -218/+46 |
* | fix or complain about some invalid errno references | Jeff Trawick | 2009-11-19 | 1 | -1/+1 |
* | update pollset to reflect changed connection state before closing the socket; | Jeff Trawick | 2009-11-06 | 1 | -1/+1 |
* | tab and trailing space police. | Guenter Knauf | 2009-11-01 | 1 | -23/+23 |