1. 4a2248a Remove grpc_cli build instructions (#3868) by Sean R. Abraham · 3 years, 8 months ago
  2. 52029da service reflection: include transitive closure for a file (#3851) by Garrett Gutierrez · 3 years, 8 months ago
  3. 15157e2 test: remove funcServer and some uses of NewTestServiceService (#3867) by Doug Fawley · 3 years, 8 months ago
  4. 8630cac xds: update balancer group ID type to string (#3862) by Menghan Li · 3 years, 8 months ago
  5. 9a132e4 advancedtls: add PEMFileProvider implementation for on-file-change credential reloading (#3826) by ZhenLian · 3 years, 8 months ago
  6. 8c8305f benchmark: Revert to use old certs. (#3860) by Easwar Swaminathan · 3 years, 8 months ago
  7. 0b57575 credentials/alts: Skip ALTS tests on darwin. (#3859) by Easwar Swaminathan · 3 years, 8 months ago
  8. b5802b5 xds: v3 support for LRS. (#3856) by Easwar Swaminathan · 3 years, 8 months ago
  9. 48bf772 credentials/alts: ClientAuthorizationCheck to case-fold compare of peer SA (#3792) by Anton Nep · 3 years, 8 months ago
  10. d8ef479 internal: fix build for gae (#3852) by Menghan Li · 3 years, 8 months ago
  11. d25c71b testutils: Add a context parameter to the Receive() method. (#3835) by Easwar Swaminathan · 3 years, 8 months ago
  12. 35afeb6 internal: reintroduce legacy appengine build constraints (#3850) by Garrett Gutierrez · 3 years, 8 months ago
  13. d31b671 cmd/protoc-gen-go-grpc: call interceptor even if handler is unset (#3849) by Doug Fawley · 3 years, 8 months ago
  14. cc8e63c security/authorization: add integration tests (#3809) by Elizabeth Zou · 3 years, 8 months ago
  15. c4ba4cc Change version to 1.33.0-dev (#3846) by Menghan Li · 3 years, 8 months ago v1.33.0-dev
  16. ff1fc89 internal: reintroduce legacy appengine build constraints (#3838) by Garrett Gutierrez · 3 years, 8 months ago
  17. 44d73df cmd/protoc-gen-go-grpc: rework service registration (#3828) by Doug Fawley · 3 years, 8 months ago
  18. 410880d eds: fix priority timeout failure when EDS removes all priorities (#3830) by Menghan Li · 3 years, 8 months ago
  19. 0e72e09 server: prevent hang in Go HTTP transport in some error cases (#3833) by Garrett Gutierrez · 3 years, 8 months ago
  20. b9bc8e7 End stream flag bugfix (#3803) by Garrett Gutierrez · 3 years, 8 months ago
  21. e14f1c2 certprovider: API update to include certificate name. (#3797) by Easwar Swaminathan · 3 years, 8 months ago
  22. 6c0171f rls: Update rls protos and code/test to reflect those changes. (#3832) by Easwar Swaminathan · 3 years, 8 months ago
  23. d16bb4c transport: use escaped string instead of int->string conversion (#3831) by Doug Fawley · 3 years, 8 months ago
  24. f640ae6 security/authorization: util function for converting CEL expression string (#3822) by ZhenLian · 3 years, 8 months ago
  25. 0f73133 xds: Export a WatchListener() method on the xdsClient. (#3817) by Easwar Swaminathan · 3 years, 8 months ago
  26. a3740e5 grpc: Bump up support package version. (#3818) by Easwar Swaminathan · 3 years, 8 months ago
  27. f30caa9 server: Add ServiceRegistrar interface. (#3816) by Easwar Swaminathan · 3 years, 8 months ago
  28. 1dbe29f examples: update grpc version (#3813) by Menghan Li · 3 years, 8 months ago
  29. 6768e33 xds: Fix TestV2ClientBackoffAfterRecvError (#3815) by Easwar Swaminathan · 3 years, 8 months ago
  30. 9310253 meshca: Pull in the MeshCA service proto from istio repo. (#3814) by Easwar Swaminathan · 3 years, 8 months ago
  31. 1605756 xds: add LRS balancing policy (#3799) by Menghan Li · 3 years, 8 months ago
  32. 0baf4c2 meshca: Pull in the MeshCA config proto from grpc-proto repo. (#3807) by Easwar Swaminathan · 3 years, 9 months ago
  33. 7d89215 internal/wrr: introduce order offset to edf scheduler as a tiebreaker for entries with same deadline (#3800) by Yi-Shu Tai · 3 years, 9 months ago
  34. b54ea17 xds: Support xDS v3 transport protocol. (#3778) by Easwar Swaminathan · 3 years, 9 months ago
  35. 6aaac03 internal/serviceconfig: Fix typo and improve docs. (#3802) by Easwar Swaminathan · 3 years, 9 months ago
  36. 2983360 Fix interop tests which rely on the old certs/keys. (#3804) by Easwar Swaminathan · 3 years, 9 months ago
  37. 244f9ec credentials: Migrate helper functions to /internal/credentials for future cleanup (#3780) by cindyxue · 3 years, 9 months ago
  38. d3e3e7a security/authorization: Added CEL-based authorization engine (#3707) by Elizabeth Zou · 3 years, 9 months ago
  39. 7419b44 xds: Improve TestClientWrapperWatchEDS. (#3783) by Easwar Swaminathan · 3 years, 9 months ago
  40. 8beeedb internal: clean up all usages of grpclog, and replace with component (#3719) by Menghan Li · 3 years, 9 months ago
  41. a5514c9 grpc: Minor refactor in server code. (#3779) by Easwar Swaminathan · 3 years, 9 months ago
  42. b830b5f advancedtls: fixed SNI testing and put SNI functions back in advancedtls.go (#3774) by cindyxue · 3 years, 9 months ago
  43. 446b4db advancedtls: add spiffe support in aTLS (#3777) by cindyxue · 3 years, 9 months ago
  44. b2f0b79 xds: Pass WatchExpiryTimeout to Client via Options. (#3784) by Easwar Swaminathan · 3 years, 9 months ago
  45. fd393c8 testdata: Update testdata certs. (#3786) by Easwar Swaminathan · 3 years, 9 months ago
  46. 94d8df7 xds: Avoid mutex copy in log statement. (#3788) by Easwar Swaminathan · 3 years, 9 months ago
  47. 5f7b337 Add some appengine build constraints. (#3787) by Easwar Swaminathan · 3 years, 9 months ago
  48. 8bec2f5 Re-add Go1.11 support (#3776) by Doug Fawley · 3 years, 9 months ago
  49. bc714cd Remove Go 1.9 / AppEngine support; assume go1.12 build tag (#3767) by Doug Fawley · 3 years, 9 months ago
  50. b72d07f advancedtls: migrate testing to grpctest (#3773) by cindyxue · 3 years, 9 months ago
  51. b2e4970 examples: break from 'PerRPCCredsCallOption' status checking loop (#3772) by Achyuta Das · 3 years, 9 months ago
  52. f92f534 README: change badge to pkg.go.dev (#3768) by Hiroyuki Tanaka · 3 years, 9 months ago
  53. 97c30a1 xds: Client refactor in preparation for xDS v3 support (#3743) by Easwar Swaminathan · 3 years, 9 months ago
  54. d6c4e49 internal: delete mock from examples (#3766) by Menghan Li · 3 years, 9 months ago
  55. 1c32b02 typo: upate->update (#3765) by Doug Fawley · 3 years, 9 months ago
  56. 0e6096e interop: update --fail_on_failed_rpc to wait for initial success (#3763) by Eric Gribkoff · 3 years, 9 months ago
  57. 067255f xds testing: add path_matching and header_matching (#3764) by Menghan Li · 3 years, 9 months ago
  58. dfc0c05 advancedtls: Add SNI logic to ServerOptions.GetCertificate (#3697) by cindyxue · 3 years, 9 months ago
  59. 8b7764b xds interop: update interop client to support new tests (#3737) by Menghan Li · 3 years, 9 months ago
  60. 7408372 xdsrouting: remove env variable for routing (#3754) by Menghan Li · 3 years, 9 months ago
  61. 9106c3f Change version to 1.32.0-dev (#3757) by Menghan Li · 3 years, 9 months ago v1.32.0-dev
  62. cee815d Added support for proto3 field presence (#3752) by Garrett Gutierrez · 3 years, 9 months ago
  63. a1ace91 xdsrouting: resolver to generate service config with routes, and pick routing balancer (#3751) by Menghan Li · 3 years, 9 months ago
  64. a5a36bd client: set auth header to localhost for unix target (#3730) by Garrett Gutierrez · 3 years, 9 months ago
  65. 5f0e728 xdsrouting: balancer implementation (#3746) by Menghan Li · 3 years, 9 months ago
  66. ca3959a xdsrouting: handle route fields in xds_client (#3747) by Menghan Li · 3 years, 9 months ago
  67. 266c7b6 xdsrouting: add fake headers (#3748) by Menghan Li · 3 years, 9 months ago
  68. 6dc7938 xdsrouting: balancer config parsing (#3734) by Menghan Li · 3 years, 9 months ago
  69. e2f575e xdsrouting: all matchers (#3733) by Menghan Li · 3 years, 9 months ago
  70. 08e6bb1 examples: change xds example to import xds instead of experimental (#3745) by Menghan Li · 3 years, 9 months ago
  71. 6e77a8b xds: delete experimental package and experimental scheme (#3729) by Menghan Li · 3 years, 9 months ago
  72. 1154df9 balancer: remove deprecated type aliases as planned (#3742) by Doug Fawley · 3 years, 9 months ago
  73. dd8658f credentials: check and expose SPIFFE ID (#3626) by ZhenLian · 3 years, 9 months ago
  74. 9fcde86 credentials/alts: Change ALTS hsConn to a map (#3741) by Ryan Kim · 3 years, 9 months ago
  75. 46d42f1 README: adjust links, and slight rework of page (#3736) by Patrice Chalin · 3 years, 9 months ago
  76. a6c3c69 examples: cleanup README.md (#3738) by Patrice Chalin · 3 years, 9 months ago
  77. d8193ee xds: Add v3 support for client bootstrap. (#3723) by Easwar Swaminathan · 3 years, 10 months ago
  78. abfbf74 doc: fix references to status methods (#3702) by Evan Limanto · 3 years, 10 months ago
  79. 3405381 codes: document which error codes can be returned by the framework (#3699) by Kane York · 3 years, 10 months ago
  80. a86c873 cleanup: fix mention of healthcheck to health (#3731) by Sophos · 3 years, 10 months ago
  81. e8fb6c1 credentials/sts: PerRPCCreds Implementation (#3696) by Easwar Swaminathan · 3 years, 10 months ago
  82. 9af290f balancergroup: move balancer state (connectivity state and picker) building out (#3685) by Menghan Li · 3 years, 10 months ago
  83. 4258d12 service config: add default method config support (#3684) by Aliaksandr Mianzhynski · 3 years, 10 months ago
  84. 3de8449 xds: use logging components (#3718) by Menghan Li · 3 years, 10 months ago
  85. 6809848 advancedtls: Add system default CAs to config function (#3663) by cindyxue · 3 years, 10 months ago
  86. c95dc4d doc: mark CustomCodec as deprecated (#3698) by Menghan Li · 3 years, 10 months ago
  87. 506b773 Implemented component logging (#3617) by Garrett Gutierrez · 3 years, 10 months ago
  88. 4241954 xds: Move test only utility method to testutils. (#3715) by Easwar Swaminathan · 3 years, 10 months ago
  89. 31d22c7 examples: use grpc v1.30.0 rather than v1.30.0-dev.1 (#3710) by Patrice Chalin · 3 years, 10 months ago
  90. 7a80883 examples: make test script output easier to read (#3711) by Patrice Chalin · 3 years, 10 months ago
  91. 38aafd8 vet.sh: require ALL modules are tidy; tidy some that are not (#3709) by Doug Fawley · 3 years, 10 months ago
  92. 4e63bca test: replace manual.GenerateAndRegisterManualResolver with grpc.WithResolvers (#3700) by Zou Nengren · 3 years, 10 months ago
  93. 9a46550 alts: Added peer attributes accessor for alts context and updated test method (#3675) by d-reidenbach · 3 years, 10 months ago
  94. dfc058c credentials: Add certificate provider plugin APIs. (#3654) by Easwar Swaminathan · 3 years, 10 months ago
  95. 3b63c2b retry: re-enable retrying on non-IO transport errors (#3691) by Doug Fawley · 3 years, 10 months ago
  96. 6f5ecbe Change version to 1.31.0-dev (#3681) by Menghan Li · 3 years, 11 months ago v1.31.0-dev
  97. b6d6ede xds: use google default creds (#3673) by Menghan Li · 3 years, 11 months ago
  98. eb11ffd retry: prevent per-RPC creds error from being transparently retried (#3677) by Doug Fawley · 3 years, 11 months ago
  99. 9aa97f9 stream: fix calloption.After() race in finish (#3672) by Menghan Li · 3 years, 11 months ago
  100. d5bc6ec xds: Add cmpopts.EquateEmpty option in tests. (#3671) by Easwar Swaminathan · 3 years, 11 months ago