1. 4bd4cf4 buildscripts: check errorlevel of error-prone commands in .bat files by Eric Anderson · 7 years ago
  2. 11c8bcd Start 1.12.0 development cycle by Eric Anderson · 7 years ago
  3. 7852b34 core: fix channel.getState(true) will not reconnect by ZHANG Dapeng · 7 years ago
  4. a83f67a core,netty,okhttp: Transparent retry by ZHANG Dapeng · 7 years ago
  5. c6fe4de core: set delayedTransport picker to null in idle mode (#4207) by Eric Gribkoff · 7 years ago
  6. 402c174 core,okhttp,netty,alts,testing: Plumb proxy resolved addr to transports (#4137) by zpencer · 7 years ago
  7. 2fc2270 cronet: add API to apply TrafficStats tag and UID to Cronet GRPC channels (#4208) by Paul Jensen · 7 years ago
  8. f56ac76 core,services: add ChannelzService class (#4205) by zpencer · 7 years ago
  9. 0678499 core: express children of channels as WithLogId for channelz (#4201) by zpencer · 7 years ago
  10. f017a06 services: update channelz.proto to refer to sockets as socket_ref (#4203) by zpencer · 7 years ago
  11. c3c8bc7 core: keep root channels separate from subchannels in channelz (#4200) by zpencer · 7 years ago
  12. 1fb72ef Ignore proto-generated code for ErrorProne by Eric Anderson · 7 years ago
  13. 7fd2208 buildscripts: avoid unbound variable error (#4197) by Eric Gribkoff · 7 years ago
  14. 4369e8c buildscripts: add Kokoro-based CI for Android APK stats (#3984) by Eric Gribkoff · 7 years ago
  15. 921b668 core,netty,okhttp,testing: separate local vs remote stream start times for channelz (#4194) by zpencer · 7 years ago
  16. f0eb6d2 core,netty,okhttp,testing: nest TransportStats inside SocketStats for channelz (#4190) by zpencer · 7 years ago
  17. 86fe318 services: add channelz protos (#4191) by zpencer · 7 years ago
  18. c59ddc5 core: Internal is not necessary for LoadBalancers by Eric Anderson · 7 years ago
  19. c7e1535 alts: minor update to ALTS handshaker proto (#4187) by Jiangtao Li · 7 years ago
  20. 19cd32f core: Remove redundancy in JSON parser by Eric Anderson · 7 years ago
  21. 8b9d179 core: split JSON parsing into its own file by Carl Mastrangelo · 7 years ago
  22. eef9add core: rename prepareToLoseNetwork() to enterIdle() (#4179) by Eric Gribkoff · 7 years ago
  23. cb2f62b SECURITY.md: Update "known combinations" table for Netty bump by Eric Anderson · 7 years ago
  24. ca7b3da interop-testing: Improve failure messages for ping_ping by Eric Anderson · 7 years ago
  25. ae1fb94 core: use exponential backoff for name resolution (#4105) by Eric Gribkoff · 7 years ago
  26. d45e1ab alts: refactoring into alts and alts.internal packages (#4169) by Jiangtao Li · 7 years ago
  27. 26719bd Partially revert "core: change serverimpl,servercallimpl's internalclose to cancel stream (#4038)" by Eric Anderson · 7 years ago
  28. f865b31 core: Disable ManagedChannelImpl orphan check by Eric Anderson · 7 years ago
  29. e392af1 Partially revert "core: Tracking NameResolverProvider being experimental" by Eric Anderson · 7 years ago
  30. 3268082 core: prefer getHostString() to getHostName() in ProxyDetectorImpl (#4165) by Eric Gribkoff · 7 years ago
  31. 066ad3c buildscripts,travis: fetch from mvn with retries (#4140) by zpencer · 7 years ago
  32. c07ad68 core: Tracking NameResolverProvider being experimental by ZHANG Dapeng · 7 years ago
  33. 3334a8a core: allow application to provide all threads - okhttp channel by ZHANG Dapeng · 7 years ago
  34. fcc8ea5 core: load binarylog class using serviceprovider util (#4161) by zpencer · 7 years ago
  35. 1e9bd9a protobuf: expose Status specific Unwrapper by Carl Mastrangelo · 7 years ago
  36. 9747994 protobuf: add since tags to StatusProto javadocs by Carl Mastrangelo · 7 years ago
  37. 3002a23 Lint fixes by Eric Anderson · 7 years ago
  38. 7af2373 core,netty,okhttp,alts,inprocess: deprecate usePlaintext(boolean) by Carl Mastrangelo · 7 years ago
  39. 1b5aadf core: Disable panic mode by Eric Anderson · 7 years ago
  40. 09d305c core: add server transports to channelz (#4149) by zpencer · 7 years ago
  41. 4dc1b50 core: add ServerImpl to channelz (#4147) by zpencer · 7 years ago
  42. 39decad core: allow application to provide all threads - inprocess channel by ZHANG Dapeng · 7 years ago
  43. 00d1805 core: register client transports to channelz (#4146) by zpencer · 7 years ago
  44. 25f851b alts: Remove Java 8 library usages (#4143) by Eric Anderson · 7 years ago
  45. ce84c2b core: Add missing @RunWith test annotation (#4142) by Eric Anderson · 7 years ago
  46. b71b108 core: register channels, subchannels, oobchannels with channelz (#4035) by zpencer · 7 years ago
  47. 4bac7d7 core: add InProcessServerBuilder.generateName() by ZHANG Dapeng · 7 years ago
  48. af2ae2a alts: re-order dependencies in ALTS bazel build (#4133) by Jiangtao Li · 7 years ago
  49. 9f677a9 buildscripts: Hard-code use of TLSv1.2 for github download by Eric Anderson · 7 years ago
  50. d8630f2 alts: add ALTS to interop tests by Jiangtao Li · 7 years ago
  51. 2154124 alts: change visibility of `NettyServerBuilder` (#4088) by Shohei Kamimori · 7 years ago
  52. 2db5e0d all: rename Bazel workspace to io_grpc_grpc_java by Carmi Grushko · 7 years ago
  53. 713ac0a all: update to latest alpn agent by Carl Mastrangelo · 7 years ago
  54. 6d51cb4 netty: bump to 4.1.22-Final by Carl Mastrangelo · 7 years ago
  55. e31851a core: remove runDunTasks with filter by ZHANG Dapeng · 7 years ago
  56. d4b11e5 examples: include correct version in Android caching example (#4114) by Eric Gribkoff · 7 years ago
  57. 9dc4ded core: move ManagedChannelImpl orphan check to wrapper class (#4093) by zpencer · 7 years ago
  58. 48ca452 core: change serverimpl,servercallimpl's internalclose to cancel stream (#4038) by Rama Chavali · 7 years ago
  59. 887217e core,services: fix binarylog unit tests (#4109) by zpencer · 7 years ago
  60. 46c1133 core: add panic mode for ManagedChannelImpl (#4023) by Kun Zhang · 7 years ago
  61. 137c74d Drop @grpc_java from labels by Carmi Grushko · 7 years ago
  62. 38c84ed core: temporarily disable retry when stats or tracing is enabled by ZHANG Dapeng · 7 years ago
  63. b78c5cf core: Improve status descriptions in MessageDeframer by Eric Anderson · 7 years ago
  64. 7d47ac0 core: Clarify ownership of InputStreams wrt Marshaller and Stream (#3419) by zpencer · 7 years ago
  65. 5f7b64a core,services: lock down visibility of BinaryLogSink (#4100) by zpencer · 7 years ago
  66. bde2ba2 services: introduce BinaryLogSinkProvider (#3917) by zpencer · 7 years ago
  67. 0c27e71 Update README to reference 1.10.0 (#4090) by Eric Gribkoff · 7 years ago
  68. a414b91 context: remove context profiling by Carl Mastrangelo · 7 years ago
  69. df4048d core: retry part 5 continued, throttle policy by ZHANG Dapeng · 7 years ago
  70. e7f2f1d alts: add gRPC ALTS by Jiangtao Li · 7 years ago
  71. a45d07b build: run unit tests on osx, ensure proto output included (#4081) by zpencer · 7 years ago
  72. 8c51683 SECURITY.md: Mention netty-handler instead of codec-http2 by Eric Anderson · 7 years ago
  73. 79bf7de examples: match applicationId to AndroidManifest.xml package (#4075) by Eric Gribkoff · 7 years ago
  74. 2f28817 core: remove lint warning by Carl Mastrangelo · 7 years ago
  75. fbc079d buildscripts: build macos artifacts in kokoro (#4066) by zpencer · 7 years ago
  76. 8925921 buildscripts: avoid remote repo vars in uploadArchives for local (#4076) by zpencer · 7 years ago
  77. 3480a08 core: ConnectivityStateManager is always enabled by Eric Anderson · 7 years ago
  78. 35665af netty: upgrade to 4.1.21 by Carl Mastrangelo · 7 years ago
  79. a888d46 netty: Include more details for closure of unknown reason by Eric Anderson · 7 years ago
  80. 890da70 Revert "core: tests for forwarding {Server,Client}{Call, CallListener} (#4058)" (#4070) by zpencer · 7 years ago
  81. 6c437b2 netty: upstream unit conversion by Carl Mastrangelo · 7 years ago
  82. f48a509 kokoro: Avoid getting cmake if it's installed by Eric Anderson · 7 years ago
  83. 6ea8fff context: add basic context profiling by Carl Mastrangelo · 7 years ago
  84. 6ee6eae core: add prepareToLoseNetwork() method to ManagedChannel by Eric Gribkoff · 7 years ago
  85. 77397b9 core: tests for forwarding {Server,Client}{Call, CallListener} (#4058) by zpencer · 7 years ago
  86. 5d5e8c6 core: Install the ServerInterceptor from BinaryLogProvider (#3879) by zpencer · 7 years ago
  87. 011c762 core: split binlog tests into two in ManagedChannelImplTest (#4049) by zpencer · 7 years ago
  88. 35f0d15 core: add subchannel stats (#3967) by zpencer · 7 years ago
  89. d2c7e33 core: pull out reusable forwarding test, refactoring forwarding tests (#3480) by zpencer · 7 years ago
  90. bc3e4e9 core: Remove incorrect `@GuardedBy` annotations by ZHANG Dapeng · 7 years ago
  91. 6f9b4e8 compiler: avoid invoking experimental method in generated code by Eric Gribkoff · 7 years ago
  92. f8c7f96 core,netty,okhttp: use ServiceProviders for ManagedChannelProvider, ServerProvider (#4047) by zpencer · 7 years ago
  93. c735bb3 core: retry part 6, client options - maxAttempts by ZHANG Dapeng · 7 years ago
  94. e33d39c core: retry part 6, client options - disable retry by ZHANG Dapeng · 7 years ago
  95. ad62cc2 core: retry part 5 continued, logic on retry policy by ZHANG Dapeng · 7 years ago
  96. f44fc50 grpclb: enter fallback mode immediately when balancer and all backend… (#4007) by Kun Zhang · 7 years ago
  97. de54a4c core: remove @Internal annotation on @Internal and @ExperimentalApi by Eric Gribkoff · 7 years ago
  98. 48fb9ff core: Add toString() for MethodDescriptor and ServiceDescriptor (#4013) by Ryan Michela · 7 years ago
  99. 71cc0e3 core: remove unused test resouce files from NameResolverProviderTest (#4048) by zpencer · 7 years ago
  100. 14ed692 examples: Add a "hello-world" with TLS configured by Nicholas DiPiazza · 7 years ago