1. 5de0a1f Enforce shellcheck on tools/run_tests/sanity by Mehrdad Afshari · 7 years ago
  2. d1563c3 Fix core_untyped_structs.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  3. 237f9ed Merge pull request #13816 from mehrdada/sanitytest-shellcheck by Mehrdad Afshari · 7 years ago
  4. 96ccd9a Fix check_unsecure.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  5. fe3ca48 Fix check_submodules.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  6. 5f7ab9b Fix check_owners.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  7. 11eb322 Fix check_clang_tidy.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  8. 4ef4c38 Create copy of "ac" data instead of stretching the locked section by David Garcia Quintas · 7 years ago
  9. a2ed77d Add a sanity test for shellcheck by Mehrdad Afshari · 7 years ago
  10. 5f31f01 Fix use-after-free caused by unsync'd access in tcp_client_posix. by David Garcia Quintas · 7 years ago
  11. 1bedfa3 Fix another data race in client_lb_end2end by David Garcia Quintas · 7 years ago
  12. ffe6e03 Fix internal TSAN bug by Noah Eisen · 7 years ago
  13. 4f4a45e fix tsan issue in client_lb_end2end by David Garcia Quintas · 7 years ago
  14. 1acca45 Merge pull request #13813 from dgquintas/disable_low_thread_count by David G. Quintas · 7 years ago
  15. 795e8eb Merge pull request #13798 from apolcyn/min_max_rpc_version_constants by apolcyn · 7 years ago
  16. 251af24 Disabled the json_run_localhost:*_low_thread_count family of tests by David Garcia Quintas · 7 years ago
  17. 3bc0dac Removed exec_ctx from new client_lb_end2end code by David Garcia Quintas · 7 years ago
  18. 15a74d3 Define RPC protocol version constants by Alexander Polcyn · 7 years ago
  19. 8ecabd9 Merge pull request #13777 from frankyn/patch-1 by apolcyn · 7 years ago
  20. 837a479 minor typo : becuase -> because by ita9naiwa · 7 years ago
  21. f19b20f Merge pull request #13803 from apolcyn/mark_testonly by apolcyn · 7 years ago
  22. 7f16daf Merge pull request #13793 from apolcyn/fix_ruby_distrib_retry by apolcyn · 7 years ago
  23. 336bce0 Merge pull request #11622 from mehrdada/shellckec by Mehrdad Afshari · 7 years ago
  24. 28839ce Merge pull request #13776 from ncteisen/executor-tsan by Noah Eisen · 7 years ago
  25. 2279cd4 Merge pull request #13771 from yang-g/delete by Yang Gao · 7 years ago
  26. 290bbd2 Fix run_tests_in_workspace.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  27. af3eb69 Fix run_grpc-node.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  28. 4fc1317 Fix run_ruby_end2end_tests.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  29. e0614e7 Fix run_ruby.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  30. 3d1dc96 Fix run_python.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  31. 4da34aa Fix run_lcov.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  32. fa98f1d Fix pre_build_ruby.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  33. 51d6c66 Fix pre_build_csharp.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  34. d8b9243 Fix pre_build_cmake.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  35. d4db098 Fix post_tests_ruby.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  36. d3143cd Fix post_tests_python.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  37. 4ef3c92 Fix post_tests_php.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  38. d8ef488 Fix post_tests_csharp.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  39. 1a0ff1e Fix post_tests_c.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  40. 517d298 Fix bundle_install_wrapper.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  41. ba13798 Fix build_ruby.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  42. 3b6dcfa Fix build_python_msys2.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  43. 009941e Fix build_php.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  44. 0ccd3af Fix build_csharp.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  45. 3bfa56f Fix build_python.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  46. 5f72c6a Mark a couple of test binaries asa testonly by Alexander Polcyn · 7 years ago
  47. 9c8ea03 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  48. 590099c PR comments, round 3 by David Garcia Quintas · 7 years ago
  49. af605ba Merge pull request #13226 from dgquintas/super_detect_flakes by David G. Quintas · 7 years ago
  50. 2ebb168 Merge pull request #13774 from apolcyn/disable_soreuseport_in_ruby_tests by apolcyn · 7 years ago
  51. acd56b7 Fix failing ruby distrib tests on ruby 2.0 images by Alexander Polcyn · 7 years ago
  52. dd1dbca Merge pull request #13561 from apolcyn/revise_bazel_api by apolcyn · 7 years ago
  53. 806de15 yapf'd the new file by David Garcia Quintas · 7 years ago
  54. 54a7040 Move more special cases in bazel build to the .bzl files by Alexander Polcyn · 7 years ago
  55. 00a7d47 Depends third_party/nanopb via workspace relative-path to pass bazel's dependency check. by Ning Ren · 7 years ago
  56. 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
  57. 1074cb6 Merge pull request #13759 from murgatroid99/node_deletion_again by Michael Lumish · 7 years ago
  58. 65ca508 Merge pull request #13785 from y-zeng/cli_token by Yuchen Zeng · 7 years ago
  59. 4131b58 Merge branch 'master' of github.com:grpc/grpc into super_detect_flakes by David Garcia Quintas · 7 years ago
  60. 4f4f5ac Merge pull request #13791 from mehrdada/bump181 by Mehrdad Afshari · 7 years ago
  61. d928673 PR comments by David Garcia Quintas · 7 years ago
  62. 0981f9f Bump version to 1.8.1 by Mehrdad Afshari · 7 years ago
  63. 487ee31 Address review comments by Yuchen Zeng · 7 years ago
  64. 5b6b591 Merge pull request #13789 from grpc/v1.8.x by Mehrdad Afshari · 7 years ago
  65. f5649c7 Merge pull request #13786 from kpayson64/fix_python_server_race by kpayson64 · 7 years ago
  66. 8179b95 Fixes race condition in Python server shutdown by Ken Payson · 7 years ago
  67. bbb6270 Merge pull request #13784 from nathanielmanistaatgoogle/13752 by Nathaniel Manista · 7 years ago
  68. 2435050 Support access token credential in grpc_cli by Yuchen Zeng · 7 years ago
  69. c0b00c3 Fix executor tsan bug by ncteisen · 7 years ago
  70. ba6ca24 Merge pull request #13773 from ncteisen/tsan by Noah Eisen · 7 years ago
  71. e1c4021 Reallow out-of-spec metadata by Nathaniel Manista · 7 years ago
  72. 5d37e61 Merge pull request #13775 from jtattermusch/dont_hardcode_boringssl_headers by Jan Tattermusch · 7 years ago
  73. 235a2e7 [Ruby] Specify module init after cloning repo by Frank Natividad · 7 years ago
  74. 86ef925 dont hardcode using boringssl headers when ssl provider is package by Jan Tattermusch · 7 years ago
  75. b2c3893 Merge pull request #13769 from jtattermusch/cmake_exclude_custom_ares by Jan Tattermusch · 7 years ago
  76. cd0d754 Merge pull request #13763 from jtattermusch/csharp_examples_cleanup by Jan Tattermusch · 7 years ago
  77. f0b89e2 Merge pull request #13764 from kpayson64/fix_unused_param by kpayson64 · 7 years ago
  78. 430f745 Fix tsan in bad_client tests by Noah Eisen · 7 years ago
  79. b14f1ea Disable soreuseport in ruby unit tests by Alexander Polcyn · 7 years ago
  80. ef02bcf Mark tcp errors as UNAVAILABLE by yang-g · 7 years ago
  81. 3fc14dc exclude artificial ares target when building with cmake by Jan Tattermusch · 7 years ago
  82. eb81761 Merge branch 'master' of github.com:grpc/grpc into super_detect_flakes by David Garcia Quintas · 7 years ago
  83. 78335ac Merge pull request #13710 from ctiller/fix17it1 by Craig Tiller · 7 years ago
  84. 92b6e99 Merge pull request #13758 from kpayson64/fix_yapf_code by kpayson64 · 7 years ago
  85. b8a28d2 Merge pull request #13754 from muxi/fix-stream-compression-gzip by Muxi Yan · 7 years ago
  86. 11053bc PR comments by David Garcia Quintas · 7 years ago
  87. 096e3c3 Fix unused parameter warning in cpp codegen by Ken Payson · 7 years ago
  88. 6311065 regenerate routeguide protos by Jan Tattermusch · 7 years ago
  89. 4dec552 regenerate helloworld protos by Jan Tattermusch · 7 years ago
  90. 990299b upgrade Grpc and Protobuf nugets in routeguide by Jan Tattermusch · 7 years ago
  91. 2df1c24 upgrade Grpc and Protobuf nugets in helloworld by Jan Tattermusch · 7 years ago
  92. a54c12d regenerate helloworld-from-cli protos by Jan Tattermusch · 7 years ago
  93. b12b8d0 cleanup helloworld for dotnet CLI by Jan Tattermusch · 7 years ago
  94. c969a67 Merge pull request #13736 from menghanl/release_matrix by adelez · 7 years ago
  95. cc847e5 Merge pull request #13737 from menghanl/fix_release_matrix by adelez · 7 years ago
  96. 54d699d Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  97. 04fb1c0 Merge pull request #13744 from jtattermusch/backport_13604 by Jan Tattermusch · 7 years ago
  98. 845b7b9 Merge pull request #13755 from kpayson64/1_cq_add_back by kpayson64 · 7 years ago
  99. 91a851c Merge pull request #13756 from ncteisen/more-c-cc by Noah Eisen · 7 years ago
  100. 62d86e9 Fixed wrong conversion factor by David Garcia Quintas · 7 years ago