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
/
manifest.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use correct key for "file info indexes" in --dump-manifest output
Joel Rosdahl
2015-08-15
1
-1
/
+1
*
Update source code style according to uncrustify
Joel Rosdahl
2015-08-05
1
-14
/
+12
*
Introduce logging wrappers for stat/lstat/fstat functions
Joel Rosdahl
2015-03-19
1
-3
/
+2
*
Improve temporary file creation functions and usage
Joel Rosdahl
2014-11-15
1
-12
/
+2
*
Merge maint into master (using imerge)
Joel Rosdahl
2014-11-13
1
-1
/
+7
|
\
|
*
Do not rely on pids being unique
Joel Rosdahl
2014-11-13
1
-1
/
+1
*
|
Merge branch 'maint'
Joel Rosdahl
2014-05-15
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix clang build warning "shift count >= width of type"
Joel Rosdahl
2014-05-14
1
-3
/
+13
*
|
Merge branch 'maint'
Joel Rosdahl
2014-04-15
1
-3
/
+13
|
\
\
|
|
/
|
*
manifest file_info fix
Yiding Jia
2014-04-15
1
-3
/
+13
*
|
Include manifest version in the direct mode hash
Joel Rosdahl
2013-03-02
1
-3
/
+2
*
|
Code style fix
Joel Rosdahl
2013-03-02
1
-11
/
+10
*
|
Allow mtime- and ctime-only matches.
Justin Lebar
2013-03-02
1
-10
/
+94
*
|
Merge branch 'maint'
Joel Rosdahl
2012-08-09
1
-2
/
+3
|
\
\
|
|
/
|
*
Rename static_assert macro to avoid clash with any preexisting static_assert
Joel Rosdahl
2012-08-09
1
-2
/
+3
*
|
fix build problems with incorrect pointer assignments
Chris AtLee
2012-04-05
1
-1
/
+1
*
|
Make ccache compilable with clang
Joel Rosdahl
2012-03-02
1
-2
/
+12
*
|
Use booleans for truth values
Joel Rosdahl
2012-01-08
1
-7
/
+7
*
|
Merge branch 'master' into config
Joel Rosdahl
2012-01-08
1
-1
/
+2
|
\
\
|
*
\
Merge branch 'maint'
Joel Rosdahl
2012-01-08
1
-1
/
+2
|
|
\
\
|
|
|
/
|
|
*
Fix minor memory leaks
Joel Rosdahl
2012-01-07
1
-1
/
+2
*
|
|
config: Use sloppiness from conf struct
Joel Rosdahl
2011-07-20
1
-5
/
+5
|
/
/
*
|
Merge branch 'maint'
Joel Rosdahl
2010-12-14
1
-12
/
+6
|
\
\
|
|
/
|
*
Remove corrupt manifest files so that they won't block direct mode hits
Joel Rosdahl
2010-12-14
1
-11
/
+5
|
*
Avoid creating empty file before creating new manifest file
Joel Rosdahl
2010-12-13
1
-11
/
+1
|
*
Compensate for bug in gzputc in zlib 1.2.5
Joel Rosdahl
2010-12-12
1
-1
/
+1
*
|
Implement manifest_dump
Joel Rosdahl
2010-11-02
1
-0
/
+75
*
|
Add version and reserved field to struct manifest
Joel Rosdahl
2010-11-02
1
-6
/
+10
*
|
Merge branch 'maint'
Joel Rosdahl
2010-11-02
1
-0
/
+1
|
\
\
|
|
/
|
*
Properly close fd in manifest_get if gzdopen fails
Joel Rosdahl
2010-11-01
1
-0
/
+1
*
|
Only create parent directories when needed to save stat() calls
Joel Rosdahl
2010-10-07
1
-12
/
+2
|
/
*
Use bool, true and false for boolean values
Joel Rosdahl
2010-08-29
1
-2
/
+2
*
Remove includes that are redundant after system.h introduction
Joel Rosdahl
2010-08-29
1
-9
/
+0
*
read_manifest(): Use x_calloc() instead of x_malloc()+memset()
Joel Rosdahl
2010-08-25
1
-15
/
+6
*
Log when a manifest lookup fails due to a missing file
Joel Rosdahl
2010-08-21
1
-0
/
+1
*
Format code to use a more consistent coding style
Joel Rosdahl
2010-08-01
1
-131
/
+129
*
Don't use locks for reading/writing the manifest from/to disk
Joel Rosdahl
2010-08-01
1
-9
/
+6
*
Introduce x_rename(), which unlink()s destination if necessary before rename()
Joel Rosdahl
2010-07-21
1
-2
/
+1
*
Use format() instead of x_asprintf()
Joel Rosdahl
2010-07-17
1
-1
/
+1
*
Close manifest files after reading/writing them
Ramiro Polla
2010-07-16
1
-3
/
+9
*
Unlink destination file before renames
Ramiro Polla
2010-07-16
1
-0
/
+1
*
Open files in binary mode
Ramiro Polla
2010-06-25
1
-1
/
+1
*
Handle __{DATE,FILE,TIME}__ macros in a better way
Joel Rosdahl
2010-04-28
1
-3
/
+8
*
Disable direct mode if __{DATE,FILE,TIME}__ is used
Joel Rosdahl
2010-04-25
1
-1
/
+3
*
Refactoring: move hash_*_ignoring_comments to hash_include_file_* in testutil
Joel Rosdahl
2010-04-25
1
-3
/
+1
*
Switch license to GPLv3+
Joel Rosdahl
2010-04-22
1
-4
/
+4
*
Portability: Include headers to get O_RDONLY and friend
Joel Rosdahl
2010-02-28
1
-2
/
+3
*
Improve log messages
Joel Rosdahl
2010-02-24
1
-11
/
+11
*
Let cc_log and fatal add a newline character to the message
Joel Rosdahl
2010-02-24
1
-18
/
+18
*
Add a hash_size field to the manifest on-disk format
Joel Rosdahl
2010-02-22
1
-13
/
+36
[next]