1. 5cf469a all: make Kokoro show actual Gradle results (#3208) by Matt Kwong · 7 years ago
  2. ff0ad5f testing: refactor part of TestUtils to internal by ZHANG Dapeng · 7 years ago
  3. 8ce0bc2 Canonicalize URL prefixes to https://grpc.io by Mehrdad Afshari · 7 years ago
  4. 7207a9f all: update to netty 4.1.13 by Carl Mastrangelo · 7 years ago
  5. e6d0062 Move checkstyle config to buildscripts/ by Eric Anderson · 7 years ago
  6. ae66c72 releasing: Fix malformed Markdown for some links by Eric Anderson · 7 years ago
  7. 1331abb releasing: Move CI config to just after branch creation by Eric Anderson · 7 years ago
  8. 4b9c83f releasing: Use periodic builds for release branches by Eric Anderson · 7 years ago
  9. 99a6023 benchmarks: update to jmh 1.19 by Carl Mastrangelo · 7 years ago
  10. 3a5f115 core: clarify security methods on channel and server by Carl Mastrangelo · 7 years ago
  11. cbad906 Update to Error Prone 2.0.21 by Eric Anderson · 7 years ago
  12. 0a36c9d all: migrate .proto files from testing-proto to interop-testing by ZHANG Dapeng · 7 years ago
  13. 2f6e2c8 context: stop using logger at all in static initialization. (#3191) by Kun Zhang · 7 years ago
  14. 7c60510 all,interop-testing: update google-auth-library-oauth2-http (#3188) by Eric Gribkoff · 7 years ago
  15. 4bce872 netty: remove unneeded licence file by Carl Mastrangelo · 7 years ago
  16. c637b42 core: Stop using context ClassLoader in Providers by Eric Anderson · 7 years ago
  17. 424eeea all: begin 1.6 release cycle by Carl Mastrangelo · 7 years ago
  18. cc5343a all: update to gradle 4.0 by Carl Mastrangelo · 7 years ago
  19. c279149 fix misuse of bazel repo @com_google_protobuf by ZHANG Dapeng · 7 years ago
  20. 69e278a protobuf: configureProtoCompilation() not needed anymore by ZHANG Dapeng · 7 years ago
  21. b23f35d protobuf-lite: restrict visibility of protobuf_lite by ZHANG Dapeng · 7 years ago
  22. 7384ea9 core: Simplify ServerImpl constructor; testable Builder by Eric Anderson · 7 years ago
  23. 361f038 interop-testing: Support conscrypt at runtime with OkHttp by Eric Anderson · 7 years ago
  24. 9052d42 interop-testing: Skip Netty Jetty ALPN tests if it is unavailable by Eric Anderson · 7 years ago
  25. c436561 all: Use fixed version number for java 6/7 signatures by Eric Anderson · 7 years ago
  26. 16285dc Make Kokoro logs less noisy (#3110) by Matt Kwong · 7 years ago
  27. 6d8a66f core: Mark InternalNotifyOnServerBuilder @Internal by Eric Anderson · 7 years ago
  28. a3ac64a core: Move client-side decompressor selection to stream by Eric Anderson · 7 years ago
  29. 4e31ccb examples: use the official error_details.proto by ZHANG Dapeng · 7 years ago
  30. fe0f673 examples: Enable maven enforcer requireUpperBoundDeps by Eric Anderson · 7 years ago
  31. 4edb352 bazel: update netty tcnative to 2.0.5 by ZHANG Dapeng · 7 years ago
  32. 36f7b34 examples: add bazel build example by ZHANG Dapeng · 7 years ago
  33. 8f75f8e all: Don't depend directly on grpc-protobuf-lite by Eric Anderson · 7 years ago
  34. 45085c3 core: minor cleanup of 859d211b6ece5827fdde56c257e9da7e3f4d56c1 by Carl Mastrangelo · 7 years ago
  35. f559cf4 netty: client transport needs to flush fence operation (#3137) by zpencer · 7 years ago
  36. 4b94237 core: stop spying ServerCall in UtilServerInterceptorsTest. (#3146) by Kun Zhang · 7 years ago
  37. 47e90f7 netty: fix NettyHandlerSettings synchronized on wrong object. (#3144) by Kun Zhang · 7 years ago
  38. 8c01733 netty: InternalHandlerSettings should not be used by non-Internal classes. (#3143) by Kun Zhang · 7 years ago
  39. 2109700 gitignore Bazel build result symlinks by Eric Anderson · 7 years ago
  40. 418c884 core: Fix Bazel building for :util by Eric Anderson · 7 years ago
  41. e7fd6fc netty: upgrade to netty tcnative 2.0.5 by Carl Mastrangelo · 7 years ago
  42. 0fa2225 netty: fix race condition for listeners attaching to connect future (#3122) by zpencer · 7 years ago
  43. b7e50dd testing: move NoopClientCall & NoopServerCall to internal by ZHANG Dapeng · 7 years ago
  44. 6d9e149 build: Add Bazel java_grpc_library rule by Simon Horlick · 7 years ago
  45. 51ce204 inprocess: mark all classes final by Carl Mastrangelo · 7 years ago
  46. 859d211 core: ServerBuilder.intercept(). (#3118) by Kun Zhang · 7 years ago
  47. 3dce2ee core: add RunWith annotation to OverrideAuthorityNameResolverTest by Eric Gribkoff · 7 years ago
  48. b3c1a5c fix LICENSE file (#3107) by Jan Tattermusch · 7 years ago
  49. e01cec5 netty: push sslContext initialization into transportCreationParamsFilterFactory by Eric Gribkoff · 7 years ago
  50. d3d30e1 benchmarks: add missing ReportQpsScenarioServiceGrpc by Eric Gribkoff · 7 years ago
  51. c3269f2 benchmark service: sync protos with c-core 070a8ee (#3108) by zpencer · 7 years ago
  52. 2b1eee9 core: Do not leak server state when application callbacks throw exceptions (#3064) by zpencer · 7 years ago
  53. dda8f54 Add Windows build and config files for Kokoro (#3096) by Matt Kwong · 7 years ago
  54. 544cede netty: rename HandlerSettings to InternalHandlerSettings by ZHANG Dapeng · 7 years ago
  55. 8d2194c core: don't intern Metadata keys by Carl Mastrangelo · 7 years ago
  56. 726c23b core: OverrideAuthorityNameResolverFactory should forward refresh() (#3061) by zpencer · 7 years ago
  57. d6d3a53 all: update readme to point to 1.4.0 by Carl Mastrangelo · 7 years ago
  58. 2a3cb8f all: bump netty to 4.1.12-Final by Carl Mastrangelo · 7 years ago
  59. cb53bbf all: Filter out Internal* classes from Javadoc by Eric Anderson · 7 years ago
  60. 5324509 core: detect invalid states on server side (eg zero responses for unary) (#3068) by zpencer · 7 years ago
  61. d42a4b2 core: ensure ServerStream and ClientStream become noops after closing (#3092) by zpencer · 7 years ago
  62. 0a8d761 core: Simplify ChannelImpl constructor; testable Builder by Eric Anderson · 7 years ago
  63. 9a5623d android-interop-testing: instrumented interop tests by Eric Gribkoff · 7 years ago
  64. 49b9216 core: set server stream decompressor in transport thread by Eric Gribkoff · 7 years ago
  65. 6038b09 update netty-tcnative version in SECURITY.md by xuwei-k · 7 years ago
  66. 1594ebb core: scheduler.schedule() can be used normally by ZHANG Dapeng · 7 years ago
  67. 17af756 core: deprecate MethodDescriptor.create by Łukasz Strzałkowski · 7 years ago
  68. 8d304b6 netty: update to netty tcnative 2.0.3 by Carl Mastrangelo · 7 years ago
  69. 6b5e53e all: remove PATENTS file by Carl Mastrangelo · 7 years ago
  70. 6ef77e0 core: hide access to Status code and message keys by Carl Mastrangelo · 7 years ago
  71. 1da1dba all: update to gradle 3.5 by Carl Mastrangelo · 7 years ago
  72. 72dd8f9 core: Mark NameResolverProvider experimental and clarify docs by Eric Anderson · 7 years ago
  73. faa0ad7 Revert "core: move NameResolverProvider to internal" by Eric Anderson · 7 years ago
  74. 4a0cf0b core: Bump up instrumentation_api to 0.4.3, use instrumentation-defined STATS_CONTEXT_KEY. (#3070) by Yang Song · 7 years ago
  75. 0622dce context: declare that context should not be mocked by Carl Mastrangelo · 7 years ago
  76. 9057bc7 testing: move out inner class tests in GrpcServerRuleTest by ZHANG Dapeng · 7 years ago
  77. c48610b netty: Eagerly create SslContext by Eric Anderson · 7 years ago
  78. 9c6ea27 core: move NameResolverProvider to internal by Carl Mastrangelo · 7 years ago
  79. 851065d examples: migrate unittest examples to GrpcServerRule by ZHANG Dapeng · 7 years ago
  80. a2a42e3 interop-testing: add alpnagent to support okhttp in test client by Eric Gribkoff · 7 years ago
  81. 55379d1 testing: GrpcServerRule#directExecutor can only be called at instantiation by ZHANG Dapeng · 7 years ago
  82. adc2de7 netty: Clarify max header list size configuration by Eric Anderson · 7 years ago
  83. acc1328 core: Avoid DNS test when no networking available by Eric Anderson · 7 years ago
  84. c0fc678 core: JumpToApplicationThreadServerStreamListener should not close context (#3055) by zpencer · 7 years ago
  85. 82fce83 core: don't return concrete type from AbstractServerImplBuilder by Carl Mastrangelo · 7 years ago
  86. 166108a all: fix licence whitespace by Carl Mastrangelo · 7 years ago
  87. 55fd61d all: improve contributing.md guidelines. by Jan Tattermusch · 7 years ago
  88. 104350c core: include how long deadline was in Status message by Carl Mastrangelo · 7 years ago
  89. 7b97df0 all: fix gradle file for licence type by Carl Mastrangelo · 7 years ago
  90. 3bfd630 all: update to Apache 2 licence by Carl Mastrangelo · 7 years ago
  91. 8a1217d core: Server side cancellations should promptly inform server (#2963) by zpencer · 7 years ago
  92. 37e2131 protobuf: make toStatusProto return null when metadata key is absent by Eric Gribkoff · 7 years ago
  93. 917f6fa compiler: Fix compilation error by Jakob Buchgraber · 7 years ago
  94. f52b4c1 okhttp: ignore unknown HTTP/2 settings by Eric Gribkoff · 7 years ago
  95. ee38b37 core: remove 2 suffix from streams by Carl Mastrangelo · 7 years ago
  96. 7b821a0 netty: increase message quantum by Carl Mastrangelo · 7 years ago
  97. 6760bfe Log deadline narrowing events at FINE instead of INFO. by William Thurston · 7 years ago
  98. ecbacf0 all: fix bad ref to ServerCall by Carl Mastrangelo · 7 years ago
  99. cefcd39 Fix incorrect assertEquals argument ordering by Eric Anderson · 7 years ago
  100. 4ce52d1 all: bump to 1.5.0-SNAPSHOT by Carl Mastrangelo · 7 years ago