1. 7384ea9 core: Simplify ServerImpl constructor; testable Builder by Eric Anderson · 7 years ago
  2. a3ac64a core: Move client-side decompressor selection to stream by Eric Anderson · 7 years ago
  3. 4b94237 core: stop spying ServerCall in UtilServerInterceptorsTest. (#3146) by Kun Zhang · 7 years ago
  4. b7e50dd testing: move NoopClientCall & NoopServerCall to internal by ZHANG Dapeng · 7 years ago
  5. 859d211 core: ServerBuilder.intercept(). (#3118) by Kun Zhang · 7 years ago
  6. 3dce2ee core: add RunWith annotation to OverrideAuthorityNameResolverTest by Eric Gribkoff · 7 years ago
  7. 2b1eee9 core: Do not leak server state when application callbacks throw exceptions (#3064) by zpencer · 7 years ago
  8. 726c23b core: OverrideAuthorityNameResolverFactory should forward refresh() (#3061) by zpencer · 7 years ago
  9. 5324509 core: detect invalid states on server side (eg zero responses for unary) (#3068) by zpencer · 7 years ago
  10. 0a8d761 core: Simplify ChannelImpl constructor; testable Builder by Eric Anderson · 7 years ago
  11. 49b9216 core: set server stream decompressor in transport thread by Eric Gribkoff · 7 years ago
  12. 17af756 core: deprecate MethodDescriptor.create by Łukasz Strzałkowski · 7 years ago
  13. 6ef77e0 core: hide access to Status code and message keys by Carl Mastrangelo · 7 years ago
  14. faa0ad7 Revert "core: move NameResolverProvider to internal" by Eric Anderson · 7 years ago
  15. 4a0cf0b core: Bump up instrumentation_api to 0.4.3, use instrumentation-defined STATS_CONTEXT_KEY. (#3070) by Yang Song · 7 years ago
  16. 9c6ea27 core: move NameResolverProvider to internal by Carl Mastrangelo · 7 years ago
  17. acc1328 core: Avoid DNS test when no networking available by Eric Anderson · 7 years ago
  18. 166108a all: fix licence whitespace by Carl Mastrangelo · 7 years ago
  19. 3bfd630 all: update to Apache 2 licence by Carl Mastrangelo · 7 years ago
  20. 8a1217d core: Server side cancellations should promptly inform server (#2963) by zpencer · 7 years ago
  21. ee38b37 core: remove 2 suffix from streams by Carl Mastrangelo · 7 years ago
  22. cefcd39 Fix incorrect assertEquals argument ordering by Eric Anderson · 7 years ago
  23. 530b714 core/tracing: set always record events option for the RPC spans. (#2998) by Bogdan Drutu · 7 years ago
  24. cf0e161 Remove unused variables by Eric Anderson · 7 years ago
  25. f4173c3 core,grpclb: Update addresses in OobChannel by Eric Anderson · 7 years ago
  26. 30b61db core: Update addresses in Subchannel by Eric Anderson · 7 years ago
  27. a317912 Channel.authority() should return the value of overrideAuthority (#2956) by zpencer · 7 years ago
  28. 0d6b418 Implement GRPCLB client-side load reporting (#2941) by Kun Zhang · 7 years ago
  29. be74e97 core: stop using static flags for Census control. (#2947) by Kun Zhang · 7 years ago
  30. 49bde54 core: integrate instrumentation-java (Census) tracing (#2938) by Kun Zhang · 7 years ago
  31. b7833da core: lookup TXT records when doing name resolution by Carl Mastrangelo · 7 years ago
  32. 7cf3551 core: pass ServerCall to ServerStreamTracer. (#2930) by Kun Zhang · 7 years ago
  33. a92b048 core: add ServerCall.getAuthority() (#2925) by Kun Zhang · 7 years ago
  34. 965fe5d all: Fix basic compatibility with Mockito 2.7.19 by Eric Anderson · 7 years ago
  35. 4a96e25 netty: implement server max connection idle by ZHANG Dapeng · 7 years ago
  36. 393ebf7 netty,okhttp: handle ENHANCE_YOUR_CALM and too_many_pings by Eric Anderson · 7 years ago
  37. 6618f97 core: add inboundHeaders() to ClientStreamTracer. (#2921) by Kun Zhang · 7 years ago
  38. 41c5aab core: record stats for GET requests (#2914) by Kun Zhang · 7 years ago
  39. b661ac7 core: Delete AbstractStream (replaced by AbstractStream2) by Eric Anderson · 7 years ago
  40. 55e3b71 Move okhttp to AbstractStream2 by Xiao Hang · 7 years ago
  41. be61af4 core: use RESOURCE_EXHAUSTED for max message size failures by Carl Mastrangelo · 7 years ago
  42. c8dff0d core: Fix unused variables by Eric Anderson · 7 years ago
  43. 02deb9c core: Remove unused mocks which broke @DoNotMock by Eric Anderson · 7 years ago
  44. 44cca55 core: remove incorrect reporting of CLIENT_SERVER_ELAPSED_TIME. (#2891) by Kun Zhang · 7 years ago
  45. c4e615c core: allow SubchannelPicker to return a StreamTracer factory. (#2882) by Kun Zhang · 7 years ago
  46. 903197b core: StreamTracer (#2863) by Kun Zhang · 7 years ago
  47. 4096d4b core,netty: support GET verb in AbstractClientStream2 by Eric Anderson · 7 years ago
  48. a4d698f core: make SerializingExecutor lockless (#2858) by Carl Mastrangelo · 7 years ago
  49. 6789eac core,netty,okhttp: KeepAliveManager with Pinger by ZHANG Dapeng · 7 years ago
  50. 418d52d core: unify EquivalentAddressGroup and its immitators. (#2755) by Kun Zhang · 7 years ago
  51. 3ffa5a9 Okhttp: keepAlivedManager#onTransportShutdown moved from shutdown to stopIfNecessary and refactored by ZHANG Dapeng · 7 years ago
  52. 82bdf53 core: use nanos more consistently by Carl Mastrangelo · 7 years ago
  53. 19afd8b core: Support keepalive even when transport is idle by Eric Anderson · 7 years ago
  54. c44a4b2 core: keepaliveManager not to use Ping.onSuccess; ragard onDataReceive as ping Ack by ZHANG Dapeng · 7 years ago
  55. da93a64 core: use withOptions instead of withAffinity (#2791) by Łukasz Strzałkowski · 7 years ago
  56. 891581f all: fix errorprones by ZHANG Dapeng · 7 years ago
  57. d21ee58 Fix shared subchannel state in RoundRobin LB (#2777) by Jack Amadeo · 7 years ago
  58. 7bb60dc core: introduce PickSubchannelArgs (#2740) by Łukasz Strzałkowski · 7 years ago
  59. 1fb353f core: fix keepalivemanager bug on handling IDLE_AND_PING_SENT by ZHANG Dapeng · 7 years ago
  60. afb82b4 doc: remove irrelevant java doc by Łukasz Strzałkowski · 7 years ago
  61. 5c37a83 core: cache Accept-Encoding headers (#2766) by Carl Mastrangelo · 7 years ago
  62. a9bd947 core: promote LBv2 classes. by Kun Zhang · 7 years ago
  63. a6b1d89 core: delete the old channel impl and LoadBalancer. by Kun Zhang · 7 years ago
  64. 675080b all: Enable ErrorProne during compilation by Eric Anderson · 7 years ago
  65. 63a7765 Fix link to class in java doc (#2739) by Łukasz Strzałkowski · 7 years ago
  66. 6ff5f21 core: report error count metrics. (#2734) by Kun Zhang · 7 years ago
  67. 72923dc all: prepare for ErrorProne's FutureReturnValueIgnored by Eric Anderson · 7 years ago
  68. 4029b3f Implement missing authority API for HandlerRegistry by Ryan Michela · 7 years ago
  69. 9c78b46 core: DelayedStream getAttributes to throw IllegalStateExeption if not passThrough by ZHANG Dapeng · 7 years ago
  70. 7ab5e0e core: record server_elapsed_time on client (#2673) by Kun Zhang · 7 years ago
  71. 237a65e core: make ServiceDescriptor use the Builder pattern by Carl Mastrangelo · 8 years ago
  72. cbe0ecd all: fix linter found on import by Carl Mastrangelo · 8 years ago
  73. 566d0e9 testing: change names of noopMarshaller to void marshaller by Carl Mastrangelo · 8 years ago
  74. 89bc2cd all: update to latest import ordering by Carl Mastrangelo · 8 years ago
  75. f088b81 core: stop "testing" from depending on "core"'s test. (#2652) by Kun Zhang · 8 years ago
  76. 40bc502 core: remove with* methods from MethodDescriptor by Carl Mastrangelo · 8 years ago
  77. b33d3cb core: rename getAttr() and use standard getAttributes() by Lukasz Strzalkowski · 8 years ago
  78. efbcd1f core: change method descriptor to be builder based by Carl Mastrangelo · 8 years ago
  79. e9fa8c9 core: Only use scheduled executor for timer tasks by Eric Anderson · 8 years ago
  80. a4e481b core: make ServiceDescriptor check input values by Carl Mastrangelo · 8 years ago
  81. 737cd16 core: make StatsContextFactory setters protected (#2634) by Kun Zhang · 8 years ago
  82. 2bd74c5 core: cancel RPC when exception in server onReady by Eric Anderson · 8 years ago
  83. 1e99b29 all: ErrorProne fixes and avoid @Beta in Guava by Eric Anderson · 8 years ago
  84. 5a4794f core: add debug information in MessageDeframer. (#2622) by Kun Zhang · 8 years ago
  85. 6494a17 RoundRobinLoadBalancer minor cleanups (#2611) by Łukasz Strzałkowski · 8 years ago
  86. d87a658 core,netty: add getAttributes to ClientStream and ClientCall (#2526) by ZHANG Dapeng · 8 years ago
  87. c436d93 core: ServerImpl returns shared resources at termination (#2605) by Kun Zhang · 8 years ago
  88. ec7f00a core,testing: make MethodDescriptor final and add Test helper by Carl Mastrangelo · 8 years ago
  89. b5b9ba5 core: fix bug with Metadata merging by Carl Mastrangelo · 8 years ago
  90. 8e463ce core,stub: remove deprecated deadline methods by Carl Mastrangelo · 8 years ago
  91. 7cb0497 core: ManagedChannelImpl2. (#2530) by Kun Zhang · 8 years ago
  92. 8d49df2 all: add max message size to client calls by Carl Mastrangelo · 8 years ago
  93. cce8eac core: upgrade census (now named instrumentation) to 0.3.0 (#2565) by Kun Zhang · 8 years ago
  94. 4693492 style: fix styles and error-prones (#2560) by Kun Zhang · 8 years ago
  95. 661413c core: Port PickFirst & RoundRobin LBs to v2 API (#2479) by Łukasz Strzałkowski · 8 years ago
  96. f8f569e core: InternalSubchannel uses ChannelExecutor. (#2503) by Kun Zhang · 8 years ago
  97. 946046a core: two changes on DelayedClientTransport2. (#2505) by Kun Zhang · 8 years ago
  98. 221fadc Implement setListener in AbstractServerStream and remove from subclasses. by Anuraag Agrawal · 8 years ago
  99. 178b526 core: handle a race in DelayedClientTransport(2). (#2486) by Kun Zhang · 8 years ago
  100. fd33a72 core: thread-less ChannelExecutor. (#2493) by Kun Zhang · 8 years ago