30358 Commits (1423ee77fff3136f3157993c07a5288552768e0d)

Author SHA1 Message Date
Craig Tiller 47b53c85ad [call-v3] Add multi-stack support to CallFilters (#36985) 9 months ago
Maxence Boutet 958bc76658 Explicitly check if candidate is not None when closing aio channel (#36837) 9 months ago
Craig Tiller ec7e4e2a96 [call-v3] Separate out the CallState class from CallFilters (#37003) 9 months ago
Tanvi Jagtap 7040266dc6 [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#37039) 9 months ago
Tanvi Jagtap 68c7d72f5c [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36942) 9 months ago
Mark D. Roth fa84360551 Automated rollback of commit af492ae70a. 9 months ago
Craig Tiller b90afd3017 [call-v3] Eliminate asynchronous server trailing metadata handling (#36984) 9 months ago
Craig Tiller 147557ba1d [channel_init] Better ordering control, version control (#36993) 9 months ago
Sreenithi Sridharan 14714b3512 Fix issues/36613 (#37022) 9 months ago
Craig Tiller a34b8b9ef3 [party] Short circuit expensive loop at the end of every party (#37004) 9 months ago
Tanvi Jagtap f416b31eec [Gpr_To_Absl_Logging] Remove gpr_log_severity_string (#37013) 9 months ago
Craig Tiller 56b3686229 [chaotic-good] Fix use-after free (#37019) 9 months ago
Mark D. Roth 0cac2b09f9 [iomgr] remove spammy log message accidentally added in #36195 (#37017) 9 months ago
Mark D. Roth 34a0318dbf [LB policy API] change metadata mutation API to handle discarded picks (#36968) 9 months ago
Craig Tiller 698a66b9c3 [status_flag] Fix bad stringifier (#37014) 9 months ago
Tanvi Jagtap 4d18248a82 [Gpr_To_Absl_Logging] Remove gpr_log from grpc_call_log_batch (#37007) 9 months ago
AJ Heller 1a3bcd0bda [experiments] Push back EventEngine experiments' expirations (#36991) 9 months ago
Tanvi Jagtap 57890df579 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36979) 9 months ago
Tanvi Jagtap 39fb20574b [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36883) 9 months ago
Sreenithi Sridharan a98ac04fee [fix] updated invocation_metadata return type hint (#36894) 9 months ago
Craig Tiller c5f161a426 [formatting] fix clang-format (#37002) 9 months ago
Craig Tiller 23adb994cf [call-v3] Begin adding benchmarks (#36946) 9 months ago
Craig Tiller ff54357fe6 [context] Forcibly inline fast paths (#36970) 9 months ago
apolcyn e1530b1c88 [ruby] Update google-protobuf dep to allow 3.x and 4.x versions (#36982) 9 months ago
Hoa Nguyen b18636ef21 [Ruby] Implement setter for logger of GRPC module (#36989) 9 months ago
Yijie Ma b51d61987b [EventEngine] Respect the `dns_resolver` config var in windows engine (#36901) 9 months ago
Craig Tiller f33083bfd5 [promises] Add always inline to basic combinators (#36981) 9 months ago
Mark D. Roth af492ae70a Automated rollback of commit f1ab1d8cf3. 9 months ago
Yousuk Seung c475f6f3cd [experiments] Roll back #36875 (#36997) 9 months ago
Tanvi Jagtap 4c9db803a2 [Gpr_To_Absl_Logging] Fixing bugs (#36961) 9 months ago
Tanvi Jagtap 631e4208c4 [Gpr_To_Absl_Logging] Remove custom logger from php. (#36962) 9 months ago
Tanvi Jagtap b3973c6b5e [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36980) 9 months ago
Mark D. Roth f1ab1d8cf3 [handshaker API] update handshaker API to use modern types 9 months ago
Richard Belleville 2d3cbfbfd2
[Release] Add warning about PyPi latest version not necessarily matching Github latest version (#36965) 9 months ago
Sergio Campamá 0edaaafef8 fix: Remove unused -GCC_WARN_INHIBIT_ALL_WARNINGS flag (#36904) 9 months ago
Craig Tiller a3b66f02d7 [channel_filter] Use UniqueTypeName for channel filter names (#36907) 9 months ago
Tanvi Jagtap abcd95a955 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36941) 9 months ago
Craig Tiller af580b4422 [resource_quota] Reduce frequency of time polls in the first 10 seconds of execution (#36932) 9 months ago
Craig Tiller bc26f27c32 [e2e] Fix failure in thready_tsan for cancel_before_invoke with v3 (#36955) 9 months ago
Craig Tiller 1f6978f155 [debug] Add AbslStringify to types here (#36953) 9 months ago
AJ Heller 578b8fdb4d [tracing] Replace EE Trace macros with GRPC_TRACE_LOG (#36949) 9 months ago
Craig Tiller f04eee5cae [optimization] Always inline `Construct` and `Destruct` (#36951) 9 months ago
Yash Tibrewal 2e4e92bb87 [log] Do not set absl min log level if user does not set GRPC_VERBOSITY (#36931) 9 months ago
Craig Tiller 2e4efaf77a [dump-args] Move DumpArgs to use AbslStringify (#36897) 9 months ago
Craig Tiller 5bb53125e7 [arena] Add tests around newer arena code (#36933) 9 months ago
Craig Tiller e21467475f [call-v3] Direct channel implementation (#36734) 10 months ago
Tanvi Jagtap 205783fc4f [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36939) 10 months ago
Tanvi Jagtap 4c01a30f37 [grpc][Gpr_To_Absl_Logging] Remove gpr_assertion_failed function (#36912) 10 months ago
Tanvi Jagtap 97b9560345 [Gpr_To_Absl_Logging] Fixing ruby build (#36935) 10 months ago
Tanvi Jagtap 3b585815a0 [Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36884) 10 months ago