- b2a05be [maintenance] Fix cpp typos (#37755) by Nathan Baulch · 9 months ago
- dbb5164 [clang-format] Remove custom clang-format rules for include ordering (#37820) by Craig Tiller · 9 months ago
- f6c57b6 [reorg] move a bunch of stuff to src/core/util (#36792) by Mark D. Roth · 9 months ago
- befeeba [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36594) by Tanvi Jagtap · 1 year, 2 months ago
- b72d318 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36453) by Tanvi Jagtap · 1 year, 2 months ago
- bae0c70 [Deps] Update to Clang-16 (#34492) by Yijie Ma · 1 year, 9 months ago
- 905df9d Update Abseil to 20230125 (#32139) by Esun Kim · 2 years, 5 months ago
- aa11978 Fix include guards for src/ and test/ directories (#32167) by Yash Tibrewal · 2 years, 5 months ago
- 67f364e [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) by Craig Tiller · 2 years, 6 months ago
- f99b8b5 Convert c-style comments to C++-style comments (#31923) by Yijie Ma · 2 years, 6 months ago
- 0f9d024 [iwyu] c++ (#29721) by Craig Tiller · 3 years, 1 month ago
- 0642bc2 Revert "[iwyu] grpc++ (#29610)" (#29720) by Craig Tiller · 3 years, 2 months ago
- c8159ea [iwyu] grpc++ (#29610) by Craig Tiller · 3 years, 2 months ago
- 672f31c Channel args preconditioning (#28132) by Craig Tiller · 3 years, 7 months ago
- a629c9a Reland resource quota work (#28017) by Craig Tiller · 3 years, 8 months ago
- 0ea2c37 Revert "New resource quota integration (#27643)" (#28014) by Craig Tiller · 3 years, 8 months ago
- 39f0877 New resource quota integration (#27643) by Craig Tiller · 3 years, 8 months ago
- ea389c0 Adjust include order per style guide (#27175) by Craig Tiller · 3 years, 10 months ago
- f84f3a7 Fix potential nullptr names in resource_user/slice_allocator creation (#27154) by AJ Heller · 3 years, 10 months ago
- 1835f00 Revert "Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537)" (#25549) by donnadionne · 4 years, 4 months ago
- 8e268dc Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537) by donnadionne · 4 years, 4 months ago
- 0b53341 Made grpc_core::Mutex compatible to absl::Mutex by Esun Kim · 4 years, 5 months ago
- 6dc1748 Revert "Made grpc_core::Mutex compatible to absl::Mutex" by Esun Kim · 4 years, 5 months ago
- 6a1518b Made grpc_core::Mutex compatible to absl::Mutex by Esun Kim · 4 years, 5 months ago
- 53ab235 Fix google-explicit-constructor by Esun Kim · 4 years, 7 months ago
- da7f82f Properly synchronize thread creation failure case by Vijay Pai · 4 years, 9 months ago
- f40a702 Clean up headers by Esun Kim · 6 years ago
- a3689a8 Properly handle race at thread creation by Vijay Pai · 6 years ago
- 19a57f0 Revert "c++ check if workerthread could be spawned" by Vijay Pai · 6 years ago
- 6e4d2e8 Merge pull request #20376 from chrisse74/master by Vijay Pai · 6 years ago
- 02c3bd6 One more formatting change by Vijay Pai · 6 years ago
- f586be8 Fix formatting by Vijay Pai · 6 years ago
- 827fd04 moved created() into header file by Christian Maurer · 6 years ago
- bbb66ca rename isCreated, make it inline const by Christian Maurer · 6 years ago
- 64cdea5 fix some spelling mistakes in document by tanjunchen · 6 years ago
- ed9ec64 Check if workerthread could be spawned by Christian Maurer · 6 years ago
- 57cc401 typo fix by weiyongji · 6 years ago
- 2b9448a Revert "Revert "Introduce C++ wrappers for gpr_mu and gpr_cv."" by Soheil Hassas Yeganeh · 6 years ago
- d09c9f8 Revert "Introduce C++ wrappers for gpr_mu and gpr_cv." by Alexander Polcyn · 6 years ago
- a26c09d Introduce C++ wrappers for gpr_mu and gpr_cv. by Soheil Hassas Yeganeh · 6 years ago
- 9c32dab Expand comment based on reviewer feedback by Vijay Pai · 7 years ago
- d9781df Address reviewer comments by Vijay Pai · 7 years ago
- 14ad82a Create a new method handler for resource exhaustion and tie into thread mgr by Vijay Pai · 7 years ago
- bdd13cb Revert "Revert "Restrict the number of threads in C++ sync server"" by Sree Kuchibhotla · 7 years ago
- bea98c3 Revert "Restrict the number of threads in C++ sync server" by Nicolas Noble · 7 years ago
- 6eac5e4 std::max is not available on some windows platforms by Sree Kuchibhotla · 7 years ago
- c2a22a1 Address core review comments by Sree Kuchibhotla · 7 years ago
- b95772e Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc by Sree Kuchibhotla · 7 years ago
- ec1c112 Each ThreadManager is a resource user by Sree Kuchibhotla · 7 years ago
- 809cf96 Name needs to only be alphanumeric+underscore+dash by Vijay Pai · 7 years ago
- 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 7 years ago
- 162ae4f Remove std::thread, keep everything else unchanged (#13) by Vijay Pai · 7 years ago
- 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 7 years ago
- c9ec2c0 Revert "Stop using std::thread in C++ library since it can trigger exceptions" by Jan Tattermusch · 7 years ago
- 92e267e Add needed header by Vijay Pai · 7 years ago
- 5dd3226 Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism by Vijay Pai · 7 years ago
- 419b617 Fix thread avalances in thread manager by Sree Kuchibhotla · 8 years ago
- aef267b Put thread creation and join under lock by David Garcia Quintas · 8 years ago
- 7897ae9 auto-fix most of licenses by Jan Tattermusch · 8 years ago
- f659ee5 Move comment by Craig Tiller · 8 years ago
- 35f27cd More cleanup by Craig Tiller · 8 years ago
- 4818150 Better commentary by Craig Tiller · 8 years ago
- a3e8789 Fix, restore draining by Craig Tiller · 8 years ago
- 991c101 Initial thread manager fixes by Craig Tiller · 8 years ago
- 320ed13 Deprecate grpc::thread and sync in favor of std::thread,mutex,etc by Vijay Pai · 9 years ago
- 33d5494 generate_projects.sh and also add config.h header so that gcc4.4 can recognize nullptr by Sree Kuchibhotla · 9 years ago
- 85399f0 clang formatting fixes by Sree Kuchibhotla · 9 years ago
- 385c9b2 Address code review comments by Sree Kuchibhotla · 9 years ago
- d39f40d Fix include files by Sree Kuchibhotla · 9 years ago
- 8f7739b Rename GrpcRpcManager -> ThreadManager by Sree Kuchibhotla · 9 years ago