aboutsummaryrefslogtreecommitdiff
path: root/netty
AgeCommit message (Expand)Author
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
2017-05-04Add/Fix some docs (#2970)Muxi Yan
2017-05-02javadoc: fix broken links in javadocZHANG Dapeng
2017-05-02netty: reduce severity of disconnect messageCarl Mastrangelo
2017-04-27Channel.authority() should return the value of overrideAuthority (#2956)zpencer
2017-04-21interop-testing: add cacheable_unary testEric Gribkoff
2017-04-21core,netty: remove grpc-payload-bin from GET requestsEric Gribkoff
2017-04-20netty: more coverage on server keepaliveZHANG Dapeng
2017-04-17core: clamp keepAliveTime/Timeout in a way easier for testZHANG Dapeng
2017-04-17netty: implement server max connection idleZHANG Dapeng
2017-04-17netty,okhttp: handle ENHANCE_YOUR_CALM and too_many_pingsEric Anderson
2017-04-17core: add inboundHeaders() to ClientStreamTracer. (#2921)Kun Zhang
2017-04-14netty: fix flaky max connection age tests using sleepAtLeastZHANG Dapeng
2017-04-13netty: move connection.addListner inside constructor of NettyServerHandlerZHANG Dapeng
2017-04-13core: use RESOURCE_EXHAUSTED for max message size failuresCarl Mastrangelo
2017-04-10netty: ignore flaky max connection age testsZHANG Dapeng
2017-04-10all: Use "keepalive time" instead of "keepalive delay"Eric Anderson
2017-04-10netty,okhttp: Allow keepalive without callsEric Anderson
2017-04-10okhttp,netty: Normalize client-side keepalive APIsEric Anderson
2017-04-10netty: add jitter to max connection ageZHANG Dapeng
2017-04-10netty: implement server max connection ageZHANG Dapeng
2017-04-10netty: Pass boolean to builder instead of permit/deny specialized namingEric Anderson
2017-04-07core: StreamTracer (#2863)Kun Zhang
2017-04-06netty: Add config for server keepalive enforcementEric Anderson
2017-04-06netty: Handle channel creation failureEric Anderson
2017-04-04netty: refactor NettyChannelBuilder keepalive API (#2874)ZHANG Dapeng
2017-04-04netty: Add server keepalive enforcementEric Anderson
2017-03-31netty: Fix client keepalive initialization (again)Eric Anderson
2017-03-31netty: expose server side keepalive APIZHANG Dapeng
2017-03-30core,netty: support GET verb in AbstractClientStream2Eric Anderson
2017-03-30netty: Server side keep aliveZHANG Dapeng
2017-03-23core,netty,okhttp: KeepAliveManager with PingerZHANG Dapeng
2017-03-22all: update to latest version of errorproneCarl Mastrangelo
2017-03-22Okhttp: keepAlivedManager#onTransportShutdown moved from shutdown to stopIfNe...ZHANG Dapeng
2017-03-20netty: move startWriteQueue right after channel is constructedZHANG Dapeng
2017-03-15core: Support keepalive even when transport is idleEric Anderson
2017-03-14netty: Backport SETTINGS ACK sequencing fixEric Anderson
2017-03-14netty: Copy DefaultHttp2ConnectionDecoder in prep for backportEric Anderson
2017-03-06all: fix errorpronesZHANG Dapeng