1. 40ebe9a fix typo by Dan Zhang · 7 years ago
  2. 8fba583 fix udp_server_test flakiness by Dan Zhang · 7 years ago
  3. 64f6d3c Merge branch 'master' into startcb by Dan Zhang · 7 years ago
  4. 4d48a3d format change by Dan Zhang · 7 years ago
  5. ffc0205 Merge pull request #13834 from dgquintas/debug_location_namespace by David G. Quintas · 7 years ago
  6. 0d18814 Add a start_cb to grpc_udp_listener to be called when listener is created. by Dan Zhang · 7 years ago
  7. 13a3e8c Add namespace to macro expansion by David Garcia Quintas · 7 years ago
  8. 3804b05 Merge pull request #13835 from muxi/use-build-yaml-in-podspec by Muxi Yan · 7 years ago
  9. 9d77be1 Merge pull request #13837 from yang-g/interop by Yang Gao · 7 years ago
  10. 1a2109a Merge pull request #13811 from ita9naiwa/master by Noah Eisen · 7 years ago
  11. 343522c Merge pull request #13838 from apolcyn/fix_parse_commandline_flags by apolcyn · 7 years ago
  12. 2f041ae Merge pull request #13836 from apolcyn/mark_testonly by apolcyn · 7 years ago
  13. e7515e4 Merge pull request #13831 from dgquintas/fix_wrong_slice_unref by David G. Quintas · 7 years ago
  14. 98350e9 Merge pull request #13824 from ncteisen/fix-trickle by Noah Eisen · 7 years ago
  15. 2ec7567 Merge pull request #13833 from ncteisen/comments by Noah Eisen · 7 years ago
  16. 3a1a2f0 Use the same ParseCommandLineFlags for golden file test that is used in other test binaries by Alexander Polcyn · 7 years ago
  17. 19d1eb2 When seeing an error in interop test, also log the debug error string. by yang-g · 7 years ago
  18. d3dbc0d Mark one test binary as testonly by Alexander Polcyn · 7 years ago
  19. b0f821c Generate more files in gRPC-Core.podspec from build.yaml by Muxi Yan · 7 years ago
  20. 7734674 Add ownership semantic comments to error.h by ncteisen · 7 years ago
  21. e2612aa Use correct timeout for benchmarks by ncteisen · 7 years ago
  22. c41bbd3 Fix wrong unreffing of slice by David Garcia Quintas · 7 years ago
  23. 0dd982c Merge pull request #13823 from mehrdada/shellcheckify-runtests-slash-sanity by Mehrdad Afshari · 7 years ago
  24. e9b0fd0 Merge pull request #13494 from dgquintas/backoff_cpp by David G. Quintas · 7 years ago
  25. 1c4d410 Merge pull request #13720 from apolcyn/enable_golden_file_test_in_bazel by apolcyn · 7 years ago
  26. 1631965 Merge pull request #13822 from grpc/error-tsan by Noah Eisen · 7 years ago
  27. 5de0a1f Enforce shellcheck on tools/run_tests/sanity by Mehrdad Afshari · 7 years ago
  28. d1563c3 Fix core_untyped_structs.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  29. 237f9ed Merge pull request #13816 from mehrdada/sanitytest-shellcheck by Mehrdad Afshari · 7 years ago
  30. 96ccd9a Fix check_unsecure.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  31. fe3ca48 Fix check_submodules.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  32. 5f7ab9b Fix check_owners.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  33. 11eb322 Fix check_clang_tidy.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  34. 4ef4c38 Create copy of "ac" data instead of stretching the locked section by David Garcia Quintas · 7 years ago
  35. a2ed77d Add a sanity test for shellcheck by Mehrdad Afshari · 7 years ago
  36. 5f31f01 Fix use-after-free caused by unsync'd access in tcp_client_posix. by David Garcia Quintas · 7 years ago
  37. 1bedfa3 Fix another data race in client_lb_end2end by David Garcia Quintas · 7 years ago
  38. ffe6e03 Fix internal TSAN bug by Noah Eisen · 7 years ago
  39. 4f4a45e fix tsan issue in client_lb_end2end by David Garcia Quintas · 7 years ago
  40. 1acca45 Merge pull request #13813 from dgquintas/disable_low_thread_count by David G. Quintas · 7 years ago
  41. 795e8eb Merge pull request #13798 from apolcyn/min_max_rpc_version_constants by apolcyn · 7 years ago
  42. 251af24 Disabled the json_run_localhost:*_low_thread_count family of tests by David Garcia Quintas · 7 years ago
  43. 3bc0dac Removed exec_ctx from new client_lb_end2end code by David Garcia Quintas · 7 years ago
  44. 15a74d3 Define RPC protocol version constants by Alexander Polcyn · 7 years ago
  45. 8ecabd9 Merge pull request #13777 from frankyn/patch-1 by apolcyn · 7 years ago
  46. 837a479 minor typo : becuase -> because by ita9naiwa · 7 years ago
  47. f19b20f Merge pull request #13803 from apolcyn/mark_testonly by apolcyn · 7 years ago
  48. 7f16daf Merge pull request #13793 from apolcyn/fix_ruby_distrib_retry by apolcyn · 7 years ago
  49. 336bce0 Merge pull request #11622 from mehrdada/shellckec by Mehrdad Afshari · 7 years ago
  50. 28839ce Merge pull request #13776 from ncteisen/executor-tsan by Noah Eisen · 7 years ago
  51. 2279cd4 Merge pull request #13771 from yang-g/delete by Yang Gao · 7 years ago
  52. 290bbd2 Fix run_tests_in_workspace.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  53. af3eb69 Fix run_grpc-node.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  54. 4fc1317 Fix run_ruby_end2end_tests.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  55. e0614e7 Fix run_ruby.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  56. 3d1dc96 Fix run_python.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  57. 4da34aa Fix run_lcov.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  58. fa98f1d Fix pre_build_ruby.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  59. 51d6c66 Fix pre_build_csharp.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  60. d8b9243 Fix pre_build_cmake.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  61. d4db098 Fix post_tests_ruby.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  62. d3143cd Fix post_tests_python.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  63. 4ef3c92 Fix post_tests_php.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  64. d8ef488 Fix post_tests_csharp.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  65. 1a0ff1e Fix post_tests_c.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  66. 517d298 Fix bundle_install_wrapper.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  67. ba13798 Fix build_ruby.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  68. 3b6dcfa Fix build_python_msys2.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  69. 009941e Fix build_php.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  70. 0ccd3af Fix build_csharp.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  71. 3bfa56f Fix build_python.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  72. 5f72c6a Mark a couple of test binaries asa testonly by Alexander Polcyn · 7 years ago
  73. 9c8ea03 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  74. 590099c PR comments, round 3 by David Garcia Quintas · 7 years ago
  75. af605ba Merge pull request #13226 from dgquintas/super_detect_flakes by David G. Quintas · 7 years ago
  76. 2ebb168 Merge pull request #13774 from apolcyn/disable_soreuseport_in_ruby_tests by apolcyn · 7 years ago
  77. acd56b7 Fix failing ruby distrib tests on ruby 2.0 images by Alexander Polcyn · 7 years ago
  78. dd1dbca Merge pull request #13561 from apolcyn/revise_bazel_api by apolcyn · 7 years ago
  79. 806de15 yapf'd the new file by David Garcia Quintas · 7 years ago
  80. 54a7040 Move more special cases in bazel build to the .bzl files by Alexander Polcyn · 7 years ago
  81. 00a7d47 Depends third_party/nanopb via workspace relative-path to pass bazel's dependency check. by Ning Ren · 7 years ago
  82. 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
  83. 65ca508 Merge pull request #13785 from y-zeng/cli_token by Yuchen Zeng · 7 years ago
  84. 4131b58 Merge branch 'master' of github.com:grpc/grpc into super_detect_flakes by David Garcia Quintas · 7 years ago
  85. d928673 PR comments by David Garcia Quintas · 7 years ago
  86. 487ee31 Address review comments by Yuchen Zeng · 7 years ago
  87. 5b6b591 Merge pull request #13789 from grpc/v1.8.x by Mehrdad Afshari · 7 years ago
  88. f5649c7 Merge pull request #13786 from kpayson64/fix_python_server_race by kpayson64 · 7 years ago
  89. 8179b95 Fixes race condition in Python server shutdown by Ken Payson · 7 years ago
  90. bbb6270 Merge pull request #13784 from nathanielmanistaatgoogle/13752 by Nathaniel Manista · 7 years ago
  91. 2435050 Support access token credential in grpc_cli by Yuchen Zeng · 7 years ago
  92. c0b00c3 Fix executor tsan bug by ncteisen · 7 years ago
  93. ba6ca24 Merge pull request #13773 from ncteisen/tsan by Noah Eisen · 7 years ago
  94. e1c4021 Reallow out-of-spec metadata by Nathaniel Manista · 7 years ago
  95. 5d37e61 Merge pull request #13775 from jtattermusch/dont_hardcode_boringssl_headers by Jan Tattermusch · 7 years ago
  96. 235a2e7 [Ruby] Specify module init after cloning repo by Frank Natividad · 7 years ago
  97. 86ef925 dont hardcode using boringssl headers when ssl provider is package by Jan Tattermusch · 7 years ago
  98. b2c3893 Merge pull request #13769 from jtattermusch/cmake_exclude_custom_ares by Jan Tattermusch · 7 years ago
  99. cd0d754 Merge pull request #13763 from jtattermusch/csharp_examples_cleanup by Jan Tattermusch · 7 years ago
  100. f0b89e2 Merge pull request #13764 from kpayson64/fix_unused_param by kpayson64 · 7 years ago