aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/remote_worker
Commit message (Expand)AuthorAge
* Rewrite the Command APIGravatar ulfjack2017-08-10
* remote_worker: Serialize fork() calls. Fixes #3356Gravatar buchgr2017-08-07
* Fix #3416: catch the ALREADY_EXISTS status code on upload, and treat it as su...Gravatar olaola2017-07-21
* Make the @Option annotation depend on the java version of the tagging enums.Gravatar ccalvarin2017-07-18
* Silence useless netty warnings in the remote workerGravatar ulfjack2017-07-17
* Workaround for the Linux-induced race that causes ETXTBSYGravatar ulfjack2017-07-17
* Fix the executorGravatar ulfjack2017-07-14
* Fixing the handling of retries for watch and execute calls.Gravatar olaola2017-07-13
* remote: Rewrite ChunkerGravatar buchgr2017-07-12
* Pass timeouts to the RemoteWorker.Gravatar olaola2017-07-12
* Not log warnings when the RPC was cancelled.Gravatar olaola2017-07-12
* Make the number of jobs in the worker configurable via an optionGravatar ulfjack2017-07-11
* Rewrite the watcher / execution servers to use a thread-pool for executionGravatar ulfjack2017-07-06
* Rewrite blob upload to use temporary filesGravatar ulfjack2017-07-06
* Add an on-disk storage option for the remote workerGravatar ulfjack2017-07-05
* Move the SimpleBlobStore and implementations to a subpackageGravatar ulfjack2017-07-05
* Enforce the new category and effect tags.Gravatar ccalvarin2017-07-03
* Implement retry logic for the gRPC calls in remote execution and caching. TheGravatar olaola2017-06-30
* Slight refactoring, functional noop: uploadChunks will need to get a Chunker....Gravatar olaola2017-06-30
* Fixes #3188: Implement sandboxing for remote_worker on Linux.Gravatar Philipp Wollermann2017-06-28
* Simplify the RemoteActionCache interfaceGravatar ulfjack2017-06-27
* Refactor our RemoteWorker for easier maintenance in the future.Gravatar Philipp Wollermann2017-06-22
* Adding support for SHA256 for remote execution. Switch remote execution to useGravatar olaola2017-06-20
* Switching to Watcher API instead of wait_for_completion, in preparation forGravatar olaola2017-06-14
* Switching Bazel to use the new remote execution API: https://docs.google.com/...Gravatar olaola2017-06-09
* protobuf: Use bazel's native java_proto_library rules.Gravatar Jakob Buchgraber2017-06-06
* Simplify the remote workerGravatar ulfjack2017-05-31
* Remote tests should not depend on lib:runtimeGravatar buchgr2017-05-31
* Remote worker: skip non-existent files after action executionGravatar ulfjack2017-05-30
* Remote+BES: Stabilize command line flags.Gravatar buchgr2017-05-22
* Enabling chunking of outputs in the RemoteWorker downloadBlob. This fixes the...Gravatar olaola2017-04-24
* Re-enabling the remote caching without remote execution code path, which wasGravatar olaola2017-04-12
* Refactor simple distributed caching support Gravatar Alpha Lam2017-03-28
* Enable docker on local version of local remote build serverGravatar Googler2017-03-20
* Merging remote_cache and remote_worker into a single binary. Gravatar Ola Rozenfeld2017-03-09
* Move UnixFileSystem to lib.unix, WindowsFileSystem to lib.windowsGravatar Ulf Adams2017-02-28
* Use //third_party/protobuf:protobuf_java instead of //third_party/protobuf:pr...Gravatar Carmi Grushko2017-02-09
* 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
* Adding a remote gRPC cache server to wrap Hazelcast. Useful to test theGravatar Ola Rozenfeld2016-09-21
* Description redacted.Gravatar Ola Rozenfeld2016-09-20
* Stop catching InterruptedException in remote execution.Gravatar Janak Ramakrishnan2016-08-18
* Make remote worker message ipv4/v6 agnostic.Gravatar Shreya Bhattarai2016-08-03
* Bump grpc-java lib to version 0.15.0 non-binariesGravatar dapengzhang02016-07-25
* Rename MemcacheActionCache to ConcurrentMapActionCacheGravatar Dan Fabulich2016-07-22
* Add all the sources to //:srcs filegroup and add a check to detectGravatar Damien Martin-Guillerez2016-07-01
* Fix compilation with JDK7Gravatar Alpha Lam2016-05-17
* Prototype for remote execution using gRPC and Netty transportGravatar Alpha Lam2016-05-16