216 Commits (85ddf8d31407fc2484af9c0e7c834220637f7ec6)

Author SHA1 Message Date
Esun Kim 1c7d5b5299 Fix MSAN adjustment 4 years ago
Vijay Pai c2d2220ba5 Make MaybeExpect guarantee at-most-once and allow Verify reuse 4 years ago
Esun Kim 165ee5007a Replaced grpc::string with std::string 4 years ago
Vijay Pai b269fdbf8b Don't mark server RPC canceled if finished with non-OK status 5 years ago
Jan Tattermusch f098606c4a Revert "Revert "Reintroduce #21527 (boringssl submodule unification)"" 5 years ago
hcaseyal cca892022b
Revert "Reintroduce #21527 (boringssl submodule unification)" 5 years ago
Jan Tattermusch f91a1c5a69 avoid async_end2end_test timeout on msan 5 years ago
Prashant Jaikumar 2526dfade5 WIP: Make core and C++ tests work with bazel on Mac OS 5 years ago
Vijay Pai 334fffc8c7 Repeat changes of #20968 which were accidentally reverted 5 years ago
Esun Kim e45b60d1fe Fix unique_ptr<char> memory allocation mismatch 5 years ago
Esun Kim b2b7fc9af8 Replaced grpc_core::UniquePtr with std::unique_ptr 5 years ago
Vijay Pai 3928a20bdf Fix outdated thread invocation that now causes Windows breakage 5 years ago
Vijay Pai 176dfc2289 Remove unused parameter warning (15 of 20) 5 years ago
Vijay Pai 5d7e4bb301 Stop using deprecated gtest macros 5 years ago
Vijay Pai 65eb9c9ddb
Revert "Test message size of 100MB" 5 years ago
Juanli Shen d34f366337 Test message size of 100MB 5 years ago
Esun Kim 90fbdc92f5 Roll-forward "Config migration" 6 years ago
Alexander Polcyn 236ae12bb1 Revert "Config migration" 6 years ago
Esun Kim 87905ae5ea Config migration 6 years ago
Esun Kim 1518ecbd76 Added new configuration system to core/grp. 6 years ago
Karthik Ravi Shankar 858b5cca20 Fix clang_format_code.sh issues and move the internal calls to new name 6 years ago
Nicolas "Pixel" Noble b9a279c030 Resolving ambiguous call to CreateCustomChannel. 6 years ago
yang-g e75fc243da change tests to use the new class instead of grpc_test_init 6 years ago
Yash Tibrewal d21a175b28 Revert "Add dummy interceptors to end2end_test and async_end2end_test" 6 years ago
Yash Tibrewal d075719477 Add dummy interceptors to end2end_test and async_end2end_test 6 years ago
Hope Casey-Allen 12925d6fc8 Move check closer to relevant code 6 years ago
Hope Casey-Allen 3ed3c8c071 Add metadata streaming tests 6 years ago
Juanli Shen 974d66f94f Fix tag variable 6 years ago
Juanli Shen 10d129476a Use param 6 years ago
Noah Eisen 373fc6dc40 Manual fixes to enable performance- clang tidy checks 7 years ago
Noah Eisen 58e0cbf9fb Enable the performance-* clang-tidy checks 7 years ago
David Garcia Quintas caa2605a28 Don't capture unnecessary or unused variables 7 years ago
Vijay Pai cdddc8ce42 Desneak client unary call, avoid Hyrum's Law (used for 1-thread simplicity) 7 years ago
Vijay Pai c90a85649b Change grpc++ references in names to grpcpp 7 years ago
Vijay Pai da69355f30 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) 7 years ago
Vijay Pai c745690caf Internalize gpr_thd except for id and currentid 7 years ago
Vijay Pai 1e6a620b50 Remove spinning version 7 years ago
Noah Eisen f56fe4d448
Remove uneeded headers 7 years ago
ncteisen d187ef8c7c Stop overriding poll function in async_end2end 7 years ago
Noah Eisen be82e64b3d Autofix c casts to c++ casts 7 years ago
Vijay Pai b6cf123717 Privatize thread-local storage headers 7 years ago
Mark D. Roth dbdf495f61 Split lib/support into lib/gpr and lib/gpr++. 7 years ago
Craig Tiller 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures 7 years ago
Yuchen Zeng 89f86c08e2 Lower backup poll interval in async_end2end_test 7 years ago
Yuchen Zeng 0d573083b9 Add comments for setting the env variable 7 years ago
Yuchen Zeng 452b987a0d Set GRPC_CLIENT_CHANNEL_BACKUP_POLL_INTERVAL_MS for async_end2end_test 7 years ago
Yuchen Zeng cbb9296b72 Change the default interval to 5 seconds 7 years ago
Yuchen Zeng 7fa814fbeb Fix timeouts 7 years ago
Yuchen Zeng 0bad30a244 Use backup pollser instead of connectivity watcher 7 years ago
Ken Payson 42bd87e376 Adds gRPC Experimental CQ DoThenAsyncNext lambda API 7 years ago