aboutsummaryrefslogtreecommitdiff
path: root/alts
AgeCommit message (Expand)Author
2018-10-03core: add Grpc.TRANSPORT_ATTR_LOCAL_ADDR (#4906)Kun Zhang
2018-10-03netty: Add ProtocolNegotiator.closeEric Anderson
2018-10-01doc: organize Attributes with annotations. (#4892)Kun Zhang
2018-09-28Upgrade to Guava 26.0-android and jsr305 3.0.2Jesse Wilson
2018-09-27alts: plumb authority to ALTS protocol negotiator (#4880)Jiangtao Li
2018-09-24alts: Remove usage of TransportCreationParamsFilterFactoryEric Anderson
2018-09-17alts: Initialize ProtocolNegotiators eagerlyEric Anderson
2018-09-14all: use Java7 bracketsCarl Mastrangelo
2018-09-12netty: Initialize ProtocolNegotiators eagerlyEric Anderson
2018-09-11all: fix lint warnings in importZHANG Dapeng
2018-09-04all: move Channelz to io.grpc as InternalChannelz (#4797)zpencer
2018-08-29alts: convert handshaker service channel to SharedResourceHolder (#4802)Jiangtao Li
2018-08-29alts: if ALTS is not running on GCP, fails call (#4807)Jiangtao Li
2018-08-27alts: add Google Default Channel implementation (#4742)Jiangtao Li
2018-08-15alts: Use grpc-netty-shaded instead of grpc-nettyEric Anderson
2018-07-19alts: add call credential security level attribute (#4657)Jiangtao Li
2018-07-12compiler,stub: update RpcMethod docs and usageCarl Mastrangelo
2018-07-10compiler, stub: Rename inputType and outputType in @RpcMethodjbingham-google
2018-07-06compiler, stub: Add @RpcMethod annotationjbingham-google
2018-06-20alts: de-flake AltsHandshakerStubTestShohei Kamimori
2018-06-11all: add gradle format checkerZHANG Dapeng
2018-06-05stub: remove static Method descriptors and stabilize method accessorsCarl Mastrangelo
2018-05-24alts: add grpclb runtimejiangtaoli2016
2018-05-14core: partially stabilize Attributes API (#4458)zpencer
2018-05-03 all: normalize copyright header Carl Mastrangelo
2018-04-26alts: make imported files have imports below package, and set licenceCarl Mastrangelo
2018-04-25core,netty,okhttp,services,testing: expose security info to channelz (#4300)zpencer
2018-04-25alts: move alts protos to match proto packageCarl Mastrangelo
2018-04-13all: add toString() to Server to improve debug infoZHANG Dapeng
2018-03-26build.gradle: bump protobuf plugin to 0.8.5 (#4101)zpencer
2018-03-16alts: Use Guava base16 decoding functions in testsBenedikt Schmidt
2018-03-08alts: minor update to ALTS handshaker proto (#4187)Jiangtao Li
2018-03-07core: rename prepareToLoseNetwork() to enterIdle() (#4179)Eric Gribkoff
2018-03-02alts: refactoring into alts and alts.internal packages (#4169)Jiangtao Li
2018-03-01 buildscripts,travis: fetch from mvn with retries (#4140)zpencer
2018-02-28Lint fixesEric Anderson
2018-02-28core,netty,okhttp,alts,inprocess: deprecate usePlaintext(boolean)Carl Mastrangelo
2018-02-26alts: Remove Java 8 library usages (#4143)Eric Anderson
2018-02-23alts: re-order dependencies in ALTS bazel build (#4133)Jiangtao Li
2018-02-23alts: add ALTS to interop testsJiangtao Li
2018-02-22alts: change visibility of `NettyServerBuilder` (#4088)Shohei Kamimori
2018-02-15alts: add gRPC ALTSJiangtao Li