1. f6c335c github: Bump up Go version in testing workflow (#4051) by Easwar Swaminathan · 3 years, 5 months ago main master
  2. 4007609 xds: call xdsclient.New instead of getting xds_client from attributes (#4032) by Menghan Li · 3 years, 5 months ago
  3. 2af65e8 advancedtls: Make test happy on Go1.15 (#4053) by Easwar Swaminathan · 3 years, 5 months ago
  4. 7886479 balancer: set RPC metadata in address attributes, instead of Metadata field (#4041) by Menghan Li · 3 years, 5 months ago
  5. 230166b xds: Use management server from go-control-plane. (#4039) by Easwar Swaminathan · 3 years, 5 months ago
  6. c5cf514 github acitons: always run (#4045) by Menghan Li · 3 years, 5 months ago
  7. 8f12696 Fix typo in encoding.md (#4020) by Pierre Fenoll · 3 years, 5 months ago
  8. fa59d20 pemfile: Implement certprovider config parsing API (#4023) by Easwar Swaminathan · 3 years, 5 months ago
  9. 3d14af9 Change version to 1.35.0-dev (#4044) by Menghan Li · 3 years, 5 months ago v1.35.0-dev
  10. f5c42ca xds/client: Export a method to return bootstrap config. (#4033) by Easwar Swaminathan · 3 years, 5 months ago
  11. b88744b xds: add ConfigSelector to support RouteAction timeouts (#3991) by Doug Fawley · 3 years, 5 months ago
  12. 20636e7 protobuf: update protoc to latest version (#4038) by Timothy Gu · 3 years, 5 months ago
  13. 707e298 internal: fix net.Dial fail without IP (#4037) by Menghan Li · 3 years, 5 months ago
  14. 1d01bf9 grpclb: consider IDLE SubConns as connecting (#4031) by Menghan Li · 3 years, 5 months ago
  15. 90f1b3e client: use "localhost:port" as authority if target is ":port" (#4017) by Garrett Gutierrez · 3 years, 5 months ago
  16. 22dba5e xds: Remove usages of grpc.WithInsecure(). (#4028) by Easwar Swaminathan · 3 years, 5 months ago
  17. d2629bd xds/bootstrap: Add support for `grpc_server_resource_name_id`. (#4030) by Easwar Swaminathan · 3 years, 5 months ago
  18. 6caf9d8 xds: make xds client a singleton (#4015) by Menghan Li · 3 years, 5 months ago
  19. 28c130f xds: Minor improvements to xDS server API and test. (#4026) by Easwar Swaminathan · 3 years, 5 months ago
  20. b5d479d xds: Deflake xds_server_integration_test.go (#4025) by Easwar Swaminathan · 3 years, 5 months ago
  21. aeb0479 credentials: fix PerRPCCredentials w/RequireTransportSecurity and security levels (#3995) by yihuaz · 3 years, 5 months ago
  22. d6f8e6f grpclb: send custom user-agent (#4011) by Menghan Li · 3 years, 5 months ago
  23. 9c2f82d xds: Server implementation (#3999) by Easwar Swaminathan · 3 years, 5 months ago
  24. bc01f3f certprovider: API tweaks. (#3987) by Easwar Swaminathan · 3 years, 5 months ago
  25. 5d7f8c9 advancedtls: make example to use new pemfile API (#4012) by ZhenLian · 3 years, 6 months ago
  26. 25ddfdd rds: allow case_insensitive path matching (#3997) by Menghan Li · 3 years, 6 months ago
  27. d7a7a30 testing: Avoid using context.Background (#3949) by Gaurav Gahlot · 3 years, 6 months ago
  28. c6fa121 Fix a typo in interceptor example's README.md (#4014) by Chongyang Shi · 3 years, 6 months ago
  29. ea89aca xds: Add a package to hold environment variables. (#4002) by Easwar Swaminathan · 3 years, 6 months ago
  30. 9a3c661 xds: remove xdsclient.New from EDS balancer (#4001) by Menghan Li · 3 years, 6 months ago
  31. 15ae9fc internal: increase timeout non timeout test in xds/client/v2 (#4006) by Menghan Li · 3 years, 6 months ago
  32. 4e179b8 pemfile: Move file watcher plugin from advancedtls to gRPC (#3981) by Easwar Swaminathan · 3 years, 6 months ago
  33. fe9c99f xds: CDS balancer security integration. (#3955) by Easwar Swaminathan · 3 years, 6 months ago
  34. f4d9cca github: add Github Actions workflow for tests; support in vet.sh (#4005) by Doug Fawley · 3 years, 6 months ago
  35. c8ef9bc xds: Check name of transport socket received in Cluster response. (#3988) by Easwar Swaminathan · 3 years, 6 months ago
  36. 89faf1c internal/transport: fix a bug causing -bin metadata to be incorrectly encoded. (#3985) by Nick Jones · 3 years, 6 months ago
  37. b045bc8 priority: add policy config parsing (#3936) by Menghan Li · 3 years, 6 months ago
  38. fe98b4c doc: update keepalive.md to add why (#3993) by Menghan Li · 3 years, 6 months ago
  39. 15a78f1 xds: Minor cleanup in client/v2 tests. (#3989) by Easwar Swaminathan · 3 years, 6 months ago
  40. 71ef09e xdsResolver: call WatchListener and WatchRDS, instead of WatchService (#3972) by Menghan Li · 3 years, 6 months ago
  41. 4e6166f Documentation: fix outgoing metadata example code (#3979) by Aaron Jheng · 3 years, 6 months ago
  42. 829af01 advancedtls: add examples for reloading from file system (#3976) by ZhenLian · 3 years, 6 months ago
  43. a223251 lrs: handle multiple clusters in LRS stream (#3935) by Menghan Li · 3 years, 6 months ago
  44. e8e2287 Remove experimental comment from client interceptors (#3948) by Igor Zibarev · 3 years, 6 months ago
  45. a80e650 cmd/protoc-gen-go-grpc: bump -version to 1.0.1 for release (#3984) by Doug Fawley · 3 years, 6 months ago cmd/protoc-gen-go-grpc/v1.0.1
  46. 3e67a20 Add GitHub release action (#3962) by Márk Sági-Kazár · 3 years, 6 months ago
  47. eb7fc22 credentials/xds: Handle no acceptedSANs correctly. (#3965) by Easwar Swaminathan · 3 years, 6 months ago
  48. 37b72f9 xdsclient: populate error details for NACK (#3975) by Menghan Li · 3 years, 6 months ago
  49. 0e8f1cd manual resolver: delete GenerateAndRegisterManualResolver (#3960) by Menghan Li · 3 years, 6 months ago
  50. 4e8458e protobuf: update all generated code to google.golang.org/protobuf (#3932) by Doug Fawley · 3 years, 6 months ago
  51. 8153ece credentials/insecure: Implement insecure credentials. (#3964) by Easwar Swaminathan · 3 years, 6 months ago
  52. 9519eff cmd/protoc-gen-go-grpc: use grpc.ServiceRegistrar instead of *grpc.Server (#3968) by Doug Fawley · 3 years, 6 months ago
  53. ce5e366 advancedtls: add PemFileProvider integration tests (#3934) by ZhenLian · 3 years, 6 months ago
  54. 4be647f internal/resolver/unix: Implemented unix resolver. (#3890) by Garrett Gutierrez · 3 years, 6 months ago
  55. ea47aa9 xdsClient: change WatchRDS to return all virtual hosts (#3944) by Menghan Li · 3 years, 6 months ago
  56. c6cfaba advancedtls: Get Instant Updates Before Ticker Runs (#3959) by ZhenLian · 3 years, 6 months ago
  57. 7b167fd encoding/proto: simplify & optimize proto codec (#3958) by Doug Fawley · 3 years, 6 months ago
  58. 7745e52 meshca: Use grpc suffix for grpc specific generated code. (#3954) by Easwar Swaminathan · 3 years, 6 months ago
  59. bc36dc2 advancedtls: fix build on version prior to 1.14 (#3950) by ZhenLian · 3 years, 6 months ago
  60. 3c400e7 advancedtls: clean up test files and shared code (#3897) by ZhenLian · 3 years, 6 months ago
  61. 84e85f7 internal/credentials: fix a bug and add one more helper function SPIFFEIDFromCert (#3929) by ZhenLian · 3 years, 6 months ago
  62. 9abcdab cmd/protoc-gen-go-grpc: fix method name in interceptor info (#3889) by Piyush Mishra · 3 years, 6 months ago
  63. 06c094c xds/client: Process security configuration from Cluster resource (#3931) by Easwar Swaminathan · 3 years, 6 months ago
  64. f0db967 Change version to 1.34.0-dev (#3941) by Garrett Gutierrez · 3 years, 6 months ago v1.34.0-dev
  65. 5af6040 lrs: add Store.Stats() to report loads for multiple clusters (#3905) by Menghan Li · 3 years, 7 months ago
  66. 7464f75 channelz: remove redundant case from AddTraceEvent and remove caps from severities (#3925) by George Kechagias · 3 years, 7 months ago
  67. c073660 xds: Cleanup CDS balancer code and tests. (#3916) by Easwar Swaminathan · 3 years, 7 months ago
  68. 9a3c02f http2_client: fix reader segfault on PROTOCOL_ERRORs (#3926) by Sorah Fukumori · 3 years, 7 months ago
  69. dad518a xds: Refactor/cleanup xds client tests. (#3920) by Easwar Swaminathan · 3 years, 7 months ago
  70. b2c5f4a stalebot: send first ping after 6 days (#3923) by Doug Fawley · 3 years, 7 months ago cmd/protoc-gen-go-grpc/v1.0.0
  71. d528058 xds/bootstrap: Use correct format for "certificate_providers" field. (#3922) by Easwar Swaminathan · 3 years, 7 months ago
  72. 8fbea72 cmd/protoc-gen-go-grpc: add --version flag support (#3921) by Doug Fawley · 3 years, 7 months ago
  73. d9063e7 standardized experimental warnings (#3917) by Gaurav Gahlot · 3 years, 7 months ago
  74. bebda80 internal/balancer: Remove a TODO in stub balancer. (#3919) by Easwar Swaminathan · 3 years, 7 months ago
  75. 2e2833c xds: Fix resource type to URL mapping for v3 client. (#3915) by Easwar Swaminathan · 3 years, 7 months ago
  76. e55dd3e cmd/protoc-gen-go-grpc: re-add proto3 'optional' support (#3914) by Doug Fawley · 3 years, 7 months ago
  77. bb64fee xds: Replace a select with an if statement. (#3912) by Easwar Swaminathan · 3 years, 7 months ago
  78. 866de13 meshca: CertificateProvider plugin implementation. (#3871) by Easwar Swaminathan · 3 years, 7 months ago
  79. 6f47205 credentials/xds: Implementation of client-side xDS credentials. (#3888) by Easwar Swaminathan · 3 years, 7 months ago
  80. 02cd07d cmd/protoc-gen-go-grpc: revert to interface-based service registration (#3911) by Doug Fawley · 3 years, 7 months ago
  81. e6c98a4 stats: include message header in stats.InPayload.WireLength (#3886) by Stephen L. White · 3 years, 7 months ago
  82. 21f897e xds: Add bootstrap support for certificate providers. (#3901) by Easwar Swaminathan · 3 years, 7 months ago
  83. 4e932bb xds/testutils: Minor cleanup. (#3898) by Easwar Swaminathan · 3 years, 7 months ago
  84. 659b829 internal: regenerate pb.go (#3893) by Menghan Li · 3 years, 7 months ago
  85. e4ae874 xds/cdsbalancer: Use testutils.TestClientConn. (#3899) by Easwar Swaminathan · 3 years, 7 months ago
  86. 0dc9986 lrs: add a layer for clusters in load store (#3880) by Menghan Li · 3 years, 7 months ago
  87. 64c4c37 xds: Use a grpcsync.Event to represent close in CDS LB policy. (#3894) by Easwar Swaminathan · 3 years, 7 months ago
  88. 400b4a0 binarylog: export Sink (#3879) by Menghan Li · 3 years, 7 months ago
  89. d81def4 xds: Rename xdsclientWrapper type to xdsClientWrapper in EDS. (#3896) by Easwar Swaminathan · 3 years, 7 months ago
  90. 924b48b xds: Use a grpcsync.Event to represent close in EDS LB policy (#3895) by Easwar Swaminathan · 3 years, 7 months ago
  91. 0f7e218 advancedtls: add fields for root and identity providers in API (#3863) by ZhenLian · 3 years, 7 months ago
  92. 4270c3c xds bootstrap: support insecure and make Creds required (#3881) by Menghan Li · 3 years, 7 months ago
  93. bf9584e internal/transport: handle h2 errcode on header decoding (#3872) by Tzu-Chiao Yeh · 3 years, 7 months ago
  94. 9ec6f11 xds: Exit from run() goroutine when resolver is closed. (#3882) by Easwar Swaminathan · 3 years, 7 months ago
  95. 4bee4db protoc-gen-go-grpc: update README.md to reflect recent changes (#3883) by Doug Fawley · 3 years, 7 months ago
  96. ff9dd65 protoc-gen-go-grpc: generate interfaces optionally; remove NewFooService (#3876) by Doug Fawley · 3 years, 7 months ago
  97. a3e63e8 alts: Specify the build constraints correctly. (#3877) by Easwar Swaminathan · 3 years, 7 months ago
  98. 32e7099 grpctest: Minor improvements to tlogger. (#3874) by Easwar Swaminathan · 3 years, 7 months ago
  99. 86d33e4 connectivity: Get rid of unused Reporter interface. (#3875) by Easwar Swaminathan · 3 years, 7 months ago
  100. 6591123 internal: rename package for test alone file (#3855) by Menghan Li · 3 years, 7 months ago