aboutsummaryrefslogtreecommitdiff
path: root/netty
AgeCommit message (Expand)Author
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
2017-06-19netty: rename HandlerSettings to InternalHandlerSettingsZHANG Dapeng
2017-06-16all: Filter out Internal* classes from JavadocEric Anderson
2017-06-08core: hide access to Status code and message keysCarl Mastrangelo
2017-06-06netty: Eagerly create SslContextEric Anderson
2017-06-05netty: Clarify max header list size configurationEric Anderson
2017-06-01all: fix licence whitespaceCarl Mastrangelo
2017-05-31all: update to Apache 2 licenceCarl Mastrangelo
2017-05-26core: remove 2 suffix from streamsCarl Mastrangelo
2017-05-26netty: increase message quantumCarl Mastrangelo
2017-05-17all: Minor updates to expand javadocs (#2991)zpencer
2017-05-15Upgrade to netty and netty-tcnativeŁukasz Strzałkowski
2017-05-12netty: fix server keepalive not initialized bugZHANG Dapeng