aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/remote/ByteStreamUploader.java
Commit message (Expand)AuthorAge
* remote: add a ByteStreamBuildEventArtifactUploaderGravatar buchgr2018-07-12
* remote: concurrent blob downloads. Fixes #5215Gravatar buchgr2018-06-02
* update to MethodDescriptor methods instead of fieldsGravatar Carl Mastrangelo2018-03-08
* remote: Add interceptor for logging gRPC calls during remote execution/cachingGravatar Googler2018-03-05
* remote: Replace Retrier with Retrier2.Gravatar buchgr2017-12-04
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Passing Bazel metadata in gRPC headers.Gravatar olaola2017-09-21
* Remove ALREADY_EXISTS special treatment from the CAS uploader. This error sho...Gravatar olaola2017-08-22
* Fix #3416: catch the ALREADY_EXISTS status code on upload, and treat it as su...Gravatar olaola2017-07-21
* remote: Failed blob upload should close file handle.Gravatar buchgr2017-07-17
* remote: Rewrite ChunkerGravatar buchgr2017-07-12
* remote: Rewrite the ByteStream upload.Gravatar buchgr2017-07-10