Parent Directory
|
Revision Log
| Links to HEAD: | (view) (annotate) |
| Sticky Revision: |
fix or complain about some invalid errno references
Detab.
simplify reporting of the repeated argument error
Move declaration to remove a compiler warning.
* Detab.
htcacheclean: 19 ways to fail, 1 error message. Fixed.
* The header file is still needed in this case. So prevent it from being deleted.
* Fix style by doing correct indenting
Check return value of apr_file_read_full. Reported By: BOYA SUN <boya.sun case.edu>
Multiple trivial fixes from Christophe JAILLET PR 38699, 39518, 42005, 42006, 42007, 42008, 42009 The patches are all his, and are sufficiently trivial to review at a glance.
Add a missing include of apr_buckets.h. [Martin Kraemer]
update license header text
Update the copyright year in all .c, .h and .xml files
No functional Change: Removing trailing whitespace. This also means that "blank" lines consisting of just spaces or tabs are now really blank lines
No functional change: simple detabbing of indented code.
Allow htcacheclean to deal in gigabytes.
Add APR_FOPEN_BINARY to the options passed to apr for opening the cache header files.
Split mod_disk_cache.c into mod_disk_cache.c and mod_disk_cache.h to allow inclusion of mod_disk_cache.h in htcacheclean.c.
Update htcacheclean defines to match mod_disk_cache.c, Andreas is working on mod_disk_cache.h, an all-round better solution, but for now just fix the bug.
* support/htcacheclean.c (directory_empty): Remove unused function.
Add -t option to htcacheclean to clean out empty directories. * 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
- Bring htcacheclean into sync with mod_disk_cache. It now has a very basic understanding of the Varied Headers file format, and will cleanup orphaned data files, or Vary Header Files that have expired.
Update copyright year to 2005 and standardize on current copyright owner line.
avoid vim autoindent :)
Dangerous assumption, especially if apr_dir_read uses readdir_r. Be safe.
general property cleanup
use a smarter way to specify the limit
more native newlines
better readability, native newlines, less spam
another warning.
avoid compiler warning
just style
Add htcacheclean to function as cleanup utility (daemonizable) for 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
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.
| apache@apache.org | ViewVC Help |
| Powered by ViewVC 1.1.2 |