aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote
Commit message (Expand)AuthorAge
* 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
* Improving getAllDigests to remove duplicates.Gravatar Ola Rozenfeld2016-09-20
* Cosmetic changes to the remote execution proto, and fixing a minor bug inGravatar Ola Rozenfeld2016-09-15
* Implementing directory Merkle trees for remote execution/caching (seeGravatar Ola Rozenfeld2016-09-14
* Adding utility functions to compute ContentDigests for various types; inGravatar Ola Rozenfeld2016-09-12
* Refactoring getTimeoutSeconds of a Spawn into Spaws.java, becaused it is usedGravatar Googler2016-09-08
* Stop catching InterruptedException in remote execution.Gravatar Janak Ramakrishnan2016-08-18
* Prefer IP agnostic terms/operations in favor of those that work only with ipv4.Gravatar Shreya Bhattarai2016-08-12
* Rollback of commit 79a5d650a8ee4ff675b76ccf607ba92f0a92a797.Gravatar Yue Gan2016-08-08
* Prefer IP agnostic terms in favor of those only for ipv4.Gravatar Shreya Bhattarai2016-08-08
* Rename MemcacheActionCache to ConcurrentMapActionCacheGravatar Dan Fabulich2016-07-22
* Simple REST URL cacheGravatar Dan Fabulich2016-07-22
* Use byte[] rather than ByteString for file digests.Gravatar Googler2016-07-20
* Global cleanup change.Gravatar Googler2016-07-19
* Add support for Hazelcast configuration fileGravatar Dan Fabulich2016-07-18
* Upgrade to Hazelcast 3.6.Gravatar Dan Fabulich2016-07-14
* Rollback of commit 0de6a93fcc4fd6304936165b07963c4d722c44be.Gravatar Philipp Wollermann2016-06-23
* Global cleanup change.Gravatar Googler2016-06-23
* Split BlazeModule.getCommandOptions into two; unify all implementations.Gravatar Ulf Adams2016-06-23
* Replace the occurrences of Constants.PRODUCT_NAME for a call toGravatar Luis Fernando Pino Duque2016-05-23
* Remote worker to listen to a specific port for HazelcastGravatar Alpha Lam2016-05-20
* Prototype for remote execution using gRPC and Netty transportGravatar Alpha Lam2016-05-16
* Split ActionMetadata into ActionAnalysisMetadata and ActionExecutionMetadata.Gravatar Rumou Duan2016-04-26
* More detailed error message for sandbox failures in test, when --sandbox_debu...Gravatar Yue Gan2016-04-13
* Move most BlazeRuntime methods related to workspace directories to CommandEnv.Gravatar Ulf Adams2016-03-30
* Add Python protobuf to Bazel third_party and move all protobuf targets intoGravatar David Chen2016-03-17
* Rename SpawnActionContext#isRemotable() to more appropriate willExecuteRemote...Gravatar Philipp Wollermann2016-02-28
* Rename proto dependencies to include a _java component in them.Gravatar Julio Merino2016-02-23
* Implement distributed caching for BazelGravatar Alpha Lam2016-02-10