index
:
bazel
master
a fast, scalable, multi-language and extensible build system
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
main
/
java
/
com
/
google
/
devtools
/
build
/
lib
/
exec
/
SingleBuildFileCache.java
Commit message (
Expand
)
Author
Age
*
Prevent broken cache entries on concurrent file changes
ulfjack
2018-01-19
*
In PerActionFileCache, tolerate requests for Artifacts that are not in the ca...
janakr
2017-10-10
*
Simplify the ActionInputFileCache
ulfjack
2017-07-06
*
Refactor all ctor callsites of PathFragment to instead call a static 'create'...
nharmata
2017-04-05
*
Windows-aware path-absoluteness checks.
Laszlo Csomor
2017-02-13
*
Adding an option to set the digest function that everything uses. Minor refac...
Ola Rozenfeld
2016-11-18
*
Use byte[] rather than ByteString for file digests.
Googler
2016-07-20
*
Use Bazel Preconditions variant which avoids varargs array creation
Mark Schaller
2015-12-10
*
Rationalize copyright headers
Damien Martin-Guillerez
2015-09-25
*
Add runfiles to metadata caches and make them isFile aware
Michajlo Matijkiw
2015-05-26
*
Combine pathTo{Digest,Bytes} in SingleBuildFileCache
Michajlo Matijkiw
2015-05-07
*
Mostly-automated roll-forward to return ActionInput objects from the ActionIn...
Janak Ramakrishnan
2015-04-06
*
Rolling back change because of subtle race condition when multiple actions in...
Janak Ramakrishnan
2015-03-20
*
Return ActionInput objects from the ActionInputFileCache when given a digest ...
Janak Ramakrishnan
2015-03-16
*
Update from Google.
Han-Wen Nienhuys
2015-02-25