summaryrefslogtreecommitdiffstats
path: root/support/htcacheclean.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow htcacheclean to deal in gigabytes.Colm MacCarthaigh2005-08-261-0/+4
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@240297 13f79535-47bb-0310-9956-ffa450edef68
* Add APR_FOPEN_BINARY to the options passed to apr for opening the Colm MacCarthaigh2005-08-231-4/+4
| | | | | | | | cache header files. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@239436 13f79535-47bb-0310-9956-ffa450edef68
* Split mod_disk_cache.c into mod_disk_cache.c and mod_disk_cache.hAndreas Steinmetz2005-08-231-49/+1
| | | | | | | to allow inclusion of mod_disk_cache.h in htcacheclean.c. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@239406 13f79535-47bb-0310-9956-ffa450edef68
* Update htcacheclean defines to match mod_disk_cache.c, Andreas is working onColm MacCarthaigh2005-08-231-2/+2
| | | | | | | | | mod_disk_cache.h, an all-round better solution, but for now just fix the bug. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@239381 13f79535-47bb-0310-9956-ffa450edef68
* * support/htcacheclean.c (directory_empty): Remove unused function.Joe Orton2005-08-121-26/+0
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@232218 13f79535-47bb-0310-9956-ffa450edef68
* Add -t option to htcacheclean to clean out empty directories.Justin Erenkrantz2005-08-111-5/+54
| | | | | | | | | | | | | | | | * support/htcacheclean.c: Implement -t option. * docs/man/htcacheclean.8, docs/manual/programs/htcacheclean.html.en, docs/manual/programs/htcacheclean.xml: Document -t option. Justin did some minor tweaks as he agrees with Andreas and Rudiger that apr_dir_remove should return an error if the directory isn't empty; hence, remove the apr_dir_read calls. Submitted by: Colm MacCarthaigh Reviewed by: Justin Erenkrantz, Andreas Steinmetz, Rudiger Pluem git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@231351 13f79535-47bb-0310-9956-ffa450edef68
* - Bring htcacheclean into sync with mod_disk_cache. It now has a very basic ↵Paul Querna2005-06-141-18/+68
| | | | | | understanding of the Varied Headers file format, and will cleanup orphaned data files, or Vary Header Files that have expired. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@190537 13f79535-47bb-0310-9956-ffa450edef68
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@151408 13f79535-47bb-0310-9956-ffa450edef68
* avoid vim autoindent :)Jim Jagielski2004-12-101-2/+2
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111520 13f79535-47bb-0310-9956-ffa450edef68
* Dangerous assumption, especially if apr_dir_read uses readdir_r.Jim Jagielski2004-12-101-5/+3
| | | | | | | Be safe. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@111516 13f79535-47bb-0310-9956-ffa450edef68
* use a smarter way to specify the limitAndré Malo2004-11-061-16/+33
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105710 13f79535-47bb-0310-9956-ffa450edef68
* more native newlinesAndré Malo2004-11-061-12/+13
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105709 13f79535-47bb-0310-9956-ffa450edef68
* better readability, native newlines, less spamAndré Malo2004-11-061-37/+41
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105708 13f79535-47bb-0310-9956-ffa450edef68
* another warning.André Malo2004-11-061-1/+5
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105707 13f79535-47bb-0310-9956-ffa450edef68
* avoid compiler warningAndré Malo2004-11-061-0/+1
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105706 13f79535-47bb-0310-9956-ffa450edef68
* just styleAndré Malo2004-11-061-344/+336
| | | | git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105705 13f79535-47bb-0310-9956-ffa450edef68
* Add htcacheclean to function as cleanup utility (daemonizable) forJustin Erenkrantz2004-11-061-0/+1013
mod_disk_cache. (Justin did a whole bunch of style tweaks, and some minor functionality tweaks to get it to function on Solaris.) Submitted by: Andreas Steinmetz Reviewed by: Justin Erenkrantz git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105698 13f79535-47bb-0310-9956-ffa450edef68