summaryrefslogtreecommitdiff
path: root/support/htcacheclean.c
Commit message (Expand)AuthorAgeFilesLines
* * server/mpm/event/event.c, Joe Orton2021-05-171-19/+18
* * Whitespace style fixes. No functional change.Ruediger Pluem2020-04-141-2/+3
* PR64313 htcacheclean: Empty directories in CacheRoot are still present even ...Jean-Frederic Clere2020-04-141-0/+9
* -l and -L are not exclusive.Christophe Jaillet2019-08-091-11/+15
* Fix spelling in comments and text files.Rainer Jung2016-08-111-2/+2
* remove unused variablesStefan Fritsch2013-04-051-1/+0
* Use apr_file_printf(... "%pm"...) instead of explicit call to apr_strerrorChristophe Jaillet2013-04-041-26/+17
* * support/htcacheclean.c (main): Ensure -p was used before attemptingJoe Orton2013-01-211-4/+4
* Fix htcacheclean list options "-a" and "-A".Rainer Jung2013-01-141-1/+1
* Cleanup effort in prep for GA push:Jim Jagielski2011-09-231-2/+2
* Use APR_STATUS_IS_... in some more cases.Stefan Fritsch2011-05-111-4/+4
* fix some dead assignments found by the clang analyzerJeff Trawick2011-04-301-1/+0
* 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
* 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-101-1/+1
* 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
* 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-041-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
* htcacheclean: Introduce the ability to clean specific URLs from theGraham Leggett2010-03-291-3/+241
* htcacheclean: Report additional statistics about entries deleted.Graham Leggett2010-03-271-45/+70
* 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
* Make sure the pidfile is deleted on close.Graham Leggett2010-02-161-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/htcacheclean: Teach it how to write a pid file (modelled onGraham Leggett2010-02-161-4/+31
* fix or complain about some invalid errno referencesJeff Trawick2009-11-191-1/+1
* Detab.Daniel Earl Poirier2009-09-181-3/+3
* simplify reporting of the repeated argument errorJeff Trawick2009-09-151-9/+15
* Move declaration to remove a compiler warning.Graham Leggett2009-09-141-1/+1
* * Detab.Ruediger Pluem2009-09-121-2/+2
* htcacheclean: 19 ways to fail, 1 error message. Fixed.Graham Leggett2009-09-111-24/+41
* * The header file is still needed in this case. So prevent it from beingRuediger Pluem2009-01-051-0/+1
* * Fix style by doing correct indentingRuediger Pluem2008-05-141-5/+5
* Check return value of apr_file_read_full.Paul Querna2008-05-141-5/+7
* Multiple trivial fixes from Christophe JAILLETNick Kew2007-07-201-3/+1
* Add a missing include of apr_buckets.h. [Martin Kraemer]Graham Leggett2006-10-161-0/+1
* update license header textRoy T. Fielding2006-07-111-6/+6
* Update the copyright year in all .c, .h and .xml filesColm MacCarthaigh2006-04-191-1/+1
* No functional Change: Removing trailing whitespace. This alsoJim Jagielski2005-11-101-6/+6
* No functional change: simple detabbing of indented code.Jim Jagielski2005-11-101-1/+1
* Allow htcacheclean to deal in gigabytes.Colm MacCarthaigh2005-08-261-0/+4