30605 Commits (master)

Author SHA1 Message Date
Tanvi Jagtap fe249ceb25 [Gpr_To_Absl_Logging] Replace gpr_log (#37472) 4 months ago
Xuan Wang a30347d992 [Python Otel] Manage call tracer life cycle use call arena. (#37460) 4 months ago
Yijie Ma d351628769 [EventEngine] Migrate httpcli to use EventEngine DNSResolver (#37442) 4 months ago
Tanvi Jagtap 1c94bf556c [Gpr_To_Absl_Logging] Replace GRPC_POLLING_API_TRACE with GRPC_TRACE_LOG (#37464) 4 months ago
Xuan Wang 3546a3e930 [Python Distrib] Change warning to RuntimeError for version incompatibility (#37466) 4 months ago
Vignesh Babu 4fd48b1ba9 Remove call_status_override_on_cancellation, peer_state_based_framing experiments. 4 months ago
Tanvi Jagtap 28730dcfd9 [Gpr_To_Absl_Logging] Using GRPC_TRACE_LOG instead of GRPC_TRACE_FLAG_ENABLED (#37387) 4 months ago
Tanvi Jagtap 22859fffdb [Gpr_To_Absl_Logging] Removing EXECUTOR_TRACE and replace with GRPC_TRACE_LOG (#37433) 4 months ago
Tanvi Jagtap 2fea3dbe99 [Gpr_To_Absl_Logging] Replacing GRPC_ARES_RESOLVER_TRACE_LOG with GRPC_TRACE_LOG (#37434) 4 months ago
apolcyn a5ed1f66b5 [ruby] reduce ruby gpr_log invocations from INFO to DEBUG (#37426) 4 months ago
Tanvi Jagtap 83b56204c2 [Gpr_To_Absl_Logging] Remove gpr_should_log from the header file (#37420) 4 months ago
Tanvi Jagtap 8fe72e49b2 [Gpr_To_Absl_Logging] Using GRPC_TRACE_LOG instead of GRPC_TRACE_FLAG_ENABLED (#37389) 4 months ago
Corentin Girard 8271b14c41 [reflection]: python: reflection returns `original_request` (#36944) 4 months ago
Tanvi Jagtap d3560d9176 [Gpr_To_Absl_Logging] Deleting function gpr_set_log_function (#37386) 4 months ago
Tanvi Jagtap 8c5c97d3a2 [Gpr_To_Absl_Logging] Using GRPC_TRACE_LOG instead of GRPC_TRACE_FLAG_ENABLED (#37388) 4 months ago
apolcyn 0940f8e670 [ruby] refactor flaky test and expose cancel_with_status (#37410) 4 months ago
AJ Heller 36123761a1 [logspam] Remove unguarded INFO logging of xds node ID (#37405) 4 months ago
Vignesh Babu 45156d1719 Fix Memory Leak. Ensure secure_endpoint is destructed correctly. 4 months ago
Craig Tiller 255bc5cb8b [security-handshaker] Simplify refcounting (#37345) 4 months ago
Craig Tiller 3de09c544d [fuzzer] Add a fuzzer for SubChannelConnector instances (#37397) 4 months ago
Craig Tiller 5e80db3616 [build] Windows build fix (#37402) 4 months ago
Yijie Ma 33fa301c5b [c-ares] Return `UNAVAILABLE` status for `ARES_ECONNREFUSED` (#37371) 4 months ago
Craig Tiller 9bc078d2e9 Fix sanity (#37400) 4 months ago
Alisha Nanda a9d3ccbee4 Update experiment expirations (#37399) 4 months ago
Craig Tiller 1514a1cf89 [call-v3] Expand suite of passing tests: enable cancel_after_client_done (#37326) 4 months ago
Craig Tiller 781fcf9d10 [server-fuzzer] Add a fuzzer that uses the fake creds library to hit some security codepaths (#37395) 4 months ago
Craig Tiller a35ce3d68c [hpack] Track global hit rate on hpack cache (#37331) 4 months ago
Tanvi Jagtap c2f1f929c6 [Gpr_To_Absl_Logging] Using GRPC_TRACE_LOG instead of GRPC_TRACE_FLAG_ENABLED (#37350) 4 months ago
Tanvi Jagtap 523b22d219 [Gpr_To_Absl_Logging] Using GRPC_TRACE_LOG instead of GRPC_TRACE_FLAG_ENABLED (#37349) 4 months ago
Tanvi Jagtap cdc0263b1f [Gpr_To_Absl_Logging] Using GRPC_TRACE_LOG instead of GRPC_TRACE_FLAG_ENABLED (#37351) 4 months ago
Yijie Ma ecc1ea512e [Performance] Do not construct `KeyValueIterable` when calling OTel for instruments with empty label/optional label (#37311) 4 months ago
Craig Tiller bda6c3adf8 [sanity] fix (#37385) 4 months ago
Craig Tiller c8891a9542 [chttp2] Remove rstpit experiment (#37343) 4 months ago
Craig Tiller 21b10d8c1d [useful] Drop bespoke CountTrailingZeros impl (#37084) 4 months ago
Vignesh Babu 848272c570 Add a Sanitize method to metadata map to allow filtering select metadata types from the map. 4 months ago
Vignesh Babu 449d1b248f Create a CircularBuffer to store events generated by latent_see. This bounds the total number of generated events. 4 months ago
Craig Tiller 40debf702b [chttp2] Fix a bug in hpack error handling 4 months ago
Tanvi Jagtap a83a7ff354 [Gpr_To_Absl_Logging] Change VLOG(2) to LOG(INFO) for experiment 4 months ago
Tanvi Jagtap bd45055fc6 [Gpr_To_Absl_Logging] Remove GRPC_FD_TRACE macro and replace it with GRPC_TRACE_LOG. 4 months ago
Craig Tiller 5638afba6e [call-v3][client-channel] Add benchmarks for lb picks (#37052) 4 months ago
Tanvi Jagtap b40d919cf2 [Gpr_To_Absl_Logging] Convert some tracing macros to use << operator (#37304) 4 months ago
ziglerari 78cfebc3bd [ObjC] Skip 0-length slices when writing to CFWriteStream (#37246) (#37255) 4 months ago
Robert Schulze f553f73e59 Fix use-of-uninitialized-value in gRPC (#37256) 4 months ago
Tanvi Jagtap 084bd27d7d Automated rollback of commit 57a629e88c. 4 months ago
Tanvi Jagtap 57a629e88c [Gpr_To_Absl_Logging] Removing gpr_set_log_function (#37321) 4 months ago
Xuan Wang b6e0137608 [Python Otel] Fix Segfault caused by CallTracer method lifetime issue (#37329) 4 months ago
Craig Tiller 21beb994ee Cleanup some variable naming, make logs a little more accessible 4 months ago
Tanvi Jagtap cf88319446 [Gpr_To_Absl_Logging] Remove deprecated function gpr_set_log_verbosity (#37269) 4 months ago
Craig Tiller 7e089a22d7 [party] Make it faster (#37132) 4 months ago
Craig Tiller ff33098afa [call-arena] Better inlining (#37114) 4 months ago