1. c26ec2d ByteStreamUploader: Open files at the last possible moment. by Benjamin Peterson · 2 years, 10 months ago
  2. de196ab Restructure blob upload code. by Benjamin Peterson · 2 years, 10 months ago
  3. d184e48 Remote: handle early return of compressed blobs uploads by Mostyn Bramley-Moore · 3 years, 1 month ago
  4. a0fe0d8 Remote: Cleanup ByteStreamUploader. by Chi Wang · 3 years, 2 months ago
  5. 72d5255 Stop remote blob upload if upload is complete. by Benjamin Peterson · 3 years, 3 months ago
  6. ad663a7 Remote: Don't blocking-get when acquiring gRPC connections. by Chi Wang · 3 years, 3 months ago
  7. 46104c6 BEP artifact upload opens all files upfront causing os to throw 'too many files open' exception by Googler · 3 years, 4 months ago
  8. 6da8086 Remote: Add support for compression on gRPC cache by Alessandro Patti · 3 years, 5 months ago
  9. e855a26 Remote: Update BEP uploader to use RemoteCache and more robust to upload errors by Chi Wang · 3 years, 6 months ago
  10. af42653 Automatic code cleanup. by Googler · 3 years, 9 months ago
  11. f8d49fa Remote: Use parameters instead of thread-local storage to provide tracing metadata. (Part 5) by Googler · 4 years, 2 months ago
  12. 37ee252 Remote: Use parameters instead of thread-local storage to provide tracing metadata. (Part 4) by Googler · 4 years, 2 months ago
  13. 913a985 Report digest of failed uploads by Yannic Bonenberger · 4 years, 4 months ago
  14. d0135a5 Use CallCredentialsProvider and refresh credentials when needed for GrpcCacheClient and GrpcRemoteExecutor by Chi Wang · 4 years, 6 months ago
  15. cb1f9f6 Add CallCredentialsProvider and refresh credentials in ByteStreamUploader by Chi Wang · 4 years, 6 months ago
  16. c3bcb98 Migrating to fluent logging (green). by janakr · 5 years ago
  17. cc2b3ec Only request grpc write when not complete by Jakob Buchgraber · 5 years ago
  18. 142d7d4 Fix "bazel crash in async thread" error for BES local file upload by buchgr · 5 years ago
  19. 3c9089b Progressively retrying uploads to bytestream by George Gensure · 6 years ago
  20. 98104a09 Fix to cancellations shutdown logic following regression in https://github.com/bazelbuild/bazel/commit/f54de41c15f1b7a9b0a902d31f1cce9cf7722cd4. by olaola · 6 years ago
  21. f54de41 Fix flakiness of ByteStreamUploaderTest#failedUploadsShouldNotDeduplicate by buchgr · 6 years ago
  22. 6a97e13 Fix a race in ByteStreamUploader deduplication. by Benjamin Peterson · 6 years ago
  23. 1532df0 Remove RetryException. by Benjamin Peterson · 6 years ago
  24. b7d1d4b Blobs are only uploaded when the upload succeeds by George Gensure · 6 years ago
  25. ea847fa Prevent race of upload and progress map update by George Gensure · 6 years ago
  26. f54854c Provide immediate failed future for chunker error by George Gensure · 6 years ago
  27. 6a4cdf9 Split GetMissingBlobs into multiple requests, if required. Fixes #6373. by olaola · 6 years ago
  28. 64823dd Querying the remote Capabilities service for remote execution/cache builds. by olaola · 6 years ago
  29. f0aa55d Remote API v2 migration. by olaola · 7 years ago
  30. b50fe86 remote: add a ByteStreamBuildEventArtifactUploader by buchgr · 7 years ago
  31. ff008f4 remote: concurrent blob downloads. Fixes #5215 by buchgr · 7 years ago
  32. 5e00b80 update to MethodDescriptor methods instead of fields by Carl Mastrangelo · 7 years ago
  33. 922d1e6 remote: Add interceptor for logging gRPC calls during remote execution/caching by Googler · 7 years ago
  34. 44e40bc remote: Replace Retrier with Retrier2. by buchgr · 7 years ago
  35. a155b53 Replace all usages of Blaze's Preconditions class with guava. by tomlu · 7 years ago
  36. 6f32d5a Passing Bazel metadata in gRPC headers. by olaola · 8 years ago
  37. 523a01c Remove ALREADY_EXISTS special treatment from the CAS uploader. This error should no longer be thrown by any CAS implementations. by olaola · 8 years ago
  38. f82666f Fix #3416: catch the ALREADY_EXISTS status code on upload, and treat it as success. by olaola · 8 years ago
  39. 9a45f55 remote: Failed blob upload should close file handle. by buchgr · 8 years ago
  40. 226510b remote: Rewrite Chunker by buchgr · 8 years ago
  41. dc24004 remote: Rewrite the ByteStream upload. by buchgr · 8 years ago