1. 0573c25 interop-testing: Observe --use_tls to disable TLS with OkHttp by Eric Anderson · 9 years ago
  2. fd33a72 core: thread-less ChannelExecutor. (#2493) by Kun Zhang · 9 years ago
  3. ecb79ce Update param name for saving histograms by Lukasz Strzalkowski · 9 years ago
  4. cfb6bd0 context: Fix ErrorProne ClassNewInstance by Eric Anderson · 9 years ago
  5. 21bca9a core: Add @Nullable to Metadata#get by Kenji Kaneda · 9 years ago
  6. e999f8d core: Fix ErrorProne failure for ForOverride by Eric Anderson · 9 years ago
  7. 67ff170 docs: Place all badges together by Eric Anderson · 9 years ago
  8. b6ebede testing: added junit rule for in-process servers by Joey Bratton · 9 years ago
  9. a10261a all: add gitter chat icon to the README.md file by Kailash Sethuraman · 9 years ago
  10. 483f3d5 Remove deadcode by Lukasz Strzalkowski · 9 years ago
  11. cb1ba5b core: remove extra allocation in MessageFramer by Carl Mastrangelo · 9 years ago
  12. 1d5fd1f core: Fix typos in GrpcUtil by Kenji Kaneda · 9 years ago
  13. 209a32f core,netty: add a log id to the server and server transports by Carl Mastrangelo · 9 years ago
  14. e9779d7 all: use a proper log id which can reference channels, subchannels, and transports by Carl Mastrangelo · 9 years ago
  15. 7ec8167 core: LoadBalancer2 and DelayedClientTransport.reprocess(). (#2443) by Kun Zhang · 9 years ago
  16. cbadf4b internal: mark internal subchannel methods for override by Carl Mastrangelo · 9 years ago
  17. 8486286 context: pluggable Storage mechanism. (#2461) by Kun Zhang · 9 years ago
  18. f15ed05 stub: remove a reference to internal by Carl Mastrangelo · 9 years ago
  19. 4d4d4b3 core: improve error message for adding method (#2460) by Michael Avrukin · 9 years ago
  20. 8ecf054 compiler: Explicitly specify std:: by Eric Anderson · 9 years ago
  21. e71f2c9 core: make Status reference the correct internal Marshaller by Carl Mastrangelo · 9 years ago
  22. 5ff16dd core: Make tiny fixes to InUseStateAggregator2 and InternalSubchannel (#2466) by Kenji Kaneda · 9 years ago
  23. 5269a1b netty: call the client ssl negotiation handler by Carl Mastrangelo · 9 years ago
  24. b24d263 internal/test: make FakeClock more thread-safe (#2452) by ZHANG Dapeng · 9 years ago
  25. 6dc4633 stub: add withWaitForReady by ZHANG Dapeng · 9 years ago
  26. c1a7984 core: address data race in StatsTraceContext. (#2454) by Kun Zhang · 9 years ago
  27. 6da8f47 compiler: whitelist USER32.DLL. (#2455) by Kun Zhang · 9 years ago
  28. c408ead core: add javadocs to internal methods in MethodDescriptor by Carl Mastrangelo · 9 years ago
  29. c8c9fff services: Proto reflection service by Eric Gribkoff · 9 years ago
  30. 6c589e1 core: reverse dependency from core/internal classes, so that it is now one directional. by Carl Mastrangelo · 9 years ago
  31. 0207354 travis: Remove old comment for broken OS X caching by Eric Anderson · 9 years ago
  32. 335638e travis: Use default OS X image (xcode7.3) by Eric Anderson · 9 years ago
  33. 18e628a all: update to gradle 3.2 by Carl Mastrangelo · 9 years ago
  34. 0ec395d interop-testing: apply --server_host_override regardless of flag order by Eric Gribkoff · 9 years ago
  35. 6a04022 core: InternalSubchannel: the new TransportSet. (#2427) by Kun Zhang · 9 years ago
  36. 325c965 example: really fix the loss of precision error (#2435) by Kun Zhang · 9 years ago
  37. a05892a examples: address ErrorProne and warnings. (#2433) by Kun Zhang · 9 years ago
  38. 08e9483 interop-testing: new stress test client command line options (#2413) by Eric Gribkoff · 9 years ago
  39. e70f7b4 all: cleanup - errorprone, unused by ZHANG Dapeng · 9 years ago
  40. e0e13c4 examples: don't use System.lineSeparator if unsupported by Carl Mastrangelo · 9 years ago
  41. 06697b5 doc: link to IDE-specific docs for os-maven-plugin by Eric Anderson · 9 years ago
  42. 7306df4 examples: unit test examples for users by ZHANG Dapeng · 9 years ago
  43. 7311572 core: fix a benign data race in NoopCensusContextFactory. (#2421) by Kun Zhang · 9 years ago
  44. 8826bb5 Remove UTF-8 symbols in example to simplify compilation for most people. by Benjamin Ellenberger · 9 years ago
  45. 0d694c8 core,netty: quick patch for setListener regression by ZHANG Dapeng · 9 years ago
  46. 0e27eef core: fix bug when stream listener not set before stream closed by ZHANG Dapeng · 9 years ago
  47. e406684 netty: add channel options in NettyChannelBuilder by ZHANG Dapeng · 9 years ago
  48. 944879d benchmarks: reuse executor between channels by Carl Mastrangelo · 9 years ago
  49. 809cf1b core: MutableHandlerRegistry#addService with BindableService arg by ZHANG Dapeng · 9 years ago
  50. d954bc2 Typo in version number by Łukasz Strzałkowski · 9 years ago
  51. 636b43b benchmarks: print gc detail and vm flags for benchmarks by Carl Mastrangelo · 9 years ago
  52. 91e61ec github: add an issue template by Carl Mastrangelo · 9 years ago
  53. 540f70e ProtoUtil.jsonMarshaller can be supplied a JsonFormat Parser and Printer by dave · 9 years ago
  54. f6c333e benchmarks: check shutdown after acquiring a token, and weaken error messages on shutdown by Carl Mastrangelo · 9 years ago
  55. 2e7e25d core: Update HTTP status to gRPC status mapping by Eric Anderson · 9 years ago
  56. 78107a6 core: Do not rely on HTTP 200 by Eric Anderson · 9 years ago
  57. c38611a Bump protobuf to 3.1.0 by Eric Anderson · 9 years ago
  58. 483662e interop-testing: -PskipCodegen requires =true by Eric Anderson · 9 years ago
  59. abffc76 addressing reviewer comments by Eric Gribkoff · 9 years ago
  60. aff1cac Compiler/core changes to support the proto reflection API by Eric Gribkoff · 9 years ago
  61. 9eb8f15 interop-testing: fix lint errors found on import by Carl Mastrangelo · 9 years ago
  62. d019eea android-interop-testing: use new channel builder size limit by Carl Mastrangelo · 9 years ago
  63. fdd062c core: make max message size part of the public API by Carl Mastrangelo · 9 years ago
  64. 98f4e41 benchmarks: Avoid sending a message after half close by Eric Anderson · 9 years ago
  65. 2417660 netty: fix static data race on handler settings by Carl Mastrangelo · 9 years ago
  66. 862157a Changes to add support of Power8 little endian by Nishidha · 9 years ago
  67. 496a621 core: Use grace period to avoid exitIdleMode in fast path by Eric Anderson · 9 years ago
  68. 33d99ce Add UNIMPLEMENTED_METHOD interop test case. by Eric Gribkoff · 9 years ago
  69. 8702185 netty: use memory efficient slice in Buffer by Carl Mastrangelo · 9 years ago
  70. 894802e compiler: lazily generate ServiceDescriptors by Carl Mastrangelo · 9 years ago
  71. 6fa63a6 netty: Upgrade to 4.1.6 and tcnative Fork23. Fixes #2224 (#2349) by Jakob Buchgraber · 9 years ago
  72. 10f4c90 core: Call onSentBytes only if future is successfull. (#2339) by Jakob Buchgraber · 9 years ago
  73. 46e46eb benchmarks: Reduce histogram precision. (#2343) by Jakob Buchgraber · 9 years ago
  74. 1e1c71d netty: Add toString() to GrpcHttp2InboundHeaders. Fixes #2341. (#2342) by Jakob Buchgraber · 9 years ago
  75. abb4a2a core: Fix a bug for exception handling at messageRead by ZHANG Dapeng · 9 years ago
  76. 9606995 netty: Remove RequestMessagesCommand (#2333) by Jakob Buchgraber · 9 years ago
  77. 14cc0db netty: Special case Http2ChannelClosedException. Fixes #2279 (#2334) by Jakob Buchgraber · 9 years ago
  78. e7ce41d all: Style, unused, and errorprone fixes by Eric Anderson · 9 years ago
  79. d760a5a interop-testing: No census asserts for standalone client by Eric Anderson · 9 years ago
  80. 132f7a9 core: Census integration for stats (#2262) by Kun Zhang · 9 years ago
  81. 4e5765a all: fix minor JavaStyle errors found in code sync by dapengzhang0 · 9 years ago
  82. cad7124 core,netty: split stream state on client-side; AbstractStream2 by Eric Anderson · 9 years ago
  83. 93dd02c core/test: sanitize FakeClock by ZHANG Dapeng · 9 years ago
  84. e46cb81 Update OAuth section in SECURITY.md (#2319) by ZHANG Dapeng · 9 years ago
  85. 7aa0e1a netty: server support extension content types (#2306) by Jakob Buchgraber · 9 years ago
  86. 28ba599 Update README to reference 1.0.1 by Eric Anderson · 9 years ago
  87. 60715a5 docs: Suggest using Fork19 of tcnative by Eric Anderson · 9 years ago
  88. b1d72e5 all: Bump protobuf to 3.0.2, to fix protoc in CI by Eric Anderson · 9 years ago
  89. 3481283 interop-testing: limit the amount of noise from failing tests by Carl Mastrangelo · 9 years ago
  90. 3fb3af4 android-interop-testing: skip integration tests if there is not enough memory by Carl Mastrangelo · 9 years ago
  91. f5f9ca5 all: fix minor bugs discovered on import by Carl Mastrangelo · 9 years ago
  92. ce78224 netty: Refactor passing down SSL Session (#2295) by Łukasz Strzałkowski · 9 years ago
  93. 017f5f8 protobuf: make buffer cache even weaker by Carl Mastrangelo · 9 years ago
  94. ef4e0f4 protobuf: cache temp buffers by Carl Mastrangelo · 9 years ago
  95. d74091f core: fix a discrepency in state transition. by Kun Zhang · 9 years ago
  96. 107fa8e core: Channel connectivity state API. by Kun Zhang · 9 years ago
  97. 40c5700 core: fix race condition for TransportSet scheduleBackoff by ZHANG Dapeng · 9 years ago
  98. 141eed5 core: change Metadata internals to avoid garbage creation by Carl Mastrangelo · 9 years ago
  99. 16c07ba examples: fix bound method not same as in service descriptor for HelloJsonServer by ZHANG Dapeng · 9 years ago
  100. 48b6c19 interop-testing: skip large memory tests on constrained JVMs by Carl Mastrangelo · 9 years ago