- 8d3d26d compiler: allow capitalized java keywords as rpc names (#4309) by zpencer · 7 years ago
- ecab86f examples: upgrade protobuf-maven-plugin to 0.5.1 by Eric Anderson · 7 years ago
- 9f92104 buildscripts: fix GAE dummy app deploy races (#4308) by zpencer · 7 years ago
- 62cc2b1 core,netty: add NettySocketSupport to populate TcpInfo (#4306) by zpencer · 7 years ago
- 2df76cc core: apply service config by Carl Mastrangelo · 7 years ago
- 49c8bdb netty: fix getListenSockets race (#4301) by zpencer · 7 years ago
- 9ed8425 core: don't reschedule idle timer if it is already active by Carl Mastrangelo · 7 years ago
- 276586a netty,services: fix param comment lint (#4304) by zpencer · 7 years ago
- 2094bb4 doc: upgrade protobuf-maven-plugin in README.md by Jorg Heymans · 7 years ago
- 8f01084 core: add a `close` to InputBufferStream by Shohei Kamimori · 7 years ago
- bace06f java_grpc_library: Add support for protobuf lite by Eric Anderson · 7 years ago
- b1d91b9 core,services: binary log should use real peer socket and call id (#4266) by zpencer · 7 years ago
- 724e32f core,netty,services: add server listen sockets to channelz proto service (#4220) by zpencer · 7 years ago
- d99d8d9 protobuf: fix @since for fromStatusAndTrailers by Eric Anderson · 7 years ago
- 41e98ef SECURITY.md: Add reference to grpc-netty-shaded by Eric Anderson · 7 years ago
- ef030ab java_grpc_library: re-add grpc-java repo to targets by Eric Anderson · 7 years ago
- 1d901a8 core: add tests for ReadableBuffers by Shohei Kamimori · 7 years ago
- 5b802de okhttp: properly verify IPv6 address hosts (#4292) by David Brodsky · 7 years ago
- 2347384 GAE: call channel.shutdown() (#4274) by zpencer · 7 years ago
- 0067415 core: document how to set up squid proxy for testing (#4285) by zpencer · 7 years ago
- 7c37f1d core,netty,okhttp,services: expose socket options to channelz (#4228) by zpencer · 7 years ago
- 2a95e38 Update README to reference 1.11.0 by Eric Anderson · 7 years ago
- 156cc44 interop-testing: fix empty proto package name by Shohei Kamimori · 7 years ago
- 5780743 RELEASING.md: Push branch before tag by Eric Anderson · 7 years ago
- 4e82e62 Fix compilation in Java 9 by Eric Anderson · 7 years ago
- bdecdae netty: http2 server transport graceful shutdown sends 2 GOAWAYs by ZHANG Dapeng · 7 years ago
- 03a00aa interop-testing: client compressed tests without probing (#4279) by Arnout Engelen · 7 years ago
- 5af2515 core,README: add docs about grpc-java-api-checker (#4182) by Shohei Kamimori · 7 years ago
- 77e3b97 okhttp: add hpack test for max dynamic table size by Eric Gribkoff · 7 years ago
- ecc36ac okhttp: include tests in third_party/okhttp by Eric Gribkoff · 7 years ago
- 1efb695 okhttp: rename ambiguous variables in Hpack reader by Eric Gribkoff · 7 years ago
- b823661 okhttp: fix HPACK reader bug by Eric Gribkoff · 7 years ago
- 14003c1 build.gradle: bump protobuf plugin to 0.8.5 (#4101) by zpencer · 7 years ago
- 3bb6708 services: Specify serialVersionUID for the dummy SocketAddress by Eric Anderson · 7 years ago
- 25f3576 okhttp: Convert to internal ConnectionSpec eagerly by Eric Anderson · 7 years ago
- 6b753bd buildscripts: add explicit dependency on appengine SDK (#4269) by zpencer · 7 years ago
- db64c36 core: no retry on dropped PickResult by ZHANG Dapeng · 7 years ago
- 8fe313f Marking GrpcServerRule as final by Amit Desai · 7 years ago
- 5f0ee3a Bump to Guava 20 by Eric Anderson · 7 years ago
- a5b55bb netty,okhttp,testing: always set TRANSPORT_ATTR_REMOTE_ADDR (#4217) by zpencer · 7 years ago
- ae42d66 SECURITY.md: Added more troubleshooting instructions by Ray Tsang · 7 years ago
- 7eab0d9 netty: Add support for Conscrypt by Eric Anderson · 7 years ago
- 0859d48 Move TlsTest from interop-testing to netty by Eric Anderson · 7 years ago
- 0955866 core,services: implement binarylog Client and ServerInterceptor (#4174) by zpencer · 7 years ago
- 92f95de routeguide: reimplement distance calculation by Jan Tattermusch · 7 years ago
- 19a64cc buildscripts: build windows artifacts in kokoro (#4253) by zpencer · 7 years ago
- a438456 grpclb: Cache Subchannels for 10 seconds after it is removed from the backendlist (#4238) by Kun Zhang · 7 years ago
- 6160727 README.md: fix maven central link (#4256) by Eric Gribkoff · 7 years ago
- 5337728 core,netty: client sends rst stream when server half-closes (#4222) by Eric Gribkoff · 7 years ago
- ca55b6f cronet: allow application to provide all threads by ZHANG Dapeng · 7 years ago
- 7c69c3a core: disable jndi lookups by Carl Mastrangelo · 7 years ago
- 900b396 core: Fix java lint found during weekly import by ZHANG Dapeng · 7 years ago
- 52fedb6 okhttp: support JDK9 ALPN (#4136) by Eric Gribkoff · 7 years ago
- 5241172 build.gradle: Filter -Xep instead of just -Xep: by Eric Anderson · 7 years ago
- 7b111d2 benchmarks: Modernize TLS configuration by Eric Anderson · 7 years ago
- 1e0875d core: re-enable panic mode after all affected internal tests have been fixed. (#4245) by Kun Zhang · 7 years ago
- 6836b31 core: catch and log Throwable for jndiResolver.resolve(host) by ZHANG Dapeng · 7 years ago
- 95917b8 core: parse retry policy from service config by ZHANG Dapeng · 7 years ago
- bb0c0e5 core: perform channelz obj removal before things that may throw (#4235) by zpencer · 7 years ago
- ca99f80 core,services: track server sockets in channelz (#4226) by zpencer · 7 years ago
- fd96cc2 alts: Use Guava base16 decoding functions in tests by Benedikt Schmidt · 7 years ago
- 2ce1d37 core: re-add back in orphan wrapper by Carl Mastrangelo · 7 years ago
- 7daefd7 core: make ManagedChannel honor Service config LB by Carl Mastrangelo · 7 years ago
- 401726f services: update channelz TLS proto to use RFC names (#4233) by zpencer · 7 years ago
- 5e8b8c2 cronet: delay cast to ExperimentalCronetEngine (#4230) by Eric Gribkoff · 7 years ago
- 37cd042 services: fix lint warning by Carl Mastrangelo · 7 years ago
- 26fc632 core: fix typo in ClientCall.java javadoc by ZHANG Dapeng · 7 years ago
- 9224d2a services: fix binary logging empty metadata NPE, add null checks (#4213) by zpencer · 7 years ago
- 2a778f1 testing: temporarily disable socketStats_addresses test (#4216) by zpencer · 7 years ago
- 4f19f14 buildscript: read jmh include class from project property (#4215) by zpencer · 7 years ago
- 2761bbb core: handle long dns txt records properly, parse service config, add tests by Carl Mastrangelo · 7 years ago
- 6b9e090 core: rm unnecessary InternalNameResolverProvider by ZHANG Dapeng · 7 years ago
- 9c5e96e buildscripts: Cleaner Linux release Docker by Eric Anderson · 7 years ago
- ab92ff0 buildscripts: Use ErrorActionPreference=stop with powershell by Eric Anderson · 7 years ago
- 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