aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/skyframe/FilesystemValueChecker.java
Commit message (Expand)AuthorAge
* Use the path resolver when dealing with tree artifacts.Gravatar felly2018-07-26
* Set the version of a computed node to the max of its child versions rather th...Gravatar janakr2018-07-11
* Add better profiling for getDirtyActionValues.Gravatar twerth2018-07-04
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* Internal changeGravatar felly2018-02-20
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Rename all logger instances to "logger" (instead "LOG" or "log").Gravatar lberki2017-09-05
* Improve logging on batch stat issues.Gravatar felly2017-07-21
* Explicitly ignore returned FutureGravatar cushon2017-04-11
* Remove WalkableGraph#exists and allow WalkableGraph#getValue and WalkableGrap...Gravatar Janak Ramakrishnan2017-01-03
* Proper action output checks for TreeArtifacts. Instead of crashing Bazel, we ...Gravatar Rumou Duan2016-10-19
* Allow Skyframe graph lookups and value retrievals to throw InterruptedException.Gravatar Janak Ramakrishnan2016-08-16
* In FileSystemValueChecker, only check TreeArtfacts that are in theGravatar Rumou Duan2016-06-20
* Introduce TreeFileArtifact, which represents files under TreeArtifacts.Gravatar Rumou Duan2016-04-14
* Move TimestampGranularityMonitor to CommandEnvironment.Gravatar Ulf Adams2016-03-23
* Update FileSystemValueChecker to handle TreeArtifact values.Gravatar Michael Thvedt2016-02-10
* Support for handling TreeArtifact metadata and returning TreeArtifacts from A...Gravatar Michael Thvedt2016-02-09
* Use Bazel Preconditions variant which avoids varargs array creationGravatar Mark Schaller2015-12-10
* Allow for a set of known modified files to be passed into the FileSystemValue...Gravatar Eric Fellheimer2015-11-18
* Allow FilesystemValueChecker to operate on a WalkableGraph and add TODOs for ...Gravatar Nathan Harmata2015-11-10
* Update @Nullable annotations for FilesystemValueChecker related stuff.Gravatar Nathan Harmata2015-11-10
* In FilesystemValueChecker, use 200 threads and don't waste threads on skipped...Gravatar Nathan Harmata2015-10-06
* Log how much time we spend manually checking files and directory listings for...Gravatar Nathan Harmata2015-10-06
* Rationalize copyright headersGravatar Damien Martin-Guillerez2015-09-25
* Be resilient to a non-decreasing clock in BlazeRuntime#recordLastExecutionTim...Gravatar Nathan Harmata2015-08-28
* When we have enough information to determine that a file didn't change type, ...Gravatar Nathan Harmata2015-08-13
* Allow modules to specify additional nodes in the graph to be invalidated and ...Gravatar Janak Ramakrishnan2015-07-29
* Log SkyKeys detected changed across buildsGravatar Michajlo Matijkiw2015-06-23
* Renaming ExecutorShutdownUtil to ExecutorUtil, since it doesn't just do shutd...Gravatar Eric Fellheimer2015-06-19
* Don't be unnecessarily conservative about marking FileStateKeys and Directory...Gravatar Nathan Harmata2015-06-09
* Remove superfluous throws clause.Gravatar Nathan Harmata2015-06-08
* Don't take into account symlinks when computing intrabuild file modifications...Gravatar Miguel Alcon Pinto2015-04-13
* Split FileAndMetadataCache into two classes, since most of the shared functio...Gravatar Janak Ramakrishnan2015-04-06
* Record statistics about dirty output files detected in the output tree.Gravatar Miguel Alcon Pinto2015-03-11
* Update from Google.Gravatar Han-Wen Nienhuys2015-02-25