aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/thread_manager
Commit message (Collapse)AuthorAge
* Fix BUILD files. Manually edit bzl filesGravatar yang-g2018-12-06
|
* Create a new method handler for resource exhaustion and tie into thread mgrGravatar Vijay Pai2018-08-14
|
* Revert "Revert "Restrict the number of threads in C++ sync server""Gravatar Sree Kuchibhotla2018-08-01
|
* Revert "Restrict the number of threads in C++ sync server"Gravatar Nicolas Noble2018-07-31
|
* Address core review commentsGravatar Sree Kuchibhotla2018-07-27
|
* Add Tests in Core and C++ and fix a few related bugs in thread_manager.ccGravatar Sree Kuchibhotla2018-07-24
|
* Each ThreadManager is a resource userGravatar Sree Kuchibhotla2018-07-20
|
* Fix one more fileGravatar Muxi Yan2018-03-12
|
* Change grpc++ references in names to grpcppGravatar Vijay Pai2018-03-08
|
* Add more bazel testsGravatar Adele Zhou2018-02-20
|
* Revert "Stop using std::thread in C++ library since it can trigger exceptions"Gravatar Jan Tattermusch2018-01-12
|
* Switch C++ sync server to use gpr_thd rather than std::thread and provide ↵Gravatar Vijay Pai2018-01-08
| | | | resource exhaustion mechanism
* Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
|
* Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Fix printf formatGravatar Craig Tiller2017-04-29
|
* windows compilation fixesGravatar Jan Tattermusch2017-02-02
|
* clang-formatGravatar Vijay Pai2016-11-01
|
* Use C++11 final and overrideGravatar Vijay Pai2016-11-01
|
* Use nullptr instead of NULL. Move test to grpc namespace so that when using ↵Gravatar Sree Kuchibhotla2016-10-25
| | | | gcc4.4, we use nullptr definition in grpc++/impl/codegen/config.h
* make gcc4.4 happyGravatar Sree Kuchibhotla2016-10-25
|
* Change std::atomic_int to gpr_atm since gcc4.4 is complainingGravatar Sree Kuchibhotla2016-10-24
|
* Fix thread_manager_testGravatar Sree Kuchibhotla2016-10-24
|
* clang formatting fixesGravatar Sree Kuchibhotla2016-10-24
|
* Minor changes and called generate_projects.sh againGravatar Sree Kuchibhotla2016-10-20
|
* Modify Thread manager testGravatar Sree Kuchibhotla2016-10-19
|
* Address code review commentsGravatar Sree Kuchibhotla2016-10-18
|
* Fix include filesGravatar Sree Kuchibhotla2016-10-13
|
* Rename GrpcRpcManager -> ThreadManagerGravatar Sree Kuchibhotla2016-10-13