aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/RemoteModule.java
Commit message (Expand)AuthorAge
* Make the fallback strategy for Bazel's remote execution configurable.Gravatar philwo2018-07-30
* remote: add a ByteStreamBuildEventArtifactUploaderGravatar buchgr2018-07-12
* Pass options to BuildEventArtifactUploaderFactory.Gravatar tomlu2018-07-11
* Retry ensureInputsPresent/execute/downloadGravatar George Gensure2018-07-10
* bep: introduce BuildEventArtifactUploaderFactoryGravatar buchgr2018-07-09
* Include more information about build events' referenced local files.Gravatar tomlu2018-07-04
* bep: Make the BuildEventArtifactUploader async.Gravatar buchgr2018-06-29
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* remote: concurrent blob downloads. Fixes #5215Gravatar buchgr2018-06-02
* Enable --experimental_remote_spawn_cache by defaultGravatar ulfjack2018-05-28
* Remove AbruptException(ExitCode exitCode) constructor.Gravatar lpino2018-05-17
* Allow banning symlink action outputs from being uploaded to a remote cache.Gravatar Benjamin Peterson2018-05-03
* This change adds timestamps (call start and end time) to the remote grpc log.Gravatar Googler2018-04-23
* This CL adds log entry protos and logging handlers for Watch, FindMissingBlob...Gravatar Googler2018-04-13
* This change adds the writing of the remote execution log to a file behind an ...Gravatar Googler2018-03-29
* Propagating and printing server logs on demand.Gravatar olaola2018-03-21
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* remote: add directory support for remote caching and executionGravatar Hadrien Chauvin2017-12-20
* remote: Add support for Google Cloud Storage.Gravatar Jakob Buchgraber2017-12-18
* remote: Replace Retrier with Retrier2.Gravatar buchgr2017-12-04
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Internal changeGravatar David Ostrovsky2017-09-25
* Passing Bazel metadata in gRPC headers.Gravatar olaola2017-09-21
* grpc: Consolidate gRPC code from BES and Remote Execution. Fixes #3460, #3486Gravatar buchgr2017-08-04
* Merge handleOptions into beforeCommandGravatar ulfjack2017-07-17
* remote: Improve error handling for --remote_* cmd line flags. Fixes #3361, #3358Gravatar buchgr2017-07-14
* Rename GrpcActionCache to GrpcRemoteCacheGravatar ulfjack2017-07-05
* Change CAS URI to use the "bytestream" scheme instead of being scheme-lessGravatar ulfjack2017-06-22
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Rewrite StandaloneSpawnStrategy to use LocalSpawnRunnerGravatar ulfjack2017-06-19
* Simplify BlazeModule.beforeCommandGravatar ulfjack2017-06-14
* Fix bug in URI computation in RemoteModuleGravatar ulfjack2017-06-13
* Remote execution: post CAS links to the BEP instead of local file URIsGravatar ulfjack2017-06-09
* Remote tests should not depend on lib:runtimeGravatar buchgr2017-05-31
* Remote+BES: Stabilize command line flags.Gravatar buchgr2017-05-22
* Refactor simple distributed caching support Gravatar Alpha Lam2017-03-28
* Move some classes to lib.exec in preparation for layering enforcementGravatar Ulf Adams2016-12-21
* Creating separate instances of CAS and execution handlers for every action. T...Gravatar Ola Rozenfeld2016-12-16
* Attempt #2 to submit commit e860316559eac366d47923a8eb4b5489a661aa35: Using a...Gravatar Ola Rozenfeld2016-11-24
* Rollback of commit e860316559eac366d47923a8eb4b5489a661aa35.Gravatar Alex Humesky2016-11-21
* Using an ActionFileInputCache for SHA1 digests used with remote execution.Gravatar Ola Rozenfeld2016-11-21
* Refactor the module API to use the builder pattern for executor creation.Gravatar Ulf Adams2016-11-02
* Basic implementation of a remote gRPC based cache.Gravatar Ola Rozenfeld2016-09-21
* Description redacted.Gravatar Ola Rozenfeld2016-09-20
* Stop catching InterruptedException in remote execution.Gravatar Janak Ramakrishnan2016-08-18
* Rename MemcacheActionCache to ConcurrentMapActionCacheGravatar Dan Fabulich2016-07-22
* Simple REST URL cacheGravatar Dan Fabulich2016-07-22
* Add support for Hazelcast configuration fileGravatar Dan Fabulich2016-07-18
* Split BlazeModule.getCommandOptions into two; unify all implementations.Gravatar Ulf Adams2016-06-23