aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/exec
Commit message (Expand)AuthorAge
* Add easy access to MessageDigests in DigestHashFunctionGravatar ccalvarin2018-08-13
* Pass Fileset information to the Action filesystem.Gravatar felly2018-08-09
* Automated rollback of commit 186b887e5862c1502010f097e75bfd8d605620b0.Gravatar twerth2018-08-07
* remote: add support for directory inputs in runfilesGravatar buchgr2018-08-02
* Improve artifact->owner label accounting in two ways. First, don't do the ful...Gravatar janakr2018-07-30
* Make the fallback strategy for Bazel's remote execution configurable.Gravatar philwo2018-07-30
* Add a flag to split test.xml generation into a separate SpawnGravatar ulfjack2018-07-27
* Modify --subcommands to allow pretty printing the arguments of a subcommandGravatar ahumesky2018-07-26
* Weave the artifact path resolver through the Spawn execution context.Gravatar felly2018-07-25
* Fileset manifests now propagate Artifact metadata.Gravatar felly2018-07-23
* For all top-level artifacts, track the labels that own them when that is avai...Gravatar janakr2018-07-13
* Make the FileArtifactvalue of generated targets available via the FilesetOutp...Gravatar kush2018-07-11
* Omit parts of BEP events (like stdout, stderr) when the associated artifact u...Gravatar tomlu2018-07-11
* Bazel server, VFS: revert to using asByteSourceGravatar laszlocsomor2018-07-10
* Replace instances of Blaze with Bazel.Gravatar Dan Fabulich2018-07-05
* Bazel server: ensure InputStreams are closedGravatar laszlocsomor2018-07-05
* Include more information about build events' referenced local files.Gravatar tomlu2018-07-04
* Refactor TemplateExpansionAction so that various strategies can be used to im...Gravatar kush2018-06-29
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Add --materialize_param_files option.Gravatar tomlu2018-06-19
* Refactoring: uses OutputService for ActionFileSystem injectionGravatar shahan2018-06-18
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* Inline some ActionContextProvider classes into their modulesGravatar ulfjack2018-06-11
* Add AutoProfiler-like API to ProfilerGravatar ulfjack2018-06-11
* Remove ActionContextConsumerGravatar ulfjack2018-06-11
* Unify path resolution codepaths.Gravatar felly2018-06-08
* Add status details to the protosGravatar ulfjack2018-06-08
* Support basic test functionality in ActionFS.Gravatar felly2018-06-08
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Simplify TestAttempt interfaceGravatar ulfjack2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* MetadataProvider now provides ActionInput lookup by exec path.Gravatar shahan2018-06-05
* Improve error message slightlyGravatar ulfjack2018-06-04
* Removes most ActionInputFileCache functionality.Gravatar shahan2018-06-01
* Allow passing the relative symlink resolution policy to the SpawnInputExpanderGravatar ulfjack2018-05-30
* Remove special handling of SpawnActionContext in Executor/ActionExecContextGravatar ulfjack2018-05-22
* Changing SymlinkTreeStrategy not to use spawns.Gravatar Googler2018-05-18
* Rename BuildEventConverters to BuildEventContextGravatar ulfjack2018-05-17
* test failure: print stacktrace on I/O errorGravatar Laszlo Csomor2018-05-16
* Refactor TestAttempt event posting codeGravatar ulfjack2018-05-14
* Delete the FilesetActionContext and its ImplementationGravatar kush2018-05-04
* Kill Legacy Fileset implementation.Gravatar kush2018-05-04
* Do not spawn local actions when available memory is too lowGravatar Josh Pieper2018-05-04
* Allow banning symlink action outputs from being uploaded to a remote cache.Gravatar Benjamin Peterson2018-05-03
* Report what RemoteSpawnCache is doing.Gravatar Benjamin Peterson2018-05-03
* Print more debugging info when xcode-locator fails.Gravatar philwo2018-05-03
* Use the in-memory metadata in blaze as the source of truth for Fileset mappingsGravatar kush2018-05-02
* Clean up code that directly imports nested classes like Builder, Entry, etc.Gravatar jcater2018-05-01
* Support ParamFileActionInput in LocalSpawnRunner.Gravatar tomlu2018-04-30
* Remove the on-disk caching of Xcode locations.Gravatar jmmv2018-04-28