1. 8a2c601 Bump protobuf hash for Bazel by Mehrdad Afshari · 6 years ago
  2. bc690e0 Update the toolchain version by Adele Zhou · 6 years ago
  3. 1995816 Merge pull request #14625 from isturdy/generate-cc by Nicolas Noble · 6 years ago
  4. bd6bdf9 Merge pull request #13290 from apolcyn/cares_address_sorting_master_c by apolcyn · 6 years ago
  5. aadbd18 Also add size by Adele Zhou · 6 years ago
  6. 7bc84a2 Use timeout instead of size by Adele Zhou · 6 years ago
  7. ad5be3e Add size param to grpc_cc_test and set it to enormous for fuzzer tests. by Adele Zhou · 6 years ago
  8. 69d7a03 Update comment by yang-g · 6 years ago
  9. 502ba74 Rename generate_mock to generate_mocks by yang-g · 6 years ago
  10. d21ee15 Stop relying on certain ipv6 macros. Also bazel build updates. by Alexander Polcyn · 7 years ago
  11. 690dde6 Add address sorting submodule for use in c-ares wrapper by Alexander Polcyn · 7 years ago
  12. e6dfa9c Fix cross-repository proto includes. by Ian Sturdy · 6 years ago
  13. 5848893 build nanopb one-off target by Yihua Zhang · 6 years ago
  14. 3287ceb Merge pull request #14638 from yihuazhang/hook_alts_again by yihuaz · 6 years ago
  15. 04fb58e Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  16. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 6 years ago
  17. 3a8c0d6 Add external bindings for targets needed for the cc_grpc_library rule. by Ian Sturdy · 6 years ago
  18. ec27b28 Fix C++ codegen with bazel in subrepositories by Ian Sturdy · 6 years ago
  19. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  20. 0a05b78 Move python DNS utilities to utils subdirectory by Alexander Polcyn · 6 years ago
  21. 092f199 Clean up grpc_py_binary build rule by Alexander Polcyn · 6 years ago
  22. dfa20d8 Pin a commit that comes with ubsan and msan. by Adele Zhou · 6 years ago
  23. 6b80417 Upgrade bazel to 0.10.0 by Adele Zhou · 6 years ago
  24. 9a5a388 Merge pull request #13963 from rongjiecomputer/windows by Jan Tattermusch · 6 years ago
  25. aa56034 Add python bazel deps needed to run resolver component tests by Alex Polcyn · 6 years ago
  26. 2383322 Update bazel toolchain version. by Adele Zhou · 6 years ago
  27. e97c230 [Bazel] Do not use -pthread on Windows by Loo Rong Jie · 6 years ago
  28. 8fe2531 Redefine grpc_sh_binary as native.sh_binary. by Adele Zhou · 6 years ago
  29. 73e7468 Merge pull request #13993 from vjpai/buildown by Vijay Pai · 6 years ago
  30. 69d3e09 Merge pull request #13815 from vjpai/catcher by Vijay Pai · 6 years ago
  31. 9490b0e Merge pull request #14011 from apolcyn/avoid_ares_on_windows by apolcyn · 6 years ago
  32. 9df154c Correct usage of select in _get_external_deps by Alexander Polcyn · 6 years ago
  33. 5cee830 Merge pull request #13991 from apolcyn/avoid_ares_on_windows by apolcyn · 6 years ago
  34. 294e996 Add me to build system owners by Vijay Pai · 6 years ago
  35. f1b933c Avoid building c-ares lib when grpc_no_ares is true by Alexander Polcyn · 6 years ago
  36. c052f36 Substitute a11r for ctiller in all OWNERS files by Craig Tiller · 6 years ago
  37. 37abc4a Typo by Vijay Pai · 7 years ago
  38. 9809ce3 Use appropriate preprocessor guards to allow building without exceptions by Vijay Pai · 7 years ago
  39. 54a7040 Move more special cases in bazel build to the .bzl files by Alexander Polcyn · 7 years ago
  40. 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
  41. cc04915 Merge pull request #13679 from ctiller/bazelsan2 by Craig Tiller · 7 years ago
  42. b94346f pass intended invocation args to bazel tests under poller script by Alexander Polcyn · 7 years ago
  43. e55fb8a Allow running tests directly (default poller, foundry wont see them) by Craig Tiller · 7 years ago
  44. f66cfed Merge pull request #13051 from ctiller/bazel-pollers by Craig Tiller · 7 years ago
  45. 5b7cdef Rename port_hermetic to port_isolated_runtime_environment by Adele Zhou · 7 years ago
  46. e5df91f Use select to decide the test is hermetic or not by Adele Zhou · 7 years ago
  47. c8bf2da Enabling hermetic testing for running tests on Foundry. by Adele Zhou · 7 years ago
  48. 360712f Start to get Bazel running different pollers by Craig Tiller · 7 years ago
  49. 95593c5 Remove unnecessary secure dependences by Vijay Pai · 7 years ago
  50. 4fdb08a Revert "Restructure plugin builds to avoid building more than needed" by Vijay Pai · 7 years ago
  51. 2ff9578 Merge branch 'master' into plugins by Vijay Pai · 7 years ago
  52. 4cf5f3e Restructure plugin builds to avoid building more than needed by Vijay Pai · 7 years ago
  53. 6040975 In bazel builds, provide an option to select non-uses of c_ares by Vijay Pai · 7 years ago
  54. ca87867 Merge pull request #12571 from vladmos/depset by Craig Tiller · 7 years ago
  55. 27bf05d Add tests for c-ares wrapper using a local DNS server. by Alexander Polcyn · 7 years ago
  56. 759c702 Rename set to depset by Vladimir Moskva · 7 years ago
  57. 109040f Support features in grpc_package by yang-g · 7 years ago
  58. 2bc5e3a Moving visibility and package creation to the build system. by Nicolas "Pixel" Noble · 7 years ago
  59. 4280725 Clean up grpc++_unsecure so that it doesn't require secure content anymore by Vijay Pai · 7 years ago
  60. 6b08cf4 Propagate alwayslink in the grpc_cc_library build rule template. by Ian Coolidge · 7 years ago
  61. 9877189 Merge pull request #11310 from nicolasnoble/import by Nicolas Noble · 7 years ago
  62. 7e813a2 Remove bazel warning (we have owners now), set noparent on bazel/OWNERS by Craig Tiller · 7 years ago
  63. e476f7d Strawman OWNERS --> CODEOWNERS script by Craig Tiller · 7 years ago
  64. 5d80dc4 Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  65. 4d5c310 fix remaining license notices by Jan Tattermusch · 7 years ago
  66. 7897ae9 auto-fix most of licenses by Jan Tattermusch · 7 years ago
  67. 7bc55fd Merge remote-tracking branch 'ctiller/build-wtf' into import by Nicolas "Pixel" Noble · 7 years ago
  68. 3dedf65 Fixing indentation + fixing interop_client. by Nicolas "Pixel" Noble · 7 years ago
  69. a753371 Rework well_known_protos attr, and some other fixes by Craig Tiller · 7 years ago
  70. f66de6e Fix a build bug, add a note by Craig Tiller · 7 years ago
  71. e09babb Really remove rule by Craig Tiller · 7 years ago
  72. eb2c1bc Eliminate grpc_cc_libraries by Craig Tiller · 7 years ago
  73. d69f776 Merge failure - add new linkshared argument. by Nicolas "Pixel" Noble · 7 years ago
  74. eb36b8a Merge branch 'master' of https://github.com/grpc/grpc into import by Nicolas "Pixel" Noble · 7 years ago
  75. 3bd8177 Converting end2end/generate_tests.bzl. by Nicolas "Pixel" Noble · 7 years ago
  76. 2807951 Merge branch 'master' of https://github.com/grpc/grpc into fixbazel by Makarand Dharmapurikar · 7 years ago
  77. c090c61 Merge pull request #10644 from MakMukhi/master by MakMukhi · 7 years ago
  78. 2b0f001 Adding grpc_generate_one_off_targets target. by Nicolas "Pixel" Noble · 7 years ago
  79. a874990 Avoid duplication in build rules by expanding the grpc_cc_libraries rule-creation macro by Vijay Pai · 7 years ago
  80. 576e546 Changes required to make build possible: create separate grpc++_base{,_unsecure}, move grpc_compression_trace definition, and remove an assertion about library initialization from server by Vijay Pai · 7 years ago
  81. f74eaa6 Fix up protobuf submodule name to match bazel expectation by Vijay Pai · 7 years ago
  82. 15cd5ce Rewriting core tests BUILD files to use the build system. by Nicolas "Pixel" Noble · 7 years ago
  83. c872a99 .proto and BUILD files can now in differnt dirs by Makarand Dharmapurikar · 7 years ago
  84. 78f12e5 Add _mock files to output list of generate_cc.bzl by Mahak Mukhi · 7 years ago
  85. 459da91 fixing bug by Mahak Mukhi · 7 years ago
  86. a688290 more sanity by Mahak Mukhi · 7 years ago
  87. 443a75d 1. Added golden file test. 2. Added support for mock. 3. Sanity fix. by Mahak Mukhi · 7 years ago
  88. 7c26eed Buildifier and wrapping test/cpp/* rules with our build system. by Nicolas "Pixel" Noble · 7 years ago
  89. e3e3b2a changes for picking up well known protos by Makarand Dharmapurikar · 7 years ago
  90. 1e66fcf setting default False for use_external by Makarand Dharmapurikar · 7 years ago
  91. 9098fcc Use grpc_build_system.bzl in other projects by Makarand Dharmapurikar · 7 years ago
  92. 2b24d27 Merge pull request #9326 from yang-g/license by Yang Gao · 7 years ago
  93. 24263c3 Fixing a few items with the new Bazel BUILD system: by Nicolas "Pixel" Noble · 7 years ago
  94. a2341ea omg it is 2017 by yang-g · 7 years ago
  95. 43dc9ed Add licenses to all BUILD files and missing copyright by yang-g · 7 years ago
  96. 52aff50 Merge remote-tracking branch 'ctiller/bazel' into bazel-take-2 by Nicolas "Pixel" Noble · 8 years ago
  97. 799bd5e Adding shim for generating C++ protos. by Nicolas "Pixel" Noble · 8 years ago
  98. 4dc6431 Adding cc_grpc_library. by Nicolas "Pixel" Noble · 8 years ago