index
:
delta/ccache.git
3.1-maint
3.2-maint
3.3-maint
3.4-maint
3.5-maint
3.7-maint
4.5-maint
4.6-maint
4.7-maint
baserock/build-essential
baserock/http-ccache
baserock/http-ccache-morph
baserock/jonathan/no-system-zlib
baserock/liw/kinnison-ccache-fix
baserock/morph
baserock/samthursfield/build-essential-2
baserock/samthursfield/build-essential-2-rebase
dev/aggregation
dev/memcached
maint
master
github.com: ccache/ccache
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cleanup.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix NFS object corruption
Wilson Snyder
2010-10-09
1
-3
/
+3
*
Remove includes that are redundant after system.h introduction
Joel Rosdahl
2010-08-29
1
-7
/
+0
*
Isolate knowledge of the counters data structure to stats.c
Joel Rosdahl
2010-08-03
1
-9
/
+4
*
Format code to use a more consistent coding style
Joel Rosdahl
2010-08-01
1
-13
/
+15
*
Introduce and use function-like macros str_eq() and str_startswith()
Joel Rosdahl
2010-08-01
1
-8
/
+8
*
Ignore .nfs* files when cleaning up
Joel Rosdahl
2010-07-19
1
-0
/
+5
*
Extract common exit code in cleanup.c's traverse_fn()
Joel Rosdahl
2010-07-19
1
-6
/
+5
*
Use format() instead of x_asprintf()
Joel Rosdahl
2010-07-17
1
-4
/
+4
*
Teach cleanup code to calculate actual cache size and number of files again
Joel Rosdahl
2010-06-09
1
-50
/
+21
*
Don't print stuff to stderr when exiting without error code
Joel Rosdahl
2010-06-08
1
-4
/
+2
*
Improve clean up algorithm to avoid redundant unlinks
Joel Rosdahl
2010-06-07
1
-23
/
+24
*
Clean up files with identical timestamps in ascending name order
Joel Rosdahl
2010-06-07
1
-2
/
+2
*
Only look for .tmp. in basename in traverse_fn
Joel Rosdahl
2010-06-07
1
-2
/
+1
*
Switch license to GPLv3+
Joel Rosdahl
2010-04-22
1
-19
/
+16
*
Make cleanup more robust by always deleting all siblings to the deleted file
Joel Rosdahl
2010-02-28
1
-20
/
+54
*
Rename str_basename() to basename()
Joel Rosdahl
2010-02-28
1
-2
/
+2
*
Improve error message when failing to unlink a file to clean up
Joel Rosdahl
2010-02-28
1
-1
/
+1
*
Add .o suffix to stored object files for consistency
Joel Rosdahl
2010-02-21
1
-1
/
+13
*
Clean up some constants
Joel Rosdahl
2010-02-21
1
-0
/
+7
*
Update copyright notices
Joel Rosdahl
2010-02-17
1
-1
/
+2
*
Remove standard includes from ccache.h
Joel Rosdahl
2010-02-17
1
-0
/
+7
*
Don't create empty stderr files in the cache
Joel Rosdahl
2010-01-05
1
-0
/
+13
*
Fix statistics and cache cleanup for files generated by direct mode
Joel Rosdahl
2010-01-05
1
-24
/
+48
*
Remove trailing whitespace
Joel Rosdahl
2010-01-05
1
-14
/
+14
*
make sure we cleanup any tmp files leftover from dead ccache runs
Andrew Tridgell
2006-07-17
1
-0
/
+11
*
- avoid using basename() to fix systems with that already defined
Andrew Tridgell
2003-09-25
1
-2
/
+2
*
fixed some warnings
Andrew Tridgell
2003-01-06
1
-2
/
+3
*
added -C option
Andrew Tridgell
2002-06-03
1
-0
/
+35
*
fixed some warnings
Andrew Tridgell
2002-04-06
1
-1
/
+2
*
fixed some allocation bugs
Andrew Tridgell
2002-03-30
1
-1
/
+8
*
added built-in stats and cache management
Andrew Tridgell
2002-03-30
1
-0
/
+149