aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'upstream/v1.16.1' into HEADHadrien Zalek2020-07-2428-576/+1365
|\
| * Bump version to 1.16.1upstream/v1.16.1Eric Anderson2018-10-261-1/+1
| * core: Make MetadataApplier an interface againEric Anderson2018-10-266-22/+40
| * Bump version to 1.16.1-SNAPSHOTEric Anderson2018-10-241-1/+1
| * Bump version to 1.16.0upstream/v1.16.0Eric Anderson2018-10-241-1/+1
| * Revert "core: DnsNameResolver caches refresh (#4812)"Jihun Cho2018-10-243-232/+8
| * core: ignore localhost and IP addresses for JNDI (1.16.x backport)Carl Mastrangelo2018-10-192-1/+106
| * core: annotate Attributes key annotations as experimental API. (#4974) (#4977)Kun Zhang2018-10-193-0/+4
| * core: throw exception on resolution failure and no jndi resolverCarl Mastrangelo2018-10-172-1/+22
| * core: add CallCredentials2 and deprecate CallCredentials' old interface (#4902)Kun Zhang2018-10-109-8/+432
| * core: ForwardingLoadBalancerHelper (#4911)Kun Zhang2018-10-063-4/+210
| * core: add Grpc.TRANSPORT_ATTR_LOCAL_ADDR (#4906)Kun Zhang2018-10-032-2/+11
| * core: name anonymous classes in ManagedChannel for clear stacktracesCarl Mastrangelo2018-10-031-268/+319
| * doc: organize Attributes with annotations. (#4892)Kun Zhang2018-10-019-9/+65
| * core: permanently store authority at channel creation (#4886)zpencer2018-09-282-3/+18
| * Upgrade to Guava 26.0-android and jsr305 3.0.2Jesse Wilson2018-09-281-3/+10
| * core,services: v1 binlog (#4846)zpencer2018-09-271-17/+0
| * core: fix channelz import on AutoConfiguredLoadBalancerFactorySpencer Fang2018-09-192-2/+4
| * core: channel tracing to log lb policy changesZHANG Dapeng2018-09-195-14/+126
* | Build the gRPC Java library from sourceHadrien Zalek2020-06-032-4/+55
* | Fix grpc-java targetandroid-wear-8.0.0_r2Julien Desprez2018-10-222-13/+5
* | Start adding Soong build files for grpc-grpc-javamaster-cuttlefish-testing-releaseJulien Desprez2018-10-021-0/+31
|/
* all: use Java7 bracketsCarl Mastrangelo2018-09-1439-82/+81
* core: remove redundant SubchannelPicker refreshes in RoundRobinLoadBalancerNick Hill2018-09-122-133/+233
* all: fix lint warnings in importZHANG Dapeng2018-09-111-3/+11
* core, services: remove census from binary logs (#4845)zpencer2018-09-103-70/+1
* core: DnsNameResolver caches refresh (#4812)creamsoup2018-09-063-8/+232
* all: prepend internal classes with Internal (#4826)zpencer2018-09-0524-180/+185
* all: move Channelz to io.grpc as InternalChannelz (#4797)zpencer2018-09-0432-75/+123
* skip populating trace header if no census impl is available. (#4805)creamsoup2018-08-302-2/+51
* core: make HedgingPolicy finalZHANG Dapeng2018-08-281-1/+1
* core: switch to Java 7 source and bytecode (#4801)Eric Gribkoff2018-08-272-18/+9
* Start 1.16.0 development cycle (#4803)Kun Zhang2018-08-271-1/+1
* all: Swap to Java 7 source and bytecodeEric Anderson2018-08-271-0/+6
* core: plumb hedging policyZHANG Dapeng2018-08-2312-33/+471
* core: minor cleanup of NameResolverProviderCarl Mastrangelo2018-08-202-43/+65
* core: add ability to create stackless status exceptionsCarl Mastrangelo2018-08-174-0/+170
* core: Handle null ProxySelector (#4762)zpencer2018-08-162-1/+21
* Fix errror message when DNS name is invalid. (#4751)creamsoup2018-08-132-2/+23
* core: Avoid implicit requestConnection in PickFirstEric Anderson2018-08-132-20/+35
* core: fix unused variable lintSpencer Fang2018-08-091-0/+3
* all: update animalsniffer to Java 7 and add Android 14 (#4727)Eric Gribkoff2018-08-093-2/+9
* core: revert warning about `Status.asException(null)`Carl Mastrangelo2018-08-061-11/+2
* core: remove unused fullMethodName field from CensusStatsModule. (#4731)Kun Zhang2018-08-031-6/+0
* inprocess: prevent null names, and define socket address equalityCarl Mastrangelo2018-08-022-2/+85
* Encourage using grpc-netty-shaded instead of grpc-nettyEric Anderson2018-08-022-2/+3
* core: initialize round robin load balancer picker to random index (#4462)Tom Leach2018-08-012-48/+69
* all: add tracking issues for all experimental APIs and make it requiredCarl Mastrangelo2018-07-316-6/+26
* core: stabilize Status Exceptions API, and warn on null trailers in StatusCarl Mastrangelo2018-07-273-6/+15
* core: add flags for selectively enabling grpclbCarl Mastrangelo2018-07-272-19/+51