aboutsummaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2018-09-04all: move Channelz to io.grpc as InternalChannelz (#4797)zpencer
2018-08-30skip populating trace header if no census impl is available. (#4805)creamsoup
2018-08-28core: make HedgingPolicy finalZHANG Dapeng
2018-08-27core: switch to Java 7 source and bytecode (#4801)Eric Gribkoff
2018-08-27Start 1.16.0 development cycle (#4803)Kun Zhang
2018-08-27all: Swap to Java 7 source and bytecodeEric Anderson
2018-08-23core: plumb hedging policyZHANG Dapeng
2018-08-20core: minor cleanup of NameResolverProviderCarl Mastrangelo
2018-08-17core: add ability to create stackless status exceptionsCarl Mastrangelo
2018-08-16core: Handle null ProxySelector (#4762)zpencer
2018-08-13Fix errror message when DNS name is invalid. (#4751)creamsoup
2018-08-13core: Avoid implicit requestConnection in PickFirstEric Anderson
2018-08-09core: fix unused variable lintSpencer Fang
2018-08-09all: update animalsniffer to Java 7 and add Android 14 (#4727)Eric Gribkoff
2018-08-06core: revert warning about `Status.asException(null)`Carl Mastrangelo
2018-08-03core: remove unused fullMethodName field from CensusStatsModule. (#4731)Kun Zhang
2018-08-02inprocess: prevent null names, and define socket address equalityCarl Mastrangelo
2018-08-02Encourage using grpc-netty-shaded instead of grpc-nettyEric Anderson
2018-08-01core: initialize round robin load balancer picker to random index (#4462)Tom Leach
2018-07-31all: add tracking issues for all experimental APIs and make it requiredCarl Mastrangelo
2018-07-27core: stabilize Status Exceptions API, and warn on null trailers in StatusCarl Mastrangelo
2018-07-27core: add flags for selectively enabling grpclbCarl Mastrangelo
2018-07-25core: let channel tracing log service config changesZHANG Dapeng
2018-07-24doc: clarify channel state API unimplemented until v1.6.1ZHANG Dapeng
2018-07-23all: remove unneeded deps on errorproneCarl Mastrangelo
2018-07-23core: turn PairSocketAddress into ProxySocketAddress (#4649)zpencer
2018-07-23core: Don't close in TSREI in cancelled contexts (#4596)George Gensure
2018-07-23core: channel tracing log only when number of backends changed between zeor a...ZHANG Dapeng
2018-07-23core: enterIdleMode() exits idle if still in use (#4630)Eric Gribkoff
2018-07-20core: make service config errors recoverableCarl Mastrangelo
2018-07-20Remove DoNotMock annotation in favor of JavaDocEric Anderson
2018-07-18Start 1.15.0 development cycle (#4650)zpencer
2018-07-12compiler,stub: update RpcMethod docs and usageCarl Mastrangelo
2018-07-09core: Add missing @Nullable annotations to ClientTransportOptionsEric Anderson
2018-07-09Propagate EquivalentAddressGroup attributes to transportsEric Anderson
2018-07-09grpclb: Plumb attributes for OOB and backend channelsEric Anderson
2018-07-04Fix unused variablesEric Anderson
2018-07-03core: Avoid compare default TagContext in thread local with empty. (#4613)Yang Song
2018-07-02core: add jndi timeout and dirContext.closeZHANG Dapeng
2018-07-02core: Add support for List<EAG> in SubchannelsEric Anderson
2018-06-29core: make InternalHandlerRegistry a HandlerRegistryCarl Mastrangelo
2018-06-29util: Improve RoundRobinLoadBalancer scalability with stickinessNick Hill
2018-06-29fixed typo in round robin factory name constMarco Ferrer
2018-06-28core: Avoid unnecessary unchecked cast in DnsNameResolverEric Anderson
2018-06-26 core: always do SRV record lookup in DnsNameResolverCarl Mastrangelo
2018-06-26core: make Auto config load balancer not depend on service configCarl Mastrangelo
2018-06-22inprocess: add a toString for InProcessSocketAddressDoug Lawrie
2018-06-12grpclb: use exponential back-off for retries of balancer RPCs (#4525)Kun Zhang
2018-06-12core: add clarification to ClientCall javadocGrant Oakley
2018-06-11all: add gradle format checkerZHANG Dapeng