1. 891cf34 Use intptr_ts for channel registry test by ncteisen · 6 years ago
  2. 2c99038 reviewer feedback by ncteisen · 6 years ago
  3. f87b955 Merge branch 'master' of https://github.com/grpc/grpc into channelz-get-top-channels by ncteisen · 6 years ago
  4. a9f3d78 Merge pull request #15980 from ncteisen/channelz-subchannel-refs by Noah Eisen · 6 years ago
  5. 5d373c4 reviewer feedback by ncteisen · 6 years ago
  6. 2968bf6 reviewer feedback by ncteisen · 6 years ago
  7. 3904de9 Merge pull request #16039 from murgatroid99/node_interop_matrix_update by Michael Lumish · 6 years ago
  8. 0f6e4dd reviewer feedback: by ncteisen · 6 years ago
  9. ec4c06d Add Node 1.11.3 and 1.12.4 to interop matrix by murgatroid99 · 6 years ago
  10. adfa819 Un-pare simple_request by ncteisen · 6 years ago
  11. a93fdfc Merge pull request #15894 from cartr/respect_iov_max by Noah Eisen · 6 years ago
  12. 97066fd Support for GetTopChannels by ncteisen · 6 years ago
  13. d5bd427 Fix the alignment problem, still messy by ncteisen · 6 years ago
  14. c0f110b Revert "REVERT THIS: fix alignment to fix tests for now" by ncteisen · 6 years ago
  15. cdfc58b Merge pull request #16029 from adelez/foundry2 by adelez · 6 years ago
  16. 31c7ab1 Merge pull request #16016 from hcaseyal/fix_timer_scope_typo by hcaseyal · 6 years ago
  17. 088bd50 Set runs_per_test=2 for tsan and add tsan bazel build to PR. by Adele Zhou · 6 years ago
  18. 14e541a Merge pull request #15995 from grpc/yashykt-keepalivedoc by Yash Tibrewal · 6 years ago
  19. 5fec664 Merge pull request #16024 from apolcyn/gcd_interop by apolcyn · 6 years ago
  20. d7fe925 Merge pull request #16027 from ncteisen/spam by Noah Eisen · 6 years ago
  21. a99f776 Reduce spammy logs by ncteisen · 6 years ago
  22. d6c5c3c Fix ASAN by ncteisen · 6 years ago
  23. 0858d11 Merge pull request #16002 from ghostwriternr/python_bazel_3 by Nathaniel Manista · 6 years ago
  24. 9a6c722 Rewrite registry to know type by ncteisen · 6 years ago
  25. 1f32578 REVERT THIS: fix alignment to fix tests for now by ncteisen · 6 years ago
  26. 4f840ea Merge pull request #15853 from AspirinSJL/load_reporting_service by Juanli Shen · 6 years ago
  27. be40b0d Add server load reporting service by Juanli Shen · 6 years ago
  28. 4fdb28b Run generate_projects.sh by Yash Tibrewal · 6 years ago
  29. ae196c9 Update keepalive.md by Yash Tibrewal · 6 years ago
  30. fbc59b2 Update keepalive.md by Yash Tibrewal · 6 years ago
  31. 719f524 Update keepalive.md by Yash Tibrewal · 6 years ago
  32. 5fa20df Update keepalive.md by Yash Tibrewal · 6 years ago
  33. 9a22574 Create keepalive.md by Yash Tibrewal · 6 years ago
  34. f3c3c55 Allow choosing google default credentials in the C++ interop clients by Alexander Polcyn · 6 years ago
  35. 5fd07bd Fix sanity and build by ncteisen · 6 years ago
  36. f9f5c67 Merge pull request #16011 from adelez/foundry2 by adelez · 6 years ago
  37. 15c947a Fix typo in GPR_TIMER_SCOPE annotation. The typo could be misleading in performance profiles by Hope Casey-Allen · 6 years ago
  38. 1e6c0b4 Ensure subchannel channelz only created if enabled by ncteisen · 6 years ago
  39. 9ff83ea Reviewer feedback; less locking, slow de dup by ncteisen · 6 years ago
  40. 8edd568 Step 3 of multipool RBE configuration. by Adele Zhou · 6 years ago
  41. 2d2854a Add copy and move ctor to InlinedVector by ncteisen · 6 years ago
  42. ebcf04d Kokoro setup for building gRPC Python with Bazel by Naresh · 6 years ago
  43. 7cb6e9d Merge pull request #15962 from sreecha/fix-dns-job by Sree Kuchibhotla · 6 years ago
  44. 82e9cb6 Reviewer feedback; move lists to children by ncteisen · 6 years ago
  45. 25082c5 Reviewer feedback by ncteisen · 6 years ago
  46. 351f0bb Merge pull request #16006 from ghostwriternr/update-bazel by Matt Kwong · 6 years ago
  47. 92d8211 Merge pull request #15991 from adelez/foundry2 by adelez · 6 years ago
  48. b6518af Upgrade Bazel to 0.15.0 by Naresh · 6 years ago
  49. 61cea06 Apply platforms config to ubsan and msan like the other builds. by Adele Zhou · 6 years ago
  50. 69e5dff Handle multiple invocations of grpc_executor_shutdown() by Sree Kuchibhotla · 6 years ago
  51. 471a983 Merge pull request #15994 from yashykt/pingdoc by Yash Tibrewal · 6 years ago
  52. 4decd14 Merge pull request #15896 from markdroth/client_channel_refactor by Mark D. Roth · 6 years ago
  53. ea44d93 Merge pull request #15998 from grpc/v1.13.x by Mehrdad Afshari · 6 years ago
  54. 8c2eeee Merge pull request #15975 from jtattermusch/netcore_shutdown_hooks by Jan Tattermusch · 6 years ago
  55. 37e4990 replace new/delete with grpc_core::New and grpc_core::Delete by Sree Kuchibhotla · 6 years ago
  56. 8aefdd3 use a global executor pointer that is initialized by grpc_executor_init() by Sree Kuchibhotla · 6 years ago
  57. f0ed1a2 Create on first use pattern for initializing global executor by Sree Kuchibhotla · 6 years ago
  58. fa0373c GRPC_ARG_HTTP2_MIN_RECV_PING_INTERVAL_WITHOUT_DATA_MS only makes sense for the server by Yash Tibrewal · 6 years ago
  59. ea75af5 Merge pull request #15947 from dgquintas/rr_ppicks_fix by David G. Quintas · 6 years ago
  60. 018498a Implements subchannel refs for pick_first by ncteisen · 6 years ago
  61. a0a81a1 remove unnecessary header by Sree Kuchibhotla · 6 years ago
  62. f2cd616 Merge pull request #15918 from matt-kwong/rbe-unknown by Matt Kwong · 6 years ago
  63. 4b88f3b Merge branch 'master' into fix-dns-job by Sree Kuchibhotla · 6 years ago
  64. d6f4d9c Merge branch 'master' into fix-dns-job by Sree Kuchibhotla · 6 years ago
  65. 7b8a6b6 More PR comments; useful tracing by Sree Kuchibhotla · 6 years ago
  66. 4f0dec7 Refactor resolver result callback. by Mark D. Roth · 6 years ago
  67. a789ac3 Merge pull request #15982 from ncteisen/channelz-registry by Noah Eisen · 6 years ago
  68. e57fae7 Remove unneeded include by ncteisen · 6 years ago
  69. 664ba4f Add note about on-by-default by ncteisen · 6 years ago
  70. 2fe4938 Reviewer comments by ncteisen · 6 years ago
  71. aca5043 Rewrite channelz registry in terms of inlined vector by ncteisen · 6 years ago
  72. 1e69b7c Rename grpc_executor_job_type to C++ style name by Sree Kuchibhotla · 6 years ago
  73. 8427571 fix test comment and small code tweak by David Garcia Quintas · 6 years ago
  74. 50409fe Simplified the test significantly. No more threads by David Garcia Quintas · 6 years ago
  75. 30d39c4 Clarify new test comment by David Garcia Quintas · 6 years ago
  76. af74fc4 Merge pull request #15978 from yang-g/hanging_transport by Yang Gao · 6 years ago
  77. 02872df more code review comments by Sree Kuchibhotla · 6 years ago
  78. e41cae3 Added TODO by David Garcia Quintas · 6 years ago
  79. 8cc3a00 Fix typo by Sree Kuchibhotla · 6 years ago
  80. fbdfa90 Merge pull request #15979 from jiangtaoli2016/fix_race by Jiangtao Li · 6 years ago
  81. 83d0bfa address code review comemnts by Sree Kuchibhotla · 6 years ago
  82. 581cbef fix potential race condition in ALTS integrity-only extra-copy mode by jiangtaoli2016 · 6 years ago
  83. acb863c Do not start timer if transport is closed. by yang-g · 6 years ago
  84. 4ba4d18 Merge pull request #15964 from matt-kwong/fix-dart by Jan Tattermusch · 6 years ago
  85. f5b1966 add a TODO by Jan Tattermusch · 6 years ago
  86. df332f3 explain the shutdown hooks in detail by Jan Tattermusch · 6 years ago
  87. cd01eef Remove C# shutdown hook on .NET Core by Chris Bacon · 6 years ago
  88. d1deaad Added test by David Garcia Quintas · 6 years ago
  89. 0ed80ea Merge pull request #15961 from adelez/foundry2 by adelez · 6 years ago
  90. dce1e10 Merge pull request #15965 from grpc/v1.13.x by Mehrdad Afshari · 6 years ago
  91. ff38bb6 Merge pull request #15963 from mehrdada/python37-mac-windows-wheels-64bit by Mehrdad Afshari · 6 years ago
  92. c2158ed Fix Dart interop tests by upgrading to Dart 2 by Matt Kwong · 6 years ago
  93. 2a046b7 Install Cython on python3.7 by Mehrdad Afshari · 6 years ago
  94. 21a047a Build 64-bit Python 3.7 packages on macOS and Windows by Mehrdad Afshari · 6 years ago
  95. c9868d0 Add copyright by Adele Zhou · 6 years ago
  96. bd35dfa Do not upload results to bigquery for pull requests. by Adele Zhou · 6 years ago
  97. 7e9d525 Move executor implementation into GrpcExecutor class by Sree Kuchibhotla · 6 years ago
  98. 19b8398 Merge pull request #15957 from matt-kwong/cherry-python37 by Matt Kwong · 6 years ago
  99. 2e38148 Merge pull request #15912 from matt-kwong/python37 by Matt Kwong · 6 years ago
  100. a046f6e Configure bazel builds to use Foundry's multipool feature. by Adele Zhou · 6 years ago