1. 9c32dab Expand comment based on reviewer feedback by Vijay Pai · 6 years ago
  2. d9781df Address reviewer comments by Vijay Pai · 6 years ago
  3. 14ad82a Create a new method handler for resource exhaustion and tie into thread mgr by Vijay Pai · 6 years ago
  4. bdd13cb Revert "Revert "Restrict the number of threads in C++ sync server"" by Sree Kuchibhotla · 6 years ago
  5. bea98c3 Revert "Restrict the number of threads in C++ sync server" by Nicolas Noble · 6 years ago
  6. 6eac5e4 std::max is not available on some windows platforms by Sree Kuchibhotla · 6 years ago
  7. c2a22a1 Address core review comments by Sree Kuchibhotla · 6 years ago
  8. b95772e Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc by Sree Kuchibhotla · 6 years ago
  9. ec1c112 Each ThreadManager is a resource user by Sree Kuchibhotla · 6 years ago
  10. 809cf96 Name needs to only be alphanumeric+underscore+dash by Vijay Pai · 7 years ago
  11. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 7 years ago
  12. 162ae4f Remove std::thread, keep everything else unchanged (#13) by Vijay Pai · 7 years ago
  13. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 7 years ago
  14. c9ec2c0 Revert "Stop using std::thread in C++ library since it can trigger exceptions" by Jan Tattermusch · 7 years ago
  15. 92e267e Add needed header by Vijay Pai · 7 years ago
  16. 5dd3226 Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism by Vijay Pai · 7 years ago
  17. 419b617 Fix thread avalances in thread manager by Sree Kuchibhotla · 7 years ago
  18. aef267b Put thread creation and join under lock by David Garcia Quintas · 7 years ago
  19. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  20. f659ee5 Move comment by Craig Tiller · 7 years ago
  21. 35f27cd More cleanup by Craig Tiller · 7 years ago
  22. 4818150 Better commentary by Craig Tiller · 7 years ago
  23. a3e8789 Fix, restore draining by Craig Tiller · 7 years ago
  24. 991c101 Initial thread manager fixes by Craig Tiller · 7 years ago
  25. 320ed13 Deprecate grpc::thread and sync in favor of std::thread,mutex,etc by Vijay Pai · 8 years ago
  26. 33d5494 generate_projects.sh and also add config.h header so that gcc4.4 can recognize nullptr by Sree Kuchibhotla · 8 years ago
  27. 85399f0 clang formatting fixes by Sree Kuchibhotla · 8 years ago
  28. 385c9b2 Address code review comments by Sree Kuchibhotla · 8 years ago
  29. d39f40d Fix include files by Sree Kuchibhotla · 8 years ago
  30. 8f7739b Rename GrpcRpcManager -> ThreadManager by Sree Kuchibhotla · 8 years ago