aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2015-05-07Adding default implementation of onReady in Call and ServerCallnmittler
2015-05-04Adding outbound flow control for Netty.nmittler
2015-05-01Update Netty to 9d70cf3 to pick up https://github.com/netty/netty/commit/8271...Louis Ryan
2015-05-01Replace Operation*Exception with Status*ExceptionEric Anderson
2015-04-30Cleaning up some warnings.nmittler
2015-04-30Don't overwrite error message if bad headersEric Anderson
2015-04-29Avoid flushing CreateStreamCommand for calls where the client is known to sen...Louis Ryan
2015-04-29Fix style violations added in 986d221Eric Anderson
2015-04-28Fix issue where close can be called in a reentrant fashion by framer writing ...Louis Ryan
2015-04-28Fix memeory leak in MessageFramer caused by allocation of 'empty' buffers nev...Louis Ryan
2015-04-27okhttp: Clean up stream when error happens.Xudong Ma
2015-04-24Use Status "UNKNOWN" instead of "INTERNAL" when Status.fromThrowable can not ...Xudong Ma
2015-04-23Use message size as a hint to the allocator for buffer capacity.Louis Ryan
2015-04-21Propagate explicit flushes through MessageFramerEric Anderson
2015-04-16Remove Guava's Service from server transportEric Anderson
2015-04-16Upgrading to the latest Netty version.nmittler
2015-04-10Split protobuf into its own projectEric Anderson
2015-04-09Fix warnings (JavaDoc and [deprecated])Eric Anderson
2015-04-09Fix the issue where the intecepting call fails in start(), does notKun Zhang
2015-04-07checkstyle change:Xudong Ma
2015-04-06Hold lock while reading isThreadScheduledEric Anderson
2015-04-03Improve JavaDoc for StatusEric Anderson
2015-04-03Add "unsed import" check.Xudong Ma
2015-03-26Add precondition to throw more informative exception when calling request() b...zhangkun83
2015-03-22Fix data corruption issue receiving payloads > 2kBThomas ten Cate
2015-03-20Improve Status exception messageEric Anderson
2015-03-20Move Status.toString next to other methodsEric Anderson
2015-03-16Adding outbound flow control API for the transport APInmittler
2015-03-16Adding outbound flow control API for Call/ServerCallnmittler
2015-03-16Add package statement to HttpUtilTestEric Anderson
2015-03-16Add checkstyle checkingEric Anderson
2015-03-13Add WritableBuffer interface for zero copy data writes. Fixes #8Jakob Buchgraber
2015-03-12Clean up warningsEric Anderson
2015-03-12Stall MessageDeframer pro-activelyEric Anderson
2015-03-11Add two extra cases to make edge case testing more obvious.Eric Anderson
2015-03-11Reorganize tests. Tweak Javadoc formattingEric Anderson
2015-03-11Tweak Http2Error and add testsEric Anderson
2015-03-11Migrating to Netty 4.1nmittler
2015-03-10Fixes javadoc errorsJorge Canizales
2015-03-09Merge pull request #166 from nmittler/doclintNathan Mittler
2015-03-09Tightening up error message for GO_AWAY.nmittler
2015-03-09Proper buffer closure when receiving DATA with EOSnmittler
2015-03-03Disable Javadoc doclint on Java 8nmittler
2015-03-02Polish javadoc for transport/zhangkun83
2015-02-25Cleanup Javadoc for Channel, ServerCall and their related classes.Louis Ryan
2015-02-23Remove dead GrpcFramingUtil classLouis Ryan
2015-02-23Udate TODOs to use Github user namesLouis Ryan
2015-02-20Add scary JavaDoc to Metadata.setAuthority()Eric Anderson
2015-02-20Make sure to close InputStream even if cancelledEric Anderson
2015-02-18Add ServerImpl#awaitTerminated() method. Fixes #80Jakob Buchgraber