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