aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote
Commit message (Expand)AuthorAge
* Remote worker: skip non-existent files after action executionGravatar ulfjack2017-05-30
* Update remote caching / execution docsGravatar ulfjack2017-05-23
* Remote+BES: Stabilize command line flags.Gravatar buchgr2017-05-22
* gRPC is locking down access to internal classes, so remove refs to it.Gravatar Googler2017-05-22
* Handle null action inputs in TreeNodeRepositoryGravatar ulfjack2017-05-03
* Enabling chunking of outputs in the RemoteWorker downloadBlob. This fixes the...Gravatar olaola2017-04-24
* Also download stdout & stderr in case of a cache hitGravatar ulfjack2017-04-20
* OnePlatform auth support for Bazel, in preparation for next version of the API.Gravatar olaola2017-04-20
* Fix RemoteSpawnStrategy to upload stdout/stderr to the remote cacheGravatar ulfjack2017-04-19
* Write stdout and stderr to the remote cacheGravatar ulfjack2017-04-18
* Re-enabling the remote caching without remote execution code path, which wasGravatar olaola2017-04-12
* Open source LocalSpawnRunnerGravatar ulfjack2017-04-07
* Refactoring the chunking logic out of GrpcActionCache, and cleaning it up. AlsoGravatar olaola2017-04-06
* Automated g4 rollback of commit 520f947580634cb9b62020fba4c93d5e78044ccf.Gravatar mstaib2017-04-06
* Refactoring the chunking logic out of GrpcActionCache, and cleaning it up. AlsoGravatar olaola2017-04-06
* Expand the SpawnRunner/SpawnResult interfaces to cover more functionalityGravatar ulfjack2017-04-06
* Add a new CachedLocalSpawnRunner to implement remote caching + local execGravatar ulfjack2017-04-05
* Refactor all ctor callsites of PathFragment to instead call a static 'create'...Gravatar nharmata2017-04-05
* Extract a SpawnRunner interfaceGravatar ulfjack2017-04-04
* Clone the remote execution implementation into a new classGravatar ulfjack2017-03-29
* Refactor simple distributed caching support Gravatar Alpha Lam2017-03-28
* Deja-vu: Using an ActionInputFileCache for SHA1 digests used with remote exec...Gravatar Ola Rozenfeld2017-03-27
* Use SpawnInputExpander in the remote spawn strategy to expand runfiles treesGravatar Ulf Adams2017-03-24
* Adding a more descriptive error message to ConcurrentMapActionCacheGravatar Googler2017-03-23
* Adding a temporary flag to Bazel to allow Platform override from the commandGravatar Ola Rozenfeld2017-03-14
* Also report the spawn from the remote strategyGravatar Ulf Adams2017-03-10
* Merging remote_cache and remote_worker into a single binary. Gravatar Ola Rozenfeld2017-03-09
* Remove all the action resource estimation codeGravatar Ulf Adams2017-03-06
* Rationalize local resource acquisitionGravatar Ulf Adams2017-03-03
* Adding a small flag allowing to control remote caching without remote executi...Gravatar Ola Rozenfeld2017-03-03
* More documentation for distributed caching and remote execution Gravatar Alpha Lam2017-02-27
* Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:pr...Gravatar Carmi Grushko2017-02-09
* Fixing reliance on same order for downloading multiple blobs.Gravatar Ola Rozenfeld2017-02-03
* Make --hazelcast_node and --remote_cache options mutually exclusive Gravatar Marcin Maliszkiewicz2017-01-20
* 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
* Fix formatting of README.mdGravatar Tom Payne2016-12-16
* Add a flag for disabling local fallback for actions that failed remotely.Gravatar Ola Rozenfeld2016-12-13
* Debugging flag (will rarely be used by actual users) that disables remoteGravatar Ola Rozenfeld2016-12-13
* Printing the stack trace of remote failures on --verbose_failures.Gravatar Ola Rozenfeld2016-12-13
* Attempt #2 to submit commit e860316559eac366d47923a8eb4b5489a661aa35: Using a...Gravatar Ola Rozenfeld2016-11-24
* Introduce BlazeInterners, a Blaze-specific wrapper around Guava's Interners t...Gravatar Nathan Harmata2016-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
* Upload empty files to remote execution. I was too eager to optimize empty filesGravatar Ola Rozenfeld2016-11-08
* Refactor the module API to use the builder pattern for executor creation.Gravatar Ulf Adams2016-11-02
* Syncing up the latest protos with the internal version. Adding UNSUPPORTEDGravatar Ola Rozenfeld2016-10-24
* Adding a remote gRPC cache server to wrap Hazelcast. Useful to test theGravatar Ola Rozenfeld2016-09-21
* Basic implementation of a remote gRPC based cache.Gravatar Ola Rozenfeld2016-09-21
* Description redacted.Gravatar Ola Rozenfeld2016-09-20