aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions/cache
Commit message (Expand)AuthorAge
* Automated rollback of commit a6255612e4892729d3758775c76085b26b9bc584.Gravatar twerth2018-08-02
* Remove PerActionFileCacheGravatar ulfjack2018-07-23
* Remove the "slow read" warning when using multi-threaded digesting.Gravatar philwo2018-07-11
* Relax the threshold for calling getDigestInExclusiveMode().Gravatar Googler2018-07-02
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* RemoteFileArtifactValue no longer tracks mtime.Gravatar shahan2018-05-24
* Automated rollback of commit 724bdbfa47576c67eeec5c74d594203fe05188c7.Gravatar laszlocsomor2018-05-23
* Relax the threshold for calling getDigestInExclusiveMode().Gravatar Googler2018-05-22
* Use ConcurrentHashMap directly instead of MapMaker.Gravatar Googler2018-05-03
* Adds support for remote files.Gravatar shahan2018-04-26
* Provide a hacky way to get an ActionInput from BinToolsGravatar ulfjack2018-02-20
* Adjust semantics of Metadata interface, remove isFile (use getType)Gravatar ulfjack2018-01-10
* Use EmptyActionInput instead of null in SpawnInputExpanderGravatar ulfjack2018-01-08
* Move FileStateValue.Type to Metadata; add Metadata.getType()Gravatar ulfjack2017-12-21
* Take MB/s into account for the Slow read message.Gravatar Austin Schuh2017-11-30
* Show the used client env digest in bazel dump --action_cache.Gravatar Benjamin Peterson2017-11-17
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Collect action cache hits, misses, and reasons for the misses.Gravatar jmmv2017-09-27
* Automatic code cleanup.Gravatar cushon2017-09-15
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Remove MetadataHandler.isRegularFileGravatar ulfjack2017-07-28
* Add a #getBytes() method to DeterministicWriter that returns a ByteString. By...Gravatar janakr2017-06-30
* Make Metadata an interface for FileArtifactValueGravatar ulfjack2017-06-26
* Make Metadata fields privateGravatar ulfjack2017-06-22
* ActionMetadataHandler: proper metadata even for the volatile workspace statusGravatar ulfjack2017-06-21
* Close file handles in ActionCache before bazel cleanGravatar Yun Peng2017-06-19
* Change FileContentsProxy to use ctime instead of mtimeGravatar ulfjack2017-05-09
* Move the chmod call from SkyframeActionExecutor to ActionMetadataHandlerGravatar ulfjack2017-04-07
* Explicitly document the state transition on MetadataHandlerGravatar ulfjack2017-04-06
* Add caching of computed file digests based on file metadata.Gravatar Julio Merino2017-03-17
* Convert --use_action_cache to a regular optionGravatar Googler2017-03-01
* Skip computing digests when --use_action_cache=false.Gravatar Googler2017-02-16
* Adds --[no]use_action_cache startup option to disable the action cache.Gravatar Googler2017-02-15
* 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
* Proper action output checks for TreeArtifacts. Instead of crashing Bazel, we ...Gravatar Rumou Duan2016-10-19
* Add a method in MetadataHandler to retrieve contained artifacts from TreeArti...Gravatar Rumou Duan2016-10-07
* Track client environment in SkyframeGravatar Klaus Aehlig2016-09-14
* Make Digest (renamed Md5Digest) a little more multi-purpose.Gravatar Shreya Bhattarai2016-08-23
* Drive-by cleanup to remove unnecessary function from the ActionCache interface.Gravatar Shreya Bhattarai2016-08-10
* Don't treat empty files specially with respect to mtime/digest.Gravatar Janak Ramakrishnan2016-07-14
* Rephrase Fingerprint in terms of guava HashFunction.Gravatar Eric Fellheimer2016-07-12
* Micro-optimizations to Digest.fromMetadata():Gravatar Googler2016-07-07
* Add --experimental_multi_threaded_digest which lets DigestUtils use multiple ...Gravatar Philipp Wollermann2016-06-06
* Log whenever a periodic flush of the action cache is slow.Gravatar Nathan Harmata2016-04-14
* Introduce TreeFileArtifact, which represents files under TreeArtifacts.Gravatar Rumou Duan2016-04-14
* Support for handling TreeArtifact metadata and returning TreeArtifacts from A...Gravatar Michael Thvedt2016-02-09
* Improve space efficiency of Blaze action cache: For actions that don't perfor...Gravatar Eric Fellheimer2016-01-22
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10