1. 479df5e advancedtls: check error before deferring close (#3659) by ZhenLian · 4 years ago
  2. ad51f57 protoc-gen-go-grpc: add requirement of embedding UnimplementedServer in services (#3657) by Doug Fawley · 4 years ago
  3. 42eed59 xds: handle errors in xds_client (#3658) by Menghan Li · 4 years ago
  4. cb7f5de xds: handle errors in xds resolver (#3651) by Menghan Li · 4 years ago
  5. a085b3e credentials/local: fix incorrect binding of listener port (#3656) by yihuaz · 4 years ago
  6. 806b6fc xds: handle errors in cds balancer (#3649) by Menghan Li · 4 years ago
  7. f818fd2 all: regenerate .pb.go files using cmd/protoc-gen-go-grpc (#3646) by Damien Neil · 4 years ago
  8. e0ec2b8 doc: fix quickstart hyperlink in README (#3648) by Bill Zong · 4 years ago
  9. acd5f84 xds: handle errors in eds balancer (#3645) by Menghan Li · 4 years ago
  10. 6c9e30c cmd/protoc-gen-go-grpc: add code generator (#3453) by Damien Neil · 4 years ago
  11. 30c53e7 xds: move balancer/resolver registation to package xds (#3640) by Menghan Li · 4 years ago
  12. e786c2d xds: eds balancer handleEDSUpdate cleanup (#3639) by Menghan Li · 4 years ago
  13. 5cd4522 internal: fix errors after merging (#3643) by Menghan Li · 4 years ago
  14. eb827fb grpclb, dns: pass balancer addresses via resolver.State (#3614) by Doug Fawley · 4 years ago
  15. d071d56 xds: handle weighted cluster as route action (#3613) by Menghan Li · 4 years ago
  16. 4709b05 transport: move append of header and data down to http2 write loop to save garbage (#3568) by Bryan Boreham · 4 years ago
  17. 5e50693 credentials/alts: Fix ALTS record crypto interface comments (#3638) by Ryan Kim · 4 years ago
  18. d6e95de xds: rename subBalancerWithConfig to subBalancerWrapper (#3608) by Zou Nengren · 4 years ago
  19. 5c35263 internal: update rls.pb.go (#3637) by Menghan Li · 4 years ago
  20. 8bd4659 xds: not cancel and restart RDS watch on the same LDS update (#3619) by Menghan Li · 4 years ago
  21. 9eb3e7d credentials: local creds implementation (#3517) by yihuaz · 4 years ago
  22. 636b0d8 internal: fix typos (#3581) by IceberGu · 4 years ago
  23. 96e5c84 xds: rename resolver scheme to xds (#3621) by Menghan Li · 4 years ago
  24. f5cae43 Fix wording in keep alive documentation (#3625) by Ben Wells · 4 years ago
  25. f62d68d benchmark: exit from UnconstrainedStreamingCall() when stream is canceled (#3623) by Bryan Boreham · 4 years ago
  26. 36493bc xds: stop expiry timer after receiving an update (#3615) by Menghan Li · 4 years ago
  27. a6ab447 cache: callback without cache's mutex (#3603) by Menghan Li · 4 years ago
  28. 42e450f doc: update "A short introduction to Channelz" url (#3583) by Matjaz Debelak · 4 years ago
  29. 695df7e status: wrap status proto in a struct (#3556) by Zou Nengren · 4 years ago
  30. 10ccd46 xds_client: make sure LDS sets ConfigSource to ADS (#3588) by Menghan Li · 4 years ago
  31. c848267 advancedtls: remove test.Fatal() from child goroutine (#3595) by ZhenLian · 4 years ago
  32. e7557c8 xds: reject RDS response containing match with case-sensitive false (#3592) by Menghan Li · 4 years ago
  33. a906ca0 balancergroup: fix connectivity state (#3585) by Menghan Li · 4 years ago
  34. 661d4c9 internal: update service_config.pb.go (#3584) by Menghan Li · 4 years ago
  35. fe604e1 xds: add weighted_target balancer (#3541) by Menghan Li · 4 years ago
  36. eedec2c advancedtls: add leaf cert in verify params (#3571) by ZhenLian · 4 years ago
  37. 4b07105 internal: revert change to make travis always build proto (#3580) by Menghan Li · 4 years ago
  38. 695da82 interop: increase xds test client rpc timeout (#3579) by Eric Gribkoff · 4 years ago
  39. 80ff2c9 internal: code regen move file to correct location (#3574) by Menghan Li · 4 years ago
  40. accb879 cleanup: remove lingering V2 references (#3576) by Doug Fawley · 4 years ago
  41. d70354e advancedtls: add field names for unit tests (#3570) by ZhenLian · 4 years ago
  42. 4eb418e balancer: move Balancer and Picker to V2; delete legacy API (#3431) by Doug Fawley · 4 years ago
  43. b0ac601 rls: LB policy with only control channel handling (#3496) by Easwar Swaminathan · 4 years ago
  44. b2df44e Pass weights to wrr balancer through attributes. (#3530) by Easwar Swaminathan · 4 years ago
  45. a3cc4f6 interop: add --fail_on_failed_rpc xds client flag (#3567) by Eric Gribkoff · 4 years ago
  46. 15653fe all: refactor .pb.go generation (#3451) by Damien Neil · 4 years ago
  47. 7d6aa9e kokoro: use xds-test-server image (#3564) by Eric Gribkoff · 4 years ago
  48. c10d2c6 rls: Update rls protobufs. (#3562) by Easwar Swaminathan · 4 years ago
  49. a0cdc21 server.go: use worker goroutines for fewer stack allocations (#3204) by Adhityaa Chandrasekar · 4 years ago
  50. 29f40a4 make helper function return error (#3553) by Zou Nengren · 4 years ago
  51. 6a3c038 Pass address attributes from balancer to creds handshaker. (#3548) by Easwar Swaminathan · 4 years ago
  52. 8f94cb1 status: remove Error method accidentally added to *Status (#3561) by Doug Fawley · 4 years ago
  53. 18b6aa7 xds: unexport edsBalancerImplInterface's function (#3550) by Zou Nengren · 4 years ago
  54. f313ade advancedtls: add fine-grained verification levels in XXXOptions (#3454) by ZhenLian · 4 years ago
  55. 843b06d benchmark: Fix segfault in benchmark code. (#3555) by Easwar Swaminathan · 4 years ago
  56. 03def2a examples: add go.mod to make examples a separate module (#3546) by Patrice Chalin · 4 years, 1 month ago v1.30.0-dev.1
  57. f67e7c0 Make vet happy on non_linux platforms. (#3549) by Easwar Swaminathan · 4 years, 1 month ago
  58. da15178 internal: move parseMethodName func to internal/grpcutil (#3525) by Zou Nengren · 4 years, 1 month ago
  59. 6774920 xds: Modify return value of getClusterFromRouteConfiguration (#3534) by Zou Nengren · 4 years, 1 month ago
  60. aff515d env: check GRPC_GO_IGNORE_TXT_ERRORS env var (#3532) by Timur Naurazbaev · 4 years, 1 month ago
  61. d15f1a4 test: Move creds related to tests to creds_test.go (#3542) by Easwar Swaminathan · 4 years, 1 month ago
  62. f9ac13d credentials/alts: Properly release server InBytes buffer after the handshake is complete. (#3529) by Cesar Ghali · 4 years, 1 month ago
  63. 759569b balancer: support hierarchical paths in addresses (#3494) by Menghan Li · 4 years, 1 month ago
  64. f9a1aeb xds: accept either "" or "/" as the prefix for the default route (#3535) by Menghan Li · 4 years, 1 month ago
  65. ff40ef4 xds: refactor xds_client (#3477) by Menghan Li · 4 years, 1 month ago
  66. 6e001be README: add link to Go releases (#3526) by Patrice Chalin · 4 years, 1 month ago
  67. c7079af lint: fail on missing package comment (#3524) by Menghan Li · 4 years, 1 month ago
  68. c97e1d3 Revert "credentials/alts: Properly release server InBytes buffer after the handshake is complete. (#3513)" (#3528) by Menghan Li · 4 years, 1 month ago
  69. 4c4cafb internal/transport: Get rid of TargetInfo struct. (#3527) by Easwar Swaminathan · 4 years, 1 month ago
  70. 46c755a rename to LocalityID (#3522) by Zou Nengren · 4 years, 1 month ago
  71. 8e6052a fix typo in flag description (#3520) by Tariq Ibrahim · 4 years, 1 month ago
  72. a783b25 internal: rename proto import to end with pb (#3523) by Menghan Li · 4 years, 1 month ago
  73. 27096e8 doc: update README for supported Go versions and travis for tests (#3516) by Doug Fawley · 4 years, 1 month ago
  74. 7c3fd13 credentials/alts: Properly release server InBytes buffer after the handshake is complete. (#3513) by Cesar Ghali · 4 years, 1 month ago
  75. b02de00 client: option to surface connection errors to callers (#3430) by sethp-nr · 4 years, 1 month ago
  76. a9555d0 balancergroup: update methods to V2balancer (#3505) by Menghan Li · 4 years, 1 month ago
  77. 709091f service config: move balancer config parsing to internal (#3504) by Menghan Li · 4 years, 1 month ago
  78. 7f19477 Change version to 1.30.0-dev (#3511) by Easwar Swaminathan · 4 years, 1 month ago v1.30.0-dev
  79. 85e3a6f credentials: Update doc strings for NewClientTLSFromCert et. al. (#3508) by Easwar Swaminathan · 4 years, 1 month ago
  80. 3038e58 examples: add example to show how to use the health service (#3381) by Mya Pitzeruse · 4 years, 1 month ago
  81. 98e4c7a xds: move balancer group to a separate package (#3493) by Menghan Li · 4 years, 1 month ago
  82. c5faf56 status: move statusError to internal/status package (#3432) by James Protzman · 4 years, 1 month ago
  83. 7cb4db2 internal: update grpc_lb_v1 proto (#3499) by Menghan Li · 4 years, 1 month ago
  84. a9601d9 xds: update nonce even if the ACK/NACK is not sent on wire (#3497) by Menghan Li · 4 years, 1 month ago
  85. 66e9dfe transport: fix handling of header metadata in serverHandler (#3484) by Malte Isberner · 4 years, 1 month ago
  86. aedb136 balancer: change roundrobin to accept empty address list (#3491) by Menghan Li · 4 years, 1 month ago
  87. fe1d8e7 xds: add temporary logging to LRS (#3490) by Menghan Li · 4 years, 1 month ago
  88. 508cf42 cleanup: fix typo in grpclib_remote_balancer.go (#3486) by James Xu · 4 years, 1 month ago
  89. cc86407 rls: Manually implement equality of key builder maps. (#3476) by Easwar Swaminathan · 4 years, 1 month ago
  90. e965f2a client: add a WithNoProxy dialoption (#3411) by Patrick Bogen · 4 years, 1 month ago
  91. 5dbd4c2 kokoro: allow individual test case logs for xds (#3478) by Eric Gribkoff · 4 years, 1 month ago
  92. 192c8a2 rls: Rename type `picker` to `rlsPicker`. (#3475) by Easwar Swaminathan · 4 years, 1 month ago
  93. 7c502e1 wrr: make random wrr thread safe (#3470) by Menghan Li · 4 years, 1 month ago
  94. fe80f08 Update test credentials to 2048-bit RSA keys (#3467) by Jiangtao Li · 4 years, 1 month ago
  95. b3dcc68 stats: set response compression codec on stats.InHeader and stats.OutHeader (#3390) by Matthew Dolan · 4 years, 2 months ago
  96. 197c621 xds: use generated protos from github.com/cncf/udpa/go (#3449) by Damien Neil · 4 years, 2 months ago
  97. 166461e channelz: Make staticchecker happy on darwin. (#3469) by Easwar Swaminathan · 4 years, 2 months ago
  98. 09c4b45 vet: Get it to work on Darwin. (#3452) by Easwar Swaminathan · 4 years, 2 months ago
  99. 71f583e xds: split callback in xds_client to avoid type assertions (#3450) by Menghan Li · 4 years, 2 months ago
  100. ba34a8c doc: fix link in xds readme to point gRFC (#3466) by Menghan Li · 4 years, 2 months ago