1. 024c280 Merge pull request #13078 from matt-kwong/kokoro-url by Matt Kwong · 7 years ago
  2. 9f2dd2d Retry test when xcodebuild exit with simulator error by Muxi Yan · 7 years ago
  3. 827c6e9 Pass KOKORO_BUILD_ID to Docker by Matt Kwong · 7 years ago
  4. 247a05e Merge pull request #13843 from kpayson64/fix_python_tests by kpayson64 · 7 years ago
  5. 64f6d3c Merge branch 'master' into startcb by Dan Zhang · 7 years ago
  6. 4d48a3d format change by Dan Zhang · 7 years ago
  7. cfa38cc Merge branch 'master' into kokoro-url by Matt Kwong · 7 years ago
  8. ffc0205 Merge pull request #13834 from dgquintas/debug_location_namespace by David G. Quintas · 7 years ago
  9. 3bc8e42 Disable so_reuseport for Python tests by Ken Payson · 7 years ago
  10. 0d18814 Add a start_cb to grpc_udp_listener to be called when listener is created. by Dan Zhang · 7 years ago
  11. 13a3e8c Add namespace to macro expansion by David Garcia Quintas · 7 years ago
  12. bddedb9 Install .pc files as mode 644 by ncteisen · 7 years ago
  13. 6ec2642 Merge pull request #13839 from kpayson64/bump_version_18 by kpayson64 · 7 years ago
  14. 3804b05 Merge pull request #13835 from muxi/use-build-yaml-in-podspec by Muxi Yan · 7 years ago
  15. 9d77be1 Merge pull request #13837 from yang-g/interop by Yang Gao · 7 years ago
  16. 1a2109a Merge pull request #13811 from ita9naiwa/master by Noah Eisen · 7 years ago
  17. 343522c Merge pull request #13838 from apolcyn/fix_parse_commandline_flags by apolcyn · 7 years ago
  18. 2f041ae Merge pull request #13836 from apolcyn/mark_testonly by apolcyn · 7 years ago
  19. e7515e4 Merge pull request #13831 from dgquintas/fix_wrong_slice_unref by David G. Quintas · 7 years ago
  20. 98350e9 Merge pull request #13824 from ncteisen/fix-trickle by Noah Eisen · 7 years ago
  21. 2ec7567 Merge pull request #13833 from ncteisen/comments by Noah Eisen · 7 years ago
  22. 16e4bc0 Bump to 1.8.2 by Ken Payson · 7 years ago
  23. 3a1a2f0 Use the same ParseCommandLineFlags for golden file test that is used in other test binaries by Alexander Polcyn · 7 years ago
  24. 19d1eb2 When seeing an error in interop test, also log the debug error string. by yang-g · 7 years ago
  25. 958649e Merge pull request #13665 from kpayson64/poll_spin_bug by kpayson64 · 7 years ago
  26. d3dbc0d Mark one test binary as testonly by Alexander Polcyn · 7 years ago
  27. b0f821c Generate more files in gRPC-Core.podspec from build.yaml by Muxi Yan · 7 years ago
  28. 7734674 Add ownership semantic comments to error.h by ncteisen · 7 years ago
  29. e2612aa Use correct timeout for benchmarks by ncteisen · 7 years ago
  30. c41bbd3 Fix wrong unreffing of slice by David Garcia Quintas · 7 years ago
  31. 2df509f Fix a Python spinlock bug by Ken Payson · 7 years ago
  32. 0dd982c Merge pull request #13823 from mehrdada/shellcheckify-runtests-slash-sanity by Mehrdad Afshari · 7 years ago
  33. e9b0fd0 Merge pull request #13494 from dgquintas/backoff_cpp by David G. Quintas · 7 years ago
  34. f38b152 simplify top level CMakeLists.txt by Jan Tattermusch · 7 years ago
  35. 1c4d410 Merge pull request #13720 from apolcyn/enable_golden_file_test_in_bazel by apolcyn · 7 years ago
  36. 9f01ae0 Get rid of references to bazel toolchains and remote_execution, since they are only present on master by Alexander Polcyn · 7 years ago
  37. 0678db7 Move more special cases in bazel build to the .bzl files by Alexander Polcyn · 7 years ago
  38. e8cdc2d Depends third_party/nanopb via workspace relative-path to pass bazel's dependency check. by Ning Ren · 7 years ago
  39. 4856782 Packs contents of WORKSPACE into a bzl function, so that it can be resued by other projects, and simplifies cares build. by Ning Ren · 7 years ago
  40. 1631965 Merge pull request #13822 from grpc/error-tsan by Noah Eisen · 7 years ago
  41. 5de0a1f Enforce shellcheck on tools/run_tests/sanity by Mehrdad Afshari · 7 years ago
  42. d1563c3 Fix core_untyped_structs.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  43. 237f9ed Merge pull request #13816 from mehrdada/sanitytest-shellcheck by Mehrdad Afshari · 7 years ago
  44. 96ccd9a Fix check_unsecure.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  45. fe3ca48 Fix check_submodules.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  46. 5f7ab9b Fix check_owners.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  47. 11eb322 Fix check_clang_tidy.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  48. 4ef4c38 Create copy of "ac" data instead of stretching the locked section by David Garcia Quintas · 7 years ago
  49. a2ed77d Add a sanity test for shellcheck by Mehrdad Afshari · 7 years ago
  50. 5f31f01 Fix use-after-free caused by unsync'd access in tcp_client_posix. by David Garcia Quintas · 7 years ago
  51. 1bedfa3 Fix another data race in client_lb_end2end by David Garcia Quintas · 7 years ago
  52. ffe6e03 Fix internal TSAN bug by Noah Eisen · 7 years ago
  53. 4f4a45e fix tsan issue in client_lb_end2end by David Garcia Quintas · 7 years ago
  54. 1acca45 Merge pull request #13813 from dgquintas/disable_low_thread_count by David G. Quintas · 7 years ago
  55. 795e8eb Merge pull request #13798 from apolcyn/min_max_rpc_version_constants by apolcyn · 7 years ago
  56. 251af24 Disabled the json_run_localhost:*_low_thread_count family of tests by David Garcia Quintas · 7 years ago
  57. 3bc0dac Removed exec_ctx from new client_lb_end2end code by David Garcia Quintas · 7 years ago
  58. 15a74d3 Define RPC protocol version constants by Alexander Polcyn · 7 years ago
  59. 8ecabd9 Merge pull request #13777 from frankyn/patch-1 by apolcyn · 7 years ago
  60. 837a479 minor typo : becuase -> because by ita9naiwa · 7 years ago
  61. f19b20f Merge pull request #13803 from apolcyn/mark_testonly by apolcyn · 7 years ago
  62. 7f16daf Merge pull request #13793 from apolcyn/fix_ruby_distrib_retry by apolcyn · 7 years ago
  63. 336bce0 Merge pull request #11622 from mehrdada/shellckec by Mehrdad Afshari · 7 years ago
  64. 28839ce Merge pull request #13776 from ncteisen/executor-tsan by Noah Eisen · 7 years ago
  65. 2279cd4 Merge pull request #13771 from yang-g/delete by Yang Gao · 7 years ago
  66. 290bbd2 Fix run_tests_in_workspace.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  67. af3eb69 Fix run_grpc-node.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  68. 4fc1317 Fix run_ruby_end2end_tests.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  69. e0614e7 Fix run_ruby.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  70. 3d1dc96 Fix run_python.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  71. 4da34aa Fix run_lcov.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  72. fa98f1d Fix pre_build_ruby.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  73. 51d6c66 Fix pre_build_csharp.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  74. d8b9243 Fix pre_build_cmake.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  75. d4db098 Fix post_tests_ruby.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  76. d3143cd Fix post_tests_python.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  77. 4ef3c92 Fix post_tests_php.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  78. d8ef488 Fix post_tests_csharp.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  79. 1a0ff1e Fix post_tests_c.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  80. 517d298 Fix bundle_install_wrapper.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  81. ba13798 Fix build_ruby.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  82. 3b6dcfa Fix build_python_msys2.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  83. 009941e Fix build_php.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  84. 0ccd3af Fix build_csharp.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  85. 3bfa56f Fix build_python.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  86. 5f72c6a Mark a couple of test binaries asa testonly by Alexander Polcyn · 7 years ago
  87. 9c8ea03 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  88. 590099c PR comments, round 3 by David Garcia Quintas · 7 years ago
  89. af605ba Merge pull request #13226 from dgquintas/super_detect_flakes by David G. Quintas · 7 years ago
  90. 2ebb168 Merge pull request #13774 from apolcyn/disable_soreuseport_in_ruby_tests by apolcyn · 7 years ago
  91. acd56b7 Fix failing ruby distrib tests on ruby 2.0 images by Alexander Polcyn · 7 years ago
  92. dd1dbca Merge pull request #13561 from apolcyn/revise_bazel_api by apolcyn · 7 years ago
  93. 806de15 yapf'd the new file by David Garcia Quintas · 7 years ago
  94. 54a7040 Move more special cases in bazel build to the .bzl files by Alexander Polcyn · 7 years ago
  95. 00a7d47 Depends third_party/nanopb via workspace relative-path to pass bazel's dependency check. by Ning Ren · 7 years ago
  96. 174e02a Packs contents of WORKSPACE into a bzl function, so that it can be resued by other projects, and simplifies cares build. by Ning Ren · 7 years ago
  97. 1074cb6 Merge pull request #13759 from murgatroid99/node_deletion_again by Michael Lumish · 7 years ago
  98. 65ca508 Merge pull request #13785 from y-zeng/cli_token by Yuchen Zeng · 7 years ago
  99. 4131b58 Merge branch 'master' of github.com:grpc/grpc into super_detect_flakes by David Garcia Quintas · 7 years ago
  100. 4f4f5ac Merge pull request #13791 from mehrdada/bump181 by Mehrdad Afshari · 7 years ago