1. 3a5f115 core: clarify security methods on channel and server by Carl Mastrangelo · 7 years ago
  2. c637b42 core: Stop using context ClassLoader in Providers by Eric Anderson · 7 years ago
  3. 7384ea9 core: Simplify ServerImpl constructor; testable Builder by Eric Anderson · 7 years ago
  4. c436561 all: Use fixed version number for java 6/7 signatures by Eric Anderson · 7 years ago
  5. 6d8a66f core: Mark InternalNotifyOnServerBuilder @Internal by Eric Anderson · 7 years ago
  6. a3ac64a core: Move client-side decompressor selection to stream by Eric Anderson · 7 years ago
  7. 45085c3 core: minor cleanup of 859d211b6ece5827fdde56c257e9da7e3f4d56c1 by Carl Mastrangelo · 7 years ago
  8. 4b94237 core: stop spying ServerCall in UtilServerInterceptorsTest. (#3146) by Kun Zhang · 7 years ago
  9. 418c884 core: Fix Bazel building for :util by Eric Anderson · 7 years ago
  10. b7e50dd testing: move NoopClientCall & NoopServerCall to internal by ZHANG Dapeng · 7 years ago
  11. 6d9e149 build: Add Bazel java_grpc_library rule by Simon Horlick · 7 years ago
  12. 51ce204 inprocess: mark all classes final by Carl Mastrangelo · 7 years ago
  13. 859d211 core: ServerBuilder.intercept(). (#3118) by Kun Zhang · 7 years ago
  14. 3dce2ee core: add RunWith annotation to OverrideAuthorityNameResolverTest by Eric Gribkoff · 7 years ago
  15. 2b1eee9 core: Do not leak server state when application callbacks throw exceptions (#3064) by zpencer · 7 years ago
  16. 8d2194c core: don't intern Metadata keys by Carl Mastrangelo · 7 years ago
  17. 726c23b core: OverrideAuthorityNameResolverFactory should forward refresh() (#3061) by zpencer · 7 years ago
  18. cb53bbf all: Filter out Internal* classes from Javadoc by Eric Anderson · 7 years ago
  19. 5324509 core: detect invalid states on server side (eg zero responses for unary) (#3068) by zpencer · 7 years ago
  20. 0a8d761 core: Simplify ChannelImpl constructor; testable Builder by Eric Anderson · 7 years ago
  21. 49b9216 core: set server stream decompressor in transport thread by Eric Gribkoff · 7 years ago
  22. 1594ebb core: scheduler.schedule() can be used normally by ZHANG Dapeng · 7 years ago
  23. 17af756 core: deprecate MethodDescriptor.create by Łukasz Strzałkowski · 7 years ago
  24. 6ef77e0 core: hide access to Status code and message keys by Carl Mastrangelo · 7 years ago
  25. 72dd8f9 core: Mark NameResolverProvider experimental and clarify docs by Eric Anderson · 7 years ago
  26. faa0ad7 Revert "core: move NameResolverProvider to internal" by Eric Anderson · 7 years ago
  27. 4a0cf0b core: Bump up instrumentation_api to 0.4.3, use instrumentation-defined STATS_CONTEXT_KEY. (#3070) by Yang Song · 7 years ago
  28. 9c6ea27 core: move NameResolverProvider to internal by Carl Mastrangelo · 7 years ago
  29. adc2de7 netty: Clarify max header list size configuration by Eric Anderson · 7 years ago
  30. acc1328 core: Avoid DNS test when no networking available by Eric Anderson · 7 years ago
  31. c0fc678 core: JumpToApplicationThreadServerStreamListener should not close context (#3055) by zpencer · 7 years ago
  32. 82fce83 core: don't return concrete type from AbstractServerImplBuilder by Carl Mastrangelo · 7 years ago
  33. 166108a all: fix licence whitespace by Carl Mastrangelo · 7 years ago
  34. 104350c core: include how long deadline was in Status message by Carl Mastrangelo · 7 years ago
  35. 3bfd630 all: update to Apache 2 licence by Carl Mastrangelo · 7 years ago
  36. 8a1217d core: Server side cancellations should promptly inform server (#2963) by zpencer · 7 years ago
  37. ee38b37 core: remove 2 suffix from streams by Carl Mastrangelo · 7 years ago
  38. 6760bfe Log deadline narrowing events at FINE instead of INFO. by William Thurston · 7 years ago
  39. cefcd39 Fix incorrect assertEquals argument ordering by Eric Anderson · 7 years ago
  40. 530b714 core/tracing: set always record events option for the RPC spans. (#2998) by Bogdan Drutu · 7 years ago
  41. fae55a6 core: delete deprecated affinity API. (#3026) by Kun Zhang · 7 years ago
  42. 347eb09 all: Minor updates to expand javadocs (#2991) by zpencer · 7 years ago
  43. 7be1720 core: don't expose internal Metadata.headerCount by Carl Mastrangelo · 7 years ago
  44. cf0e161 Remove unused variables by Eric Anderson · 7 years ago
  45. eb6acfe Javadoc improvements, especially to Context by Eric Anderson · 7 years ago
  46. 870dd50 core: clarify more origin docs for Channel by Carl Mastrangelo · 7 years ago
  47. 90559c7 core: add Since java doc annotations to Server, and clarify return types by Carl Mastrangelo · 7 years ago
  48. bb978ba doc: initiate some package javadoc by ZHANG Dapeng · 7 years ago
  49. f4173c3 core,grpclb: Update addresses in OobChannel by Eric Anderson · 7 years ago
  50. 30b61db core: Update addresses in Subchannel by Eric Anderson · 7 years ago
  51. 1f7c9d5 core: document ServerBuilder return values and method history by Carl Mastrangelo · 7 years ago
  52. 5891c96 doc: fix broken links by ZHANG Dapeng · 7 years ago
  53. f674776 Add/Fix some docs (#2970) by Muxi Yan · 7 years ago
  54. 7d048af javadoc: fix broken links in javadoc by ZHANG Dapeng · 7 years ago
  55. a317912 Channel.authority() should return the value of overrideAuthority (#2956) by zpencer · 7 years ago
  56. 0d6b418 Implement GRPCLB client-side load reporting (#2941) by Kun Zhang · 7 years ago
  57. be74e97 core: stop using static flags for Census control. (#2947) by Kun Zhang · 7 years ago
  58. 49bde54 core: integrate instrumentation-java (Census) tracing (#2938) by Kun Zhang · 7 years ago
  59. ba1c4bf core: Add support for the AppEngine development sandbox by Fred Wulff · 7 years ago
  60. e36d229 core,netty: remove grpc-payload-bin from GET requests by Eric Gribkoff · 7 years ago
  61. b7833da core: lookup TXT records when doing name resolution by Carl Mastrangelo · 7 years ago
  62. 7cf3551 core: pass ServerCall to ServerStreamTracer. (#2930) by Kun Zhang · 7 years ago
  63. a92b048 core: add ServerCall.getAuthority() (#2925) by Kun Zhang · 7 years ago
  64. 965fe5d all: Fix basic compatibility with Mockito 2.7.19 by Eric Anderson · 7 years ago
  65. 4989736 core: clamp keepAliveTime/Timeout in a way easier for test by ZHANG Dapeng · 7 years ago
  66. 4a96e25 netty: implement server max connection idle by ZHANG Dapeng · 7 years ago
  67. 393ebf7 netty,okhttp: handle ENHANCE_YOUR_CALM and too_many_pings by Eric Anderson · 7 years ago
  68. 6618f97 core: add inboundHeaders() to ClientStreamTracer. (#2921) by Kun Zhang · 7 years ago
  69. 25658cb core: delete the alias LoadBalancer2. (#2917) by Kun Zhang · 7 years ago
  70. 41c5aab core: record stats for GET requests (#2914) by Kun Zhang · 7 years ago
  71. b661ac7 core: Delete AbstractStream (replaced by AbstractStream2) by Eric Anderson · 7 years ago
  72. 55e3b71 Move okhttp to AbstractStream2 by Xiao Hang · 7 years ago
  73. be61af4 core: use RESOURCE_EXHAUSTED for max message size failures by Carl Mastrangelo · 7 years ago
  74. ce349ae core: make MethodDescriptor.Builder non experimental by Carl Mastrangelo · 7 years ago
  75. c8dff0d core: Fix unused variables by Eric Anderson · 7 years ago
  76. b56a728 all: Use "keepalive time" instead of "keepalive delay" by Eric Anderson · 7 years ago
  77. 4227b0b core: Reduce minimum client keepalive time to 10s by Eric Anderson · 7 years ago
  78. 0277b91 okhttp,netty: Normalize client-side keepalive APIs by Eric Anderson · 7 years ago
  79. 02deb9c core: Remove unused mocks which broke @DoNotMock by Eric Anderson · 7 years ago
  80. 44cca55 core: remove incorrect reporting of CLIENT_SERVER_ELAPSED_TIME. (#2891) by Kun Zhang · 7 years ago
  81. 770b7e0 doc: document that channel state is not implemented. (#2890) by Kun Zhang · 7 years ago
  82. c4e615c core: allow SubchannelPicker to return a StreamTracer factory. (#2882) by Kun Zhang · 7 years ago
  83. 903197b core: StreamTracer (#2863) by Kun Zhang · 7 years ago
  84. 3818087 netty: Handle channel creation failure by Eric Anderson · 7 years ago
  85. 1c1864b netty: refactor NettyChannelBuilder keepalive API (#2874) by ZHANG Dapeng · 7 years ago
  86. c4bbe66 netty: expose server side keepalive API by ZHANG Dapeng · 7 years ago
  87. 4096d4b core,netty: support GET verb in AbstractClientStream2 by Eric Anderson · 7 years ago
  88. d4c9d5f core: Wrap keepalive runnables with exception logging by Eric Anderson · 7 years ago
  89. 0bcf921 core: Remove internal comment referencing compression frames by Eric Anderson · 7 years ago
  90. 0d498fb core: Fix User-Agent Javadoc in ManagedChannelBuilder by Eric Anderson · 7 years ago
  91. a4d698f core: make SerializingExecutor lockless (#2858) by Carl Mastrangelo · 7 years ago
  92. c131d2d core: Do not call startDeadlineTimer when is deadlineCancellationExecutor is null by Kenji Kaneda · 7 years ago
  93. 6765596 core: add @since annotations to MethodDescriptor by Carl Mastrangelo · 7 years ago
  94. 7a73bf1 core,benchmarks: use Atomics for StatsTraceContext by Carl Mastrangelo · 7 years ago
  95. 6789eac core,netty,okhttp: KeepAliveManager with Pinger by ZHANG Dapeng · 7 years ago
  96. c14c5dd core: delete deprecated pickSubchannel() (#2849) by Kun Zhang · 7 years ago
  97. 3f35ea6 doc: performance implication of Metadata.containsKey() (#2851) by Kun Zhang · 7 years ago
  98. 418d52d core: unify EquivalentAddressGroup and its immitators. (#2755) by Kun Zhang · 7 years ago
  99. 3ffa5a9 Okhttp: keepAlivedManager#onTransportShutdown moved from shutdown to stopIfNecessary and refactored by ZHANG Dapeng · 7 years ago
  100. 8890888 core: delete defunct TransportManager. (#2846) by Kun Zhang · 7 years ago