aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/tools/remote_worker
Commit message (Expand)AuthorAge
* Moving the RemoteWorker into tools/remote directory.Gravatar olaola2017-12-05
* Fixing regression of SHA1 with the RemoteWorker.Gravatar olaola2017-12-05
* Change Bazel's default hash function to SHA256. Fixes #3193Gravatar buchgr2017-12-03
* Refactor the FileSystem API to allow for different hash functions.Gravatar buchgr2017-11-30
* Add optional user execution time and system execution time fields to Terminat...Gravatar ruperts2017-11-06
* Remove hazelcast dependency from BazelGravatar Alpha Lam2017-10-30
* Stream rest cache file uploads.Gravatar Benjamin Peterson2017-10-18
* Fixing remote worker with --experimental_remote_platform_override flag.Gravatar olaola2017-09-29
* Internal changeGravatar David Ostrovsky2017-09-25
* Passing Bazel metadata in gRPC headers.Gravatar olaola2017-09-21
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Extract authandtls, buildeventservice, buildeventstream into package-level BU...Gravatar philwo2017-09-04
* Split "shell", "graph" into their own packages.Gravatar philwo2017-08-29
* Terminate requests with OK instead of ALREADY_EXISTS in the Remote Worker.Gravatar olaola2017-08-22
* 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