- 11a1f9e alts: Enable user to configure max number of concurrent ALTS handshakes. (#10016) by Matthew Stevenson · 1 year, 11 months ago
- d17a2db Upgrade to Checkstyle 8.28 by Eric Anderson · 2 years, 2 months ago
- 01d5bd4 Cleanup some of the warnings across the code base (#9445) by Larry Safran · 2 years, 6 months ago
- a738bc8 alts: support google credential CFE cluster name in XDSTP format (#9246) by yifeizhuang · 2 years, 9 months ago
- a206cda Change Attributes.Key debug strings to reference the API of the key by Eric Anderson · 2 years, 9 months ago
- 58a7ace Bump ErrorProne to 2.10.0 by Eric Anderson · 3 years, 1 month ago
- cb4b914 javadoc: update new API `@since` version (#8727) by ZHANG Dapeng · 3 years, 3 months ago
- a2398ce alts: Make GoogleDefaultChannelCredentials take a CallCredentials (#8548) by Mohan Li · 3 years, 3 months ago
- cf41181 alts: add channel logs in handshake by Zhouyihai Ding · 3 years, 5 months ago
- 505594a xds: change google_default/compute_engine creds to select TLS if the xDS cluster name is prefixed with 'google_cfe_' (#8152) by Chengyuan Zhang · 3 years, 9 months ago
- 16eb5a4 Stabilize ChannelCredentials by Eric Anderson · 3 years, 10 months ago
- d42f3b8 Stabilize ServerCredentials by Eric Anderson · 3 years, 10 months ago
- b2e4757 alts: make both GoogleDefaultChannelCredentials and ComputeEngineChannelCredentials choose ALTS for backends given by xDS TD (#7999) by Chengyuan Zhang · 4 years ago
- 528ef63 core: Move negotiationLogger from channel attributes to GrpcHttp2ConnectionHandler (#7933) by yifeizhuang · 4 years ago
- bb737a2 alts: remove confusing constant name in InternalCheckGcpEnvironment.java (#7954) by Jiangtao Li · 4 years ago
- 9e2c817 Make AltsServerBuilder extend ForwardingServerBuilder. by Chengyuan Zhang · 4 years ago
- a598b97 api: add ServerBuilder.addServices() API (#7926) by Chengyuan Zhang · 4 years ago
- 2bfa003 xds: implement cloud-to-prod resolver (#7900) by Chengyuan Zhang · 4 years ago
- 1161ad9 alts: Make concurrent handshake limit part of ALTS instead of TSI by Eric Anderson · 4 years ago
- 514101d alts: Introduce AltsContext to allow outside packages accessing ALTS information by martin-schaub · 4 years ago
- 4c5559d Make clearer that AltsAuthContext is internal by renaming by Martin Schaub · 4 years, 1 month ago
- 29753f2 xds: google_default should use TLS if address contains no cluster name (#7818) by Chengyuan Zhang · 4 years, 1 month ago
- 4130c5a alts, xds: backend handshake protocol selection support for xDS in directpath (#7783) by Chengyuan Zhang · 4 years, 1 month ago
- 43d2e53 alts: Remove dependency on Apache commons lang by Elliotte Rusty Harold · 4 years, 1 month ago
- 814e36b alts: Limit number of concurrent handshakes to 32 by Eric Anderson · 4 years, 3 months ago
- f0223eb alts: Migrate java proto map getter from get<field> to get<field>Map by Eric Anderson · 4 years, 3 months ago
- 24e4d68 alts: create handshaker RPC lazily (#7630) by Jiangtao Li · 4 years, 3 months ago
- ed290cc alts: Add ServerCredentials by Eric Anderson · 4 years, 4 months ago
- d154aa3 Add a timeout to AltsHandshakerStub by susinmotion · 4 years, 4 months ago
- 67b5460 alts: migrate java proto map getter from get<field> to get<field>Map (#7522) by Chengyuan Zhang · 4 years, 4 months ago
- 5a687e3 alts: Expose ChannelCredentials for the various negotiators by Eric Anderson · 4 years, 7 months ago
- 2f60c0a Revert "Call Cipher APIs with non-direct ByteBuffers and perform copies in the ALTS code. (cl/308901367)" by Esun Kim · 4 years, 6 months ago
- c30505d core, alts, cronet: fix ByteBuffer covariant method usages (#7349) by Chengyuan Zhang · 4 years, 6 months ago
- e92b227 Update to Error Prone 2.4 by Eric Anderson · 4 years, 7 months ago
- e9ea709 alts: add peer attribute access for the ALTS context (#7108) by d-reidenbach · 4 years, 8 months ago
- c7e8990 alts: Explicit buffer management to avoid too many ShortBufferException by Esun Kim · 4 years, 9 months ago
- 2cc46ac Change logging level from INFO to FINE. (#6920) by ashithasantosh · 4 years, 10 months ago
- cfe73eb Implemented Frame Size Negotiation in ALTS for gRPC Java. (#6840) by ashithasantosh · 4 years, 11 months ago
- afc1f2e core, grpclb: clean up grpclb specific attributes in core (#6790) by Chengyuan Zhang · 5 years ago
- 255e5fe Sync grpc-proto to 1ff78907 by Eric Anderson · 5 years ago
- 5b726c0 alts: _Actually_ use Conscrypt when available by Eric Anderson · 5 years ago
- c0f37e5 core, grpclb: change policy selection strategy for Grpclb policy (take one: eliminate special logic for deciding grpclb policy in core) (#6637) by Chengyuan Zhang · 5 years ago
- d82140c alts: change errr status to permission deny if alts context not found (#6562) by Jiangtao Li · 5 years ago
- 04e1c9d alts: add client authorization util library (#6529) by Jiangtao Li · 5 years ago
- 0dfda93 alts: fix lazychannel close (#6475) by Jiangtao Li · 5 years ago
- 8b242e1 alts: Check Cipher before declaring Conscrypt working by Eric Anderson · 5 years ago
- b5e890b alts: fix ComputeEngineChannelBuilder class signature by ZHANG Dapeng · 5 years ago
- e9921b7 Create ConscryptLoader for code sharing by Eric Anderson · 5 years ago
- 0be86a5 alts: Use Conscrypt when available by Eric Anderson · 5 years ago
- 3f11b27 alts: make AltsHandshakerClient#close can be called multiple times by Jihun Cho · 5 years ago
- 1ab6510 alts: add close to TsiHandshaker to avoid resource leak for some impls (#6186) by Jihun Cho · 5 years ago
- c9177b2 alts: convert TsiHandshakeHandler to fit new ProtocolNegotiation style (#6104) by Jihun Cho · 5 years ago
- 1fbc61b alts: provide channel type to HandshakerServiceChannel to suppress warning by Jihun Cho · 6 years ago
- 6e2bb6b alts: fix server hang by Carl Mastrangelo · 6 years ago
- c78907a alts: temporarily revert protocol negotiation to work with servers by Carl Mastrangelo · 6 years ago
- 9c9ca65 netty,alts: fire initial protocol negotiation event in WBAEH by Carl Mastrangelo · 6 years ago
- 3432395 alts: handle inline flushes on close in frame handler by Carl Mastrangelo · 6 years ago
- f8ba38a alts: ensure only the first few bytes of key are used by Carl Mastrangelo · 6 years ago
- 7657523 all: update to error prone 2.3.3 by Carl Mastrangelo · 6 years ago
- 23170c2 alts: add TsiPeer boolean property (#5824) by Jihun Cho · 6 years ago
- d86d3dd all: fix lint and revert redundant lint fixes in #5570 (#5787) by Chengyuan Zhang · 6 years ago
- b0167b9 alts: don't log in Framer after close by Carl Mastrangelo · 6 years ago
- 7834a50 alts: use new ProtocolNegotiator style for ALTS by Carl Mastrangelo · 6 years ago
- 7e219c3 alts: Use normal defaults in Alts{Channel,Server}Builder by Eric Anderson · 6 years ago
- 3b80888 netty, alts: expose ProtectedPromise, and writeBufferedAndRemove methods (#5542) by Jihun Cho · 6 years ago
- b4af5ad ALTS: add ComputeEngineChannelBuilder (#5473) by Jiangtao Li · 6 years ago
- 8e6fa12 netty,alts: hide ProtocolNegotiator behind an accessor, and... by Carl Mastrangelo · 6 years ago
- bb39413 netty: limit access to ProtocolNegotiators by Carl Mastrangelo · 6 years ago
- 9312291 alts: Use absolute domain name for metadata server by Eric Anderson · 6 years ago
- 3a39b81 all: remove java6 type args by Carl Mastrangelo · 6 years ago
- e06b941 alts,services: Sync proto sources from grpc-proto by Eric Anderson · 6 years ago
- 4d90b37 ALTS: release handshaker channel if no longer needed (#5210) by Jiangtao Li · 6 years ago
- 1ed196c core: promote the new API in CallCredentials2 (#5216) by Kun Zhang · 6 years ago
- e74576b Remove old BetaApi failure suppressions by Eric Anderson · 6 years ago
- 9eeceab alts: TsiFrameHandler doesn't throw exception when flush after closed (#5180) by Jihun Cho · 6 years ago
- f1f3dbc alts: Fix SHARED_HANDSHAKER_CHANNEL after first close by Eric Anderson · 6 years ago
- 23dadaa alts: add debugging statements for ALTS by Carl Mastrangelo · 6 years ago
- 03300cb alts: Eagerly add interceptor in GoogleDefaultChannelBuilder by Eric Anderson · 6 years ago
- 81121fd alts: make sure to always free frame protector by Carl Mastrangelo · 6 years ago
- 41c8d80 all: fix lint by ZHANG Dapeng · 6 years ago
- c871287 alts: remove empty line in the proto (#4979) by Jiangtao Li · 6 years ago
- ade5c49 Revert "core: promote CallCredentials API v2. (#4952)" (#4983) by Kun Zhang · 6 years ago
- e757c7d alts: update alts protos to match grpc-proto by Carl Mastrangelo · 6 years ago
- e6e3eb8 alts: update handshaker proto (#4966) by Jiangtao Li · 6 years ago
- ef8a844 core: promote CallCredentials API v2. (#4952) by Kun Zhang · 6 years ago
- fbfc3a4 core: add Grpc.TRANSPORT_ATTR_LOCAL_ADDR (#4906) by Kun Zhang · 6 years ago
- 99a2cac netty: Add ProtocolNegotiator.close by Eric Anderson · 6 years ago
- ebbf800 doc: organize Attributes with annotations. (#4892) by Kun Zhang · 6 years ago
- 8e72351 alts: plumb authority to ALTS protocol negotiator (#4880) by Jiangtao Li · 6 years ago
- 693779d alts: Remove usage of TransportCreationParamsFilterFactory by Eric Anderson · 6 years ago
- 6f71472 alts: Initialize ProtocolNegotiators eagerly by Eric Anderson · 6 years ago
- b0f4232 all: use Java7 brackets by Carl Mastrangelo · 6 years ago
- 7efbc36 netty: Initialize ProtocolNegotiators eagerly by Eric Anderson · 6 years ago
- c8975e9 all: fix lint warnings in import by ZHANG Dapeng · 6 years ago
- 4d366ce all: move Channelz to io.grpc as InternalChannelz (#4797) by zpencer · 6 years ago
- 433ac00 alts: convert handshaker service channel to SharedResourceHolder (#4802) by Jiangtao Li · 6 years ago
- 87513d8 alts: if ALTS is not running on GCP, fails call (#4807) by Jiangtao Li · 6 years ago
- 8d6ba23 alts: add Google Default Channel implementation (#4742) by Jiangtao Li · 6 years ago
- 499f95d alts: add call credential security level attribute (#4657) by Jiangtao Li · 7 years ago
- 21b73bb core: partially stabilize Attributes API (#4458) by zpencer · 7 years ago