summaryrefslogtreecommitdiff
path: root/cleanup.c
Commit message (Expand)AuthorAgeFilesLines
* Fix NFS object corruptionWilson Snyder2010-10-091-3/+3
* Remove includes that are redundant after system.h introductionJoel Rosdahl2010-08-291-7/+0
* Isolate knowledge of the counters data structure to stats.cJoel Rosdahl2010-08-031-9/+4
* Format code to use a more consistent coding styleJoel Rosdahl2010-08-011-13/+15
* Introduce and use function-like macros str_eq() and str_startswith()Joel Rosdahl2010-08-011-8/+8
* Ignore .nfs* files when cleaning upJoel Rosdahl2010-07-191-0/+5
* Extract common exit code in cleanup.c's traverse_fn()Joel Rosdahl2010-07-191-6/+5
* Use format() instead of x_asprintf()Joel Rosdahl2010-07-171-4/+4
* Teach cleanup code to calculate actual cache size and number of files againJoel Rosdahl2010-06-091-50/+21
* Don't print stuff to stderr when exiting without error codeJoel Rosdahl2010-06-081-4/+2
* Improve clean up algorithm to avoid redundant unlinksJoel Rosdahl2010-06-071-23/+24
* Clean up files with identical timestamps in ascending name orderJoel Rosdahl2010-06-071-2/+2
* Only look for .tmp. in basename in traverse_fnJoel Rosdahl2010-06-071-2/+1
* Switch license to GPLv3+Joel Rosdahl2010-04-221-19/+16
* Make cleanup more robust by always deleting all siblings to the deleted fileJoel Rosdahl2010-02-281-20/+54
* Rename str_basename() to basename()Joel Rosdahl2010-02-281-2/+2
* Improve error message when failing to unlink a file to clean upJoel Rosdahl2010-02-281-1/+1
* Add .o suffix to stored object files for consistencyJoel Rosdahl2010-02-211-1/+13
* Clean up some constantsJoel Rosdahl2010-02-211-0/+7
* Update copyright noticesJoel Rosdahl2010-02-171-1/+2
* Remove standard includes from ccache.hJoel Rosdahl2010-02-171-0/+7
* Don't create empty stderr files in the cacheJoel Rosdahl2010-01-051-0/+13
* Fix statistics and cache cleanup for files generated by direct modeJoel Rosdahl2010-01-051-24/+48
* Remove trailing whitespaceJoel Rosdahl2010-01-051-14/+14
* make sure we cleanup any tmp files leftover from dead ccache runsAndrew Tridgell2006-07-171-0/+11
* - avoid using basename() to fix systems with that already definedAndrew Tridgell2003-09-251-2/+2
* fixed some warningsAndrew Tridgell2003-01-061-2/+3
* added -C optionAndrew Tridgell2002-06-031-0/+35
* fixed some warningsAndrew Tridgell2002-04-061-1/+2
* fixed some allocation bugsAndrew Tridgell2002-03-301-1/+8
* added built-in stats and cache managementAndrew Tridgell2002-03-301-0/+149