65 Commits (8d35a303f20429724cbaa50cbfa4e4863d7d5ecd)

Author SHA1 Message Date
Yijie Ma bae0c705aa
[Deps] Update to Clang-16 (#34492) 1 year ago
Esun Kim 905df9dee6
Update Abseil to 20230125 (#32139) 2 years ago
Yash Tibrewal aa11978541
Fix include guards for src/ and test/ directories (#32167) 2 years ago
Craig Tiller 67f364e23e
[cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) 2 years ago
Yijie Ma f99b8b5bc4
Convert c-style comments to C++-style comments (#31923) 2 years ago
Craig Tiller 0f9d024fec
[iwyu] c++ (#29721) 3 years ago
Craig Tiller 0642bc213d
Revert "[iwyu] grpc++ (#29610)" (#29720) 3 years ago
Craig Tiller c8159eabdf
[iwyu] grpc++ (#29610) 3 years ago
Craig Tiller 672f31c6ac
Channel args preconditioning (#28132) 3 years ago
Craig Tiller a629c9a03e
Reland resource quota work (#28017) 3 years ago
Craig Tiller 0ea2c37263
Revert "New resource quota integration (#27643)" (#28014) 3 years ago
Craig Tiller 39f0877d25
New resource quota integration (#27643) 3 years ago
Craig Tiller ea389c00c2
Adjust include order per style guide (#27175) 4 years ago
AJ Heller f84f3a7522
Fix potential nullptr names in resource_user/slice_allocator creation (#27154) 4 years ago
donnadionne 1835f00ef1
Revert "Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537)" (#25549) 4 years ago
donnadionne 8e268dcec8
Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537) 4 years ago
Esun Kim 0b53341328 Made grpc_core::Mutex compatible to absl::Mutex 4 years ago
Esun Kim 6dc1748f6c
Revert "Made grpc_core::Mutex compatible to absl::Mutex" 4 years ago
Esun Kim 6a1518bd22 Made grpc_core::Mutex compatible to absl::Mutex 4 years ago
Esun Kim 53ab235fb8 Fix google-explicit-constructor 4 years ago
Vijay Pai da7f82fa9c
Properly synchronize thread creation failure case 5 years ago
Esun Kim f40a702441 Clean up headers 5 years ago
Vijay Pai a3689a8b6c Properly handle race at thread creation 5 years ago
Vijay Pai 19a57f0f96
Revert "c++ check if workerthread could be spawned" 5 years ago
Vijay Pai 02c3bd6c2c
One more formatting change 6 years ago
Vijay Pai f586be8532 Fix formatting 6 years ago
Christian Maurer 827fd04402 moved created() into header file 6 years ago
Christian Maurer bbb66caa64 rename isCreated, make it inline const 6 years ago
tanjunchen 64cdea5a07 fix some spelling mistakes in document 6 years ago
Christian Maurer ed9ec64cea Check if workerthread could be spawned 6 years ago
weiyongji 57cc401597 typo fix 6 years ago
Soheil Hassas Yeganeh 2b9448a71c Revert "Revert "Introduce C++ wrappers for gpr_mu and gpr_cv."" 6 years ago
Alexander Polcyn d09c9f8e20 Revert "Introduce C++ wrappers for gpr_mu and gpr_cv." 6 years ago
Soheil Hassas Yeganeh e85dd2e644 Fix build errors 6 years ago
Karthik Ravi Shankar f03b309787 Revert "Merge pull request #18458 from grpc/grpc_namespace_server" 6 years ago
Soheil Hassas Yeganeh a26c09dd25 Introduce C++ wrappers for gpr_mu and gpr_cv. 6 years ago
Vijay Pai 9c32dab63d Expand comment based on reviewer feedback 7 years ago
Vijay Pai d9781df474 Address reviewer comments 7 years ago
Vijay Pai 14ad82a76d Create a new method handler for resource exhaustion and tie into thread mgr 7 years ago
Sree Kuchibhotla bdd13cb0ae
Revert "Revert "Restrict the number of threads in C++ sync server"" 7 years ago
Nicolas Noble bea98c3c1b
Revert "Restrict the number of threads in C++ sync server" 7 years ago
Sree Kuchibhotla 6eac5e41b1 std::max is not available on some windows platforms 7 years ago
Sree Kuchibhotla c2a22a1ab8 Address core review comments 7 years ago
Sree Kuchibhotla b95772eeb9 Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc 7 years ago
Sree Kuchibhotla ec1c112cc1 Each ThreadManager is a resource user 7 years ago
Vijay Pai 809cf96c56 Name needs to only be alphanumeric+underscore+dash 7 years ago
Vijay Pai 7fed69b7ad Use static_cast rather than reinterpret_cast whenever possible 7 years ago
Vijay Pai 162ae4f50c
Remove std::thread, keep everything else unchanged (#13) 7 years ago
Muxi Yan 0e00c43082 Move headers from grpc++ to grpcpp 7 years ago
Jan Tattermusch c9ec2c0888
Revert "Stop using std::thread in C++ library since it can trigger exceptions" 7 years ago