aboutsummaryrefslogtreecommitdiff
path: root/netty
AgeCommit message (Expand)Author
2016-07-20netty: Add test for AbstractHttp2HeadersEric Anderson
2016-07-20core: Hard-code a list of providers for AndroidEric Anderson
2016-07-19netty: always flush at least once, even if there were no writesCarl Mastrangelo
2016-07-18netty: reduce contention in WriteQueueCarl Mastrangelo
2016-07-12netty: update to 4.1.2.Final and tcnative Fork18Jakob Buchgraber
2016-07-10netty: deduplicate javadoc accidentially introduced in e80b136495cJakob Buchgraber
2016-07-08Fix wrong use of checkNotNull in WriteQueue.Jakob Buchgraber
2016-07-07Reduce default max message size to 4 MiBEric Anderson
2016-07-02netty: undo commit 6a55e29 as netty's DefaultThreadFactory has been fixedJakob Buchgraber
2016-07-02netty: reduce allocations in write queue.Jakob Buchgraber
2016-07-01netty: prevent race between transportCreated and transportShutdownCarl Mastrangelo
2016-06-30netty: fix incorrect usage of AsciString.Jakob Buchgraber
2016-06-28testware: fix flakes caused by pickUnusedPortZHANG Dapeng
2016-06-25netty: detect when ALPN was not used. Fixes #522Jakob Buchgraber
2016-06-15core: add transportInUse() to transport listener.Kun Zhang
2016-06-09core: CallCredentialsKun Zhang
2016-06-06core/internal: add 3-arg newStream method to ClientTransport interface (#1898)ZHANG Dapeng
2016-06-02Implement shutdownNowEric Anderson
2016-06-02netty: add toString() to GrpcHttp2HeadersJakob Buchgraber
2016-06-01core: fix nags from linterCarl Mastrangelo
2016-06-01core,netty,okhttp: move user agent removal closer to where it is setCarl Mastrangelo
2016-05-25netty: use custom Http2Headers class for encoding MetadataCarl Mastrangelo
2016-05-25core,netty,okhttp: move user agent out of client call and into the transportCarl Mastrangelo
2016-05-23netty: speed up header conversion by caching user agent stringCarl Mastrangelo
2016-05-23netty: Fix test to support netty 4.1.0.FinalEric Anderson
2016-05-23internal: Split-state AbstractStream; sending and receivingEric Anderson
2016-05-23netty: don't revalidate when converting between Metadata and Http2HeadersCarl Mastrangelo
2016-05-13netty: call transportShutdown immediately on ID exhaustionEric Anderson
2016-05-04Refactor HandlerRegistry.Kun Zhang
2016-05-03all: Finish adding tracking issues for ExperimentalApiCarl Mastrangelo
2016-05-02Add a log message for unknown client streamsCarl Mastrangelo
2016-05-02use Jetty ALPN agent instead of Jetty ALPN ZHANG Dapeng
2016-05-01Use return value of Status.augmentDescriptionEric Anderson
2016-04-27validate sslContext in Netty channel/server builder #1699 (#1724)ZHANG Dapeng
2016-04-26Fix lint warnings found on internal importCarl Mastrangelo
2016-04-21Don't allocate extra byte for each MessageFramerCarl Mastrangelo
2016-04-18new nameCarl Mastrangelo
2016-04-18Rename internal.Server to internal.TransportServerCarl Mastrangelo
2016-04-18Update checkstyle version and sync style updatesEric Anderson
2016-04-13Add getting the port out of a ServerCarl Mastrangelo
2016-04-13Convert Netty IOExceptions to UNAVAILABLE.nmittler
2016-04-08Add rst error detail in OkHttpCarl Mastrangelo
2016-04-08Reuse metadata array when making http2 headers, and reduce some array copiesCarl Mastrangelo
2016-04-06Force thread group on threads created by Netty's DefaultThreadFactory.Kun Zhang
2016-03-31Fix UNAVAILABLE codes missing descriptionsEric Anderson
2016-03-29Raise visibility of NettyTransportFactory to protected.Kun Zhang
2016-03-22Remove references to Throwable.propagateCarl Mastrangelo
2016-03-17Move server call keys to ServerCall classLukasz Strzalkowski
2016-03-17Use Netty's DefaultThreadFactory instead of Guava's ThreadFactoryBuilder.buchgr
2016-03-17Remove ReferenceCounted and add close() to ClientTransportFactory. Fixes #927buchgr