1. 676f99a Fix a parameter name mismatch by Eric Gribkoff · 6 years ago
  2. f8cf7ee Support gRPC Python client-side fork with epoll1 by Eric Gribkoff · 6 years ago
  3. 7a7e4f5 Move C++ mu_guard class out of C-core public headers and fix style. by Mark D. Roth · 6 years ago
  4. 326f82e A bit of cleanup and add more tests. by Mark D. Roth · 6 years ago
  5. 78aca7b clang-format by Mark D. Roth · 6 years ago
  6. 43002a3 Remove no-longer-necessary MakePolymorphicRefCounted(). by Mark D. Roth · 6 years ago
  7. 87e772f Fix RefCountedPtr to handle polymorphism. by Mark D. Roth · 6 years ago
  8. 2968bf6 reviewer feedback by ncteisen · 6 years ago
  9. 0f6e4dd reviewer feedback: by ncteisen · 6 years ago
  10. c0f110b Revert "REVERT THIS: fix alignment to fix tests for now" by ncteisen · 6 years ago
  11. 1f32578 REVERT THIS: fix alignment to fix tests for now by ncteisen · 6 years ago
  12. 5fd07bd Fix sanity and build by ncteisen · 6 years ago
  13. 2d2854a Add copy and move ctor to InlinedVector by ncteisen · 6 years ago
  14. 25082c5 Reviewer feedback by ncteisen · 6 years ago
  15. caa85b2 Reviewer feedback by ncteisen · 6 years ago
  16. 46168bf Check the value in the pointer, not the address by Vijay Pai · 6 years ago
  17. 817d28f Revert "Merge pull request #15746 from grpc/revert-15709-recv_trailing_metadata_ready2" by Mark D. Roth · 6 years ago
  18. 0159026 Revert "Second attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops" by Mark D. Roth · 6 years ago
  19. 5b3824b Code review changes. by Mark D. Roth · 6 years ago
  20. 290d35e C++-ify grpclb client stats. by Mark D. Roth · 6 years ago
  21. bc946ac Merge pull request #15339 from ncteisen/new-delete-hack by Noah Eisen · 6 years ago
  22. 40c93b6 Review changes by kpayson64 · 6 years ago
  23. 4fad281 Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_check by kpayson64 · 6 years ago
  24. 3cced83 Test failure fixes by kpayson64 · 6 years ago
  25. 15a521e Add single point of maintanence for New Delete friends by ncteisen · 6 years ago
  26. 701e70d c++ify by kpayson64 · 6 years ago
  27. 38ab21e Add exec_ctx check to fork handlers by kpayson64 · 7 years ago
  28. 48854d2 Change trace logging to use GPR_INFO instead of GPR_DEBUG. by Mark D. Roth · 6 years ago
  29. 9635a04 Work-around for ref-counted subclass deletion address problem. by Mark D. Roth · 6 years ago
  30. 5885b53 Simplify capacity growth calculation. by Mark D. Roth · 7 years ago
  31. 62d2ca7 Change InlinedVector to keep elements stored contiguously. by Mark D. Roth · 7 years ago
  32. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 7 years ago
  33. 5cb1c97 Merge pull request #14458 from coryan/patch-1 by Vijay Pai · 7 years ago
  34. 4013f0c Address reviewer comments by Vijay Pai · 7 years ago
  35. 756caa7 Minor changes and fixes by Vijay Pai · 7 years ago
  36. b357f2f Merge branch 'master' into 2phase_thd by Vijay Pai · 7 years ago
  37. 2fe87b0 Move assignment for Thread, make destructor optional, loop cv waits by Vijay Pai · 7 years ago
  38. 3e7f2df Convert slice hash table and service config code to C++. by Mark D. Roth · 7 years ago
  39. 8b05d02 Merge branch 'master' into 2phase_thd by Vijay Pai · 7 years ago
  40. db3e898 Add a sanity check for inclusion of port_platform.h by Alexander Polcyn · 7 years ago
  41. 2aa7f88 Move destructor and Start to implementation by Vijay Pai · 7 years ago
  42. a8453a2 Merge branch 'master' into 2phase_thd by Vijay Pai · 7 years ago
  43. 57c52ee MinGW requires lambdas to set their calling method if needed by Vijay Pai · 7 years ago
  44. 4a0cd70 wip for Windows port by Vijay Pai · 7 years ago
  45. 03e2e13 Minor fixes by Vijay Pai · 7 years ago
  46. 87e2e6a clang-fmt by Vijay Pai · 7 years ago
  47. da69355 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) by Vijay Pai · 7 years ago
  48. b636f31 Fix typo in constant name. by Carlos O'Ryan · 7 years ago
  49. 835ae6b Use aligned memory as needed. by Mark D. Roth · 7 years ago
  50. e441452 Weaken reintepret_cast to static_cast for Orphanable by Vijay Pai · 7 years ago
  51. 2f45758 Enforce CRTP: weaken reinterpret_cast to static_cast by Vijay Pai · 7 years ago
  52. 08d9f3d Change Ref() methods to return a RefCountedPtr<>. by Mark D. Roth · 7 years ago
  53. 10f38f5 Initialize data members in a single place. by Mark D. Roth · 7 years ago
  54. 9ab4d0c Add const version of operator[]. by Mark D. Roth · 7 years ago
  55. 19688bf Add clear() method for InlinedVector<>. by Mark D. Roth · 7 years ago
  56. 4f2b0fd Rename 'gpr++' directories to 'gprpp'. by Mark D. Roth · 7 years ago