1. b07c70a gae-interop-testing: add GAE interop tests (#3535) by zpencer · 7 years ago
  2. 80ac407 interop-testing: fix ErrorProne and Unused by ZHANG Dapeng · 7 years ago
  3. dba2323 compiler: Remove enable_depreated option (#3541) by ZHANG Dapeng · 7 years ago
  4. 5e36a8d all: upgrade to JUnit 4.12 by Carl Mastrangelo · 7 years ago
  5. 765a40c stub: avoid mocking stub classes by Carl Mastrangelo · 7 years ago
  6. f56be54 core: sort bazel file by Carl Mastrangelo · 7 years ago
  7. f5026cd core: remove unused, non-public INTEGER_MARSHALLER (#3530) by Devin Smith · 7 years ago
  8. 0d59436 Make AbstractInteropTest runnable in GAE+jdk7 (#3533) by zpencer · 7 years ago
  9. b02645b auth: remove use of JDK7 ReflectiveOperationException by Eric Gribkoff · 7 years ago
  10. 0246674 core: move census registration into internal by Carl Mastrangelo · 7 years ago
  11. cbcab9b examples: fix Bazel build by ZHANG Dapeng · 7 years ago
  12. 0d52e68 core: fix Bazel build by ZHANG Dapeng · 7 years ago
  13. 7c97aa9 thrift: Delete thrift by ZHANG Dapeng · 7 years ago
  14. 55621a3 Start 1.8.0 development cycle by Eric Anderson · 7 years ago
  15. 78bf838 services: add proto generated classes to intellij path (#3510) by zpencer · 7 years ago
  16. e92b725 Promote keepalive to ManagedChannelBuilder; stabilize by Eric Anderson · 7 years ago
  17. a62108a gradle: add japicmp plugin (#3500) by zpencer · 7 years ago
  18. de1630b services: delete deprecated Proto reflection service by Carl Mastrangelo · 7 years ago
  19. 589da07 Manual flow-control and back-pressure demo by Ryan Michela · 7 years ago
  20. 63c660b core: make enableFullStreamDecompression non-abstract by Eric Gribkoff · 7 years ago
  21. 80334d5 netty: update to 4.1.16 by Carl Mastrangelo · 7 years ago
  22. a8db154 testing: reduce mocks in AbstractTransportTest to eliminate flakes by Eric Gribkoff · 7 years ago
  23. a6653bb core/compiler: register Span names for code-generated methods (take 2) by Kun Zhang · 7 years ago
  24. 5ac9ad0 core: client supports inbound gzipped streams (#3403) by Eric Gribkoff · 7 years ago
  25. a34ea35 core: add gzip inflater for compressed streams (#3395) by Eric Gribkoff · 7 years ago
  26. 20c910f core: nonnull pendingStreams in DelayedClientTransport by ZHANG Dapeng · 7 years ago
  27. 131a0ff java_grpc_library.bzl: fix path-manipulation bug. by Brendan Linn · 7 years ago
  28. 5bf4f5b context: Use .class literal instead of Class.forName by Eric Anderson · 7 years ago
  29. bd28b92 Avoid catching AssertionError in tests by Eric Anderson · 7 years ago
  30. 6bb1755 core: allow to fallback to ServiceLoader.load withouth classloader to by pieterjanpintens · 7 years ago
  31. 0ba4ab8 core: remove reference to Guava collect by Kun Zhang · 7 years ago
  32. 7e534ed core: record individual messages with sizes to Census/tracing (#3461) by Kun Zhang · 7 years ago
  33. a3ff9cd all: Keep artifacts dependencyConvergence-clean by Eric Anderson · 7 years ago
  34. a9941a8 okhttp/test: add missing annotation. (#3476) by Kun Zhang · 7 years ago
  35. 2924e30 android-interop-testing: use Java Style enums by Carl Mastrangelo · 7 years ago
  36. 8ee9fb5 core: add internal API to disable stats and/or tracing. (#3464) by Kun Zhang · 7 years ago
  37. abea73c core: add finalizer checks for ManagedChannels (#3452) by Carl Mastrangelo · 7 years ago
  38. 2b1363d core,netty,okhttp,protobuf-lite: avoid @Beta guava classes (#3463) by zpencer · 7 years ago
  39. bb20365 okhttp: update caller of Headers.createRequestHeaders (#3465) by zpencer · 7 years ago
  40. bda6778 core,netty,okhttp: strip outbound headers with reserved names (#3098) by zpencer · 7 years ago
  41. 2d71168 Revert "netty: hide ProtocolNegotiator, and expose initial ChannelHandler" by Eric Anderson · 7 years ago
  42. 86dec11 context: log severe warning if ancestry chain too long (#3459) by zpencer · 7 years ago
  43. 332c46f netty: hide ProtocolNegotiator, and expose initial ChannelHandler by Carl Mastrangelo · 7 years ago
  44. df92533 grpclb: fallback to backend addresses (#3439) by Kun Zhang · 7 years ago
  45. ec600fe okhttp: set GET method in headers (#3316) by Eric Gribkoff · 7 years ago
  46. 731bbef core, compiler, protobuf: introduce MethodDescriptor#setSchemaDescriptor by Lukasz Strzalkowski · 7 years ago
  47. 65530bb core: ClientCallImpl start should not be called after cancel by ZHANG Dapeng · 7 years ago
  48. b8b5f5e protobuf-nano: do not use preexisting IoUtils internal class #3450 by zpencer · 7 years ago
  49. 53f56a3 inprocess,core: add ManagedChannelBuilder and ServerBuilder factory hiders by Carl Mastrangelo · 7 years ago
  50. ddd31d6 core/census: set method name tag to the server handler's context (#3436) by Kun Zhang · 7 years ago
  51. 671783f protobuf-nano: use existing class IoUtils for toByteArray (#3437) by zpencer · 7 years ago
  52. 7883169 protobuf-nano: avoid using @Beta API com.google.common.io.ByteStreams (#3433) by zpencer · 7 years ago
  53. aaebf6e core: name more anonymous classes in ServerImpl by Carl Mastrangelo · 7 years ago
  54. b579528 Update README to reference 1.6.1 (#3428) by zpencer · 7 years ago
  55. 4c721b7 core: save alloc in SerializingExecutor by Carl Mastrangelo · 7 years ago
  56. f61acf5 core: remove unused buffer methods by Carl Mastrangelo · 7 years ago
  57. e6fc6f3 netty: NOOP_MESSAGE must be staged before connect() (#3411) by zpencer · 7 years ago
  58. 6164b7b Move jmh benchmarks to their respective modules by Eric Anderson · 7 years ago
  59. 812e65a context: add RunWith annotation by Eric Gribkoff · 7 years ago
  60. 97c625f netty: Update to Netty 4.1.15 by Eric Anderson · 7 years ago
  61. 3620931 context: Use polymorphism instead of canBeCancelled field by Eric Anderson · 7 years ago
  62. 21cd244 context: Remove superfluous cascadesCancellation field by Eric Anderson · 7 years ago
  63. 32cd4a0 compiler: Produce unified output on diff failure by Eric Anderson · 7 years ago
  64. 24ff274 all: update to proto 3.4.0 by Carl Mastrangelo · 7 years ago
  65. a53d030 core: fix lint warnings by Carl Mastrangelo · 7 years ago
  66. 4854318 grpclb: remove expiration_interval. (#3398) by Kun Zhang · 7 years ago
  67. cfc9433 core: advance past empty buffer in CompositeReadableBuffer (#3392) by Eric Gribkoff · 7 years ago
  68. c024f17 netty,okhttp: include more detail about ALPN missing by Carl Mastrangelo · 7 years ago
  69. 521c55e Avoid request threads on AppEngine Java 8 by Eric Anderson · 7 years ago
  70. 23dfc84 interop-testing: fix dealineExceeded test flakiness by increasing time interval by ZHANG Dapeng · 7 years ago
  71. 2cbe9ef jmh: accidentally checked in foo.txt (#3391) by zpencer · 7 years ago
  72. 7cafb67 context: Store Deadline in CancellableContext directly by Eric Anderson · 7 years ago
  73. 68e8dc2 netty: graceful shutdowns should for streams to close (#3386) by zpencer · 7 years ago
  74. 7d0229a Also fix bazel name of io.netty:netty-transport by John Hume · 7 years ago
  75. 5c902c9 Fix gson / opencensus bazel naming mixup by John Hume · 7 years ago
  76. fe1583c netty: fix transport spuriously in notInUse state by ZHANG Dapeng · 7 years ago
  77. dafea01 core: ForwardingChannelBuilder by ZHANG Dapeng · 7 years ago
  78. 182164e compiler: Add option to disable version output by Eric Anderson · 8 years ago
  79. ab65c79 grpclb: refactor main GRPCLB logic out of GrpclbLoadBalancer. (#3369) by Kun Zhang · 7 years ago
  80. ab85c5a Start 1.7.0 development cycle (#3357) by zpencer · 7 years ago
  81. e707d95 context: compress cancellation ancestor chain (#3372) by zpencer · 7 years ago
  82. 608b955 context: remove unused fields from removed bloomfilter (#3371) by zpencer · 7 years ago
  83. b45e354 context: hashtrie based keyvalue store (#3368) by zpencer · 7 years ago
  84. 8d6ff4c core: enable Census trace context propagation. (#3361) by Kun Zhang · 7 years ago
  85. 6ca91c4 netty: Handle shutdown and failures during negotiator by Eric Anderson · 8 years ago
  86. 8634632 grpclb: use two-level drop behavior (#3343) by Kun Zhang · 7 years ago
  87. 3485758 core/test: remove ineffective assertions. (#3352) by Kun Zhang · 7 years ago
  88. 197f0b8 benchmark: context benchmark (#3263) by zpencer · 7 years ago
  89. 47ce000 add bloom filter to Context (#3350) by zpencer · 7 years ago
  90. 4141034 core: pass status to ManagedClientTransport.shutdown() (#3351) by Kun Zhang · 7 years ago
  91. ca7685e protobuf-lite: ProtoLiteUtils fix infinite loop by Vladimir Gordiychuk · 7 years ago
  92. 577bbef netty: fix keepalive test flakiness by ZHANG Dapeng · 7 years ago
  93. e4cef9d android-interop-testing: remove gms version metadata, add minimum sdk by Eric Gribkoff · 7 years ago
  94. 34f31fe netty: Not to ignore tests for window overriding by ZHANG Dapeng · 7 years ago
  95. 3795417 interop-testing: use Activity.RESULT_OK (-1) instead of 0 by Eric Gribkoff · 7 years ago
  96. c71e291 all: fix typo of overridden by ZHANG Dapeng · 7 years ago
  97. 8e0cf27 core: use static imports for repeated state enums by ZHANG Dapeng · 7 years ago
  98. 9b74f8e core,netty,okhttp: add option to deframe in app thread by Eric Gribkoff · 7 years ago
  99. a446b53 core: switch to scheduled closing of MessageDeframer by Eric Gribkoff · 7 years ago
  100. 16575d0 core,netty,okhttp,testing: switch to StreamListener.messagesAvailable by Eric Gribkoff · 7 years ago