1. 0f6e4dd reviewer feedback: by ncteisen · 6 years ago
  2. 82e9cb6 Reviewer feedback; move lists to children by ncteisen · 6 years ago
  3. 7ea8a60 Revert "Add Type Checking On Channel Args" by Noah Eisen · 6 years ago
  4. 1198d8d Reviewer feedback by ncteisen · 6 years ago
  5. 6dc54c4 Remove all uses of raw GRPC_ARG_POINTER by ncteisen · 6 years ago
  6. 4a7a39f Merge pull request #14894 from sreecha/fix-time by Sree Kuchibhotla · 6 years ago
  7. 290d35e C++-ify grpclb client stats. by Mark D. Roth · 6 years ago
  8. c987901 Merge pull request #15044 from yashykt/gprlikely2 by Yash Tibrewal · 6 years ago
  9. 6d5c2c2 Merge branch 'master' into fix-time by Sree Kuchibhotla · 6 years ago
  10. 7f51ba8 Add GPR_UNLIKELY annotations mainly for the client path in error conditions by Yash Tibrewal · 6 years ago
  11. 392dad7 incorporate alts to google default creds by Yihua Zhang · 6 years ago
  12. 48854d2 Change trace logging to use GPR_INFO instead of GPR_DEBUG. by Mark D. Roth · 6 years ago
  13. 9635a04 Work-around for ref-counted subclass deletion address problem. by Mark D. Roth · 6 years ago
  14. 1dd12c0 Fix some more formatting issues by Sree Kuchibhotla · 6 years ago
  15. a10634c Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  16. 44a1588 Merge master into yashykt:socklent by Yash Tibrewal · 6 years ago
  17. 539f506 Abstract libuv implementation by kpayson64 · 6 years ago
  18. 7b84b3d PR comments by David Garcia Quintas · 6 years ago
  19. c7c0d69 Secure channels: use the right authority by David Garcia Quintas · 6 years ago
  20. 4d46260 Explicit static_cast conversions by Yash Tibrewal · 6 years ago
  21. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 7 years ago
  22. db3e898 Add a sanity check for inclusion of port_platform.h by Alexander Polcyn · 7 years ago
  23. bd0f151 Refactor code for generating balancer channel args. by Mark D. Roth · 7 years ago
  24. c887549 Convert LB policy API to C++. by Mark D. Roth · 7 years ago
  25. 87c6504 Revert "Revert "Revert "Revert "grpclb re-resolution"""" by Juanli Shen · 7 years ago
  26. bf323a9 Use grpc_channel_arg_get_string when appropriate by ncteisen · 7 years ago
  27. f66cf0d Revert "Revert "Revert "grpclb re-resolution""" by David G. Quintas · 7 years ago
  28. 776490a Revert "Revert "grpclb re-resolution"" by Juanli Shen · 7 years ago
  29. 4d20a66 Run clang fmt by Noah Eisen · 7 years ago
  30. be82e64 Autofix c casts to c++ casts by Noah Eisen · 7 years ago
  31. 209f644 Convert resolver API to C++. by Mark D. Roth · 7 years ago
  32. ae376bf Privatize host_port.h; was not used in any wrapped language implementation by Vijay Pai · 7 years ago
  33. c872ad4 Fix comment by Juanli Shen · 7 years ago
  34. 8e4c9d3 Extract lb_calld from glb_policy by Juanli Shen · 7 years ago
  35. cbb4f78 Merge pull request #14089 from markdroth/no_plus_in_directory_names by Mark D. Roth · 7 years ago
  36. 4f2b0fd Rename 'gpr++' directories to 'gprpp'. by Mark D. Roth · 7 years ago
  37. 9813858 Merge pull request #14070 from markdroth/backoff_api_cleanup by Mark D. Roth · 7 years ago
  38. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  39. 44fe6e2 Combine BackOff Begin() and Step() methods. by Mark D. Roth · 7 years ago
  40. 41d27e1 Merge branch 'master' of github.com:grpc/grpc into conn_subchannel by David Garcia Quintas · 7 years ago
  41. 269ee29 PR comments, round 4 by David Garcia Quintas · 7 years ago
  42. be1b7f9 PR comments, round 3 by David Garcia Quintas · 7 years ago
  43. dfa2851 PR comments, round 2 by David Garcia Quintas · 7 years ago
  44. 83d5cd6 Don't unref null client_stats. by Mark D. Roth · 7 years ago
  45. 473267b Revert "Merge pull request #13970 from grpc/revert-13857-lb_policy_ref_simplification" by Mark D. Roth · 7 years ago
  46. b3fa256 Revert "Simplify LB policy refcounting." by Yash Tibrewal · 7 years ago
  47. c0febd3 Simplify LB policy refcounting. by Mark D. Roth · 7 years ago
  48. fead087 Merge pull request #13805 from AspirinSJL/lb_bug by Juanli Shen · 7 years ago
  49. 4ed35d1 Unify the timer callback bools by Juanli Shen · 7 years ago
  50. def31f9 Merge pull request #13900 from vjpai/odr by Vijay Pai · 7 years ago
  51. 30bd91e Merge pull request #13879 from AspirinSJL/client_load_report_bug by Juanli Shen · 7 years ago
  52. 849bd73 Wrap duplicated-name definitions in anonymous namespace by Vijay Pai · 7 years ago
  53. f2a0ae7 Restore checking initial request sent by Juanli Shen · 7 years ago
  54. 54d699d Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  55. d6c292f Merge master by Yash Tibrewal · 7 years ago
  56. 625a5c0 Fix pending pings in grpclb by Yuchen Zeng · 7 years ago
  57. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  58. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  59. 73bb67d Merge master into execctx by Yash Tibrewal · 7 years ago
  60. b02fde2 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  61. 8df0cc3 PR Comments by David Garcia Quintas · 7 years ago
  62. c272dd7 Add on_initiate callback for the send_ping tranport op by Yuchen Zeng · 7 years ago
  63. 96311af Merge pull request #13635 from grpc/remove_duplicate_check by Juanli Shen · 7 years ago
  64. 592cf34 Add re-resolution into LB policies by Juanli Shen · 7 years ago
  65. d7ccea8 Remove duplicate check for shutting_down by Juanli Shen · 7 years ago
  66. 6667f15 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  67. 0f91e51 Cleaned up API. Backoff now returns a single value: the time of the next retry by David Garcia Quintas · 7 years ago
  68. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  69. d27e242 Use ManualConstructor by David Garcia Quintas · 7 years ago
  70. dde6afc C++-ize backoff by David Garcia Quintas · 7 years ago
  71. 7486144 Merge master by Yash Tibrewal · 7 years ago
  72. 993e9f0 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  73. 0392f8a Merge branch 'master' of https://github.com/grpc/grpc into tracing++ 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. 6c8ee58 Restart LB call after client load report completion, if needed. by Mark D. Roth · 7 years ago
  77. 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
  78. 467e836 clang fmt by Noah Eisen · 7 years ago
  79. 882dfed clang tidy by Noah Eisen · 7 years ago
  80. e092ff8 Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by Noah Eisen · 7 years ago
  81. 3810749 Merge pull request #13339 from dgquintas/client_stats_fallback_kaput by David G. Quintas · 7 years ago
  82. 75122c2 Address some PR comments by Yash Tibrewal · 7 years ago
  83. be98d24 clang-format after nullptr changes by Craig Tiller · 7 years ago
  84. 36cd68f Merge master by Yash Tibrewal · 7 years ago
  85. 6d0ec6b Merge github.com:grpc/grpc into lfe3 by Craig Tiller · 7 years ago
  86. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  87. 812b802 Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  88. c0ec3cc Merge pull request #13332 from dgquintas/grpclb_better_logging by David G. Quintas · 7 years ago
  89. 72afb76 Merge branch 'master' of https://github.com/grpc/grpc into tracing++ by ncteisen · 7 years ago
  90. 6712a75 Fix wrong assignment by David Garcia Quintas · 7 years ago
  91. 5cce8cf Merge master by Yash Tibrewal · 7 years ago
  92. 4782d92 s/NULL/nullptr by Craig Tiller · 7 years ago
  93. 4e9265c Merge with master by Yash Tibrewal · 7 years ago
  94. 5960790 pr comments by David Garcia Quintas · 7 years ago
  95. 3f69cb3 Actually do what the pr comments suggested by David Garcia Quintas · 7 years ago
  96. 2b372e0 pr comments by David Garcia Quintas · 7 years ago
  97. b90cb3f pr comments by David Garcia Quintas · 7 years ago
  98. a1c6590 grpclb: Improved logging by David Garcia Quintas · 7 years ago
  99. a5c2d6b Don't expect LB call to be NULL inside LB call retry timer. by David Garcia Quintas · 7 years ago
  100. 34992a6 Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago