aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Mark Android R (rvc-dev-plus-aosp-without-vendor@6692709) as mergedHEADmasterXin Li2020-08-270-0/+0
|\
| * Build the gRPC Java OkHttp library from source am: 332041b059 am: c628597f30Hadrien Zalek2020-06-301-0/+34
| |\
| * \ Remove gRPC Netty shaded static library am: b6ad5d62b2 am: ffea17686fHadrien Zalek2020-06-303-23/+0
| |\ \
| * \ \ Build the gRPC Java Authentication library am: 2bf353cc26 am: b5cb35def9Hadrien Zalek2020-06-302-0/+28
| |\ \ \
| * \ \ \ Build the gRPC Java testing library am: 58f48cc424 am: 4ddf1be873Hadrien Zalek2020-06-051-0/+37
| |\ \ \ \
| * \ \ \ \ Build the gRPC Java library from source am: 2d04a32487 am: 3124595792Hadrien Zalek2020-06-058-12/+199
| |\ \ \ \ \
| * \ \ \ \ \ Add METADATA to grpc-grpc-java: Apache2=NOTICE am: fd308b8783 am: 830181d779Bob Badour2020-04-301-0/+3
| |\ \ \ \ \ \
| * \ \ \ \ \ \ [automerger skipped] DO NOT MERGE - Empty merge qt-qpr1-dev-plus-aosp into st...Xin Li2020-04-100-0/+0
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Add protoc-gen-grpc-java-plugin am: b607066383 am: 7e9dd3bc39Colin Cross2020-03-301-0/+30
| |\ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ Merge "Add a build module for the Netty Shaded library" am: 9297fc3b14Hadrien Zalek2020-07-271-0/+27
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge "Add a build module for the Netty Shaded library"Hadrien Zalek2020-07-271-0/+27
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Add a build module for the Netty Shaded libraryHadrien Zalek2020-07-241-0/+27
* | | | | | | | | | | | Merge tag 'upstream/v1.16.1' into HEAD am: 9b4675b8abHadrien Zalek2020-07-25123-1954/+12462
|\| | | | | | | | | | | | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Merge tag 'upstream/v1.16.1' into HEADHadrien Zalek2020-07-24123-1954/+12462
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | Bump version to 1.16.1upstream/v1.16.1Eric Anderson2018-10-2619-42/+42
| | * | | | | | | | | Update README to reference 1.16.1Eric Anderson2018-10-261-14/+14
| | * | | | | | | | | core: Make MetadataApplier an interface againEric Anderson2018-10-267-23/+41
| | * | | | | | | | | Bump version to 1.16.1-SNAPSHOTEric Anderson2018-10-2419-42/+42
| | * | | | | | | | | Bump version to 1.16.0upstream/v1.16.0Eric Anderson2018-10-2418-40/+40
| | * | | | | | | | | Update README to reference 1.16.0Eric Anderson2018-10-241-14/+14
| | * | | | | | | | | android-interop-testing: put google() repo firstEric Gribkoff2018-10-241-2/+2
| | * | | | | | | | | grpclb: enter fallback when LB stream broken even before fallback timer expir...Kun Zhang2018-10-242-31/+56
| | * | | | | | | | | 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
| | * | | | | | | | | netty: fix local socket bindCarl Mastrangelo2018-10-181-6/+7
| | * | | | | | | | | core: throw exception on resolution failure and no jndi resolverCarl Mastrangelo2018-10-172-1/+22
| | * | | | | | | | | travis: Drop testing for Java 10Eric Anderson2018-10-161-1/+0
| | * | | | | | | | | netty: update to 4.1.30 and tcn 2.0.17Carl Mastrangelo2018-10-113-38/+39
| | * | | | | | | | | core: add CallCredentials2 and deprecate CallCredentials' old interface (#4902)Kun Zhang2018-10-1016-94/+514
| | * | | | | | | | | okhttp: Add SslGuard to list of allowed security providers. See internal issu...Grant Oakley2018-10-101-2/+4
| | * | | | | | | | | okhttp: make AsyncFrameWriter log quietly when socket is already closed. also...creamsoup2018-10-092-1/+49
| | * | | | | | | | | services: fix callbacks not being forwarded in binlog interceptors (#4918)zpencer2018-10-092-0/+18
| | * | | | | | | | | services: fix channelz javadoc lint for reference not found (#4920)zpencer2018-10-091-2/+2
| | * | | | | | | | | services: allow config str to be passed into binlog object (#4919)zpencer2018-10-082-2/+17
| | * | | | | | | | | netty: expose setting a local socket addressCarl Mastrangelo2018-10-083-11/+73
| | * | | | | | | | | core: ForwardingLoadBalancerHelper (#4911)Kun Zhang2018-10-063-4/+210
| | * | | | | | | | | okhttp: remove internal mockito depCarl Mastrangelo2018-10-051-1/+1
| | * | | | | | | | | core: add Grpc.TRANSPORT_ATTR_LOCAL_ADDR (#4906)Kun Zhang2018-10-0310-4/+50
| | * | | | | | | | | services: sync health.proto from grpc-proto repo (#4904)Kun Zhang2018-10-034-7/+181
| | * | | | | | | | | core: name anonymous classes in ManagedChannel for clear stacktracesCarl Mastrangelo2018-10-031-268/+319
| | * | | | | | | | | Update README to reference 1.15.1Eric Anderson2018-10-031-14/+14
| | * | | | | | | | | netty: Add ProtocolNegotiator.closeEric Anderson2018-10-036-0/+49
| | * | | | | | | | | netty: Remove TransportCreationParamsFilterFactoryEric Anderson2018-10-032-146/+25
| | * | | | | | | | | doc: organize Attributes with annotations. (#4892)Kun Zhang2018-10-0111-21/+71
| | * | | | | | | | | protobuf: make extension registry method experimentalCarl Mastrangelo2018-09-281-0/+1
| | * | | | | | | | | 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-287-17/+45
| | * | | | | | | | | github/lock.yml: Lock GitHub issues after 90 daysEric Anderson2018-09-281-1/+1
| | * | | | | | | | | alts: plumb authority to ALTS protocol negotiator (#4880)Jiangtao Li2018-09-2712-84/+83