1. 9db86fc Convert retry throttle code to C++ and add tests. by Mark D. Roth · 6 years ago
  2. 158375a Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  3. 6fc54b3 Merge pull request #14810 from muxi/cronet-plugin-registry-followup by Muxi Yan · 6 years ago
  4. 49f625f more comments by David Garcia Quintas · 6 years ago
  5. cdc0e28 Bump protobuf version check from 3.0.0 to 3.5.0 by Srini Polavarapu · 6 years ago
  6. e44efe0 rest of pr comments by David Garcia Quintas · 6 years ago
  7. 861363d added call_host_override test by David Garcia Quintas · 6 years ago
  8. bd6bdf9 Merge pull request #13290 from apolcyn/cares_address_sorting_master_c by apolcyn · 6 years ago
  9. 93e2d92 Add more plugins to be used by grpc_cronet by Muxi Yan · 6 years ago
  10. fa460dc Factor out grpc_add_default_authority_if_not_present by David Garcia Quintas · 6 years ago
  11. 0abc077 Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  12. dc93b71 Merge pull request #14751 from ncteisen/channel-tracing by Noah Eisen · 6 years ago
  13. a10634c Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  14. 1ead89f Merge pull request #14758 from muxi/cronet-plugin-registry by Muxi Yan · 6 years ago
  15. 77f64f7 Put address_sorting's public header under its own directory. Also add by Alex Polcyn · 6 years ago
  16. 690dde6 Add address sorting submodule for use in c-ares wrapper by Alexander Polcyn · 7 years ago
  17. b94d681 Add message size filter and deadline filter plugins by Muxi Yan · 6 years ago
  18. 7cc4bd8 Let cronet use grpc_cronet_registry_plugin by Muxi Yan · 6 years ago
  19. 99d0cee regenerate projects by Ruslan Nigmatullin · 6 years ago
  20. 3b42f83 Revert "Revert "Channel Tracing Implementation; Part 1"" by ncteisen · 6 years ago
  21. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 6 years ago
  22. 1571abd Merge pull request #13883 from ncteisen/channel-tracing by Noah Eisen · 6 years ago
  23. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  24. 961353a moved filter to ext by David Garcia Quintas · 6 years ago
  25. ba46afe Delete status_test that has no coverage; replace with static_asserts by Vijay Pai · 6 years ago
  26. 2f6fc70 Abort if direct channel doesn't provide default authority ch arg by David Garcia Quintas · 6 years ago
  27. 539f506 Abstract libuv implementation by kpayson64 · 6 years ago
  28. 2c6aee9 Merge pull request #14591 from vjpai/framesize by Vijay Pai · 6 years ago
  29. c7c0d69 Secure channels: use the right authority by David Garcia Quintas · 6 years ago
  30. 3d8b32d Convert byte_stream API to C++. by Mark D. Roth · 6 years ago
  31. 04fb58e Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  32. a593591 Merge pull request #14629 from jtattermusch/bump_boringssl by Jan Tattermusch · 6 years ago
  33. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 6 years ago
  34. d606e36 regenerate projects by Jan Tattermusch · 6 years ago
  35. 0c6024b Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  36. 36e02bf Fix sanity by ncteisen · 6 years ago
  37. 97a3dbe Move C++ to util, call it from core test by ncteisen · 6 years ago
  38. 07ed039 Add JsonProtoTest by ncteisen · 6 years ago
  39. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  40. 9efb177 Review feedback, gTest by ncteisen · 6 years ago
  41. e9587db Move status util by ncteisen · 6 years ago
  42. 1cc064d Reviewer feedback, s/object_registry/channel_trace_registry by ncteisen · 6 years ago
  43. 31c05ba reviewer feedback, rename by ncteisen · 6 years ago
  44. 7d90d54 Reviewer feedback by ncteisen · 6 years ago
  45. 2f4161c Use stack frame size limits for consistency with internal builds by Vijay Pai · 6 years ago
  46. 94dad67 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  47. 75cf85c Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  48. b357f2f Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  49. a84f818 Merge pull request #10684 from markdroth/retry by Mark D. Roth · 6 years ago
  50. 396d49d Introduce a 'weak' and mutable version of slice hash table by David Garcia Quintas · 6 years ago
  51. 718c834 Retry support. by Mark D. Roth · 6 years ago
  52. 3e7f2df Convert slice hash table and service config code to C++. by Mark D. Roth · 6 years ago
  53. 8b05d02 Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  54. 9073ea0 Regenerate projects by Mehrdad Afshari · 6 years ago
  55. a8453a2 Merge branch 'master' into 2phase_thd by Vijay Pai · 6 years ago
  56. 75f0a9f place security_connector in its own subdirectory by Yihua Zhang · 6 years ago
  57. da69355 C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start) by Vijay Pai · 6 years ago
  58. 5e176d5 grpc-cli: add install-grpc-cli target to Makefile by Tobias Jungel · 6 years ago
  59. 58a6275 Remove support for detached threads. All threads must be joined. by Vijay Pai · 6 years ago
  60. b0d7182 Merge pull request #14444 from dgquintas/kill_grpclb_test by David G. Quintas · 6 years ago
  61. 249a1d7 Removed outdated grpclb_test by David Garcia Quintas · 6 years ago
  62. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 6 years ago
  63. ac86f04 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  64. c745690 Internalize gpr_thd except for id and currentid by Vijay Pai · 6 years ago
  65. 132efa0 Add non-blocking test by Vijay Pai · 6 years ago
  66. 0693b72 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  67. 0024ebc Merge pull request #14196 from vjpai/gpr_review_tls by Vijay Pai · 6 years ago
  68. 2a07398 Merge pull request #13684 from markdroth/c++_resolver by Mark D. Roth · 6 years ago
  69. 18b9133 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  70. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  71. 209f644 Convert resolver API to C++. by Mark D. Roth · 6 years ago
  72. 25b61fd Merge branch 'master' into gpr_review_tls by Vijay Pai · 6 years ago
  73. 573717b Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  74. 32748c1 Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  75. 8f4fbb1 Move avl to its own directory and rename it to grpc_avl by Vijay Pai · 6 years ago
  76. b1ef84a Merge branch 'master' into gpr_review_host_port by Vijay Pai · 6 years ago
  77. 890e386 Merge pull request #14348 from mehrdada/upmerge by Mehrdad Afshari · 6 years ago
  78. cda058d build projects by Muxi Yan · 6 years ago
  79. b9335eb Upmerge branch 'v1.9.x' into 'master' by Mehrdad Afshari · 6 years ago
  80. 1a8565d Bump version to 1.9.1 by Ken Payson · 6 years ago
  81. 08ce35d Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  82. 1acfaca Merge branch 'master' into gpr_review_host_port by Vijay Pai · 6 years ago
  83. 45ba983 Merge pull request #14284 from dgquintas/kill_lb_policies_test by David G. Quintas · 6 years ago
  84. d4d0a30 Privatize useful.h and avl.h by Vijay Pai · 6 years ago
  85. 4c0640e Merge branch 'master' into gpr_review3 by Vijay Pai · 6 years ago
  86. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 6 years ago
  87. 4eca959 Merge pull request #14228 from dgquintas/dns_cooldown by David G. Quintas · 6 years ago
  88. 8d8214a Removed obsolete lb_policies_test by David Garcia Quintas · 6 years ago
  89. 64d02ba Merge branch 'master' of github.com:grpc/grpc into dns_cooldown by David Garcia Quintas · 6 years ago
  90. d2a575a Merge branch 'master' into HEAD by Vijay Pai · 6 years ago
  91. 3685041 Merge pull request #14256 from matt-kwong/bsl by Matt Kwong · 6 years ago
  92. e05ca22 Regenerate projects by Mehrdad Afshari · 6 years ago
  93. 1b0168e Add BoringSSL tests by Matt Kwong · 6 years ago
  94. 32b9bdd Merge pull request #13948 from matt-kwong/bsl by Matt Kwong · 6 years ago
  95. a984e45 Merge pull request #14112 from yashykt/badclient by Yash Tibrewal · 6 years ago
  96. 956fe5e Added tests, supporting c-ares as well as std resolver. by David Garcia Quintas · 6 years ago
  97. bdb746e Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  98. 654944b Add -fno-rtti and -fno-exceptions flags to BoringSSL compilation by Matt Kwong · 6 years ago
  99. a110c74 Update BoringSSL to latest chromium-stable ref by Matt Kwong · 7 years ago
  100. 812e5da Regenerate projects by Mehrdad Afshari · 6 years ago