aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions/cache/DigestUtils.java
Commit message (Expand)AuthorAge
* Relax the threshold for calling getDigestInExclusiveMode().Gravatar Googler2018-07-02
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Automated rollback of commit 724bdbfa47576c67eeec5c74d594203fe05188c7.Gravatar laszlocsomor2018-05-23
* Relax the threshold for calling getDigestInExclusiveMode().Gravatar Googler2018-05-22
* Adjust semantics of Metadata interface, remove isFile (use getType)Gravatar ulfjack2018-01-10
* Take MB/s into account for the Slow read message.Gravatar Austin Schuh2017-11-30
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Make Metadata fields privateGravatar ulfjack2017-06-22
* Add caching of computed file digests based on file metadata.Gravatar Julio Merino2017-03-17
* Streamline Fingerprint implementationGravatar Michajlo Matijkiw2016-12-15
* Adding an option to set the digest function that everything uses. Minor refac...Gravatar Ola Rozenfeld2016-11-18
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Make Digest (renamed Md5Digest) a little more multi-purpose.Gravatar Shreya Bhattarai2016-08-23
* Don't treat empty files specially with respect to mtime/digest.Gravatar Janak Ramakrishnan2016-07-14
* Add --experimental_multi_threaded_digest which lets DigestUtils use multiple ...Gravatar Philipp Wollermann2016-06-06
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Add runfiles to metadata caches and make them isFile awareGravatar Michajlo Matijkiw2015-05-26
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25