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