1. 5713ebc build.gradle: intellij fix for gradle 4.0 (#3243) by zpencer · 7 years ago
  2. e7d5e21 benchmarks: don't block shutdown when using netty by Carl Mastrangelo · 7 years ago
  3. 86ef4c5 testing-proto: add string message to simpleservice.proto to facilitate testing by ZHANG Dapeng · 7 years ago
  4. 677c84e okhttp: Add support for specifying a custom hostname verifier when using on OkHttpChannelBuilder. by Ian Haken · 7 years ago
  5. ec4837b netty: quieter errors in NettyServerTransport (#3234) by zpencer · 7 years ago
  6. f735fc1 stub: name more anonymous classes by Carl Mastrangelo · 7 years ago
  7. 193fd05 stub: clean up client calls to avoid synthetic class by Carl Mastrangelo · 7 years ago
  8. e6ad90e examples: don't use deprecated MethodDescriptor API by Carl Mastrangelo · 7 years ago
  9. d34260a all: update to proto gradle plugin 0.8.1 by Carl Mastrangelo · 7 years ago
  10. 1661b51 core: refactor SubchannelImpl by ZHANG Dapeng · 7 years ago
  11. b6449a1 benchmarks: add initial context benchmarks by Carl Mastrangelo · 7 years ago
  12. d387bfe stub: Use named classes rather than anonymous in ServerCalls by Carl Mastrangelo · 7 years ago
  13. 26caa48 core: update javadocs regarding ClientCall mocks (#3140) by zpencer · 7 years ago
  14. 29befc1 doc: update external link by ZHANG Dapeng · 7 years ago
  15. 68d73fa doc: Uppercase Java by Mehrdad Afshari · 7 years ago
  16. 0b50095 all: update to gradle 4.0.1 by Carl Mastrangelo · 7 years ago
  17. 482b651 core: Change gRPC to use io.opencensus:opencensus-api:0.5.1. (#3204) by Bogdan Drutu · 7 years ago
  18. 5cf469a all: make Kokoro show actual Gradle results (#3208) by Matt Kwong · 7 years ago
  19. ff0ad5f testing: refactor part of TestUtils to internal by ZHANG Dapeng · 7 years ago
  20. 8ce0bc2 Canonicalize URL prefixes to https://grpc.io by Mehrdad Afshari · 7 years ago
  21. 7207a9f all: update to netty 4.1.13 by Carl Mastrangelo · 7 years ago
  22. e6d0062 Move checkstyle config to buildscripts/ by Eric Anderson · 7 years ago
  23. ae66c72 releasing: Fix malformed Markdown for some links by Eric Anderson · 7 years ago
  24. 1331abb releasing: Move CI config to just after branch creation by Eric Anderson · 7 years ago
  25. 4b9c83f releasing: Use periodic builds for release branches by Eric Anderson · 7 years ago
  26. 99a6023 benchmarks: update to jmh 1.19 by Carl Mastrangelo · 7 years ago
  27. 3a5f115 core: clarify security methods on channel and server by Carl Mastrangelo · 7 years ago
  28. cbad906 Update to Error Prone 2.0.21 by Eric Anderson · 7 years ago
  29. 0a36c9d all: migrate .proto files from testing-proto to interop-testing by ZHANG Dapeng · 7 years ago
  30. 2f6e2c8 context: stop using logger at all in static initialization. (#3191) by Kun Zhang · 7 years ago
  31. 7c60510 all,interop-testing: update google-auth-library-oauth2-http (#3188) by Eric Gribkoff · 7 years ago
  32. 4bce872 netty: remove unneeded licence file by Carl Mastrangelo · 7 years ago
  33. c637b42 core: Stop using context ClassLoader in Providers by Eric Anderson · 7 years ago
  34. 424eeea all: begin 1.6 release cycle by Carl Mastrangelo · 7 years ago
  35. cc5343a all: update to gradle 4.0 by Carl Mastrangelo · 7 years ago
  36. c279149 fix misuse of bazel repo @com_google_protobuf by ZHANG Dapeng · 7 years ago
  37. 69e278a protobuf: configureProtoCompilation() not needed anymore by ZHANG Dapeng · 7 years ago
  38. b23f35d protobuf-lite: restrict visibility of protobuf_lite by ZHANG Dapeng · 7 years ago
  39. 7384ea9 core: Simplify ServerImpl constructor; testable Builder by Eric Anderson · 7 years ago
  40. 361f038 interop-testing: Support conscrypt at runtime with OkHttp by Eric Anderson · 7 years ago
  41. 9052d42 interop-testing: Skip Netty Jetty ALPN tests if it is unavailable by Eric Anderson · 7 years ago
  42. c436561 all: Use fixed version number for java 6/7 signatures by Eric Anderson · 7 years ago
  43. 16285dc Make Kokoro logs less noisy (#3110) by Matt Kwong · 7 years ago
  44. 6d8a66f core: Mark InternalNotifyOnServerBuilder @Internal by Eric Anderson · 7 years ago
  45. a3ac64a core: Move client-side decompressor selection to stream by Eric Anderson · 7 years ago
  46. 4e31ccb examples: use the official error_details.proto by ZHANG Dapeng · 7 years ago
  47. fe0f673 examples: Enable maven enforcer requireUpperBoundDeps by Eric Anderson · 7 years ago
  48. 4edb352 bazel: update netty tcnative to 2.0.5 by ZHANG Dapeng · 7 years ago
  49. 36f7b34 examples: add bazel build example by ZHANG Dapeng · 7 years ago
  50. 8f75f8e all: Don't depend directly on grpc-protobuf-lite by Eric Anderson · 7 years ago
  51. 45085c3 core: minor cleanup of 859d211b6ece5827fdde56c257e9da7e3f4d56c1 by Carl Mastrangelo · 7 years ago
  52. f559cf4 netty: client transport needs to flush fence operation (#3137) by zpencer · 7 years ago
  53. 4b94237 core: stop spying ServerCall in UtilServerInterceptorsTest. (#3146) by Kun Zhang · 7 years ago
  54. 47e90f7 netty: fix NettyHandlerSettings synchronized on wrong object. (#3144) by Kun Zhang · 7 years ago
  55. 8c01733 netty: InternalHandlerSettings should not be used by non-Internal classes. (#3143) by Kun Zhang · 7 years ago
  56. 2109700 gitignore Bazel build result symlinks by Eric Anderson · 7 years ago
  57. 418c884 core: Fix Bazel building for :util by Eric Anderson · 7 years ago
  58. e7fd6fc netty: upgrade to netty tcnative 2.0.5 by Carl Mastrangelo · 7 years ago
  59. 0fa2225 netty: fix race condition for listeners attaching to connect future (#3122) by zpencer · 7 years ago
  60. b7e50dd testing: move NoopClientCall & NoopServerCall to internal by ZHANG Dapeng · 7 years ago
  61. 6d9e149 build: Add Bazel java_grpc_library rule by Simon Horlick · 7 years ago
  62. 51ce204 inprocess: mark all classes final by Carl Mastrangelo · 7 years ago
  63. 859d211 core: ServerBuilder.intercept(). (#3118) by Kun Zhang · 7 years ago
  64. 3dce2ee core: add RunWith annotation to OverrideAuthorityNameResolverTest by Eric Gribkoff · 7 years ago
  65. b3c1a5c fix LICENSE file (#3107) by Jan Tattermusch · 7 years ago
  66. e01cec5 netty: push sslContext initialization into transportCreationParamsFilterFactory by Eric Gribkoff · 7 years ago
  67. d3d30e1 benchmarks: add missing ReportQpsScenarioServiceGrpc by Eric Gribkoff · 7 years ago
  68. c3269f2 benchmark service: sync protos with c-core 070a8ee (#3108) by zpencer · 7 years ago
  69. 2b1eee9 core: Do not leak server state when application callbacks throw exceptions (#3064) by zpencer · 7 years ago
  70. dda8f54 Add Windows build and config files for Kokoro (#3096) by Matt Kwong · 7 years ago
  71. 544cede netty: rename HandlerSettings to InternalHandlerSettings by ZHANG Dapeng · 7 years ago
  72. 8d2194c core: don't intern Metadata keys by Carl Mastrangelo · 7 years ago
  73. 726c23b core: OverrideAuthorityNameResolverFactory should forward refresh() (#3061) by zpencer · 7 years ago
  74. d6d3a53 all: update readme to point to 1.4.0 by Carl Mastrangelo · 7 years ago
  75. 2a3cb8f all: bump netty to 4.1.12-Final by Carl Mastrangelo · 7 years ago
  76. cb53bbf all: Filter out Internal* classes from Javadoc by Eric Anderson · 7 years ago
  77. 5324509 core: detect invalid states on server side (eg zero responses for unary) (#3068) by zpencer · 7 years ago
  78. d42a4b2 core: ensure ServerStream and ClientStream become noops after closing (#3092) by zpencer · 7 years ago
  79. 0a8d761 core: Simplify ChannelImpl constructor; testable Builder by Eric Anderson · 7 years ago
  80. 9a5623d android-interop-testing: instrumented interop tests by Eric Gribkoff · 7 years ago
  81. 49b9216 core: set server stream decompressor in transport thread by Eric Gribkoff · 7 years ago
  82. 6038b09 update netty-tcnative version in SECURITY.md by xuwei-k · 7 years ago
  83. 1594ebb core: scheduler.schedule() can be used normally by ZHANG Dapeng · 7 years ago
  84. 17af756 core: deprecate MethodDescriptor.create by Łukasz Strzałkowski · 7 years ago
  85. 8d304b6 netty: update to netty tcnative 2.0.3 by Carl Mastrangelo · 7 years ago
  86. 6b5e53e all: remove PATENTS file by Carl Mastrangelo · 7 years ago
  87. 6ef77e0 core: hide access to Status code and message keys by Carl Mastrangelo · 7 years ago
  88. 1da1dba all: update to gradle 3.5 by Carl Mastrangelo · 7 years ago
  89. 72dd8f9 core: Mark NameResolverProvider experimental and clarify docs by Eric Anderson · 7 years ago
  90. faa0ad7 Revert "core: move NameResolverProvider to internal" by Eric Anderson · 7 years ago
  91. 4a0cf0b core: Bump up instrumentation_api to 0.4.3, use instrumentation-defined STATS_CONTEXT_KEY. (#3070) by Yang Song · 7 years ago
  92. 0622dce context: declare that context should not be mocked by Carl Mastrangelo · 7 years ago
  93. 9057bc7 testing: move out inner class tests in GrpcServerRuleTest by ZHANG Dapeng · 7 years ago
  94. c48610b netty: Eagerly create SslContext by Eric Anderson · 7 years ago
  95. 9c6ea27 core: move NameResolverProvider to internal by Carl Mastrangelo · 7 years ago
  96. 851065d examples: migrate unittest examples to GrpcServerRule by ZHANG Dapeng · 7 years ago
  97. a2a42e3 interop-testing: add alpnagent to support okhttp in test client by Eric Gribkoff · 7 years ago
  98. 55379d1 testing: GrpcServerRule#directExecutor can only be called at instantiation by ZHANG Dapeng · 7 years ago
  99. adc2de7 netty: Clarify max header list size configuration by Eric Anderson · 7 years ago
  100. acc1328 core: Avoid DNS test when no networking available by Eric Anderson · 7 years ago