1. 809cf96 Name needs to only be alphanumeric+underscore+dash by Vijay Pai · 6 years ago
  2. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 6 years ago
  3. 162ae4f Remove std::thread, keep everything else unchanged (#13) by Vijay Pai · 6 years ago
  4. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 7 years ago
  5. c9ec2c0 Revert "Stop using std::thread in C++ library since it can trigger exceptions" by Jan Tattermusch · 7 years ago
  6. 92e267e Add needed header by Vijay Pai · 7 years ago
  7. 5dd3226 Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism by Vijay Pai · 7 years ago
  8. 419b617 Fix thread avalances in thread manager by Sree Kuchibhotla · 7 years ago
  9. aef267b Put thread creation and join under lock by David Garcia Quintas · 7 years ago
  10. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  11. f659ee5 Move comment by Craig Tiller · 7 years ago
  12. 35f27cd More cleanup by Craig Tiller · 7 years ago
  13. 4818150 Better commentary by Craig Tiller · 7 years ago
  14. a3e8789 Fix, restore draining by Craig Tiller · 7 years ago
  15. 991c101 Initial thread manager fixes by Craig Tiller · 7 years ago
  16. 320ed13 Deprecate grpc::thread and sync in favor of std::thread,mutex,etc by Vijay Pai · 8 years ago
  17. 33d5494 generate_projects.sh and also add config.h header so that gcc4.4 can recognize nullptr by Sree Kuchibhotla · 8 years ago
  18. 85399f0 clang formatting fixes by Sree Kuchibhotla · 8 years ago
  19. 385c9b2 Address code review comments by Sree Kuchibhotla · 8 years ago
  20. d39f40d Fix include files by Sree Kuchibhotla · 8 years ago
  21. 8f7739b Rename GrpcRpcManager -> ThreadManager by Sree Kuchibhotla · 8 years ago