1. 67eefa6 Upgrade to netty and netty-tcnative by Łukasz Strzałkowski · 7 years ago
  2. eb6acfe Javadoc improvements, especially to Context by Eric Anderson · 7 years ago
  3. 17b74c1 protobuf-lite: fix typo. s/Marhsaller/Marshaller by kenji yoshida · 7 years ago
  4. 28ad3ba netty: fix server keepalive not initialized bug by ZHANG Dapeng · 7 years ago
  5. 870dd50 core: clarify more origin docs for Channel by Carl Mastrangelo · 7 years ago
  6. 90559c7 core: add Since java doc annotations to Server, and clarify return types by Carl Mastrangelo · 7 years ago
  7. 9954c5f services: HealthStatusManager not to expose server stub methods by ZHANG Dapeng · 7 years ago
  8. bb978ba doc: initiate some package javadoc by ZHANG Dapeng · 7 years ago
  9. f4173c3 core,grpclb: Update addresses in OobChannel by Eric Anderson · 7 years ago
  10. 30b61db core: Update addresses in Subchannel by Eric Anderson · 7 years ago
  11. 1f7c9d5 core: document ServerBuilder return values and method history by Carl Mastrangelo · 7 years ago
  12. 5891c96 doc: fix broken links by ZHANG Dapeng · 7 years ago
  13. f674776 Add/Fix some docs (#2970) by Muxi Yan · 7 years ago
  14. 7d048af javadoc: fix broken links in javadoc by ZHANG Dapeng · 7 years ago
  15. 6418371 android-helloworld: Remove usage of ActionBarActivity by Eric Anderson · 7 years ago
  16. e6804e2 android-helloworld: Ignore proguard warnings for javax.naming by Eric Anderson · 7 years ago
  17. 7aa807c compiler: remove streaming calls from javadoc for newFutureStub by Eric Gribkoff · 7 years ago
  18. 06e823e netty: reduce severity of disconnect message by Carl Mastrangelo · 7 years ago
  19. df69485 build,protobuf: update google_api_protos dependency by Eric Gribkoff · 7 years ago
  20. 8dc29f9 all: bump recommended gRPC and Proto to 1.3.0 and 3.2.0 by Carl Mastrangelo · 7 years ago
  21. 50a92e0 android-interop-testing: Support get option in interop app by Xiao Hang · 7 years ago
  22. a317912 Channel.authority() should return the value of overrideAuthority (#2956) by zpencer · 7 years ago
  23. b2b6745 stub: rm redundant call field in StreamObserverToCallListenerAdapter by ZHANG Dapeng · 7 years ago
  24. 0d6b418 Implement GRPCLB client-side load reporting (#2941) by Kun Zhang · 7 years ago
  25. 982541b build: fix -PerrorProne=false by Eric Anderson · 7 years ago
  26. de0df97 okhttp: Support GET in okhttp transport by Xiao Hang · 7 years ago
  27. dcc3902 grpclb: remove non-determinism workaround by Eric Anderson · 7 years ago
  28. be74e97 core: stop using static flags for Census control. (#2947) by Kun Zhang · 7 years ago
  29. c1a2fb4 grpclb: expose the token metadata key. (#2944) by Kun Zhang · 7 years ago
  30. 49bde54 core: integrate instrumentation-java (Census) tracing (#2938) by Kun Zhang · 7 years ago
  31. ba1c4bf core: Add support for the AppEngine development sandbox by Fred Wulff · 7 years ago
  32. b6bf252 interop-testing: add cacheable_unary test by Eric Gribkoff · 7 years ago
  33. e36d229 core,netty: remove grpc-payload-bin from GET requests by Eric Gribkoff · 7 years ago
  34. 10dd34b grpclb: Flatten LB addresses to use pick-first by Eric Anderson · 7 years ago
  35. b7833da core: lookup TXT records when doing name resolution by Carl Mastrangelo · 7 years ago
  36. e576c4c netty: more coverage on server keepalive by ZHANG Dapeng · 7 years ago
  37. 7cf3551 core: pass ServerCall to ServerStreamTracer. (#2930) by Kun Zhang · 7 years ago
  38. a92b048 core: add ServerCall.getAuthority() (#2925) by Kun Zhang · 7 years ago
  39. 965fe5d all: Fix basic compatibility with Mockito 2.7.19 by Eric Anderson · 7 years ago
  40. 4989736 core: clamp keepAliveTime/Timeout in a way easier for test by ZHANG Dapeng · 7 years ago
  41. 4a96e25 netty: implement server max connection idle by ZHANG Dapeng · 7 years ago
  42. 393ebf7 netty,okhttp: handle ENHANCE_YOUR_CALM and too_many_pings by Eric Anderson · 7 years ago
  43. 6618f97 core: add inboundHeaders() to ClientStreamTracer. (#2921) by Kun Zhang · 7 years ago
  44. 25658cb core: delete the alias LoadBalancer2. (#2917) by Kun Zhang · 7 years ago
  45. 41c5aab core: record stats for GET requests (#2914) by Kun Zhang · 7 years ago
  46. 870ae40 benchmarks: disable flag printing by Carl Mastrangelo · 7 years ago
  47. 75324e9 netty: fix flaky max connection age tests using sleepAtLeast by ZHANG Dapeng · 7 years ago
  48. b661ac7 core: Delete AbstractStream (replaced by AbstractStream2) by Eric Anderson · 7 years ago
  49. 55e3b71 Move okhttp to AbstractStream2 by Xiao Hang · 8 years ago
  50. ffc64b7 netty: move connection.addListner inside constructor of NettyServerHandler by ZHANG Dapeng · 7 years ago
  51. be61af4 core: use RESOURCE_EXHAUSTED for max message size failures by Carl Mastrangelo · 7 years ago
  52. 4f96b0a compiler: move over to method descriptor builder by Łukasz Strzałkowski · 7 years ago
  53. 17b9016 all: begin 1.4.x development cycle by Carl Mastrangelo · 7 years ago
  54. ce349ae core: make MethodDescriptor.Builder non experimental by Carl Mastrangelo · 7 years ago
  55. c8dff0d core: Fix unused variables by Eric Anderson · 7 years ago
  56. fd30b68 okhttp: Add OptionalMethod support for private classes (#2895) by kpayson64 · 7 years ago
  57. f1de741 netty: ignore flaky max connection age tests by ZHANG Dapeng · 7 years ago
  58. b56a728 all: Use "keepalive time" instead of "keepalive delay" by Eric Anderson · 7 years ago
  59. af4982b netty,okhttp: Allow keepalive without calls by Eric Anderson · 7 years ago
  60. 4227b0b core: Reduce minimum client keepalive time to 10s by Eric Anderson · 7 years ago
  61. 0277b91 okhttp,netty: Normalize client-side keepalive APIs by Eric Anderson · 7 years ago
  62. 64938d3 testing: remove negative asserts about stats. (#2894) by Kun Zhang · 7 years ago
  63. 02deb9c core: Remove unused mocks which broke @DoNotMock by Eric Anderson · 7 years ago
  64. 81da785 netty: add jitter to max connection age by ZHANG Dapeng · 7 years ago
  65. 83a06cc netty: implement server max connection age by ZHANG Dapeng · 7 years ago
  66. 44cca55 core: remove incorrect reporting of CLIENT_SERVER_ELAPSED_TIME. (#2891) by Kun Zhang · 7 years ago
  67. 770b7e0 doc: document that channel state is not implemented. (#2890) by Kun Zhang · 7 years ago
  68. cfc6634 netty: Pass boolean to builder instead of permit/deny specialized naming by Eric Anderson · 7 years ago
  69. c4e615c core: allow SubchannelPicker to return a StreamTracer factory. (#2882) by Kun Zhang · 7 years ago
  70. 903197b core: StreamTracer (#2863) by Kun Zhang · 7 years ago
  71. 4236027 netty: Add config for server keepalive enforcement by Eric Anderson · 7 years ago
  72. ebd2f2d android: Bump android build plugin version to 2.3.1 by Eric Anderson · 7 years ago
  73. 810b2d0 all: Update to gradle 3.4.1 by Eric Anderson · 7 years ago
  74. 3818087 netty: Handle channel creation failure by Eric Anderson · 7 years ago
  75. 123bb31 grpclb: skip picker updates that have no effect (#2876) by Kun Zhang · 7 years ago
  76. 1c1864b netty: refactor NettyChannelBuilder keepalive API (#2874) by ZHANG Dapeng · 8 years ago
  77. 9078830 netty: Add server keepalive enforcement by Eric Anderson · 8 years ago
  78. f9eb545 netty: Fix client keepalive initialization (again) by Eric Anderson · 8 years ago
  79. c4bbe66 netty: expose server side keepalive API by ZHANG Dapeng · 8 years ago
  80. 824e5df benchmarks: use JMH 1.18 by Carl Mastrangelo · 8 years ago
  81. 4096d4b core,netty: support GET verb in AbstractClientStream2 by Eric Anderson · 8 years ago
  82. d4c9d5f core: Wrap keepalive runnables with exception logging by Eric Anderson · 8 years ago
  83. 0bcf921 core: Remove internal comment referencing compression frames by Eric Anderson · 8 years ago
  84. 075b5ec services: Remove unused variables by Eric Anderson · 8 years ago
  85. 0d498fb core: Fix User-Agent Javadoc in ManagedChannelBuilder by Eric Anderson · 8 years ago
  86. 8114b93 netty: Server side keep alive by ZHANG Dapeng · 8 years ago
  87. a4d698f core: make SerializingExecutor lockless (#2858) by Carl Mastrangelo · 8 years ago
  88. c131d2d core: Do not call startDeadlineTimer when is deadlineCancellationExecutor is null by Kenji Kaneda · 8 years ago
  89. 6765596 core: add @since annotations to MethodDescriptor by Carl Mastrangelo · 8 years ago
  90. aaf9067 all: fix gradle nag for deprecated leftshift operator by Carl Mastrangelo · 8 years ago
  91. 7a73bf1 core,benchmarks: use Atomics for StatsTraceContext by Carl Mastrangelo · 8 years ago
  92. 48a32fb benchmarks: Fix broken building of ServerServiceDefinition by Eric Anderson · 8 years ago
  93. 6789eac core,netty,okhttp: KeepAliveManager with Pinger by ZHANG Dapeng · 8 years ago
  94. c14c5dd core: delete deprecated pickSubchannel() (#2849) by Kun Zhang · 8 years ago
  95. 3f35ea6 doc: performance implication of Metadata.containsKey() (#2851) by Kun Zhang · 8 years ago
  96. ee12cc2 all: update to latest version of errorprone by Carl Mastrangelo · 8 years ago
  97. 418d52d core: unify EquivalentAddressGroup and its immitators. (#2755) by Kun Zhang · 8 years ago
  98. 3ffa5a9 Okhttp: keepAlivedManager#onTransportShutdown moved from shutdown to stopIfNecessary and refactored by ZHANG Dapeng · 8 years ago
  99. 8890888 core: delete defunct TransportManager. (#2846) by Kun Zhang · 8 years ago
  100. c112a2c core: suggest against overriding Context in ClientInterceptor (#2838) by Kun Zhang · 8 years ago