index
:
apache2
trunk
apache2
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
support
/
htcacheclean.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix or complain about some invalid errno references
Jeff Trawick
2009-11-19
1
-1
/
+1
*
Detab.
Daniel Earl Poirier
2009-09-18
1
-3
/
+3
*
simplify reporting of the repeated argument error
Jeff Trawick
2009-09-15
1
-9
/
+15
*
Move declaration to remove a compiler warning.
Graham Leggett
2009-09-14
1
-1
/
+1
*
* Detab.
Ruediger Pluem
2009-09-12
1
-2
/
+2
*
htcacheclean: 19 ways to fail, 1 error message. Fixed.
Graham Leggett
2009-09-12
1
-24
/
+41
*
* The header file is still needed in this case. So prevent it from being
Ruediger Pluem
2009-01-05
1
-0
/
+1
*
* Fix style by doing correct indenting
Ruediger Pluem
2008-05-14
1
-5
/
+5
*
Check return value of apr_file_read_full.
Paul Querna
2008-05-14
1
-5
/
+7
*
Multiple trivial fixes from Christophe JAILLET
Nick Kew
2007-07-20
1
-3
/
+1
*
Add a missing include of apr_buckets.h. [Martin Kraemer]
Graham Leggett
2006-10-16
1
-0
/
+1
*
update license header text
Roy T. Fielding
2006-07-11
1
-6
/
+6
*
Update the copyright year in all .c, .h and .xml files
Colm MacCarthaigh
2006-04-19
1
-1
/
+1
*
No functional Change: Removing trailing whitespace. This also
Jim Jagielski
2005-11-10
1
-6
/
+6
*
No functional change: simple detabbing of indented code.
Jim Jagielski
2005-11-10
1
-1
/
+1
*
Allow htcacheclean to deal in gigabytes.
Colm MacCarthaigh
2005-08-26
1
-0
/
+4
*
Add APR_FOPEN_BINARY to the options passed to apr for opening the
Colm MacCarthaigh
2005-08-23
1
-4
/
+4
*
Split mod_disk_cache.c into mod_disk_cache.c and mod_disk_cache.h
Andreas Steinmetz
2005-08-23
1
-49
/
+1
*
Update htcacheclean defines to match mod_disk_cache.c, Andreas is working on
Colm MacCarthaigh
2005-08-23
1
-2
/
+2
*
* support/htcacheclean.c (directory_empty): Remove unused function.
Joe Orton
2005-08-12
1
-26
/
+0
*
Add -t option to htcacheclean to clean out empty directories.
Justin Erenkrantz
2005-08-11
1
-5
/
+54
*
- Bring htcacheclean into sync with mod_disk_cache. It now has a very basic ...
Paul Querna
2005-06-14
1
-18
/
+68
*
Update copyright year to 2005 and standardize on current copyright owner line.
Justin Erenkrantz
2005-02-04
1
-1
/
+2
*
avoid vim autoindent :)
Jim Jagielski
2004-12-10
1
-2
/
+2
*
Dangerous assumption, especially if apr_dir_read uses readdir_r.
Jim Jagielski
2004-12-10
1
-5
/
+3
*
use a smarter way to specify the limit
André Malo
2004-11-06
1
-16
/
+33
*
more native newlines
André Malo
2004-11-06
1
-12
/
+13
*
better readability, native newlines, less spam
André Malo
2004-11-06
1
-37
/
+41
*
another warning.
André Malo
2004-11-06
1
-1
/
+5
*
avoid compiler warning
André Malo
2004-11-06
1
-0
/
+1
*
just style
André Malo
2004-11-06
1
-344
/
+336
*
Add htcacheclean to function as cleanup utility (daemonizable) for
Justin Erenkrantz
2004-11-06
1
-0
/
+1013