1. 9de87e3 Add tests for call.cancel() from within messageRead. by Jakob Buchgraber · 8 years ago
  2. 645bb24 Add private constructor to Contexts and mark statusFromCancelled experimental. Fixes #1737 and #1736. (#1738) by Jakob Buchgraber · 8 years ago
  3. b0ed77a Specify Status*Exception is to be used in StreamObserver.onError by Eric Anderson · 8 years ago
  4. 16e1689 Allow application to pass cancellation details. by Kun Zhang · 8 years ago
  5. 00f8f34 Don't allocate extra byte for each MessageFramer by Carl Mastrangelo · 8 years ago
  6. 5baee2d Fix some corner cases with MessageFramer by Carl Mastrangelo · 8 years ago
  7. 8502730 Attach an exception to client-initiated CANCELLED. by Kun Zhang · 8 years ago
  8. 7d8ee1e some spelling mistakes by wangyuntao · 8 years ago
  9. d0d946e new name by Carl Mastrangelo · 8 years ago
  10. c4e8b1f Rename internal.Server to internal.TransportServer by Carl Mastrangelo · 8 years ago
  11. 6ab27ab Update checkstyle version and sync style updates by Eric Anderson · 8 years ago
  12. 1d8aefa create AuthorityOverridingTransportFactory instance only when authorityOverride is set by Sky Ao · 8 years ago
  13. 0f86671 Handle exceptions from LoadBalancer.handleResolvedAddresses() by Kun Zhang · 8 years ago
  14. 7659f6e Handle empty address list from NameResolver. by Kun Zhang · 8 years ago
  15. 51fd870 Add getting the port out of a Server by Carl Mastrangelo · 8 years ago
  16. 4343932 Delayed transport creates real streams in executor. by Kun Zhang · 8 years ago
  17. fd8fd51 Context deadline propagation should cascade. Fixes #1205 by buchgr · 8 years ago
  18. 7d889b6 Reuse metadata array when making http2 headers, and reduce some array copies by Carl Mastrangelo · 8 years ago
  19. 90fbf9b Adapt BindableService in ServerBuilder#addService by Łukasz Strzałkowski · 8 years ago
  20. 30d4f95 Deflake CallOptionsTest.withDeadlineNanoTime by Eric Anderson · 8 years ago
  21. 2c3a63f Remove some array copies in metadata by Carl Mastrangelo · 8 years ago
  22. bd87b3f Allow nanoTime to wrap around in Deadline by Eric Anderson · 8 years ago
  23. d36a03c Use ticker in Deadline testing to remove flakes by Eric Anderson · 8 years ago
  24. b3bc7fc Try out using Truth library by Carl Mastrangelo · 8 years ago
  25. 5c4ff7a Remove unused method by Carl Mastrangelo · 8 years ago
  26. f64a02f Remove Flakes caused by assertEquals by Carl Mastrangelo · 8 years ago
  27. 877e1e1 Provide default implementation for NameResolver.refresh(). by Kun Zhang · 8 years ago
  28. 2d15af5 Retry DNS resolution when there is an error. by Kun Zhang · 8 years ago
  29. 575df76 Trigger name resolution when a live connection closed. by Kun Zhang · 8 years ago
  30. 3ea1536 Retrun InProcessSocketAddr for InProcess server streams by Lukasz Strzalkowski · 8 years ago
  31. 5c48177 Warn users shutdownNow doesn't behave as documented by Eric Anderson · 8 years ago
  32. 6e67940 Allow Deadline.timeRemaining() to return a negative time offset. by buchgr · 8 years ago
  33. 32ddf9f Make CallOptions and AbstractStub use Deadline. by buchgr · 8 years ago
  34. a40b686 Revert "Refactor ExponentialBackoffPolicy" by Eric Anderson · 8 years ago
  35. e63bbaf Merge pull request #1587 from lukaszx0/add-backoff-to-builder by Carl Mastrangelo · 8 years ago
  36. a98f8af Refactor ExponentialBackoffPolicy by Lukasz Strzalkowski · 8 years ago
  37. 3be48b4 Refresh name resolution if all addresses failed to connect. by Kun Zhang · 8 years ago
  38. c480cdf Remove cancel(Status) since it is now unused by Eric Anderson · 8 years ago
  39. 3ead411 Use stream.cancel() instead of cancel() in ClientCallImpl by Eric Anderson · 8 years ago
  40. 65d3847 Remove references to Throwable.propagate by Carl Mastrangelo · 8 years ago
  41. 1ff6ecb Fix flaky DeadlineTest.runOnEventualExpirationIsExecuted() by buchgr · 8 years ago
  42. 37f45e3 Add idempotent related getter and setter to MethodDescriptor by Xiao Hang · 8 years ago
  43. 14bc16e Update Attributes.Key conventions by Lukasz Strzalkowski · 8 years ago
  44. c3011b0 Move server call keys to ServerCall class by Lukasz Strzalkowski · 8 years ago
  45. 3c68c05 Remove ReferenceCounted and add close() to ClientTransportFactory. Fixes #927 by buchgr · 8 years ago
  46. 6a67a97 Add attributes to ServerCall by Lukasz Strzalkowski · 8 years ago
  47. b37ebd6 Add Key#of and Key#keys, use key object as map key, add tests by Lukasz Strzalkowski · 8 years ago
  48. 12dfecb Chnage mispeling of jvaadoc in wihtLogiD by Carl Mastrangelo · 8 years ago
  49. 053a18e Use Attributes as the affinity data for LB. by elandau · 8 years ago
  50. 08c74d4 Only link delayed transport AFTER real transport has called transportReady(). by Kun Zhang · 9 years ago
  51. eccd231 Don't hold a lock in DelayedStream when calling realStream by Eric Anderson · 8 years ago
  52. b9c1232 Add log ID. by Kun Zhang · 8 years ago
  53. 8ed0088 Make Status code use percent encoding by Carl Mastrangelo · 8 years ago
  54. 2491402 Remove or use unused variables. by Kun Zhang · 8 years ago
  55. 9466119 remove unused var by Carl Mastrangelo · 8 years ago
  56. 0e14516 Run createTransportRunnable outside of lock. by Kun Zhang · 8 years ago
  57. a574159 Add interceptForward methods for Client and Server by William Thurston · 8 years ago
  58. 0e370eb Remove static initializer blocks by Carl Mastrangelo · 8 years ago
  59. 1170afd Add transport test for Netty by Eric Anderson · 9 years ago
  60. 643bb2c Always start from the first address after a successful connection. by Kun Zhang · 9 years ago
  61. 86bad4f Add more log into for cancellation by Carl Mastrangelo · 9 years ago
  62. 8dad734 Various naming and documentation clenaups by Louis Ryan · 9 years ago
  63. b17a249 Create new AbstractTransportTest for Transports by Eric Anderson · 9 years ago
  64. d86dfc9 Merge DelayedStream's setError() into cancel() by Kun Zhang · 9 years ago
  65. 06e3ef5 Fix bugs and improvements found by static analyser by Eric Anderson · 9 years ago
  66. 7a29f39 Pass transports instead of futures of transports for new calls. by Kun Zhang · 9 years ago
  67. 52b3db2 Fix a bug ByteReadableBufferWrapper. We should set new buffer's limit before changing the original buffer's position by Xiao Hang · 9 years ago
  68. 8d0267f Allow for interceptors to send and receive messages of type InputStream. by William Thurston · 9 years ago
  69. af6a265 Add simple BINARY_BYTE_MARSHALLER by Lukasz Strzalkowski · 9 years ago
  70. 6f1261f Decrease log verbosity for transport status changes by Eric Anderson · 9 years ago
  71. b752e76 Automated readability/efficiency tweaks by Eric Anderson · 9 years ago
  72. cf787bd DelayedClientTransport and fix TransportSet.shutdown() semantics. by Kun Zhang · 9 years ago
  73. 544cd3a pause by Carl Mastrangelo · 9 years ago
  74. ad301c7 Make thread-safety ownership of Metadata explicit by Eric Anderson · 9 years ago
  75. 48b3029 Add Metadata#keys() which returns set of all keys in the store by Lukasz Strzalkowski · 9 years ago
  76. 964963a Replace AUTHORITY_KEY with ClientStream.setAuthority by Eric Anderson · 9 years ago
  77. 86f2c9f Fix InProcessTransport to call onReady by Eric Anderson · 9 years ago
  78. f6aba49 Fixing a typo in Http2ClientStream. by Solomon Duskis · 9 years ago
  79. e475d38 Cancel server context when call is cancelled by Eric Anderson · 9 years ago
  80. 6e94cf3 Require a ScheduledExecutorService to be provided to Context by Eric Anderson · 9 years ago
  81. 4a427b7 Use instance equality for Context.Key by Eric Anderson · 9 years ago
  82. a3c79e8 Add a simple compression API by Carl Mastrangelo · 9 years ago
  83. 1488010 Use generics for LoadBalancer to avoid ClientTransport exposure by Eric Anderson · 9 years ago
  84. 127e7c0 Fix executor propagation in CallOptions. by Carl Mastrangelo · 9 years ago
  85. ba54513 Fix a concurrent modification in BlankFutureProvider. by Kun Zhang · 9 years ago
  86. b7c4e18 Change status of HTTP/2 NO_ERROR to UNAVAILABLE. by nmittler · 9 years ago
  87. f59e04f Permit overriding Channel's executor per-call by Eric Anderson · 9 years ago
  88. fe5e624 Avoid cancel before start, which is not handled in transports by Eric Anderson · 9 years ago
  89. bcb5fcd Propagate headers/trailers if response isn't gRPC by Eric Anderson · 9 years ago
  90. 5205d9c Fix unsynchronized access in InProcessTransport by Carl Mastrangelo · 9 years ago
  91. 9cb7929 Add toString to transports for debugging. by Eric Anderson · 9 years ago
  92. 218865a Revert "More information for debugging." by Eric Anderson · 9 years ago
  93. 725209c Fix memory leak with cancellation timeouts by Carl Mastrangelo · 9 years ago
  94. 3276442 Split newStream from start by Carl Mastrangelo · 9 years ago
  95. eca1f7c More information for debugging. by Kun Zhang · 9 years ago
  96. fb8532a Fix issues discovered by internal GRPCLB integration test. by Kun Zhang · 9 years ago
  97. 707302d Update type and comment in Timeoutmarshaller by Carl Mastrangelo · 9 years ago
  98. 663a4f4 Make BlankFutureProvider preserve the order. by Kun Zhang · 9 years ago
  99. d3d8adb Allow support for nanosecond timeouts, and use nanoseconds consistently throughout our code by Carl Mastrangelo · 9 years ago
  100. e83ac98 The GRPCLB load-balancer. by Kun Zhang · 9 years ago