1. ab8b628 Create a --channel_creds_type flag for grpc_cli. by Nathan Herring · 6 years ago
  2. bea98c3 Revert "Restrict the number of threads in C++ sync server" by Nicolas Noble · 6 years ago
  3. 2ef6a33 Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  4. e888e93 reviewer feedback by ncteisen · 6 years ago
  5. fc3caf8 Merge pull request #16066 from Capstan/cli-tls by Yang Gao · 6 years ago
  6. 8fc60d3 Merge pull request #16163 from apolcyn/revert_revert_windows_breakage by apolcyn · 6 years ago
  7. 9b84d7f Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  8. 58db94e reviewer comments by ncteisen · 6 years ago
  9. 2428109 Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels by ncteisen · 6 years ago
  10. c2a22a1 Address core review comments by Sree Kuchibhotla · 6 years ago
  11. 713e90a Merge pull request #16159 from markdroth/ref_counted_ptr_polymorphism_fix by Mark D. Roth · 6 years ago
  12. 3abd620 fix clang_tidy by Mark D. Roth · 6 years ago
  13. 326f82e A bit of cleanup and add more tests. by Mark D. Roth · 6 years ago
  14. 864e68e Fix channel trace polymorphism by ncteisen · 6 years ago
  15. 012ddf1 Merge branch 'ref_counted_ptr_polymorphism_fix' of https://github.com/markdroth/grpc into channelz-subchannels by ncteisen · 6 years ago
  16. 1f533d2 Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels by ncteisen · 6 years ago
  17. 9896c64 Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage" by Alexander Polcyn · 6 years ago
  18. d9e8f86 Merge pull request #16158 from apolcyn/revert_windows_breakage by apolcyn · 6 years ago
  19. 32b8a11 Fix build. by Mark D. Roth · 6 years ago
  20. f34c653 Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort" by Alexander Polcyn · 6 years ago
  21. 87e772f Fix RefCountedPtr to handle polymorphism. by Mark D. Roth · 6 years ago
  22. a2160f5 Wait a configurable amount of time for benchmark channels to become ready by Alexander Polcyn · 6 years ago
  23. ae8d3ef Merge pull request #15797 from apolcyn/windows_compile_and_sort by apolcyn · 6 years ago
  24. 1b1d5e5 Get c-ares to compile and do address sorting on windows by Alex Polcyn · 6 years ago
  25. 9bc8ee4 generate_projects.sh by Sree Kuchibhotla · 6 years ago
  26. f669dbc Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  27. 6a2fbcb Merge pull request #16076 from AspirinSJL/fix_rere by Juanli Shen · 6 years ago
  28. b0e41f6 Fix re-resolution in pick_first by Juanli Shen · 6 years ago
  29. 404d4f3 Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  30. b95772e Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc by Sree Kuchibhotla · 6 years ago
  31. ef29e14 Use test credentials provider for QPS benchmarking reporter client by Alexander Polcyn · 6 years ago
  32. bfdfe9f Restructure heirarchy by ncteisen · 6 years ago
  33. 25d2018 Merge pull request #16092 from apolcyn/customizable_qps_server_builder by apolcyn · 6 years ago
  34. 7b8be4d Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  35. 92e0a70 Make QPS server builder customizeabled by Alex Polcyn · 6 years ago
  36. a9bfe94 Relax qps/eps error in load reporter test by Juanli Shen · 6 years ago
  37. 2cfc216 Merge pull request #15929 from Torgen/empty_product_name_segfault by Nicolas Noble · 6 years ago
  38. 0fee91e More clang format by Nathan Herring · 6 years ago
  39. f081cf6 refactor by ncteisen · 6 years ago
  40. 835dab6 Full subchannel support by ncteisen · 6 years ago
  41. ec1c112 Each ThreadManager is a resource user by Sree Kuchibhotla · 6 years ago
  42. a9cde77 Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels by ncteisen · 6 years ago
  43. 8cb2d0c Restructure everything by ncteisen · 6 years ago
  44. 18a9d7d reviewer feedback by ncteisen · 6 years ago
  45. 6f1604b Fixup: Use a more exact logic for google default credentials. by Nathan Herring · 6 years ago
  46. b472149 reviewer feedback by ncteisen · 6 years ago
  47. 6104e4f Move ChannelzServicePlugin to public, experimental by ncteisen · 6 years ago
  48. adb8581 clang format by Nathan Herring · 6 years ago
  49. c7fae88 clang tidy by Nathan Herring · 6 years ago
  50. e1d94df GoogleDefaultCredentials use SSL under the covers; include that case. by Nathan Herring · 6 years ago
  51. 9620118 Remove blank line by ncteisen · 6 years ago
  52. 8c7ce55 Add simple test for --ssl_target. by Nathan Herring · 6 years ago
  53. 3ed81c8d Introduce --ssl_target flag to grpc_cli. by Nathan Herring · 6 years ago
  54. bbee136 Add channelz subchannel support by ncteisen · 6 years ago
  55. c194528 Adds C++ Channelz Service by ncteisen · 6 years ago
  56. b86a744 Expose GetChannel and GetTopChannels Core API by ncteisen · 6 years ago
  57. 2d5e0f1 Merge pull request #16044 from ncteisen/interop-soak-test by Noah Eisen · 6 years ago
  58. dc5e3d4 Merge branch 'master' of https://github.com/grpc/grpc into interop-soak-test by ncteisen · 6 years ago
  59. 891cf34 Use intptr_ts for channel registry test by ncteisen · 6 years ago
  60. f87b955 Merge branch 'master' of https://github.com/grpc/grpc into channelz-get-top-channels by ncteisen · 6 years ago
  61. a9f3d78 Merge pull request #15980 from ncteisen/channelz-subchannel-refs by Noah Eisen · 6 years ago
  62. 12f1cc0 Reviewer feedback by ncteisen · 6 years ago
  63. 5d373c4 reviewer feedback by ncteisen · 6 years ago
  64. b6597b4 Add two new soak interop tests by ncteisen · 6 years ago
  65. 2968bf6 reviewer feedback by ncteisen · 6 years ago
  66. 0f6e4dd reviewer feedback: by ncteisen · 6 years ago
  67. adfa819 Un-pare simple_request by ncteisen · 6 years ago
  68. 97066fd Support for GetTopChannels by ncteisen · 6 years ago
  69. 0d757a6 Adding docs and cleaning up by Yash Tibrewal · 6 years ago
  70. f039793 Fathom TCP level changes. TracedBuffer for keeping track of all buffers by Yash Tibrewal · 6 years ago
  71. 5fec664 Merge pull request #16024 from apolcyn/gcd_interop by apolcyn · 6 years ago
  72. 9a6c722 Rewrite registry to know type by ncteisen · 6 years ago
  73. be40b0d Add server load reporting service by Juanli Shen · 6 years ago
  74. f3c3c55 Allow choosing google default credentials in the C++ interop clients by Alexander Polcyn · 6 years ago
  75. 5fd07bd Fix sanity and build by ncteisen · 6 years ago
  76. 8edd568 Step 3 of multipool RBE configuration. by Adele Zhou · 6 years ago
  77. 2d2854a Add copy and move ctor to InlinedVector by ncteisen · 6 years ago
  78. ea75af5 Merge pull request #15947 from dgquintas/rr_ppicks_fix by David G. Quintas · 6 years ago
  79. 018498a Implements subchannel refs for pick_first by ncteisen · 6 years ago
  80. aca5043 Rewrite channelz registry in terms of inlined vector by ncteisen · 6 years ago
  81. 8427571 fix test comment and small code tweak by David Garcia Quintas · 6 years ago
  82. 50409fe Simplified the test significantly. No more threads by David Garcia Quintas · 6 years ago
  83. 30d39c4 Clarify new test comment by David Garcia Quintas · 6 years ago
  84. e41cae3 Added TODO by David Garcia Quintas · 6 years ago
  85. d1deaad Added test by David Garcia Quintas · 6 years ago
  86. 252d3f3 Merge pull request #15909 from yihuazhang/local_channel_credentials by yihuaz · 6 years ago
  87. 024c663 Merge pull request #15771 from ncteisen/serialization by Noah Eisen · 6 years ago
  88. 477a1ae Don't segfault when product name from BIOS is empty by Dan Rosart · 6 years ago
  89. bca3d3a Merge pull request #15902 from Torgen/gcp_environment_port_platform by Vijay Pai · 6 years ago
  90. 587b40d finished 2nd revision by Yihua Zhang · 6 years ago
  91. c5f1eda implement loca credentials by Yihua Zhang · 6 years ago
  92. 7d47481 Reviewer feedback by ncteisen · 6 years ago
  93. a0a5953 s/CodegenGeneric/Raw/g by ncteisen · 6 years ago
  94. 2be6bfa Merge pull request #15901 from jiangtaoli2016/extra_copy_protector by Noah Eisen · 6 years ago
  95. 8db7788 Merge branch 'master' of https://github.com/grpc/grpc into serialization by ncteisen · 6 years ago
  96. 52a2f21 Allow extra copy in zero-copy protector integrity-only mode by jiangtaoli2016 · 6 years ago
  97. f54fc5b Include port_platform in gcp_environment tests. by Dan Rosart · 6 years ago
  98. 2851210 Merge pull request #15881 from nicolasnoble/ffs by Nicolas Noble · 6 years ago
  99. d7c6c6e !@#!%$@# by Nicolas "Pixel" Noble · 6 years ago
  100. 0a6fdb2 Merge pull request #15828 from apolcyn/fix_gcd by apolcyn · 6 years ago