1. 7be1720 core: don't expose internal Metadata.headerCount by Carl Mastrangelo · 7 years ago
  2. cf0e161 Remove unused variables by Eric Anderson · 7 years ago
  3. eb6acfe Javadoc improvements, especially to Context by Eric Anderson · 7 years ago
  4. 870dd50 core: clarify more origin docs for Channel by Carl Mastrangelo · 7 years ago
  5. 90559c7 core: add Since java doc annotations to Server, and clarify return types by Carl Mastrangelo · 7 years ago
  6. bb978ba doc: initiate some package javadoc by ZHANG Dapeng · 7 years ago
  7. f4173c3 core,grpclb: Update addresses in OobChannel by Eric Anderson · 7 years ago
  8. 30b61db core: Update addresses in Subchannel by Eric Anderson · 7 years ago
  9. 1f7c9d5 core: document ServerBuilder return values and method history by Carl Mastrangelo · 7 years ago
  10. 5891c96 doc: fix broken links by ZHANG Dapeng · 7 years ago
  11. f674776 Add/Fix some docs (#2970) by Muxi Yan · 7 years ago
  12. 7d048af javadoc: fix broken links in javadoc by ZHANG Dapeng · 7 years ago
  13. a317912 Channel.authority() should return the value of overrideAuthority (#2956) by zpencer · 7 years ago
  14. 0d6b418 Implement GRPCLB client-side load reporting (#2941) by Kun Zhang · 7 years ago
  15. be74e97 core: stop using static flags for Census control. (#2947) by Kun Zhang · 7 years ago
  16. 49bde54 core: integrate instrumentation-java (Census) tracing (#2938) by Kun Zhang · 7 years ago
  17. ba1c4bf core: Add support for the AppEngine development sandbox by Fred Wulff · 7 years ago
  18. e36d229 core,netty: remove grpc-payload-bin from GET requests by Eric Gribkoff · 7 years ago
  19. b7833da core: lookup TXT records when doing name resolution by Carl Mastrangelo · 7 years ago
  20. 7cf3551 core: pass ServerCall to ServerStreamTracer. (#2930) by Kun Zhang · 7 years ago
  21. a92b048 core: add ServerCall.getAuthority() (#2925) by Kun Zhang · 7 years ago
  22. 965fe5d all: Fix basic compatibility with Mockito 2.7.19 by Eric Anderson · 7 years ago
  23. 4989736 core: clamp keepAliveTime/Timeout in a way easier for test by ZHANG Dapeng · 7 years ago
  24. 4a96e25 netty: implement server max connection idle by ZHANG Dapeng · 7 years ago
  25. 393ebf7 netty,okhttp: handle ENHANCE_YOUR_CALM and too_many_pings by Eric Anderson · 7 years ago
  26. 6618f97 core: add inboundHeaders() to ClientStreamTracer. (#2921) by Kun Zhang · 7 years ago
  27. 25658cb core: delete the alias LoadBalancer2. (#2917) by Kun Zhang · 7 years ago
  28. 41c5aab core: record stats for GET requests (#2914) by Kun Zhang · 7 years ago
  29. b661ac7 core: Delete AbstractStream (replaced by AbstractStream2) by Eric Anderson · 7 years ago
  30. 55e3b71 Move okhttp to AbstractStream2 by Xiao Hang · 7 years ago
  31. be61af4 core: use RESOURCE_EXHAUSTED for max message size failures by Carl Mastrangelo · 7 years ago
  32. ce349ae core: make MethodDescriptor.Builder non experimental by Carl Mastrangelo · 7 years ago
  33. c8dff0d core: Fix unused variables by Eric Anderson · 7 years ago
  34. b56a728 all: Use "keepalive time" instead of "keepalive delay" by Eric Anderson · 7 years ago
  35. 4227b0b core: Reduce minimum client keepalive time to 10s by Eric Anderson · 7 years ago
  36. 0277b91 okhttp,netty: Normalize client-side keepalive APIs by Eric Anderson · 7 years ago
  37. 02deb9c core: Remove unused mocks which broke @DoNotMock by Eric Anderson · 7 years ago
  38. 44cca55 core: remove incorrect reporting of CLIENT_SERVER_ELAPSED_TIME. (#2891) by Kun Zhang · 7 years ago
  39. 770b7e0 doc: document that channel state is not implemented. (#2890) by Kun Zhang · 7 years ago
  40. c4e615c core: allow SubchannelPicker to return a StreamTracer factory. (#2882) by Kun Zhang · 7 years ago
  41. 903197b core: StreamTracer (#2863) by Kun Zhang · 7 years ago
  42. 3818087 netty: Handle channel creation failure by Eric Anderson · 7 years ago
  43. 1c1864b netty: refactor NettyChannelBuilder keepalive API (#2874) by ZHANG Dapeng · 7 years ago
  44. c4bbe66 netty: expose server side keepalive API by ZHANG Dapeng · 7 years ago
  45. 4096d4b core,netty: support GET verb in AbstractClientStream2 by Eric Anderson · 7 years ago
  46. d4c9d5f core: Wrap keepalive runnables with exception logging by Eric Anderson · 7 years ago
  47. 0bcf921 core: Remove internal comment referencing compression frames by Eric Anderson · 7 years ago
  48. 0d498fb core: Fix User-Agent Javadoc in ManagedChannelBuilder by Eric Anderson · 7 years ago
  49. a4d698f core: make SerializingExecutor lockless (#2858) by Carl Mastrangelo · 7 years ago
  50. c131d2d core: Do not call startDeadlineTimer when is deadlineCancellationExecutor is null by Kenji Kaneda · 7 years ago
  51. 6765596 core: add @since annotations to MethodDescriptor by Carl Mastrangelo · 7 years ago
  52. 7a73bf1 core,benchmarks: use Atomics for StatsTraceContext by Carl Mastrangelo · 7 years ago
  53. 6789eac core,netty,okhttp: KeepAliveManager with Pinger by ZHANG Dapeng · 7 years ago
  54. c14c5dd core: delete deprecated pickSubchannel() (#2849) by Kun Zhang · 7 years ago
  55. 3f35ea6 doc: performance implication of Metadata.containsKey() (#2851) by Kun Zhang · 7 years ago
  56. 418d52d core: unify EquivalentAddressGroup and its immitators. (#2755) by Kun Zhang · 7 years ago
  57. 3ffa5a9 Okhttp: keepAlivedManager#onTransportShutdown moved from shutdown to stopIfNecessary and refactored by ZHANG Dapeng · 7 years ago
  58. 8890888 core: delete defunct TransportManager. (#2846) by Kun Zhang · 7 years ago
  59. c112a2c core: suggest against overriding Context in ClientInterceptor (#2838) by Kun Zhang · 7 years ago
  60. 82bdf53 core: use nanos more consistently by Carl Mastrangelo · 7 years ago
  61. 87c75b3 core: annotate some keys with Immutable; Context.Key final by ZHANG Dapeng · 7 years ago
  62. 19afd8b core: Support keepalive even when transport is idle by Eric Anderson · 7 years ago
  63. c44a4b2 core: keepaliveManager not to use Ping.onSuccess; ragard onDataReceive as ping Ack by ZHANG Dapeng · 7 years ago
  64. 3390b6a core: add missing @ThreadSafe annotation (#2823) by Łukasz Strzałkowski · 7 years ago
  65. da93a64 core: use withOptions instead of withAffinity (#2791) by Łukasz Strzałkowski · 7 years ago
  66. 7c3f664 grpclb: set LB tokens to headers. (#2812) by Kun Zhang · 7 years ago
  67. 1662a71 core: fix '@link: can't find...' build noise by ZHANG Dapeng · 7 years ago
  68. 891581f all: fix errorprones by ZHANG Dapeng · 7 years ago
  69. ce243a9 core: make timeout marshalling less verbose by Carl Mastrangelo · 7 years ago
  70. d21ee58 Fix shared subchannel state in RoundRobin LB (#2777) by Jack Amadeo · 7 years ago
  71. 7bb60dc core: introduce PickSubchannelArgs (#2740) by Łukasz Strzałkowski · 7 years ago
  72. 1fb353f core: fix keepalivemanager bug on handling IDLE_AND_PING_SENT by ZHANG Dapeng · 7 years ago
  73. afb82b4 doc: remove irrelevant java doc by Łukasz Strzałkowski · 7 years ago
  74. c5e5903 core: add @nullable annotation by Łukasz Strzałkowski · 7 years ago
  75. 5c37a83 core: cache Accept-Encoding headers (#2766) by Carl Mastrangelo · 7 years ago
  76. 437fafa Address review comments by Eric Anderson · 7 years ago
  77. 2eeb5e3 all: Downgrade to Guava 19 by Eric Anderson · 7 years ago
  78. 2131dfe doc: there's no type param anymore by Lukasz Strzalkowski · 7 years ago
  79. f995c6c doc: fix @link to cancel in java doc by Lukasz Strzalkowski · 7 years ago
  80. efe261e core: remove SingleTransportChannel, not used by Lukasz Strzalkowski · 7 years ago
  81. a9bd947 core: promote LBv2 classes. by Kun Zhang · 7 years ago
  82. a6b1d89 core: delete the old channel impl and LoadBalancer. by Kun Zhang · 7 years ago
  83. 675080b all: Enable ErrorProne during compilation by Eric Anderson · 7 years ago
  84. 70b482a core: clean up code deprecated in 1.1 (#2678) by Łukasz Strzałkowski · 7 years ago
  85. 63a7765 Fix link to class in java doc (#2739) by Łukasz Strzałkowski · 7 years ago
  86. 6ff5f21 core: report error count metrics. (#2734) by Kun Zhang · 7 years ago
  87. 72923dc all: prepare for ErrorProne's FutureReturnValueIgnored by Eric Anderson · 7 years ago
  88. 4029b3f Implement missing authority API for HandlerRegistry by Ryan Michela · 7 years ago
  89. 9c78b46 core: DelayedStream getAttributes to throw IllegalStateExeption if not passThrough by ZHANG Dapeng · 7 years ago
  90. 7e1fd4f core: Tweak getAttributes() JavaDoc by Eric Anderson · 7 years ago
  91. 9a81cad core: switch to LBv2 as the default. (#2707) by Kun Zhang · 7 years ago
  92. 42aa64c all: swap to newer animalsniffer plugin by Eric Anderson · 7 years ago
  93. 4564209 core: un-abstract the LBv2 setter in ManagedChannelBuilder. (#2697) by Kun Zhang · 7 years ago
  94. 7ab5e0e core: record server_elapsed_time on client (#2673) by Kun Zhang · 7 years ago
  95. 237a65e core: make ServiceDescriptor use the Builder pattern by Carl Mastrangelo · 7 years ago
  96. cbe0ecd all: fix linter found on import by Carl Mastrangelo · 7 years ago
  97. 566d0e9 testing: change names of noopMarshaller to void marshaller by Carl Mastrangelo · 7 years ago
  98. 9983a7b docs: security requirement of NameResolver.getServiceAuthority() (#2665) by Kun Zhang · 7 years ago
  99. 65e4d9f all: avoid DNS with GRPC_PROXY_EXP by Eric Anderson · 7 years ago
  100. 0e6cf99 core: open up LBv2 APIs for early adopters. by Kun Zhang · 7 years ago