aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/ActionFileSystem.java
Commit message (Expand)AuthorAge
* Fix a bug with flush() not flushing on local writes in ActionFS, and add unit...Gravatar felly2018-06-12
* Support delete() in ActionFS.Gravatar felly2018-06-12
* Allow delegation to the underlying filesystem only for the source tree.Gravatar felly2018-06-11
* Consolidate filesystem metadata operations in ActionFS by extending AbstractF...Gravatar felly2018-06-11
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Support file renaming in ActionFS.Gravatar felly2018-06-08
* ActionFS correctly tracks symlink sources.Gravatar shahan2018-06-08
* Support basic test functionality in ActionFS.Gravatar felly2018-06-08
* Deletes default implemetation of MetadataProvider.getInputGravatar shahan2018-06-08
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Allow for Path and Root resolution when extracting action metadata.Gravatar felly2018-06-06
* ActionFS is now aware of inserted files.Gravatar felly2018-06-04
* Removes most ActionInputFileCache functionality.Gravatar shahan2018-06-01
* Adds support for InlineFileArtifactValue.Gravatar shahan2018-05-30
* Allows ActionFS to delegate to other file systems.Gravatar shahan2018-05-17
* Optimizes performance of ActionFS staging and eliminates ActionFS updates.Gravatar shahan2018-05-15
* Records profiling information for ActionFS staging and updates.Gravatar shahan2018-05-11
* Adds an action-scoped filesystem.Gravatar shahan2018-05-09