index
:
grpc
master
RPC system from Google
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
test
/
cpp
/
thread_manager
Commit message (
Expand
)
Author
Age
*
Create a new method handler for resource exhaustion and tie into thread mgr
Vijay Pai
2018-08-14
*
Revert "Revert "Restrict the number of threads in C++ sync server""
Sree Kuchibhotla
2018-08-01
*
Revert "Restrict the number of threads in C++ sync server"
Nicolas Noble
2018-07-31
*
Address core review comments
Sree Kuchibhotla
2018-07-27
*
Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc
Sree Kuchibhotla
2018-07-24
*
Each ThreadManager is a resource user
Sree Kuchibhotla
2018-07-20
*
Fix one more file
Muxi Yan
2018-03-12
*
Change grpc++ references in names to grpcpp
Vijay Pai
2018-03-08
*
Add more bazel tests
Adele Zhou
2018-02-20
*
Revert "Stop using std::thread in C++ library since it can trigger exceptions"
Jan Tattermusch
2018-01-12
*
Switch C++ sync server to use gpr_thd rather than std::thread and provide res...
Vijay Pai
2018-01-08
*
Enable clang-tidy as a sanity check, fix up all known failures
Craig Tiller
2017-11-10
*
Update clang-format to 5.0
Craig Tiller
2017-11-03
*
auto-fix most of licenses
Jan Tattermusch
2017-06-08
*
Fix printf format
Craig Tiller
2017-04-29
*
windows compilation fixes
Jan Tattermusch
2017-02-02
*
clang-format
Vijay Pai
2016-11-01
*
Use C++11 final and override
Vijay Pai
2016-11-01
*
Use nullptr instead of NULL. Move test to grpc namespace so that when using g...
Sree Kuchibhotla
2016-10-25
*
make gcc4.4 happy
Sree Kuchibhotla
2016-10-25
*
Change std::atomic_int to gpr_atm since gcc4.4 is complaining
Sree Kuchibhotla
2016-10-24
*
Fix thread_manager_test
Sree Kuchibhotla
2016-10-24
*
clang formatting fixes
Sree Kuchibhotla
2016-10-24
*
Minor changes and called generate_projects.sh again
Sree Kuchibhotla
2016-10-20
*
Modify Thread manager test
Sree Kuchibhotla
2016-10-19
*
Address code review comments
Sree Kuchibhotla
2016-10-18
*
Fix include files
Sree Kuchibhotla
2016-10-13
*
Rename GrpcRpcManager -> ThreadManager
Sree Kuchibhotla
2016-10-13