]> granicus.if.org Git - apache/history - support/htcacheclean.c
Rebuild doc.
[apache] / support / htcacheclean.c
2013-04-05 Stefan Fritschremove unused variables
2013-04-04 Christophe JailletUse apr_file_printf(... "%pm"...) instead of explicit...
2013-01-21 Joe Orton* support/htcacheclean.c (main): Ensure -p was used...
2013-01-14 Rainer JungFix htcacheclean list options "-a" and "-A".
2011-09-23 Jim JagielskiCleanup effort in prep for GA push:
2011-05-11 Stefan FritschUse APR_STATUS_IS_... in some more cases.
2011-04-30 Jeff Trawickfix some dead assignments found by the clang analyzer
2010-11-30 Guenter KnaufSome more casts to make MSVC calm ...
2010-11-30 Guenter KnaufFixed return type to silent compiler warning.
2010-11-20 Graham Leggettmod_disk_cache renamed to mod_cache_disk, to be consist...
2010-11-11 Stefan FritschRemove workaround that was only necessary when htcachec...
2010-11-11 Guenter KnaufMore splitting as suggested by minfrin.
2010-11-10 Guenter KnaufSplitted off cache defines/structs used by htcacheclean.
2010-10-18 Stefan FritschFix compilation of htcacheclean with enable-maintainer...
2010-10-13 Graham Leggetthtcacheclean: Teach htcacheclean to limit cache size...
2010-10-06 Graham LeggettFix a segfault when tmpfiles are encountered while...
2010-10-05 Graham LeggettEnsure the correct pool is passed in when listing URLs.
2010-10-04 Graham Leggetthtcacheclean: Allow the listing of valid URLs within...
2010-09-29 Graham Leggetthtcacheclean: Allow the option to round up file sizes...
2010-09-29 Graham Leggettmod_disk_cache: Instead of creating an empty data file...
2010-09-29 Graham Leggetthtcacheclean: If the cache file format is unrecognised...
2010-03-29 Graham Leggetthtcacheclean: Introduce the ability to clean specific...
2010-03-27 Graham Leggetthtcacheclean: Report additional statistics about entrie...
2010-02-27 Graham LeggettCreate the pidfile world readable by adding APR_FPROT_W...
2010-02-27 Graham LeggettTry open the pid file twice, once before daemonisation...
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...