1. e471128 transport : cancel ctx after swapping the state in server's cancelStream and finishStream (#9382) by eshitachandwani · 2 days ago master
  2. 3b0f758 A75: Add missing E2E test cases for xDS aggregate cluster (#9278) by Marcin Swierczek · 3 days ago
  3. 2fbc883 grpc: place defaultStreamInterceptor after user interceptors (#9404) by Easwar Swaminathan · 3 days ago
  4. d2c52f0 transport: fix server Recv hang on initial HEADERS with EndStream (#9391) by eshitachandwani · 4 days ago
  5. a9cbf17 transport: return unexpected EOF for partial reads (#9204) by Leonid Bugaev · 4 days ago
  6. c313caa advancedtls: apply client defaults before version check (#9403) by Lazizbek Ergashev · 4 days ago
  7. b17fe37 autosharding: implement the sliceMap (#9380) by Easwar Swaminathan · 5 days ago
  8. 5c58cee grpc: remove unused callInfo field (#9397) by Arjan Singh Bal · 5 days ago
  9. 298389d Revert "grpc: change existing dial/server options that set initial window size to not disable BDP estimation" (#9392) by eshitachandwani · 9 days ago
  10. 2cb3789 xds: add unified API for server-side HTTP filter interceptors. (#9351) by Pranjali-2501 · 10 days ago
  11. 9f80274 xds: lowercase RDS route header matcher names before matching (#9353) by Madan kumar · 12 days ago
  12. 91f43d6 xds/resolver: drop field references on Close to prevent retention across ClientConn recycle (#9301) by Sushan Bhattarai · 13 days ago
  13. 6d697e4 extproc : implement flow control for A93 (#9343) by eshitachandwani · 2 weeks ago
  14. d3c47cc xds: Implement GrpcService parsing and shared side channels (gRFC A102) (#9319) by Madhav Bissa · 2 weeks ago
  15. 664e87d stream: group bool fields at tail of csAttempt to reduce allocator size class 240B→224B (#9359) by Gido ten Cate · 3 weeks ago
  16. 31ccdcc stream: group bool fields at tail of serverStream to eliminate false sharing with mu (#9361) by Gido ten Cate · 3 weeks ago
  17. eff9d6f stream: group bool fields at tail of addrConnStream to reduce allocator size class 256B→240B (#9360) by Gido ten Cate · 3 weeks ago
  18. 93e31b4 transport: reject requests missing :authority and host headers (#9365) by eshitachandwani · 3 weeks ago
  19. 9d1988d stream: group bool fields at tail of clientStream to reduce allocator size class 288B→256B (#9281) by Gido ten Cate · 3 weeks ago
  20. cecd55a stats: expose client authority in OutHeader (#9296) by Aryan Singh K. · 3 weeks ago
  21. abf0c53 xds: add internal ResourceNameFunc server option (#9288) by Ran · 3 weeks ago
  22. 4793ad0 credentials/alts: preserve boundAccessToken in altsTC.Clone (#9345) by Nilesh Patil · 3 weeks ago
  23. 3284af7 grpc: change existing dial/server options that set initial window size to not disable BDP estimation (#9078) by Easwar Swaminathan · 3 weeks ago
  24. 75d9091 xds: allow wildcard listener port on server (#9341) by Ran · 3 weeks ago
  25. ef79129 stats/opentelemetry: dynamically calculate compressed message size in tests (#9346) by eshitachandwani · 3 weeks ago
  26. 965a6bf CONTRIBUTING.md: add generative AI policy section (#9339) by Doug Fawley · 4 weeks ago
  27. 955851b metadata: Add ValueFromOutgoingContext (#9282) by Yuyang Guo · 4 weeks ago
  28. ce9c112 autosharding: add config parsing functionality (#9323) by Easwar Swaminathan · 4 weeks ago
  29. db94828 xds/rbac: lowercase header matcher names before matching (#9332) by Easwar Swaminathan · 4 weeks ago
  30. 7354d9c transport: restrict memory overhead of buffering small data frames (#9331) by Arjan Singh Bal · 4 weeks ago
  31. c92e985 server: remove code to suppress duplicate writing of status (#9322) by Easwar Swaminathan · 4 weeks ago
  32. 0ef3b0c client: don't reuse a pick's authority override on a later attempt (#9277) by Naveed · 4 weeks ago
  33. b6f4ff6 deps: update dependencies for all modules (#9327) by eshitachandwani · 4 weeks ago
  34. b6685c5 Change version to 1.85.0-dev (#9326) by eshitachandwani · 4 weeks ago v1.85.0-dev
  35. 30ce1d5 xds: support injecting bootstrap and server config into HTTP filter config parsing (A102) (#9315) by Madhav Bissa · 4 weeks ago
  36. 54c743e extproc : wait for async RPC to complete in test (#9311) by eshitachandwani · 4 weeks ago
  37. 538bb2f endpointsharding: decouple locking, and simplify ChildState API (#9290) by Easwar Swaminathan · 4 weeks ago
  38. bf9e7cd xds: parse allowed_grpc_services from the bootstrap config (A102) (#9194) by Madhav Bissa · 4 weeks ago
  39. 1b9cfe8 test: tolerate OutPayload/InTrailer reorder in RetryStats (#9272) by Roshan Singh · 4 weeks ago
  40. ec03539 server: unify handling of unary and streaming RPCs (#9309) by Easwar Swaminathan · 4 weeks ago
  41. 44332db extproc: increase timeout for TestStreamTimeoutBodyPhaseAllow and remove incorrect refcount decrement (#9306) by eshitachandwani · 5 weeks ago
  42. 7b26667 grpcsync: change refcounted utility to use value (#9303) by eshitachandwani · 5 weeks ago
  43. 0c51461 credentials/sts: do not follow redirects during token exchange (#9299) by Naveed · 5 weeks ago
  44. 36bd7c9 randomsubsetting: ignore endpoints without addresses (#9259) by Minh Vu · 5 weeks ago
  45. a2cc858 extproc: implement channel retention as part of A93 (#9285) by eshitachandwani · 5 weeks ago
  46. 5380ae2 balancer: remove grpc.lb.pick_first.* metrics (#9215) by Deep Golani · 5 weeks ago
  47. 1f4c6f3 xds/rbac: apply header matcher checks to nested and/or/not rules (#9258) by Naveed · 5 weeks ago
  48. 39156ac security: Pipe ConnectionState to custom verification (#9293) by Gregory Cooke · 5 weeks ago
  49. 1ecbd86 security: Allow passing `CurvePreferences` in advancedtls (#9292) by Gregory Cooke · 5 weeks ago
  50. 58bca5a internal/transport: validate per-RPC credential metadata (#9202) by Leonid Bugaev · 5 weeks ago
  51. 61b71be extproc: reject invalid header names and values in header mutations (#9286) by Naveed · 5 weeks ago
  52. 03255a9 extproc: fix TestObservabilityMidStreamFailDeny race (#9295) by eshitachandwani · 5 weeks ago
  53. 17d5aaf xds: pass correct context metadata in client and server route matching. (#9291) by Pranjali-2501 · 6 weeks ago
  54. c200c2d extproc: fix usages of testgrpc in test (#9294) by Pranjali-2501 · 6 weeks ago
  55. fa603ec internal/transport: validate balancer and address metadata (#9203) by Leonid Bugaev · 6 weeks ago
  56. 8518a52 extproc: Implement client-side normal mode metrics (#9267) by eshitachandwani · 6 weeks ago
  57. f7eb50c credentials/alts: support max frame size negotiation via env var (#9268) by Thuan Truong · 6 weeks ago
  58. 3ad1be5 extauthz: parse base and override config for A92. (#9221) by Pranjali-2501 · 6 weeks ago
  59. a620350 xds: fix certificate provider closure race during concurrent TLS handshakes (#9248) by Easwar Swaminathan · 6 weeks ago
  60. cc23455 xdsclient: store per-resource error in resource state instead of overall error (#9283) by Easwar Swaminathan · 6 weeks ago
  61. 268c99a extproc: fix import naming (#9284) by Madhav Bissa · 6 weeks ago
  62. c841c90 xds: suppress the duplicate errors at the client side (#9185) by Marcin Swierczek · 6 weeks ago
  63. d7025c5 transport: surface data when received non-grpc header, end stream without trailers (#9217) by Chengxi Luo · 6 weeks ago
  64. 378072a stats/opentelemetry: add e2e test for baggage propagation (#9160) by ulas · 6 weeks ago
  65. 0e45140 transport: avoid allocation when releasing shared write buffers (#9233) by Zaidoon Abd Al Hadi · 6 weeks ago
  66. 6f508fa xds/extproc: adds ClientInterceptor and ClientStream implementation for observability mode for gRFC A93 (#9180) by eshitachandwani · 6 weeks ago
  67. ff0b87f transport: Fix data race on loopyWriter.estdStreams in AccountCheck tests (#9241) by Easwar Swaminathan · 7 weeks ago
  68. 4fdb83e xds/rbac: avoid nil deref on unset CidrRange prefix_len (#9250) by Naveed · 7 weeks ago
  69. 89d4d61 xds/resolver: ensure OnCommitted is invoked on early stream creation failure to prune unreferenced clusters. (#9140) by Pranjali-2501 · 7 weeks ago
  70. 622a41d xds/clusterimpl: fix uint32 overflow computing EDS drop ratio (#9257) by Naveed · 7 weeks ago
  71. 216640c metadata: re-add MD.String with redaction of sensitive metadata (#9231) by Madhav Bissa · 7 weeks ago
  72. 2cb274b extproc: retrieve correct error status when Send fails with io.EOF (#9270) by eshitachandwani · 7 weeks ago
  73. 29193c5 github: Add a workflow to the govulncheck (#9242) by Easwar Swaminathan · 7 weeks ago
  74. db324f1 outlierdetection: convert pick_first health listener test to e2e (#9252) by Elric · 7 weeks ago
  75. 2cc5573 transport: presize header slice for outgoing metadata (#9243) by Krishna Swaroop K · 7 weeks ago
  76. e57a05f xds: convert rds header exact/prefix/suffix/contains matches to StringMatcher (#9223) by Naveed · 7 weeks ago
  77. 2ac9758 extproc: fix usages of testgrpc in test (#9266) by eshitachandwani · 7 weeks ago
  78. 62a23f6 extproc: fix usages of v3extprocservicegrpc in test (#9265) by eshitachandwani · 7 weeks ago
  79. 9c1cbb1 opentelemetry: initialize attemptInfo with fields set (#9262) by Arjan Singh Bal · 7 weeks ago
  80. 118203e extproc: fix the v3procservicegrpc usage (#9264) by eshitachandwani · 7 weeks ago
  81. 116e945 resolver: log resolver state updates at verbosity 2 (#9261) by Luca Cucchetti · 7 weeks ago
  82. 6656535 xds/extproc: adds ClientInterceptor and ClientStream implementation for normal mode for gRFC A93 (#9174) by eshitachandwani · 7 weeks ago
  83. b6eac42 grpc: fix plan9 build by moving errno matching to a !plan9 file (#9255) by Yusuf İhsan Görgel · 7 weeks ago
  84. 25387aa all: update deps after 1.83 branch cut (#9232) by Easwar Swaminathan · 8 weeks ago
  85. 081051c grpc: move different type RPC handling out of underlying stream implementations (#9226) by eshitachandwani · 8 weeks ago
  86. 506edc4 pickfirstleaf: remove deprecated package (#9254) by Arjan Singh Bal · 8 weeks ago
  87. 75f3c0b client: avoid finishing a stream twice when stream creation fails (#9191) by Utku Özdemir · 8 weeks ago
  88. 7d87045 security/advancedtls: add SkipServerAuthEKU option to bypass server EKU verification (#9222) by Saloni Gupta · 9 weeks ago
  89. a3ce08c transport: delete unused field "wq" in "serverHeaders" (#9237) by Easwar Swaminathan · 9 weeks ago
  90. be1b06d Merge commit from fork by Easwar Swaminathan · 9 weeks ago
  91. f8a85fa xds: reject EDS drop policy with unsupported denominator (#9218) by Naveed · 9 weeks ago
  92. 6032468 internal: adds utility for refcounting and cleanup (#9189) by eshitachandwani · 9 weeks ago
  93. e109b60 internal/buffer: make Unbounded buffer use generic type (#9196) by eshitachandwani · 9 weeks ago
  94. b07d146 Change version to 1.84.0-dev (#9230) by Easwar Swaminathan · 9 weeks ago v1.84.0-dev
  95. 2a112a8 authz: add onPolicyUpdate callback to authz file watcher (#9142) by Keith Collister · 10 weeks ago
  96. 1a80fca vet: adds a check to disallow usage of regex.Compile in xDS code (#9216) by eshitachandwani · 2 months ago
  97. 26ffdb3 [tls] Add safety check in custom cert verification that peer cert chain is non-empty (#9214) by Gregory Cooke · 2 months ago
  98. 5013974 internal/grpcsync: add ScheduleAndWait to CallbackSerializer (#9162) by ulas · 2 months ago
  99. bd58bc0 internal/transport: increase test timeout locally in TestAccountCheckWindowSizeWithLargeWindow (#9182) by Madhav Bissa · 2 months ago
  100. 484f150 httpfilter/extproc: add check to ensure that response trailer mode must be SEND if response body mode is GRPC (#9209) by eshitachandwani · 3 months ago