aboutsummaryrefslogtreecommitdiff
path: root/test/core
AgeCommit message (Expand)Author
2024-01-12[chttp2] Rework settings management to be a c++ type (#35449)Craig Tiller
2024-01-12[chaotic-good] Fix fuzzer bug (#35537)Craig Tiller
2024-01-12Fix deprecation warnings from upb (#35510)ericsalo
2024-01-12[api-fuzzer] Fix inproc channels (#35538)Craig Tiller
2024-01-11[CSM O11Y] CSM Service Label Plumbing from LB Policies to CallAttemptTracer (...Yijie Ma
2024-01-10[xDS] remove unnecessary string from XdsConfig struct (#35503)Mark D. Roth
2024-01-10[SSA] change xds_override_host policy to manage subchannels based on last-use...Mark D. Roth
2024-01-09[xDS] read connection idle timeout from CDS resource (#35395)Mark D. Roth
2024-01-09[OTel] Add a PluginOption API (#35434)Yash Tibrewal
2024-01-08[api_fuzzer] Cap the number of comma-delimited strings in the target URI to 1K.Mark D. Roth
2024-01-08[chaotic-good] Client & server transport (#35400)Craig Tiller
2024-01-05[call-v3] Begin migration of channel_init to templates.Craig Tiller
2024-01-05[promise] Add a facility to delay promise execution until after the current p...Craig Tiller
2024-01-04[FuzzingEventEngine] add time padding to avoid busy loops (#35447)Mark D. Roth
2024-01-04Disable failing openssl102 tests (#35354)Gregory Cooke
2024-01-02[chttp2] Remove a bunch of mostly-rolled-out experiments (#35426)Craig Tiller
2024-01-02[promises] Add a switch primitive (#35424)Craig Tiller
2024-01-02[xDS] move CDS and EDS watchers into xds resolver (#35011)Mark D. Roth
2024-01-01[promises] Deal with promise endpoint deletion whilst read/write is in progre...Craig Tiller
2023-12-28[xDS] Delay ADS read when watchers need time (#34942)Eugene Ostroukhov
2023-12-27[call-v3] initial surface call integration (#35312)Craig Tiller
2023-12-19[RefCounted and friends] Fix type safety of ref-counted types.Mark D. Roth
2023-12-18[alpn] Remove grpc-exp experimental ALPN protocol. (#34876)Matthew Stevenson
2023-12-15[xDS] don't allocate drop config if not needed (#35326)Mark D. Roth
2023-12-14[promises] Add `AllOk` combinator (#35304)Craig Tiller
2023-12-14[EventEngine] Returns error instead of assertion when hostname is empty (#35306)Yijie Ma
2023-12-13Internal changeCraig Tiller
2023-12-14Fix fuzzer bug b/309756937 (#35279)Craig Tiller
2023-12-14Internal configuration cleanupTanvi Jagtap
2023-12-12[fuzzing] Add ability for api-fuzzer to create inproc channels (#35277)Craig Tiller
2023-12-12[Security - Testing] OpenSSL 1.0.2 and 1.1.1 CI Testing (#35236)Gregory Cooke
2023-12-11Fix fuzzer bug b/309716763 (#35278)Craig Tiller
2023-12-11[call-v3] Convert message compression filter (#35269)Craig Tiller
2023-12-11[promises] Fix fuzzer found uncancelable call bug in client promise code (#34...Craig Tiller
2023-12-11[fuzzing] Add ability to listen to ports to api-fuzzer (#35273)Craig Tiller
2023-12-11binder: skip all tests on ios (#35226)John Cormie
2023-12-11[tls] Add set min/max TLS version APIs to TLS credentials APIs. (#34861)Luwei Ge
2023-12-08[EventEngine] Skip `dns_resolver_cooldown_test` for `event_engine_dns` experi...Yijie Ma
2023-12-06[EventEngine] Posix NativeDNSResolver implementation (#35153)Yijie Ma
2023-12-06[core] Add support for RefIfNonZero in InternallyRefCounted. (#34869)Anirudh Ramachandra
2023-12-04[promises] Add an API to access new style filters (#35200)Craig Tiller
2023-12-04[experiments] Clean up some rolled out experiments (#35195)Craig Tiller
2023-12-04[upb] Update "upb::SymbolTable" to "upb::DefPool" (#35208)ericsalo
2023-12-04[fuzzing-heck] Fix a bug that comes up with promises + work serializer dispat...Craig Tiller
2023-12-01[channel-args] Enforce const-correctness for RefCounted<const T> values (#35199)Craig Tiller
2023-12-01[RefCounted] allow RefCounted<> to work for const types (#35188)Mark D. Roth
2023-12-01[EventEngine] Add public methods to allow EventEngine Endpoints to support op...Vignesh Babu
2023-11-30[promises] Add some niceties for StatusFlag, ValueOrFailureCraig Tiller
2023-11-30[core] Ensure ChannelArgs::SetObject only allows conforming shared_ptr<T> cla...AJ Heller
2023-11-29[test] Sleep between server restarts in retry_transparent_max_concurrent_stre...AJ Heller