27 Commits (49b5f9c420e26cfb660868848e66e4bd4d157341)

Author SHA1 Message Date
Mark D. Roth e8239ceb1d
enable retry proxy tests (#26425) 4 years ago
Mark D. Roth c769951764 Remove deprecated variant of JoinHostPort(). 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
Esun Kim 3a519a0b64 Replaced grpc_core New & Delete with C++ new & delete 5 years ago
Vijay Pai 9d96158d7e Remove unused-parameter warnings, round 2 (15 of 19) 5 years ago
Soheil Hassas Yeganeh dbf88dd66f Revert "Revert "Introduce string_view and use it for gpr_split_host_port."" 6 years ago
Soheil Hassas Yeganeh 80c177d4c4
Revert "Introduce string_view and use it for gpr_split_host_port." 6 years ago
Soheil Hassas Yeganeh ef0f9bf7ec Introduce string_view and use it for gpr_split_host_port. 6 years ago
ncteisen f8a4aae119 Fix all instances of bugprone-undefined-memory-manipulation 6 years ago
Vijay Pai 2fe87b0905 Move assignment for Thread, make destructor optional, loop cv waits 7 years ago
Vijay Pai 87e2e6a58a clang-fmt 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 58a62755fc Remove support for detached threads. All threads must be joined. 7 years ago
Vijay Pai c745690caf Internalize gpr_thd except for id and currentid 7 years ago
Noah Eisen 4d20a66685 Run clang fmt 7 years ago
Noah Eisen be82e64b3d Autofix c casts to c++ casts 7 years ago
Vijay Pai d4d0a30c6f Privatize useful.h and avl.h 7 years ago
Vijay Pai ae376bf9d9 Privatize host_port.h; was not used in any wrapped language implementation 7 years ago
Vijay Pai 19988c6c7e clang-format 7 years ago
Dave MacLachlan da341bcb89 Fix up review comments 7 years ago
Dave MacLachlan af5c54de9c Add thread naming support on platforms that support it. 7 years ago
Craig Tiller be98d24841 clang-format after nullptr changes 7 years ago
Craig Tiller 4ac2b8e585 Enable clang-tidy as a sanity check, fix up all known failures 7 years ago
Yash Tibrewal 34a57d0346 rename all test core files to cc and a lot of C++ style conversions 7 years ago
Muxi Yan 9fa1659951 Fix a memory leak point 7 years ago
Yash Tibrewal 7cdd99c86e Adding more pointer type conversions 7 years ago
Jan Tattermusch 7897ae9308 auto-fix most of licenses 8 years ago
Alexander Polcyn f5521c33f9 Revert "Merge branch 'master' into v1.3.x" 8 years ago
Craig Tiller dd36b15315 Call ref/unref, bugfixes 8 years ago
Sree Kuchibhotla b5b6bfd89b Updates C Core 8 years ago
Sree Kuchibhotla 1dbd981cf8 Prefix grpc_cq_polling_type enums with GRPC_CQ_ 8 years ago
Sree Kuchibhotla 321881d07f Change Core to use the new completion_queue_create API 8 years ago
Mark D. Roth 835646e9ff Fix tests. 8 years ago
Mark D. Roth 435f9f23ef Fix tests. 8 years ago
Craig Tiller 7c70b6c144 Revert "Revert "Metadata handling rewrite"" 8 years ago
Craig Tiller 5e01e2ac97 Revert "Metadata handling rewrite" 8 years ago
Craig Tiller 75731e65a8 Fix some leaks/use-after-frees 8 years ago
Craig Tiller 5059ddf58b Fix memory leak, uninitialized memory 8 years ago
Craig Tiller 68208fe422 Progress towards mdstr elimination 8 years ago
David Garcia Quintas 3c4fe1bcb7 Fixed the fix 9 years ago
David Garcia Quintas bb76c33a0c Fixes leak in test_cancel_after_client_done & cancel_after_accept 9 years ago
David Garcia Quintas a301eaade8 Allow servers to select compression level via initial MD. 9 years ago
Mark D. Roth 22b338e210 Apply clang-format diffs. 9 years ago
Mark D. Roth bc84672537 Use unlimited default for max header size until receiving new settings 9 years ago
Craig Tiller 084aa62861 Remove unnecessary -2016 from copyrights 9 years ago
Craig Tiller b093686e59 Fix copyright 9 years ago
Craig Tiller c1b6bdd627 Fix tests in new idempotency work 9 years ago
Craig Tiller 82e249b816 Small fixes 9 years ago
Craig Tiller 575b4200a7 Small fixes 9 years ago