aboutsummaryrefslogtreecommitdiff
path: root/netty
AgeCommit message (Expand)Author
2017-11-02netty,core: add a TransportTracer class (#3454)zpencer
2017-11-01netty: Updated ALPN error message and added troubleshooting proceduresRay Tsang
2017-10-31netty: include rst stream message in StatusCarl Mastrangelo
2017-10-27netty: separate connection log (#3591)zpencer
2017-10-17core,netty,okhttp: detect proxy via ProxySelector (#3021)zpencer
2017-10-09core: make in-process transport support StreamTracerKun Zhang
2017-10-05all: upgrade to JUnit 4.12Carl Mastrangelo
2017-09-27Promote keepalive to ManagedChannelBuilder; stabilizeEric Anderson
2017-09-25netty: update to 4.1.16Carl Mastrangelo
2017-09-25core: client supports inbound gzipped streams (#3403)Eric Gribkoff
2017-09-15core: add internal API to disable stats and/or tracing. (#3464)Kun Zhang
2017-09-14core: add finalizer checks for ManagedChannels (#3452)Carl Mastrangelo
2017-09-14core,netty,okhttp,protobuf-lite: avoid @Beta guava classes (#3463)zpencer
2017-09-14core,netty,okhttp: strip outbound headers with reserved names (#3098)zpencer
2017-09-14Revert "netty: hide ProtocolNegotiator, and expose initial ChannelHandler"Eric Anderson
2017-09-12netty: hide ProtocolNegotiator, and expose initial ChannelHandlerCarl Mastrangelo
2017-09-11okhttp: set GET method in headers (#3316)Eric Gribkoff
2017-08-28netty: NOOP_MESSAGE must be staged before connect() (#3411)zpencer
2017-08-28Move jmh benchmarks to their respective modulesEric Anderson
2017-08-28netty: Update to Netty 4.1.15Eric Anderson
2017-08-24netty,okhttp: include more detail about ALPN missingCarl Mastrangelo
2017-08-24netty: graceful shutdowns should for streams to close (#3386)zpencer
2017-08-23Also fix bazel name of io.netty:netty-transportJohn Hume
2017-08-23netty: fix transport spuriously in notInUse stateZHANG Dapeng
2017-08-18netty: Handle shutdown and failures during negotiatorEric Anderson
2017-08-16core: pass status to ManagedClientTransport.shutdown() (#3351)Kun Zhang
2017-08-15netty: fix keepalive test flakinessZHANG Dapeng
2017-08-14netty: Not to ignore tests for window overridingZHANG Dapeng
2017-08-11all: fix typo of overriddenZHANG Dapeng
2017-08-11core,netty,okhttp: add option to deframe in app threadEric Gribkoff
2017-08-11core,netty,okhttp,testing: switch to StreamListener.messagesAvailableEric Gribkoff
2017-08-11all: Fix mismatch in naming Bazel Maven jarsPaul Gross
2017-08-10netty: check for stream before freeing flow control bytes on clientEric Gribkoff
2017-08-07netty: Update netty to 4.1.14Eric Anderson
2017-08-03testing,core: don't use mocks for stream tracers (#3305)Carl Mastrangelo
2017-07-27netty: support `status()` on HeadersCarl Mastrangelo
2017-07-25core: Channel uses transport's ScheduledExecutorServiceEric Anderson
2017-07-25core,netty,okhttp: remove 2-arg ClientTransport.newStream()ZHANG Dapeng
2017-07-19core: Server uses transport's ScheduledExecutorServiceEric Anderson
2017-07-19core: Use Class.forName(String) in provider for AndroidEric Anderson
2017-07-14netty: quieter errors in NettyServerTransport (#3234)zpencer
2017-07-10testing: refactor part of TestUtils to internalZHANG Dapeng
2017-07-06netty: remove unneeded licence fileCarl Mastrangelo
2017-06-30all: Use fixed version number for java 6/7 signaturesEric Anderson
2017-06-28netty: client transport needs to flush fence operation (#3137)zpencer
2017-06-27netty: fix NettyHandlerSettings synchronized on wrong object. (#3144)Kun Zhang
2017-06-27netty: InternalHandlerSettings should not be used by non-Internal classes. (#...Kun Zhang
2017-06-22netty: fix race condition for listeners attaching to connect future (#3122)zpencer
2017-06-22build: Add Bazel java_grpc_library ruleSimon Horlick
2017-06-19netty: push sslContext initialization into transportCreationParamsFilterFactoryEric Gribkoff