1. ef4c0bb Merge branch 'master' into fix-dns-job-2 by Sree Kuchibhotla · 6 years ago
  2. f9f5c67 Merge pull request #16011 from adelez/foundry2 by adelez · 6 years ago
  3. 8edd568 Step 3 of multipool RBE configuration. by Adele Zhou · 6 years ago
  4. 37d8bbc resolver and default executors by Sree Kuchibhotla · 6 years ago
  5. 7cb6e9d Merge pull request #15962 from sreecha/fix-dns-job by Sree Kuchibhotla · 6 years ago
  6. 351f0bb Merge pull request #16006 from ghostwriternr/update-bazel by Matt Kwong · 6 years ago
  7. 92d8211 Merge pull request #15991 from adelez/foundry2 by adelez · 6 years ago
  8. b6518af Upgrade Bazel to 0.15.0 by Naresh · 6 years ago
  9. 61cea06 Apply platforms config to ubsan and msan like the other builds. by Adele Zhou · 6 years ago
  10. 69e5dff Handle multiple invocations of grpc_executor_shutdown() by Sree Kuchibhotla · 6 years ago
  11. 471a983 Merge pull request #15994 from yashykt/pingdoc by Yash Tibrewal · 6 years ago
  12. 4decd14 Merge pull request #15896 from markdroth/client_channel_refactor by Mark D. Roth · 6 years ago
  13. ea44d93 Merge pull request #15998 from grpc/v1.13.x by Mehrdad Afshari · 6 years ago
  14. 8c2eeee Merge pull request #15975 from jtattermusch/netcore_shutdown_hooks by Jan Tattermusch · 6 years ago
  15. 37e4990 replace new/delete with grpc_core::New and grpc_core::Delete by Sree Kuchibhotla · 6 years ago
  16. 8aefdd3 use a global executor pointer that is initialized by grpc_executor_init() by Sree Kuchibhotla · 6 years ago
  17. f0ed1a2 Create on first use pattern for initializing global executor by Sree Kuchibhotla · 6 years ago
  18. fa0373c GRPC_ARG_HTTP2_MIN_RECV_PING_INTERVAL_WITHOUT_DATA_MS only makes sense for the server by Yash Tibrewal · 6 years ago
  19. ea75af5 Merge pull request #15947 from dgquintas/rr_ppicks_fix by David G. Quintas · 6 years ago
  20. a0a81a1 remove unnecessary header by Sree Kuchibhotla · 6 years ago
  21. f2cd616 Merge pull request #15918 from matt-kwong/rbe-unknown by Matt Kwong · 6 years ago
  22. 4b88f3b Merge branch 'master' into fix-dns-job by Sree Kuchibhotla · 6 years ago
  23. d6f4d9c Merge branch 'master' into fix-dns-job by Sree Kuchibhotla · 6 years ago
  24. 7b8a6b6 More PR comments; useful tracing by Sree Kuchibhotla · 6 years ago
  25. 4f0dec7 Refactor resolver result callback. by Mark D. Roth · 6 years ago
  26. a789ac3 Merge pull request #15982 from ncteisen/channelz-registry by Noah Eisen · 6 years ago
  27. e57fae7 Remove unneeded include by ncteisen · 6 years ago
  28. 664ba4f Add note about on-by-default by ncteisen · 6 years ago
  29. 2fe4938 Reviewer comments by ncteisen · 6 years ago
  30. aca5043 Rewrite channelz registry in terms of inlined vector by ncteisen · 6 years ago
  31. 1e69b7c Rename grpc_executor_job_type to C++ style name by Sree Kuchibhotla · 6 years ago
  32. 8427571 fix test comment and small code tweak by David Garcia Quintas · 6 years ago
  33. 50409fe Simplified the test significantly. No more threads by David Garcia Quintas · 6 years ago
  34. 30d39c4 Clarify new test comment by David Garcia Quintas · 6 years ago
  35. af74fc4 Merge pull request #15978 from yang-g/hanging_transport by Yang Gao · 6 years ago
  36. 02872df more code review comments by Sree Kuchibhotla · 6 years ago
  37. e41cae3 Added TODO by David Garcia Quintas · 6 years ago
  38. 8cc3a00 Fix typo by Sree Kuchibhotla · 6 years ago
  39. fbdfa90 Merge pull request #15979 from jiangtaoli2016/fix_race by Jiangtao Li · 6 years ago
  40. 83d0bfa address code review comemnts by Sree Kuchibhotla · 6 years ago
  41. 581cbef fix potential race condition in ALTS integrity-only extra-copy mode by jiangtaoli2016 · 6 years ago
  42. acb863c Do not start timer if transport is closed. by yang-g · 6 years ago
  43. 4ba4d18 Merge pull request #15964 from matt-kwong/fix-dart by Jan Tattermusch · 6 years ago
  44. f5b1966 add a TODO by Jan Tattermusch · 6 years ago
  45. df332f3 explain the shutdown hooks in detail by Jan Tattermusch · 6 years ago
  46. cd01eef Remove C# shutdown hook on .NET Core by Chris Bacon · 6 years ago
  47. d1deaad Added test by David Garcia Quintas · 6 years ago
  48. 0ed80ea Merge pull request #15961 from adelez/foundry2 by adelez · 6 years ago
  49. dce1e10 Merge pull request #15965 from grpc/v1.13.x by Mehrdad Afshari · 6 years ago
  50. ff38bb6 Merge pull request #15963 from mehrdada/python37-mac-windows-wheels-64bit by Mehrdad Afshari · 6 years ago
  51. c2158ed Fix Dart interop tests by upgrading to Dart 2 by Matt Kwong · 6 years ago
  52. 2a046b7 Install Cython on python3.7 by Mehrdad Afshari · 6 years ago
  53. 21a047a Build 64-bit Python 3.7 packages on macOS and Windows by Mehrdad Afshari · 6 years ago
  54. c9868d0 Add copyright by Adele Zhou · 6 years ago
  55. bd35dfa Do not upload results to bigquery for pull requests. by Adele Zhou · 6 years ago
  56. 7e9d525 Move executor implementation into GrpcExecutor class by Sree Kuchibhotla · 6 years ago
  57. 19b8398 Merge pull request #15957 from matt-kwong/cherry-python37 by Matt Kwong · 6 years ago
  58. 2e38148 Merge pull request #15912 from matt-kwong/python37 by Matt Kwong · 6 years ago
  59. a046f6e Configure bazel builds to use Foundry's multipool feature. by Adele Zhou · 6 years ago
  60. b2670fc Add error handling for when a test result cannot be parsed by Matt Kwong · 6 years ago
  61. 46f399a Merge pull request #15960 from mehrdada/upmerge-v1.13.x by Mehrdad Afshari · 6 years ago
  62. 1cc028f Upmerge v1.13.x into master by Mehrdad Afshari · 6 years ago
  63. 4216ba4 Merge pull request #15958 from mehrdada/backport-15953-into-v1.13.x by Mehrdad Afshari · 6 years ago
  64. a058d19 Pin cython to 0.28.3 temporarily by Mehrdad Afshari · 6 years ago
  65. 3dce7cb Install Python3.7 on Windows and MacOS by Matt Kwong · 6 years ago
  66. 969e12c Install Python3.7 on Windows and MacOS by Matt Kwong · 6 years ago
  67. 7f6d24b Merge pull request #15955 from mehrdada/backport-15954-to-v1.13.x by Mehrdad Afshari · 6 years ago
  68. 6e2d9f4 Merge pull request #15954 from mehrdada/revert-to-official-manylinux by Mehrdad Afshari · 6 years ago
  69. bf7186a Merge pull request #15953 from mehrdada/fix-artifact-py by Mehrdad Afshari · 6 years ago
  70. f243cb6 Revert to the official manylinux1 image by Mehrdad Afshari · 6 years ago
  71. bd233ba Revert to the official manylinux1 image by Mehrdad Afshari · 6 years ago
  72. 6359ab0 Pin cython to 0.28.3 temporarily by Mehrdad Afshari · 6 years ago
  73. bf9ff4e Merge pull request #15945 from vjpai/drop_assert by Vijay Pai · 6 years ago
  74. 7ff678c Merge pull request #15906 from ncteisen/channelz by Noah Eisen · 6 years ago
  75. 7c312e3 Merge pull request #15845 from ghostwriternr/add_gevent_to_bazel by Nathaniel Manista · 6 years ago
  76. a894702 Merge pull request #15940 from jtattermusch/add_troubleshooting by Jan Tattermusch · 6 years ago
  77. 4eb44f3 Address review comments. by Jan Tattermusch · 6 years ago
  78. 86aa172 Merge pull request #15919 from AspirinSJL/reorder by Juanli Shen · 6 years ago
  79. caa85b2 Reviewer feedback by ncteisen · 6 years ago
  80. c9c1fef Write ClientChannelNode in terms of client_channel by ncteisen · 6 years ago
  81. 2300351 Change pattern to have subtype do json population by ncteisen · 6 years ago
  82. afb9829 Fix the muddled linkeage of channelz by ncteisen · 6 years ago
  83. c53f8df Fixed ordering in adding pending picks to RR by David Garcia Quintas · 6 years ago
  84. c5336fc Drop a spurious assert, since ServerReader can SendInitialMetadata by Vijay Pai · 6 years ago
  85. 1901045 Mention troubleshooting guide in top level README.md by Jan Tattermusch · 6 years ago
  86. a811fd6 Update TROUBLESHOOTING.md by Jan Tattermusch · 6 years ago
  87. c81a465 Add TROUBLESHOOTING.md by Jan Tattermusch · 6 years ago
  88. 252d3f3 Merge pull request #15909 from yihuazhang/local_channel_credentials by yihuaz · 6 years ago
  89. f0375f8 Merge pull request #15879 from hcaseyal/client_auth_allocation by hcaseyal · 6 years ago
  90. 024c663 Merge pull request #15771 from ncteisen/serialization by Noah Eisen · 6 years ago
  91. bca3d3a Merge pull request #15902 from Torgen/gcp_environment_port_platform by Vijay Pai · 6 years ago
  92. 9e77eeb Update comment by Juanli Shen · 6 years ago
  93. e83415d minor fix by Yihua Zhang · 6 years ago
  94. 587b40d finished 2nd revision by Yihua Zhang · 6 years ago
  95. ff6c5b2 Merge remote-tracking branch 'upstream/master' into local_channel_credentials by Yihua Zhang · 6 years ago
  96. 71566ff Allocate on call arena in client_auth_filter by Hope Casey-Allen · 6 years ago
  97. 1115bb7 Merge pull request #15859 from kerrick-lyft/kerrick-lyft-patch-1 by Noah Eisen · 6 years ago
  98. f44f0bc Merge branch 'master' into kerrick-lyft-patch-1 by Kerrick Staley · 6 years ago
  99. 0bcc55f finished 1st revision by Yihua Zhang · 6 years ago
  100. c5f1eda implement loca credentials by Yihua Zhang · 6 years ago