1. 34ebf5d Move object registry out of gpr by ncteisen · 6 years ago
  2. bd0c019 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  3. dedc4a0 Reviewer feedback by ncteisen · 6 years ago
  4. cbb4f78 Merge pull request #14089 from markdroth/no_plus_in_directory_names by Mark D. Roth · 6 years ago
  5. 4f2b0fd Rename 'gpr++' directories to 'gprpp'. by Mark D. Roth · 6 years ago
  6. 9813858 Merge pull request #14070 from markdroth/backoff_api_cleanup by Mark D. Roth · 6 years ago
  7. 6572ce2 Classify the tracer object by ncteisen · 6 years ago
  8. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 6 years ago
  9. 44fe6e2 Combine BackOff Begin() and Step() methods. by Mark D. Roth · 6 years ago
  10. b508929 fix "not enough actual parameters for macro" warning by Jan Tattermusch · 6 years ago
  11. 41d27e1 Merge branch 'master' of github.com:grpc/grpc into conn_subchannel by David Garcia Quintas · 6 years ago
  12. 269ee29 PR comments, round 4 by David Garcia Quintas · 6 years ago
  13. be1b7f9 PR comments, round 3 by David Garcia Quintas · 6 years ago
  14. 31e99d0 Merge pull request #13985 from markdroth/lb_policy_ref_simplification by Mark D. Roth · 6 years ago
  15. dfa2851 PR comments, round 2 by David Garcia Quintas · 6 years ago
  16. 83d5cd6 Don't unref null client_stats. by Mark D. Roth · 6 years ago
  17. 473267b Revert "Merge pull request #13970 from grpc/revert-13857-lb_policy_ref_simplification" by Mark D. Roth · 6 years ago
  18. c052f36 Substitute a11r for ctiller in all OWNERS files by Craig Tiller · 6 years ago
  19. b3fa256 Revert "Simplify LB policy refcounting." by Yash Tibrewal · 6 years ago
  20. 70fbe62 Merge branch 'master' of github.com:grpc/grpc into conn_subchannel by David Garcia Quintas · 6 years ago
  21. baf1ac7 PR comments by David Garcia Quintas · 6 years ago
  22. b04efac Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  23. c0febd3 Simplify LB policy refcounting. by Mark D. Roth · 6 years ago
  24. fead087 Merge pull request #13805 from AspirinSJL/lb_bug by Juanli Shen · 6 years ago
  25. 4ed35d1 Unify the timer callback bools by Juanli Shen · 6 years ago
  26. 53bfe69 Connected subchannel refactoring by David Garcia Quintas · 6 years ago
  27. def31f9 Merge pull request #13900 from vjpai/odr by Vijay Pai · 6 years ago
  28. 1d2f23b Register tracers, not (sub)channels by ncteisen · 6 years ago
  29. 30bd91e Merge pull request #13879 from AspirinSJL/client_load_report_bug by Juanli Shen · 6 years ago
  30. 849bd73 Wrap duplicated-name definitions in anonymous namespace by Vijay Pai · 7 years ago
  31. 7d9b635 Initial commit by ncteisen · 7 years ago
  32. f2a0ae7 Restore checking initial request sent by Juanli Shen · 7 years ago
  33. 54d699d Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  34. 62d86e9 Fixed wrong conversion factor by David Garcia Quintas · 7 years ago
  35. 94e676e Merge pull request #13659 from grpc/revert-13658-revert-13058-execctx by Yash Tibrewal · 7 years ago
  36. caaf416 virtual destructor in exec_ctx, remove unneeded flush in grpc_shutdown and remove grpc_exec_ctx from .pxi files in python by Yash Tibrewal · 7 years ago
  37. d6c292f Merge master by Yash Tibrewal · 7 years ago
  38. 0b6bdbc Merge pull request #12488 from dgquintas/removed_expiration_interval by David G. Quintas · 7 years ago
  39. c01a91d Merge pull request #13647 from y-zeng/send_ping by Yuchen Zeng · 7 years ago
  40. 4ff97d2 Merge pull request #13670 from apolcyn/fix_backup_poller_race by apolcyn · 7 years ago
  41. a5e2da4 Do the Step() in the right place by David Garcia Quintas · 7 years ago
  42. f7a869f Unref global backup poller under its lock by Alexander Polcyn · 7 years ago
  43. 2303382 regenerated proto with lastest version of protobuf by David Garcia Quintas · 7 years ago
  44. d196658 Merge branch 'master' of github.com:grpc/grpc into removed_expiration_interval by David Garcia Quintas · 7 years ago
  45. 625a5c0 Fix pending pings in grpclb by Yuchen Zeng · 7 years ago
  46. da32060 Remove unreachable code in RR by Juanli Shen · 7 years ago
  47. fa4126f moved max(..., min_deadline) to the right place in subchannel.cc by David Garcia Quintas · 7 years ago
  48. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  49. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  50. 73bb67d Merge master into execctx by Yash Tibrewal · 7 years ago
  51. 570707b RR goes to TF if all subchannels are SD or TF by Juanli Shen · 7 years ago
  52. abe92cc Fix wrong changes to subchannel by David Garcia Quintas · 7 years ago
  53. b02fde2 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  54. 8df0cc3 PR Comments by David Garcia Quintas · 7 years ago
  55. c272dd7 Add on_initiate callback for the send_ping tranport op by Yuchen Zeng · 7 years ago
  56. 96311af Merge pull request #13635 from grpc/remove_duplicate_check by Juanli Shen · 7 years ago
  57. 592cf34 Add re-resolution into LB policies by Juanli Shen · 7 years ago
  58. d7ccea8 Remove duplicate check for shutting_down by Juanli Shen · 7 years ago
  59. 6667f15 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  60. 0f91e51 Cleaned up API. Backoff now returns a single value: the time of the next retry by David Garcia Quintas · 7 years ago
  61. d9f6407 Merge master into execctx after removal of assert in tls_gcc by yashkt · 7 years ago
  62. dd01db3 Make comparison of LB policy name case-insensitive. by Mark D. Roth · 7 years ago
  63. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  64. 10f2790 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  65. c354269 Remove _ prefixed variable names by Yash Tibrewal · 7 years ago
  66. aa358d5 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  67. 9f6a6f3 Fix compiler error on need_to_unref_constructed by Muxi Yan · 7 years ago
  68. d27e242 Use ManualConstructor by David Garcia Quintas · 7 years ago
  69. dde6afc C++-ize backoff by David Garcia Quintas · 7 years ago
  70. 7486144 Merge master by Yash Tibrewal · 7 years ago
  71. 993e9f0 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  72. 0392f8a Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  73. 66dfcf5 clang fmt by ncteisen · 7 years ago
  74. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  75. 177039b Merge master by Yash Tibrewal · 7 years ago
  76. 7fb7774 Merge pull request #13417 from markdroth/grpclb_memory_leak_fix by Mark D. Roth · 7 years ago
  77. 6c8ee58 Restart LB call after client load report completion, if needed. by Mark D. Roth · 7 years ago
  78. 767e1cb Merge pull request #13405 from apolcyn/grpc_config_txt_prefix by apolcyn · 7 years ago
  79. 56a19ae Query for TXT service configs with _gprc_config prefix by Alexander Polcyn · 7 years ago
  80. fdb1a2b Take a ref to the connected subchannel before unreffing it. by Mark D. Roth · 7 years ago
  81. 6c26b16 Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCtx and some minor changes by Yash Tibrewal · 7 years ago
  82. 467e836 clang fmt by Noah Eisen · 7 years ago
  83. 882dfed clang tidy by Noah Eisen · 7 years ago
  84. e092ff8 Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by Noah Eisen · 7 years ago
  85. 3810749 Merge pull request #13339 from dgquintas/client_stats_fallback_kaput by David G. Quintas · 7 years ago
  86. 75122c2 Address some PR comments by Yash Tibrewal · 7 years ago
  87. d9d5c8f clang fmt by Noah Eisen · 7 years ago
  88. 6870e6f clang tidy by Noah Eisen · 7 years ago
  89. 68bb1bf Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by Noah Eisen · 7 years ago
  90. c384d81 clang fmt by Noah Eisen · 7 years ago
  91. 05294b6 Make debug flags DebugOnly by ncteisen · 7 years ago
  92. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  93. 36cd68f Merge master by Yash Tibrewal · 7 years ago
  94. 6d0ec6b Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  95. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  96. 8c5c654 Removed expiration_interval from LB proto by David Garcia Quintas · 7 years ago
  97. 3cffe1f Get NDEBUG to build by ncteisen · 7 years ago
  98. 812b802 Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  99. c0ec3cc Merge pull request #13332 from dgquintas/grpclb_better_logging by David G. Quintas · 7 years ago
  100. 2076ca5 Merge pull request #13343 from dgquintas/pf_error_refs by David G. Quintas · 7 years ago