aboutsummaryrefslogtreecommitdiff
path: root/core
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-12grpclb: fallback to backend addresses (#3439)Kun Zhang
2017-09-11core, compiler, protobuf: introduce MethodDescriptor#setSchemaDescriptorLukasz Strzalkowski
2017-09-11core: ClientCallImpl start should not be called after cancelZHANG Dapeng
2017-09-06 inprocess,core: add ManagedChannelBuilder and ServerBuilder factory hidersCarl Mastrangelo
2017-09-06core/census: set method name tag to the server handler's context (#3436)Kun Zhang
2017-09-01core: name more anonymous classes in ServerImplCarl Mastrangelo
2017-08-30core: save alloc in SerializingExecutorCarl Mastrangelo
2017-08-29core: remove unused buffer methodsCarl Mastrangelo
2017-08-28Move jmh benchmarks to their respective modulesEric Anderson
2017-08-25core: fix lint warningsCarl Mastrangelo
2017-08-24core: advance past empty buffer in CompositeReadableBuffer (#3392)Eric Gribkoff
2017-08-24Avoid request threads on AppEngine Java 8Eric Anderson
2017-08-23Fix gson / opencensus bazel naming mixupJohn Hume
2017-08-23core: ForwardingChannelBuilderZHANG Dapeng
2017-08-18core: enable Census trace context propagation. (#3361)Kun Zhang
2017-08-16core/test: remove ineffective assertions. (#3352)Kun Zhang
2017-08-16core: pass status to ManagedClientTransport.shutdown() (#3351)Kun Zhang
2017-08-11all: fix typo of overriddenZHANG Dapeng
2017-08-11core: use static imports for repeated state enumsZHANG Dapeng
2017-08-11core,netty,okhttp: add option to deframe in app threadEric Gribkoff
2017-08-11core: switch to scheduled closing of MessageDeframerEric 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-11core: Use bulk operation instead of iterationmyPrecious
2017-08-10core,grpclb: deprecate LoadBalancer.Helper.updatePicker()ZHANG Dapeng
2017-08-09core: implement Channel State API for RoundRobinZHANG Dapeng
2017-08-09core: implement Channel State API for PickFirstZHANG Dapeng
2017-08-09core: Providers should consider Robolectric as AndroidEric Anderson
2017-08-09core: Java RefactormyPrecious
2017-08-04core/stats: report message count metrics to Census. (#3312)Kun Zhang
2017-08-03testing,core: don't use mocks for stream tracers (#3305)Carl Mastrangelo
2017-08-02all: Remove unused variables and squelch incorrect ErrorProne warningEric Anderson
2017-08-01Don't schedule multiple pings.Stephen Haberman
2017-08-01core: fix ConnectivityStateManager is already disabled bugZHANG Dapeng
2017-07-31core: enable Census tags propagation by default. (#3294)Kun Zhang
2017-07-27core,auth: Stabilize auth flow using CallCredentialsEric Anderson
2017-07-27core: pass CallOptions to newClientStreamTracer(). (#3276)Kun Zhang
2017-07-25core: Channel uses transport's ScheduledExecutorServiceEric Anderson
2017-07-25core,netty,okhttp: remove 2-arg ClientTransport.newStream()ZHANG Dapeng
2017-07-21core: Override SubchannelImpl.toString() (#3265)Kun Zhang
2017-07-19core: not to expose ClientCallImpl#cancelled()ZHANG Dapeng
2017-07-19channel state API plumbingZHANG Dapeng
2017-07-19core: Server uses transport's ScheduledExecutorServiceEric Anderson
2017-07-19core: Use Class.forName(String) in provider for AndroidEric Anderson
2017-07-17all: fix minor lint warningsCarl Mastrangelo
2017-07-17core: hide access to pseudo headersCarl Mastrangelo
2017-07-14core: refactor SubchannelImplZHANG Dapeng
2017-07-13core: update javadocs regarding ClientCall mocks (#3140)zpencer