- 6164b7b Move jmh benchmarks to their respective modules by Eric Anderson · 7 years ago
- 97c625f netty: Update to Netty 4.1.15 by Eric Anderson · 7 years ago
- c024f17 netty,okhttp: include more detail about ALPN missing by Carl Mastrangelo · 7 years ago
- 68e8dc2 netty: graceful shutdowns should for streams to close (#3386) by zpencer · 7 years ago
- 7d0229a Also fix bazel name of io.netty:netty-transport by John Hume · 7 years ago
- fe1583c netty: fix transport spuriously in notInUse state by ZHANG Dapeng · 7 years ago
- 6ca91c4 netty: Handle shutdown and failures during negotiator by Eric Anderson · 8 years ago
- 4141034 core: pass status to ManagedClientTransport.shutdown() (#3351) by Kun Zhang · 7 years ago
- 577bbef netty: fix keepalive test flakiness by ZHANG Dapeng · 7 years ago
- 34f31fe netty: Not to ignore tests for window overriding by ZHANG Dapeng · 7 years ago
- c71e291 all: fix typo of overridden by ZHANG Dapeng · 7 years ago
- 9b74f8e core,netty,okhttp: add option to deframe in app thread by Eric Gribkoff · 7 years ago
- 16575d0 core,netty,okhttp,testing: switch to StreamListener.messagesAvailable by Eric Gribkoff · 7 years ago
- 72b9ee2 all: Fix mismatch in naming Bazel Maven jars by Paul Gross · 7 years ago
- 1386453 netty: check for stream before freeing flow control bytes on client by Eric Gribkoff · 7 years ago
- 4147632 netty: Update netty to 4.1.14 by Eric Anderson · 7 years ago
- 02cb718 testing,core: don't use mocks for stream tracers (#3305) by Carl Mastrangelo · 7 years ago
- 3efaccd netty: support `status()` on Headers by Carl Mastrangelo · 7 years ago
- bd743f3 core: Channel uses transport's ScheduledExecutorService by Eric Anderson · 7 years ago
- 883a85e core,netty,okhttp: remove 2-arg ClientTransport.newStream() by ZHANG Dapeng · 7 years ago
- 994f200 core: Server uses transport's ScheduledExecutorService by Eric Anderson · 7 years ago
- d325919 core: Use Class.forName(String) in provider for Android by Eric Anderson · 7 years ago
- ec4837b netty: quieter errors in NettyServerTransport (#3234) by zpencer · 7 years ago
- ff0ad5f testing: refactor part of TestUtils to internal by ZHANG Dapeng · 7 years ago
- 4bce872 netty: remove unneeded licence file by Carl Mastrangelo · 7 years ago
- c436561 all: Use fixed version number for java 6/7 signatures by Eric Anderson · 7 years ago
- f559cf4 netty: client transport needs to flush fence operation (#3137) by zpencer · 7 years ago
- 47e90f7 netty: fix NettyHandlerSettings synchronized on wrong object. (#3144) by Kun Zhang · 7 years ago
- 8c01733 netty: InternalHandlerSettings should not be used by non-Internal classes. (#3143) by Kun Zhang · 7 years ago
- 0fa2225 netty: fix race condition for listeners attaching to connect future (#3122) by zpencer · 7 years ago
- 6d9e149 build: Add Bazel java_grpc_library rule by Simon Horlick · 7 years ago
- e01cec5 netty: push sslContext initialization into transportCreationParamsFilterFactory by Eric Gribkoff · 7 years ago
- 544cede netty: rename HandlerSettings to InternalHandlerSettings by ZHANG Dapeng · 7 years ago
- cb53bbf all: Filter out Internal* classes from Javadoc by Eric Anderson · 7 years ago
- 6ef77e0 core: hide access to Status code and message keys by Carl Mastrangelo · 7 years ago
- c48610b netty: Eagerly create SslContext by Eric Anderson · 7 years ago
- adc2de7 netty: Clarify max header list size configuration by Eric Anderson · 8 years ago
- 166108a all: fix licence whitespace by Carl Mastrangelo · 7 years ago
- 3bfd630 all: update to Apache 2 licence by Carl Mastrangelo · 7 years ago
- ee38b37 core: remove 2 suffix from streams by Carl Mastrangelo · 7 years ago
- 7b821a0 netty: increase message quantum by Carl Mastrangelo · 7 years ago
- 347eb09 all: Minor updates to expand javadocs (#2991) by zpencer · 7 years ago
- 67eefa6 Upgrade to netty and netty-tcnative by Łukasz Strzałkowski · 7 years ago
- 28ad3ba netty: fix server keepalive not initialized bug by ZHANG Dapeng · 7 years ago
- f674776 Add/Fix some docs (#2970) by Muxi Yan · 8 years ago
- 7d048af javadoc: fix broken links in javadoc by ZHANG Dapeng · 8 years ago
- 06e823e netty: reduce severity of disconnect message by Carl Mastrangelo · 8 years ago
- a317912 Channel.authority() should return the value of overrideAuthority (#2956) by zpencer · 8 years ago
- b6bf252 interop-testing: add cacheable_unary test by Eric Gribkoff · 8 years ago
- e36d229 core,netty: remove grpc-payload-bin from GET requests by Eric Gribkoff · 8 years ago
- e576c4c netty: more coverage on server keepalive by ZHANG Dapeng · 8 years ago
- 4989736 core: clamp keepAliveTime/Timeout in a way easier for test by ZHANG Dapeng · 8 years ago
- 4a96e25 netty: implement server max connection idle by ZHANG Dapeng · 8 years ago
- 393ebf7 netty,okhttp: handle ENHANCE_YOUR_CALM and too_many_pings by Eric Anderson · 8 years ago
- 6618f97 core: add inboundHeaders() to ClientStreamTracer. (#2921) by Kun Zhang · 8 years ago
- 75324e9 netty: fix flaky max connection age tests using sleepAtLeast by ZHANG Dapeng · 8 years ago
- ffc64b7 netty: move connection.addListner inside constructor of NettyServerHandler by ZHANG Dapeng · 8 years ago
- be61af4 core: use RESOURCE_EXHAUSTED for max message size failures by Carl Mastrangelo · 8 years ago
- f1de741 netty: ignore flaky max connection age tests by ZHANG Dapeng · 8 years ago
- b56a728 all: Use "keepalive time" instead of "keepalive delay" by Eric Anderson · 8 years ago
- af4982b netty,okhttp: Allow keepalive without calls by Eric Anderson · 8 years ago
- 0277b91 okhttp,netty: Normalize client-side keepalive APIs by Eric Anderson · 8 years ago
- 81da785 netty: add jitter to max connection age by ZHANG Dapeng · 8 years ago
- 83a06cc netty: implement server max connection age by ZHANG Dapeng · 8 years ago
- cfc6634 netty: Pass boolean to builder instead of permit/deny specialized naming by Eric Anderson · 8 years ago
- 903197b core: StreamTracer (#2863) by Kun Zhang · 8 years ago
- 4236027 netty: Add config for server keepalive enforcement by Eric Anderson · 8 years ago
- 3818087 netty: Handle channel creation failure by Eric Anderson · 8 years ago
- 1c1864b netty: refactor NettyChannelBuilder keepalive API (#2874) by ZHANG Dapeng · 8 years ago
- 9078830 netty: Add server keepalive enforcement by Eric Anderson · 8 years ago
- f9eb545 netty: Fix client keepalive initialization (again) by Eric Anderson · 8 years ago
- c4bbe66 netty: expose server side keepalive API by ZHANG Dapeng · 8 years ago
- 4096d4b core,netty: support GET verb in AbstractClientStream2 by Eric Anderson · 8 years ago
- 8114b93 netty: Server side keep alive by ZHANG Dapeng · 8 years ago
- 6789eac core,netty,okhttp: KeepAliveManager with Pinger by ZHANG Dapeng · 8 years ago
- ee12cc2 all: update to latest version of errorprone by Carl Mastrangelo · 8 years ago
- 3ffa5a9 Okhttp: keepAlivedManager#onTransportShutdown moved from shutdown to stopIfNecessary and refactored by ZHANG Dapeng · 8 years ago
- a14689e netty: move startWriteQueue right after channel is constructed by ZHANG Dapeng · 8 years ago
- 19afd8b core: Support keepalive even when transport is idle by Eric Anderson · 8 years ago
- 2cb6ecc netty: Backport SETTINGS ACK sequencing fix by Eric Anderson · 8 years ago
- 9ef0791 netty: Copy DefaultHttp2ConnectionDecoder in prep for backport by Eric Anderson · 8 years ago
- 891581f all: fix errorprones by ZHANG Dapeng · 8 years ago
- 9c76b48 netty/test: be less agreesive on checking cause by Kun Zhang · 8 years ago
- c415dc8 netty: Use tcnative in tests instead of Jetty ALPN by Eric Anderson · 8 years ago
- 675080b all: Enable ErrorProne during compilation by Eric Anderson · 8 years ago
- d116cc9 netty: Fix NPE in NettyClientTransport by Lukasz Strzalkowski · 8 years ago
- ae68718 netty: remove unused code in a test by Eric Anderson · 8 years ago
- 26913bb netty: include SETTINGS_MAX_HEADER_LIST_SIZE in SETTINGS by Łukasz Strzałkowski · 8 years ago
- 4029b3f Implement missing authority API for HandlerRegistry by Ryan Michela · 8 years ago
- cc000be netty: Fix CheckReturnValue failure in test by Eric Anderson · 8 years ago
- 42aa64c all: swap to newer animalsniffer plugin by Eric Anderson · 8 years ago
- dfe61e4 netty: fix race in server channel startup and shutdown by Carl Mastrangelo · 8 years ago
- 1928dc7 netty: add return value errorprone annotations by Carl Mastrangelo · 8 years ago
- 7ab5e0e core: record server_elapsed_time on client (#2673) by Kun Zhang · 8 years ago
- b1aee9f netty: call transportReady in handleProtocolNegotiationCompleted by ZHANG Dapeng · 8 years ago
- fdeade4 netty: work around netty bug when RPCs may be reset early by Carl Mastrangelo · 8 years ago
- 0c0ce37 all: upgrade to netty 4.1.8 and tcnative Fork26 by Carl Mastrangelo · 8 years ago
- 65e4d9f all: avoid DNS with GRPC_PROXY_EXP by Eric Anderson · 8 years ago
- 23f5a6f Add support for http forward proxy with CONNECT by Eric Anderson · 8 years ago
- aa0391a core: pass down addr to which client is connected by Łukasz Strzałkowski · 8 years ago