]> granicus.if.org Git - apache/history - support/htcacheclean.c
Make sure the pidfile is deleted on close.
[apache] / support / htcacheclean.c
2010-02-16 Graham LeggettMake sure the pidfile is deleted on close.
2010-02-16 Graham LeggettUse APR_PID_T_FMT instead of %ld and a cast.
2010-02-16 Graham LeggettFix the help description.
2010-02-16 Graham Leggettsupport/htcacheclean: Teach it how to write a pid file...
2009-11-19 Jeff Trawickfix or complain about some invalid errno references
2009-09-18 Daniel Earl PoirierDetab.
2009-09-15 Jeff Trawicksimplify reporting of the repeated argument error
2009-09-14 Graham LeggettMove declaration to remove a compiler warning.
2009-09-12 Ruediger Pluem* Detab.
2009-09-11 Graham Leggetthtcacheclean: 19 ways to fail, 1 error message. Fixed.
2009-01-05 Ruediger Pluem* The header file is still needed in this case. So...
2008-05-14 Ruediger Pluem* Fix style by doing correct indenting
2008-05-14 Paul QuernaCheck return value of apr_file_read_full.
2007-07-20 Nick KewMultiple trivial fixes from Christophe JAILLET
2006-10-16 Graham LeggettAdd a missing include of apr_buckets.h. [Martin Kraemer]
2006-07-11 Roy T. Fieldingupdate license header text
2006-04-19 Colm MacCarthaighUpdate the copyright year in all .c, .h and .xml files
2005-11-10 Jim JagielskiNo functional Change: Removing trailing whitespace...
2005-11-10 Jim JagielskiNo functional change: simple detabbing of indented...
2005-08-26 Colm MacCarthaighAllow htcacheclean to deal in gigabytes.
2005-08-23 Colm MacCarthaighAdd APR_FOPEN_BINARY to the options passed to apr for...
2005-08-23 Andreas SteinmetzSplit mod_disk_cache.c into mod_disk_cache.c and mod_di...
2005-08-23 Colm MacCarthaighUpdate htcacheclean defines to match mod_disk_cache...
2005-08-12 Joe Orton* support/htcacheclean.c (directory_empty): Remove...
2005-08-10 Justin ErenkrantzAdd -t option to htcacheclean to clean out empty direct...
2005-06-14 Paul Querna- Bring htcacheclean into sync with mod_disk_cache...
2005-02-04 Justin ErenkrantzUpdate copyright year to 2005 and standardize on curren...
2004-12-10 Jim Jagielskiavoid vim autoindent :)
2004-12-10 Jim JagielskiDangerous assumption, especially if apr_dir_read uses...
2004-11-06 André Malouse a smarter way to specify the limit
2004-11-06 André Malomore native newlines
2004-11-06 André Malobetter readability, native newlines, less spam
2004-11-06 André Maloanother warning.
2004-11-06 André Maloavoid compiler warning
2004-11-06 André Malojust style
2004-11-06 Justin ErenkrantzAdd htcacheclean to function as cleanup utility (daemon...