1. b2a05be [maintenance] Fix cpp typos (#37755) by Nathan Baulch · 9 months ago
  2. dbb5164 [clang-format] Remove custom clang-format rules for include ordering (#37820) by Craig Tiller · 9 months ago
  3. f6c57b6 [reorg] move a bunch of stuff to src/core/util (#36792) by Mark D. Roth · 9 months ago
  4. befeeba [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging - gpr_log (#36594) by Tanvi Jagtap · 1 year, 2 months ago
  5. b72d318 [grpc][Gpr_To_Absl_Logging] Migrating from gpr to absl logging GPR_ASSERT (#36453) by Tanvi Jagtap · 1 year, 2 months ago
  6. bae0c70 [Deps] Update to Clang-16 (#34492) by Yijie Ma · 1 year, 9 months ago
  7. 905df9d Update Abseil to 20230125 (#32139) by Esun Kim · 2 years, 5 months ago
  8. aa11978 Fix include guards for src/ and test/ directories (#32167) by Yash Tibrewal · 2 years, 5 months ago
  9. 67f364e [cleanup] Eliminate usage of GRPC_ASSERT(false...); (#31757) by Craig Tiller · 2 years, 6 months ago
  10. f99b8b5 Convert c-style comments to C++-style comments (#31923) by Yijie Ma · 2 years, 6 months ago
  11. 0f9d024 [iwyu] c++ (#29721) by Craig Tiller · 3 years, 1 month ago
  12. 0642bc2 Revert "[iwyu] grpc++ (#29610)" (#29720) by Craig Tiller · 3 years, 2 months ago
  13. c8159ea [iwyu] grpc++ (#29610) by Craig Tiller · 3 years, 2 months ago
  14. 672f31c Channel args preconditioning (#28132) by Craig Tiller · 3 years, 7 months ago
  15. a629c9a Reland resource quota work (#28017) by Craig Tiller · 3 years, 8 months ago
  16. 0ea2c37 Revert "New resource quota integration (#27643)" (#28014) by Craig Tiller · 3 years, 8 months ago
  17. 39f0877 New resource quota integration (#27643) by Craig Tiller · 3 years, 8 months ago
  18. ea389c0 Adjust include order per style guide (#27175) by Craig Tiller · 3 years, 10 months ago
  19. f84f3a7 Fix potential nullptr names in resource_user/slice_allocator creation (#27154) by AJ Heller · 3 years, 10 months ago
  20. 1835f00 Revert "Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537)" (#25549) by donnadionne · 4 years, 4 months ago
  21. 8e268dc Revert "Made grpc_core::Mutex compatible to absl::Mutex" (#25537) by donnadionne · 4 years, 4 months ago
  22. 0b53341 Made grpc_core::Mutex compatible to absl::Mutex by Esun Kim · 4 years, 5 months ago
  23. 6dc1748 Revert "Made grpc_core::Mutex compatible to absl::Mutex" by Esun Kim · 4 years, 5 months ago
  24. 6a1518b Made grpc_core::Mutex compatible to absl::Mutex by Esun Kim · 4 years, 5 months ago
  25. 53ab235 Fix google-explicit-constructor by Esun Kim · 4 years, 7 months ago
  26. da7f82f Properly synchronize thread creation failure case by Vijay Pai · 4 years, 9 months ago
  27. f40a702 Clean up headers by Esun Kim · 6 years ago
  28. a3689a8 Properly handle race at thread creation by Vijay Pai · 6 years ago
  29. 19a57f0 Revert "c++ check if workerthread could be spawned" by Vijay Pai · 6 years ago
  30. 6e4d2e8 Merge pull request #20376 from chrisse74/master by Vijay Pai · 6 years ago
  31. 02c3bd6 One more formatting change by Vijay Pai · 6 years ago
  32. f586be8 Fix formatting by Vijay Pai · 6 years ago
  33. 827fd04 moved created() into header file by Christian Maurer · 6 years ago
  34. bbb66ca rename isCreated, make it inline const by Christian Maurer · 6 years ago
  35. 64cdea5 fix some spelling mistakes in document by tanjunchen · 6 years ago
  36. ed9ec64 Check if workerthread could be spawned by Christian Maurer · 6 years ago
  37. 57cc401 typo fix by weiyongji · 6 years ago
  38. 2b9448a Revert "Revert "Introduce C++ wrappers for gpr_mu and gpr_cv."" by Soheil Hassas Yeganeh · 6 years ago
  39. d09c9f8 Revert "Introduce C++ wrappers for gpr_mu and gpr_cv." by Alexander Polcyn · 6 years ago
  40. a26c09d Introduce C++ wrappers for gpr_mu and gpr_cv. by Soheil Hassas Yeganeh · 6 years ago
  41. 9c32dab Expand comment based on reviewer feedback by Vijay Pai · 7 years ago
  42. d9781df Address reviewer comments by Vijay Pai · 7 years ago
  43. 14ad82a Create a new method handler for resource exhaustion and tie into thread mgr by Vijay Pai · 7 years ago
  44. bdd13cb Revert "Revert "Restrict the number of threads in C++ sync server"" by Sree Kuchibhotla · 7 years ago
  45. bea98c3 Revert "Restrict the number of threads in C++ sync server" by Nicolas Noble · 7 years ago
  46. 6eac5e4 std::max is not available on some windows platforms by Sree Kuchibhotla · 7 years ago
  47. c2a22a1 Address core review comments by Sree Kuchibhotla · 7 years ago
  48. b95772e Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc by Sree Kuchibhotla · 7 years ago
  49. ec1c112 Each ThreadManager is a resource user by Sree Kuchibhotla · 7 years ago
  50. 809cf96 Name needs to only be alphanumeric+underscore+dash by Vijay Pai · 7 years ago
  51. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 7 years ago
  52. 162ae4f Remove std::thread, keep everything else unchanged (#13) by Vijay Pai · 7 years ago
  53. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 7 years ago
  54. c9ec2c0 Revert "Stop using std::thread in C++ library since it can trigger exceptions" by Jan Tattermusch · 7 years ago
  55. 92e267e Add needed header by Vijay Pai · 7 years ago
  56. 5dd3226 Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism by Vijay Pai · 7 years ago
  57. 419b617 Fix thread avalances in thread manager by Sree Kuchibhotla · 8 years ago
  58. aef267b Put thread creation and join under lock by David Garcia Quintas · 8 years ago
  59. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 8 years ago
  60. f659ee5 Move comment by Craig Tiller · 8 years ago
  61. 35f27cd More cleanup by Craig Tiller · 8 years ago
  62. 4818150 Better commentary by Craig Tiller · 8 years ago
  63. a3e8789 Fix, restore draining by Craig Tiller · 8 years ago
  64. 991c101 Initial thread manager fixes by Craig Tiller · 8 years ago
  65. 320ed13 Deprecate grpc::thread and sync in favor of std::thread,mutex,etc by Vijay Pai · 9 years ago
  66. 33d5494 generate_projects.sh and also add config.h header so that gcc4.4 can recognize nullptr by Sree Kuchibhotla · 9 years ago
  67. 85399f0 clang formatting fixes by Sree Kuchibhotla · 9 years ago
  68. 385c9b2 Address code review comments by Sree Kuchibhotla · 9 years ago
  69. d39f40d Fix include files by Sree Kuchibhotla · 9 years ago
  70. 8f7739b Rename GrpcRpcManager -> ThreadManager by Sree Kuchibhotla · 9 years ago