aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/java/com/google/devtools/build/lib/buildeventservice/client
Commit message (Expand)AuthorAge
* bes: make error handling saneGravatar buchgr2018-07-22
* Refactor the build event service transportGravatar ulfjack2018-06-11
* Create {Un}ManagedBuildEventServiceGrpcClient to allow customization of the c...Gravatar lpino2018-05-16
* Remove some unnecessary depsGravatar Ulf Adams2018-01-15
* Replace all usages of Blaze's Preconditions class with guava.Gravatar tomlu2017-11-09
* Make BuildEventServiceTransport sender thread verify the streaming RPC is act...Gravatar Googler2017-10-31
* bes: cancel stream on bazel shutdownGravatar buchgr2017-09-12
* More BUILD file refactorings.Gravatar philwo2017-09-06
* Rewrite all code to use the new Java 8 java.time classes.Gravatar Philipp Wollermann2017-09-05
* Extract authandtls, buildeventservice, buildeventstream into package-level BU...Gravatar philwo2017-09-04
* grpc: Consolidate gRPC code from BES and Remote Execution. Fixes #3460, #3486Gravatar buchgr2017-08-04
* The first step to allow non-lifecycle build stream to specify notification ke...Gravatar Kai Xu2017-07-24
* Update install-os-x.mdGravatar Oleg Tsarev2017-07-24
* bes: Update RPC PublishBuildToolEventStream.Gravatar Kai Xu2017-07-24
* BES: Consolidate BuildEventServiceModule and BuildEventStreamerModule.Gravatar buchgr2017-06-14
* BES: Open Source the build event service gRPC client implementation.Gravatar buchgr2017-06-09