aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-05-07core, services: make BinaryLog an explicit object that is passed into channel...zpencer
2018-05-03 all: normalize copyright header Carl Mastrangelo
2018-05-03core: Document Metadata ownership passes to the Call{,Listener}Eric Anderson
2018-05-02core: add @CheckReturnValue to CallOptionsGrant Oakley
2018-05-02core: populate effective deadline to ClientStreamZHANG Dapeng
2018-05-02core/stub: fix lint warningsZHANG Dapeng
2018-05-01core,stub: Add toString() to ClientCallImpl and GrpcFutureGrant Oakley
2018-04-30core: stickiness for RoundRobinLoadBalancerZHANG Dapeng
2018-04-27services,core: simplify CallId generation (#4365)zpencer
2018-04-27(low priority) core,netty,interop-testing: stabilize maxInboundMessageSize AP...zpencer
2018-04-25core,netty,okhttp,services,testing: expose security info to channelz (#4300)zpencer
2018-04-23Start 1.13.0 development cycle (#4383)zpencer
2018-04-20core: also expose parser on JsonParserCarl Mastrangelo
2018-04-20core: use List instead of Set for drainedSubstreamsZHANG Dapeng
2018-04-19core: Fix experimental API issue for channel state APIEric Anderson
2018-04-19core: clarify binlog API (#4362)zpencer
2018-04-19core: remove unneeded binlog tests for ManagedChannelImpl ServerImpl (#4361)zpencer
2018-04-19core: refactor ManagedChannelImplTest with a configurable builderZHANG Dapeng
2018-04-19core: forward toString for forwarding classesZHANG Dapeng
2018-04-18core: make JsonParser publicCarl Mastrangelo
2018-04-16core: add sockets to subchannel stat (#4345)zpencer
2018-04-16services: turn channelz null futures into Status.UNIMPLEMENTED (#4346)zpencer
2018-04-13services: socket options were erroneously ignored if socket has no stats (#4336)zpencer
2018-04-13stub: add docs clarifying readinessCarl Mastrangelo
2018-04-13core: don't warn on absent service configCarl Mastrangelo
2018-04-13all: add toString() to Server to improve debug infoZHANG Dapeng
2018-04-13core: compare doubles with compare instead of ==ZHANG Dapeng
2018-04-12core: Fix lint, style, "good ideas" violationsEric Anderson
2018-04-12core: replumb RetryPolicyZHANG Dapeng
2018-04-12core: always call StreamTracer.streamClosed() when stream is officially close...Kun Zhang
2018-04-11core, netty: allow InputStream based certs (#4316)zpencer
2018-04-05core,netty: add NettySocketSupport to populate TcpInfo (#4306)zpencer
2018-04-04core: apply service configCarl Mastrangelo
2018-04-04core: don't reschedule idle timer if it is already active Carl Mastrangelo
2018-04-03core: add a `close` to InputBufferStreamShohei Kamimori
2018-04-03core,services: binary log should use real peer socket and call id (#4266)zpencer
2018-04-03core,netty,services: add server listen sockets to channelz proto service (#4220)zpencer
2018-04-03core: add tests for ReadableBuffersShohei Kamimori
2018-03-30core: document how to set up squid proxy for testing (#4285)zpencer
2018-03-30core,netty,okhttp,services: expose socket options to channelz (#4228)zpencer
2018-03-28Fix compilation in Java 9Eric Anderson
2018-03-28core,README: add docs about grpc-java-api-checker (#4182)Shohei Kamimori
2018-03-26core: no retry on dropped PickResultZHANG Dapeng
2018-03-23Bump to Guava 20Eric Anderson
2018-03-23netty: Add support for ConscryptEric Anderson
2018-03-23core,services: implement binarylog Client and ServerInterceptor (#4174)zpencer
2018-03-22core,netty: client sends rst stream when server half-closes (#4222)Eric Gribkoff
2018-03-21core: disable jndi lookupsCarl Mastrangelo
2018-03-20core: Fix java lint found during weekly importZHANG Dapeng
2018-03-20core: re-enable panic mode after all affected internal tests have been fixed....Kun Zhang