aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/actions/cache
Commit message (Expand)AuthorAge
* 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
* Introduce Path#isSpecialFile, FileSystem#isSpecialFile, and FileStatus#isSpec...Gravatar Nathan Harmata2015-10-21
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Add runfiles to metadata caches and make them isFile awareGravatar Michajlo Matijkiw2015-05-26
* Fix doc for CompactPersistentActionCache.validateIntegrityGravatar Mark Schaller2015-05-18
* Belated cleanup of MetadataHandler#discardMetadata. Since we have per-action ...Gravatar Janak Ramakrishnan2015-04-14
* Add functionality to discard orphaned binaries and middlemen.Gravatar Michajlo Matijkiw2015-03-25
* Don't print out action cache if it has more than 1000 entries. This prevents ...Gravatar Janak Ramakrishnan2015-03-23
* add baseline functionality for not saving unused artifactsGravatar Michajlo Matijkiw2015-03-13
* Some cleanup changes.Gravatar Ulf Adams2015-03-05
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25