1. f82e28f Clean up use of GRPC_ARG_INTEGER by ncteisen · 6 years ago
  2. feead68 Clean out all GRPC_ARG_STRING: by ncteisen · 6 years ago
  3. 3cf30ba Add sanity linter to catch future use by ncteisen · 6 years ago
  4. d7728cd Merge pull request #15069 from muxi/prototype-cfstream by Muxi Yan · 6 years ago
  5. c512b4f revert -framework CoreFoundation by Muxi Yan · 6 years ago
  6. 8d35b83 Remove deprecated check_sources_and_headers.py sanity script by David Garcia Quintas · 6 years ago
  7. 687e0a8 upgrade boringssl to latest chromium-stable by Jan Tattermusch · 6 years ago
  8. a6e8d0b clang-format and yapf_code by Muxi Yan · 6 years ago
  9. ba221d0 Merge branch 'master' into prototype-cfstream by Muxi Yan · 6 years ago
  10. 92ff049 sanity by Muxi Yan · 6 years ago
  11. f02d33c Clean up phrasing from a hastily written comment by ncteisen · 6 years ago
  12. bd11a12 Reviewer feedback and build fixes by ncteisen · 6 years ago
  13. 6616fab Sanity check the sanity check lol by ncteisen · 6 years ago
  14. bc20975 Fix sanity script by ncteisen · 6 years ago
  15. 7f0a4ba bump boringssl-with-bazel to latest chromium-stable-with-bazel by Jan Tattermusch · 6 years ago
  16. 12faa21 Update sanity test to validate protobuf 3.5.2 by Mehrdad Afshari · 6 years ago
  17. 999b650 update third_party/boringssl to the latest chromium-stable by Jan Tattermusch · 7 years ago
  18. db3e898 Add a sanity check for inclusion of port_platform.h by Alexander Polcyn · 7 years ago
  19. 618a007 Check sanity of src directory by Muxi Yan · 7 years ago
  20. 34e8e0a Merge pull request #14210 from muxi/move-cpp-headers by Muxi Yan · 7 years ago
  21. 0e00c43 Move headers from grpc++ to grpcpp by Muxi Yan · 7 years ago
  22. 22f3639 Merge pull request #14411 from apolcyn/python_test_deps_in_bazel by apolcyn · 7 years ago
  23. aa56034 Add python bazel deps needed to run resolver component tests by Alex Polcyn · 7 years ago
  24. a35b9bd Enforce shellcheck on tools/gce by Mehrdad Afshari · 7 years ago
  25. 35bace9 Enforce shellcheck on shellscripts under test/ by Mehrdad Afshari · 7 years ago
  26. a110c74 Update BoringSSL to latest chromium-stable ref by Matt Kwong · 7 years ago
  27. 1dd7ebe Expand shellcheck enforcement to the entire tools/run_tests by Mehrdad Afshari · 7 years ago
  28. 6181c05 Merge pull request #14074 from mehrdada/shellcheck by Mehrdad Afshari · 7 years ago
  29. 09885f7 Enforce shellcheck on tools/run_tests/dockerize by Mehrdad Afshari · 7 years ago
  30. 9db1691 Merge pull request #14051 from markdroth/reorganize_support by Mark D. Roth · 7 years ago
  31. b58d133 Merge pull request #14071 from mehrdada/shellcheck by Mehrdad Afshari · 7 years ago
  32. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  33. 05668d4 Enforce shellcheck on tools/run_tests/artifacts by Mehrdad Afshari · 7 years ago
  34. 1adad72 Add to sanity, dont fix by default by ncteisen · 7 years ago
  35. 365ea63 Dockerize clang tidy by ncteisen · 7 years ago
  36. 5edcfb3 Dont check every single file by Noah Eisen · 7 years ago
  37. 0b62b2f reintroduce check_sources_and_headers optimization by Jan Tattermusch · 7 years ago
  38. 87cd994 Upgrade yapf to 0.20.0 by Mehrdad Afshari · 7 years ago
  39. 5de0a1f Enforce shellcheck on tools/run_tests/sanity by Mehrdad Afshari · 7 years ago
  40. d1563c3 Fix core_untyped_structs.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  41. 96ccd9a Fix check_unsecure.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  42. fe3ca48 Fix check_submodules.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  43. 5f7ab9b Fix check_owners.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  44. 11eb322 Fix check_clang_tidy.sh to pass shellcheck by Mehrdad Afshari · 7 years ago
  45. a2ed77d Add a sanity test for shellcheck by Mehrdad Afshari · 7 years ago
  46. 54a7040 Move more special cases in bazel build to the .bzl files by Alexander Polcyn · 7 years ago
  47. ca1548f Merge branch 'master' of https://github.com/grpc/grpc into yapf-tools by ncteisen · 7 years ago
  48. 0cd6cfe yapf tools/run_tests/sanity by ncteisen · 7 years ago
  49. 38466bc precompute transitive closure for speed by Jan Tattermusch · 7 years ago
  50. 3b9ac29 Improve unsecure sanity test by Vijay Pai · 7 years ago
  51. 2a0432e Remove bash-isms from sanity test by Vijay Pai · 7 years ago
  52. 12bfc62 Sanity check to make sure that known unsecure target doesn't require security by Vijay Pai · 7 years ago
  53. 28661ea Bump third_party/protobuf submodule to v3.5.0 by Mehrdad Afshari · 7 years ago
  54. 84a066b Turning on executable bit for tools/run_tests/sanity/check_bazel_workspace.py by josh · 7 years ago
  55. d692b76 Pulling upstream changes and resolving merge conflicts with third_party/cares/cares.BUILD by josh · 7 years ago
  56. d2ff02d Actually turn on the test by Craig Tiller · 7 years ago
  57. 4ac2b8e Enable clang-tidy as a sanity check, fix up all known failures by Craig Tiller · 7 years ago
  58. bd42ca1 Adding check_bazel_workspace.py to perform a sanity check that the external repo dependencies expressed via git submodules and those expressed as Bazel WORKSPACE rules agree exactly. by josh · 7 years ago
  59. df58b2b Merge branch 'master' into remove_node by murgatroid99 · 7 years ago
  60. 667aa2b Add call size bm_diff by Ken Payson · 7 years ago
  61. 3800775 Remove src/node and references to it by murgatroid99 · 7 years ago
  62. 326a1cd Merge pull request #12891 from ctiller/verify by Craig Tiller · 7 years ago
  63. 4e95766 Fix sanity by Craig Tiller · 7 years ago
  64. f4db2ea Fix sanity by Craig Tiller · 7 years ago
  65. 4c2f702 Fixes by Craig Tiller · 7 years ago
  66. 92a3805 Submodule bloaty mcbloatface by Craig Tiller · 7 years ago
  67. e2e7cf4 Add testing of grpc-node for Linux and MacOS by Matt Kwong · 7 years ago
  68. b0f180a bump c-ares submodule to 1.13 by Jan Tattermusch · 7 years ago
  69. eff25f9 remove check_vsprojects sanity test by Jan Tattermusch · 7 years ago
  70. 568fd3e Bump Protobuf to v3.4.0 by Stanley Cheung · 7 years ago
  71. 83f6b70 Bump protobuf to 3.4.0rc3 by Stanley Cheung · 7 years ago
  72. b643a5f Bump to protobuf 3.4.0rc2 by Stanley Cheung · 7 years ago
  73. 1bdfcda Bump protobuf version to v3.4.0rc1 by Stanley Cheung · 7 years ago
  74. 5fd85b5 PHP: update codegen plugin to support php_namespace option by Stanley Cheung · 7 years ago
  75. 0d66b43 Check that all structs/unions in public core headers have named types by Vijay Pai · 7 years ago
  76. b9b376c Ban the silent version by ncteisen · 7 years ago
  77. bdc6f70 Smarter regex, blander algo by ncteisen · 7 years ago
  78. 920bf3c Add tracer sanity test by ncteisen · 7 years ago
  79. 80a87ea Fix copyrights by Craig Tiller · 7 years ago
  80. e476f7d Strawman OWNERS --> CODEOWNERS script by Craig Tiller · 7 years ago
  81. f8d6fb7 Update boringssl by Ken Payson · 7 years ago
  82. ea44ba5 Ban the non macro versions by ncteisen · 7 years ago
  83. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  84. 0290906 Upgrade protobuf to 3.3.0 by Ken Payson · 7 years ago
  85. 4e9bef0 Remove leftover thrift mentions by David Garcia Quintas · 7 years ago
  86. d5ad177 Merge github.com:grpc/grpc into framing_costs by Craig Tiller · 7 years ago
  87. 989aa7f Fix sanity by Craig Tiller · 7 years ago
  88. b702ce2 Fix PHP interop tests by Ken Payson · 7 years ago
  89. a3583b2 Fix compilation, add a check for no slow usages of grpc_slice_malloc by Craig Tiller · 7 years ago
  90. 975b510 Fix build on Alpine linux + add portability tests by Ken Payson · 8 years ago
  91. 2835161 Reinstate one check, fix fall out by Craig Tiller · 8 years ago
  92. 29b527f Reinstate one check, fix fall out by Craig Tiller · 8 years ago
  93. 9bc0d82 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 8 years ago
  94. 2c97708 Merge remote-tracking branch 'upstream/master' into cares_bazel_rule by Yuchen Zeng · 8 years ago
  95. 8e64d90 Modify shebang on python scripts by Siddharth Shukla · 8 years ago
  96. d194f59 Make testing scripts python3.x compatible by Siddharth Shukla · 8 years ago
  97. 1a882cf Add more core banned functions by ncteisen · 8 years ago
  98. fddb01d upgrade third_party/protobuf to 3.2.0 by Jan Tattermusch · 8 years ago
  99. e9932d4 add gflags to bazel by David Garcia Quintas · 8 years ago
  100. 1a967c3 Added Pylint to sanity tests by Mehrdad Afshari · 8 years ago