summaryrefslogtreecommitdiffstats
path: root/support (follow)
Commit message (Expand)AuthorAgeFilesLines
* rotatelogs: Add -e option to write logs through to stdout for optionalGraham Leggett2010-12-211-3/+21
* Some more casts to make MSVC calm ...Guenter Knauf2010-11-301-10/+10
* Fixed return type to silent compiler warning.Guenter Knauf2010-11-301-1/+1
* Further trivial updates mod_disk_cache -> mod_cache_disk.Rainer Jung2010-11-261-1/+1
* mod_disk_cache renamed to mod_cache_disk, to be consistent with theGraham Leggett2010-11-201-1/+1
* Remove workaround that was only necessary when htcacheclean included httpd.hStefan Fritsch2010-11-111-7/+0
* More splitting as suggested by minfrin.Guenter Knauf2010-11-111-0/+2
* Splitted off cache defines/structs used by htcacheclean.Guenter Knauf2010-11-111-1/+1
* Another NetWare makefile cleanup.Guenter Knauf2010-10-241-10/+12
* With rotatelogs -v, on platforms where APR_FINFO_NAME is not implemented,Daniel Earl Poirier2010-10-191-2/+7
* Fix compilation of htcacheclean with enable-maintainer-mode / AP_DEBUGStefan Fritsch2010-10-181-0/+7
* htcacheclean: Teach htcacheclean to limit cache size by number ofGraham Leggett2010-10-131-72/+217
* Fix a segfault when tmpfiles are encountered while cleaning.Graham Leggett2010-10-061-1/+1
* Renamed optarg -> opt_arg to avoid name clashes with system-own optarg;Guenter Knauf2010-10-064-46/+43
* Ensure the correct pool is passed in when listing URLs.Graham Leggett2010-10-051-1/+1
* htcacheclean: Allow the listing of valid URLs within the cache, withGraham Leggett2010-10-051-4/+225
* htcacheclean: Allow the option to round up file sizes to a givenGraham Leggett2010-09-291-15/+48
* mod_disk_cache: Instead of creating an empty data file when the body isGraham Leggett2010-09-291-1/+38
* htcacheclean: If the cache file format is unrecognised, remove the entryGraham Leggett2010-09-291-0/+6
* simplify walking through array of returned apr_pollfd_tJeff Trawick2010-09-191-5/+4
* fix one error message, eliminate another that will neverJeff Trawick2010-09-191-5/+1
* Support large log files in suexecStefan Fritsch2010-08-221-0/+4
* Fortify falsely complained that the sprintf() result was unbounded.Jeff Trawick2010-08-201-2/+2
* Fix usage output.Stefan Fritsch2010-08-191-1/+1
* Removed obsolete include paths from NetWare makefiles.Guenter Knauf2010-07-238-8/+0
* Support AP_DECLARE_MODULE declaration syntax in apxsNick Kew2010-06-221-1/+1
* ab: Fix memory leak with -v2 and SSL.Stefan Fritsch2010-06-061-1/+4
* apxs -q: Stop filtering out ':' characters from the reported values.Jeff Trawick2010-05-141-1/+0
* Fix the following:Philip M. Gollucci2010-05-071-2/+5
* ab was sending wrong number of requests when keepalive enabled.Daniel Earl Poirier2010-05-031-2/+5
* build the socket address first, then get a matching socketJeff Trawick2010-04-141-4/+4
* Remove useless use of $[, which was long deprecated and is an error with perl...Stefan Fritsch2010-04-101-2/+1
* htcacheclean: Introduce the ability to clean specific URLs from theGraham Leggett2010-03-301-3/+241
* htcacheclean: Report additional statistics about entries deleted.Graham Leggett2010-03-271-45/+70
* Use portable apr_snprintf in rotatelogs.Graham Leggett2010-02-271-2/+2
* Create the pidfile world readable by adding APR_FPROT_WREAD. UseGraham Leggett2010-02-271-3/+4
* Try open the pid file twice, once before daemonisation so we can see anyGraham Leggett2010-02-271-19/+40
* Add -L option to create a hard link to the current log file. Daniel Earl Poirier2010-02-251-3/+23
* Make sure the pidfile is deleted on close.Graham Leggett2010-02-171-2/+1
* Use APR_PID_T_FMT instead of %ld and a cast.Graham Leggett2010-02-161-1/+1
* Fix the help description.Graham Leggett2010-02-161-1/+1
* support/rotatelogs: Support the simplest log rotation case, logGraham Leggett2010-02-161-6/+19
* support/htcacheclean: Teach it how to write a pid file (modelled onGraham Leggett2010-02-161-4/+31
* ab: Fix number of requests per second in HTML output being to large by aStefan Fritsch2010-01-241-1/+1
* Add parentheses to min max macro functions to avoid future bugs.Takashi Sato2009-12-291-2/+2
* Fix string constness to get rid of gcc compiler warnings by -Wwrite-strings.Takashi Sato2009-12-291-12/+13
* more NetWare makefile fixes and cleanups.Guenter Knauf2009-12-012-218/+46
* fix or complain about some invalid errno referencesJeff Trawick2009-11-191-1/+1
* update pollset to reflect changed connection state before closing the socket;Jeff Trawick2009-11-061-1/+1
* tab and trailing space police.Guenter Knauf2009-11-011-23/+23