aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote
Commit message (Expand)AuthorAge
* Add easy access to MessageDigests in DigestHashFunctionGravatar ccalvarin2018-08-13
* Do not crash when attempting to upload a tree artifact.Gravatar tomlu2018-08-10
* Fix a @GuardedBy errorGravatar cushon2018-08-09
* Pass digest to Chunker construction when available.Gravatar tomlu2018-08-03
* Add support for VirtualActionInputs to the remote cache.Gravatar tomlu2018-08-02
* Prevent errors on double-close in HttpBlobStoreGravatar Robert Gay2018-08-02
* Make the fallback strategy for Bazel's remote execution configurable.Gravatar philwo2018-07-30
* remote: fix race on download error. Fixes #5047Gravatar buchgr2018-07-25
* remote: add a ByteStreamBuildEventArtifactUploaderGravatar buchgr2018-07-12
* Pass options to BuildEventArtifactUploaderFactory.Gravatar tomlu2018-07-11
* remote: unix socket support for remote http cachingGravatar buchgr2018-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
* remote: limit number of open tcp connections by default. Fixes #5491Gravatar buchgr2018-07-02
* bep: Make the BuildEventArtifactUploader async.Gravatar buchgr2018-06-29
* Adding a check to remote execution to ensure the result from the server has aGravatar Googler2018-06-29
* Move HashFunction out of FileSystem, and turn it into a class, instead of an ...Gravatar ccalvarin2018-06-21
* Add --materialize_param_files option.Gravatar tomlu2018-06-19
* Add a mechanism for build event protocol events to upload filesGravatar ulfjack2018-06-15
* Deletes ActionInputFileCache.Gravatar shahan2018-06-07
* Allow disabling the simple blob caches via CLI flag overrides.Gravatar John Millikin2018-06-07
* Refactoring: makes the code simpler by deleting Metadata and InputArtifactData.Gravatar shahan2018-06-06
* remote: concurrent blob downloads. Fixes #5215Gravatar buchgr2018-06-02
* Removes most ActionInputFileCache functionality.Gravatar shahan2018-06-01
* Enable --experimental_remote_spawn_cache by defaultGravatar ulfjack2018-05-28
* remote/http: simplify download logicGravatar Jakob Buchgraber2018-05-24
* Remove AbruptException(ExitCode exitCode) constructor.Gravatar lpino2018-05-17
* remote/exec: always mark files executable.Gravatar Jakob Buchgraber2018-05-16
* remote: recursively delete incomplete downloaded output directory.Gravatar Jakob Buchgraber2018-05-16
* remote/caching: improve error messages for remote cachingGravatar Jakob Buchgraber2018-05-07
* Sort entries by segment when building a parent node to prevent unordered dire...Gravatar James Judd2018-05-07
* Allow banning symlink action outputs from being uploaded to a remote cache.Gravatar Benjamin Peterson2018-05-03
* Report what RemoteSpawnCache is doing.Gravatar Benjamin Peterson2018-05-03
* remote: introduce --disk_cache_flagGravatar David Ostrovsky2018-05-02
* remote/http: fully read http content on error statusGravatar Jakob Buchgraber2018-04-30
* Remove the on-disk caching of Xcode locations.Gravatar jmmv2018-04-28
* Friendlier error messages on remote failures. Moving the error to the top. Re...Gravatar olaola2018-04-24
* This change adds timestamps (call start and end time) to the remote grpc log.Gravatar Googler2018-04-23
* Rename SpawnExecutionPolicy -> SpawnExecutionContext.Gravatar tomlu2018-04-19
* Automated rollback of commit 4465dae23de989f1452e93d0a88ac2a289103dd9.Gravatar buchgr2018-04-18
* This CL adds log entry protos and logging handlers for bytestream Read and Wr...Gravatar Googler2018-04-16
* This CL adds log entry protos and logging handlers for Watch, FindMissingBlob...Gravatar Googler2018-04-13
* Don't warn about /dev/null having been modifiedGravatar Mike Morearty2018-04-12
* remote/http: properly complete user promiseGravatar Jakob Buchgraber2018-04-10
* Consume the rest of the response stream for Watch RPC before returning. This ...Gravatar Googler2018-04-09
* Enable bulk writes in the HttpBlobStoreGravatar ulfjack2018-04-01
* Automated rollback of commit 0654620304728a5aecadd58138e96c41135d24e7.Gravatar ulfjack2018-03-30
* Enable bulk writes in the HttpBlobStoreGravatar ulfjack2018-03-30
* This change adds the writing of the remote execution log to a file behind an ...Gravatar Googler2018-03-29