1. efbcd1f core: change method descriptor to be builder based by Carl Mastrangelo · 8 years ago
  2. d87a658 core,netty: add getAttributes to ClientStream and ClientCall (#2526) by ZHANG Dapeng · 8 years ago
  3. 7cb0497 core: ManagedChannelImpl2. (#2530) by Kun Zhang · 8 years ago
  4. 8d49df2 all: add max message size to client calls by Carl Mastrangelo · 8 years ago
  5. cce8eac core: upgrade census (now named instrumentation) to 0.3.0 (#2565) by Kun Zhang · 8 years ago
  6. 1d5fd1f core: Fix typos in GrpcUtil by Kenji Kaneda · 8 years ago
  7. 132f7a9 core: Census integration for stats (#2262) by Kun Zhang · 8 years ago
  8. 93dd02c core/test: sanitize FakeClock by ZHANG Dapeng · 8 years ago
  9. 46f418d core: fix race with exception in onMessage by Carl Mastrangelo · 8 years ago
  10. 63d8274 core: don't create a new context for each client call. Fixes #1926 by Jakob Buchgraber · 8 years ago
  11. b88ea27 core/internal: add 3-arg newStream method to ClientTransport interface (#1898) by ZHANG Dapeng · 8 years ago
  12. 2ed39c9 core: cache decompressor registry encodings, and make it copy on write by Carl Mastrangelo · 8 years ago
  13. 02eb24b core,netty,okhttp: move user agent removal closer to where it is set by Carl Mastrangelo · 8 years ago
  14. 1cc76d8 core,netty,okhttp: move user agent out of client call and into the transport by Carl Mastrangelo · 8 years ago
  15. 9de87e3 Add tests for call.cancel() from within messageRead. by Jakob Buchgraber · 8 years ago
  16. fd8fd51 Context deadline propagation should cascade. Fixes #1205 by buchgr · 8 years ago
  17. 32ddf9f Make CallOptions and AbstractStub use Deadline. by buchgr · 8 years ago
  18. 3ead411 Use stream.cancel() instead of cancel() in ClientCallImpl by Eric Anderson · 8 years ago
  19. d86dfc9 Merge DelayedStream's setError() into cancel() by Kun Zhang · 9 years ago
  20. 7a29f39 Pass transports instead of futures of transports for new calls. by Kun Zhang · 9 years ago
  21. 964963a Replace AUTHORITY_KEY with ClientStream.setAuthority by Eric Anderson · 9 years ago
  22. a3c79e8 Add a simple compression API by Carl Mastrangelo · 9 years ago
  23. 3276442 Split newStream from start by Carl Mastrangelo · 9 years ago
  24. 4abb022 Cancel the transport future when the call is cancelled. by Kun Zhang · 9 years ago
  25. 529b14c Add compressor registry, and auto negotiate compression by Carl Mastrangelo · 9 years ago
  26. a7398db Create a No-op stream in ClientCallImpl.start() if the Context has been cancelled. by Xudong Ma · 9 years ago
  27. f83a6b8 Don't leak streams when using DelayedStream by Eric Anderson · 9 years ago
  28. 33db8ad Remove outdated and misleading JavaDoc by Eric Anderson · 9 years ago
  29. e0ea1a1 Move DelayedStream to its own file by Carl Mastrangelo · 9 years ago
  30. be60086 Initial basic implementation of context binding for clients with some limited testing by Louis Ryan · 9 years ago
  31. 602473d Add directExecutor() to Channel and Server Builders. Fixes #368. by buchgr · 9 years ago
  32. c40d702 Switch to use Executor instead of ExecutorService where we don't need it by Louis Ryan · 9 years ago
  33. 3b82484 Minor cleanup of ClientCallImpl header normalization by Carl Mastrangelo · 9 years ago
  34. 942f4c9 Load-balancing ManagedChannelImpl. by Kun Zhang · 9 years ago
  35. 8928846 Prepare channel layer for upcoming load-balancing changes. by Kun Zhang · 9 years ago
  36. 5dad18c Pass decompressor registry around and make it less static by Carl Mastrangelo · 9 years ago
  37. 4572b19 Add a message accept encoding header by Carl Mastrangelo · 9 years ago