aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2017-10-05all: upgrade to JUnit 4.12Carl Mastrangelo
2017-10-04core: sort bazel fileCarl Mastrangelo
2017-10-03core: remove unused, non-public INTEGER_MARSHALLER (#3530)Devin Smith
2017-09-29core: move census registration into internalCarl Mastrangelo
2017-09-29core: fix Bazel buildZHANG Dapeng
2017-09-27Promote keepalive to ManagedChannelBuilder; stabilizeEric Anderson
2017-09-26core: make enableFullStreamDecompression non-abstractEric Gribkoff
2017-09-25core/compiler: register Span names for code-generated methods (take 2)Kun Zhang
2017-09-25core: client supports inbound gzipped streams (#3403)Eric Gribkoff
2017-09-22core: add gzip inflater for compressed streams (#3395)Eric Gribkoff
2017-09-22core: nonnull pendingStreams in DelayedClientTransportZHANG Dapeng
2017-09-20Avoid catching AssertionError in testsEric Anderson
2017-09-20core: allow to fallback to ServiceLoader.load withouth classloader topieterjanpintens
2017-09-19core: remove reference to Guava collectKun Zhang
2017-09-19core: record individual messages with sizes to Census/tracing (#3461)Kun Zhang
2017-09-18all: Keep artifacts dependencyConvergence-cleanEric Anderson
2017-09-15core: add internal API to disable stats and/or tracing. (#3464)Kun Zhang
2017-09-14core: add finalizer checks for ManagedChannels (#3452)Carl Mastrangelo
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