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
*
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