1. 654eced Merge pull request #15341 from ncteisen/registry++ by Noah Eisen · 6 years ago
  2. 3be52f9 C++-ize the registry by ncteisen · 6 years ago
  3. bba8840 Change filename to channelz by ncteisen · 6 years ago
  4. 627bba4 Merge pull request #15200 from yashykt/combiner_run by Yash Tibrewal · 6 years ago
  5. f609e62 Add comment on use of GPRC_CLOSURE_SCHED instead of GRPC_CLOSURE_RUN by Yash Tibrewal · 6 years ago
  6. 4fad281 Merge remote-tracking branch 'upstream/master' into fork_exec_ctx_check by kpayson64 · 6 years ago
  7. ead686d Remove redundant ExecCtx by yang-g · 6 years ago
  8. 2d43a45 Regenerate projects by Mehrdad Afshari · 6 years ago
  9. 2629f46 Remove illegal GRPC_CLOSURE_RUNs by Yash Tibrewal · 6 years ago
  10. 701e70d c++ify by kpayson64 · 6 years ago
  11. 38ab21e Add exec_ctx check to fork handlers by kpayson64 · 7 years ago
  12. 56c32cc Fix typos in GPR_TIMER_SCOPE by Hope Casey-Allen · 6 years ago
  13. 48854d2 Change trace logging to use GPR_INFO instead of GPR_DEBUG. by Mark D. Roth · 6 years ago
  14. 1222efe Merge branch 'master' into sreek-doc by Sree Kuchibhotla · 6 years ago
  15. a9c6ad9 No dump error for unknown value in accept-encoding by Muxi Yan · 6 years ago
  16. 90cfc8e Regenerate projects by Mehrdad Afshari · 6 years ago
  17. 1fd4433 Shutdown documentation by Sree Kuchibhotla · 6 years ago
  18. d3ace6c Fix authority fuzzing failures by David Garcia Quintas · 6 years ago
  19. 4fe2cd2 Init default root certs store once by jiangtaoli2016 · 6 years ago
  20. 158375a Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  21. d043fa0 PR comments by David Garcia Quintas · 6 years ago
  22. 144f555 cache default SSL root cert store by jiangtaoli2016 · 6 years ago
  23. 0c29f6a Added comment by David Garcia Quintas · 6 years ago
  24. 0abc077 Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  25. a10634c Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  26. 31e9576 Moved assertion for GRPC_ARG_DEFAULT_AUTHORITY into the authority filter by David Garcia Quintas · 6 years ago
  27. 3b42f83 Revert "Revert "Channel Tracing Implementation; Part 1"" by ncteisen · 6 years ago
  28. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 6 years ago
  29. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  30. 961353a moved filter to ext by David Garcia Quintas · 7 years ago
  31. a22e16a Merge master into yashykt:execctxcleanup by Yash Tibrewal · 7 years ago
  32. c0cd82f Remove unnecessary includes of exec_ctx.h by Yash Tibrewal · 7 years ago
  33. f73e76d Fix check in channel.cc and tweak direct channel tests by David Garcia Quintas · 7 years ago
  34. 2f6fc70 Abort if direct channel doesn't provide default authority ch arg by David Garcia Quintas · 7 years ago
  35. f3b28b8 Merge pull request #14681 from AspirinSJL/head by Juanli Shen · 7 years ago
  36. aa843f2 Testing making the authority filter a plugin, for cronet by David Garcia Quintas · 7 years ago
  37. 7573f98 Fix call stack ref flake by Juanli Shen · 7 years ago
  38. 7b84b3d PR comments by David Garcia Quintas · 7 years ago
  39. c7c0d69 Secure channels: use the right authority by David Garcia Quintas · 7 years ago
  40. 3d8b32d Convert byte_stream API to C++. by Mark D. Roth · 7 years ago
  41. 0c6024b Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  42. 09703ea Add severity by ncteisen · 7 years ago
  43. 568a95e Make test work by ncteisen · 7 years ago
  44. 1cc064d Reviewer feedback, s/object_registry/channel_trace_registry by ncteisen · 7 years ago
  45. 31c05ba reviewer feedback, rename by ncteisen · 7 years ago
  46. 7d90d54 Reviewer feedback by ncteisen · 7 years ago
  47. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 7 years ago
  48. 94dad67 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  49. cd6755b Re write rendered by ncteisen · 7 years ago
  50. ee013d2 Fix build and sanity by ncteisen · 7 years ago
  51. bf5237a reviewer comments by ncteisen · 7 years ago
  52. 6ea7f33 Reviewer comments by ncteisen · 7 years ago
  53. 95cf057 Reviewer feedback by ncteisen · 7 years ago
  54. 75cf85c Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  55. b357f2f Merge branch 'master' into 2phase_thd by Vijay Pai · 7 years ago
  56. 718c834 Retry support. by Mark D. Roth · 7 years ago
  57. 8b05d02 Merge branch 'master' into 2phase_thd by Vijay Pai · 7 years ago
  58. db3e898 Add a sanity check for inclusion of port_platform.h by Alexander Polcyn · 7 years ago
  59. 9073ea0 Regenerate projects by Mehrdad Afshari · 7 years ago
  60. a8453a2 Merge branch 'master' into 2phase_thd by Vijay Pai · 7 years ago
  61. 75f0a9f place security_connector in its own subdirectory by Yihua Zhang · 7 years ago
  62. da69355 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) by Vijay Pai · 7 years ago
  63. ac86f04 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  64. c745690 Internalize gpr_thd except for id and currentid by Vijay Pai · 7 years ago
  65. e1bec40 Manually fix build issue by Noah Eisen · 7 years ago
  66. 4d20a66 Run clang fmt by Noah Eisen · 7 years ago
  67. be82e64 Autofix c casts to c++ casts by Noah Eisen · 7 years ago
  68. 0693b72 Merge branch 'master' into gpr_review by Vijay Pai · 7 years ago
  69. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 7 years ago
  70. 25b61fd Merge branch 'master' into gpr_review_tls by Vijay Pai · 7 years ago
  71. b9335eb Upmerge branch 'v1.9.x' into 'master' by Mehrdad Afshari · 7 years ago
  72. d4d0a30 Privatize useful.h and avl.h by Vijay Pai · 7 years ago
  73. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 7 years ago
  74. f4a94b6 Merge pull request #14264 from yang-g/to_scope by Yang Gao · 7 years ago
  75. ce1cfea Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE. by yang-g · 7 years ago
  76. e05ca22 Regenerate projects by Mehrdad Afshari · 7 years ago
  77. 8f65906 Shutdown timer manager first and then executor by yang-g · 7 years ago
  78. 42403d7 Fix objc build by ncteisen · 7 years ago
  79. 2bdc3ee Fix asan by ncteisen · 7 years ago
  80. bdb746e Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  81. 812e5da Regenerate projects by Mehrdad Afshari · 7 years ago
  82. 1dc0833 Don't segfault on header replay by Ken Payson · 7 years ago
  83. b6cf123 Privatize thread-local storage headers by Vijay Pai · 7 years ago
  84. 804507d Add get_uuid method to channel by ncteisen · 7 years ago
  85. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  86. 9f9724a Fix initialization bug by ncteisen · 7 years ago
  87. 7042b51 Switch to using RefCounted by ncteisen · 7 years ago
  88. 34ebf5d Move object registry out of gpr by ncteisen · 7 years ago
  89. bd0c019 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 7 years ago
  90. 2dc3b1e regenerate projects by Jan Tattermusch · 7 years ago
  91. 392e213 Removing grpc_alarm from core requires a major version bump for core by Vijay Pai · 7 years ago
  92. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 7 years ago
  93. 6f196af Switch to use manual constructor by ncteisen · 7 years ago
  94. f41e24b Remove uuid from channel by ncteisen · 7 years ago
  95. fb309a9 Merge pull request #14092 from mehrdada/bump1-10 by Mehrdad Afshari · 7 years ago
  96. 4388404 Regenerate projects by Mehrdad Afshari · 7 years ago
  97. 28d5cf3 Regenerate projects by Mehrdad Afshari · 7 years ago
  98. 4f2b0fd Rename 'gpr++' directories to 'gprpp'. by Mark D. Roth · 7 years ago
  99. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  100. 6572ce2 Classify the tracer object by ncteisen · 7 years ago