summaryrefslogtreecommitdiffstats
path: root/support/htcacheclean.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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
* Add APR_FOPEN_BINARY to the options passed to apr for opening the Colm MacCarthaigh2005-08-231-4/+4
* Split mod_disk_cache.c into mod_disk_cache.c and mod_disk_cache.hAndreas Steinmetz2005-08-231-49/+1
* Update htcacheclean defines to match mod_disk_cache.c, Andreas is working onColm MacCarthaigh2005-08-231-2/+2
* * support/htcacheclean.c (directory_empty): Remove unused function.Joe Orton2005-08-121-26/+0
* Add -t option to htcacheclean to clean out empty directories.Justin Erenkrantz2005-08-111-5/+54
* - Bring htcacheclean into sync with mod_disk_cache. It now has a very basic ...Paul Querna2005-06-141-18/+68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* avoid vim autoindent :)Jim Jagielski2004-12-101-2/+2
* Dangerous assumption, especially if apr_dir_read uses readdir_r.Jim Jagielski2004-12-101-5/+3
* use a smarter way to specify the limitAndré Malo2004-11-061-16/+33
* more native newlinesAndré Malo2004-11-061-12/+13
* better readability, native newlines, less spamAndré Malo2004-11-061-37/+41
* another warning.André Malo2004-11-061-1/+5
* avoid compiler warningAndré Malo2004-11-061-0/+1
* just styleAndré Malo2004-11-061-344/+336
* Add htcacheclean to function as cleanup utility (daemonizable) forJustin Erenkrantz2004-11-061-0/+1013