grpc/test/core/util
AJ Heller d10617edb5
Move resource_user ownership into chttp2 transport/server/connector v2 (#27032)
Reintroducing PR #26643, which was reverted in #27029

Fixed a memory leak and added a test that would have caught it (ASAN build): ca0c8c4
2021-08-18 17:04:00 -07:00
..
BUILD Move resource_user ownership into chttp2 transport/server/connector v2 (#27032) 2021-08-18 17:04:00 -07:00
cmdline.cc Fix readability-inconsistent-declaration-parameter-name manually 2020-11-30 14:22:40 -08:00
cmdline.h Revert "Merge pull request #23053 from grpc/revert-22772-gpr_strvec" 2020-05-28 11:13:12 -07:00
cmdline_test.cc C++ cast for char* 2020-11-30 17:31:08 -08:00
evaluate_args_test_util.h RBAC Engine implementation. (#25948) 2021-04-28 10:10:22 -07:00
fuzzer_corpus_test.cc clang-tidy: enable google-readability-braces-around-statements 2020-11-06 13:41:44 -08:00
fuzzer_one_entry_runner.sh Fix fuzzer_one_entry_runner.sh to pass shellcheck 2018-02-07 11:46:33 -08:00
fuzzer_util.cc Add ALTS fuzzer 2018-05-08 10:15:03 -07:00
fuzzer_util.h Add ALTS fuzzer 2018-05-08 10:15:03 -07:00
grpc_fuzzer.bzl [4/n] Avoid using hardcoded test credentials 2020-04-14 11:47:19 -07:00
grpc_profiler.cc Merge master 2017-11-06 14:43:31 -08:00
grpc_profiler.h Merge master 2017-11-06 14:43:31 -08:00
histogram.cc Fix readability-inconsistent-declaration-parameter-name manually 2020-11-30 14:22:40 -08:00
histogram.h Move histogram to test/core/util 2017-11-30 15:02:04 -08:00
histogram_test.cc Move histogram to test/core/util 2017-11-30 15:02:04 -08:00
lsan_suppressions.txt Move suppressions files under test/core/util to avoid creating a BUILD file under tools, which breaks import. 2018-06-15 17:36:14 -07:00
memory_counters.cc Deprecate gpr_get/set_allocation_functions 2019-11-04 19:47:33 -08:00
memory_counters.h Revert "Merge pull request #18146 from grpc/revert-17308-shutdown" 2019-02-25 10:11:06 -08:00
mock_authorization_endpoint.h Move resource_user ownership into chttp2 transport/server/connector v2 (#27032) 2021-08-18 17:04:00 -07:00
mock_endpoint.cc Move resource_user ownership into chttp2 transport/server/connector v2 (#27032) 2021-08-18 17:04:00 -07:00
mock_endpoint.h Move resource_user ownership into chttp2 transport/server/connector v2 (#27032) 2021-08-18 17:04:00 -07:00
one_corpus_entry_fuzzer.cc clang-format 2019-10-17 15:11:06 -07:00
parse_hexstring.cc Run clang fmt 2018-02-09 09:34:04 -08:00
parse_hexstring.h Update clang-format to 5.0 2017-11-03 09:09:36 -07:00
passthru_endpoint.cc Move resource_user ownership into chttp2 transport/server/connector v2 (#27032) 2021-08-18 17:04:00 -07:00
passthru_endpoint.h Move resource_user ownership into chttp2 transport/server/connector v2 (#27032) 2021-08-18 17:04:00 -07:00
port.cc move parse_address and sockaddr_utils out of iomgr directory (#26077) 2021-04-30 08:21:58 -07:00
port.h clang fmt 2017-11-17 14:09:14 -08:00
port_isolated_runtime_environment.cc improve code readability 2020-03-17 12:23:14 -04:00
port_server_client.cc Move resource_user ownership into chttp2 transport/server/connector v2 (#27032) 2021-08-18 17:04:00 -07:00
port_server_client.h Removing instances of exec_ctx being passed around in functions in 2017-10-18 17:12:19 -07:00
reconnect_server.cc Fixed sign-compare warnings 2021-01-27 11:16:18 -08:00
reconnect_server.h implemented get_local_address accessor for grpc_endpoint 2020-07-29 19:39:22 +00:00
resolve_localhost_ip46.cc Introduced grpc_error_handle (#25902) 2021-04-22 12:00:28 -07:00
resolve_localhost_ip46.h Check localhost is resolved to ipv4 or ipv6 and update test accordingly. 2020-10-23 14:38:36 -07:00
resource_user_util.cc Move resource_user ownership into chttp2 transport/server/connector v2 (#27032) 2021-08-18 17:04:00 -07:00
resource_user_util.h Move resource_user ownership into chttp2 transport/server/connector v2 (#27032) 2021-08-18 17:04:00 -07:00
run_with_poller.sh Fix run_with_poller.sh to pass shellcheck 2018-02-07 11:46:44 -08:00
slice_splitter.cc Run clang fmt 2018-02-09 09:34:04 -08:00
slice_splitter.h Update clang-format to 5.0 2017-11-03 09:09:36 -07:00
stack_tracer.cc C++ cast for void* 2020-11-30 17:29:15 -08:00
stack_tracer.h Add stack-tracer to gRPC 2020-11-01 23:02:39 -08:00
stack_tracer_test.cc Fixing a clang tidy caught at import time 2021-01-28 11:00:07 -08:00
subprocess.h Remove extern "C" 2018-02-02 08:39:47 -08:00
subprocess_posix.cc Clean up some instances of -Wunreachable-code-aggressive (#27054) 2021-08-18 11:43:46 -07:00
subprocess_windows.cc Move cmdline and subprocess from public gpr to test/core/util 2018-01-25 20:11:38 -08:00
test_config.cc Fix unused-parameter warning 2021-01-19 18:18:09 -08:00
test_config.h Fix MSAN adjustment 2020-09-23 18:22:10 -07:00
test_lb_policies.cc Fix incorrect loop variable type (#27055) 2021-08-18 14:33:28 -07:00
test_lb_policies.h Don't retry when LB policy drops the call (#25846) 2021-04-05 08:03:57 -07:00
test_tcp_server.cc Move resource_user ownership into chttp2 transport/server/connector v2 (#27032) 2021-08-18 17:04:00 -07:00
test_tcp_server.h Fix google-readability-todo 2020-11-25 10:09:42 -08:00
tls_utils.cc refactor PemKeyCertPair 2020-12-07 12:10:45 -08:00
tls_utils.h refactor PemKeyCertPair 2020-12-07 12:10:45 -08:00
tracer_util.cc Fix by modernize-use-bool-literals 2020-10-16 10:14:45 -07:00
tracer_util.h Rename tracer_peer to tracer_util 2017-11-17 15:56:48 -08:00
trickle_endpoint.cc Move resource_user ownership into chttp2 transport/server/connector v2 (#27032) 2021-08-18 17:04:00 -07:00
trickle_endpoint.h Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" 2017-12-06 09:47:54 -08:00
tsan_suppressions.txt Pointing the protobuf submodule to the new URL (#26811) 2021-07-29 10:19:16 -07:00
ubsan_suppressions.txt Delete api_fuzzer 2020-01-23 13:26:00 -08:00