1. ec154f6 Merge pull request #14642 from MrMage/avoid-running-sed-on-backups by Muxi Yan · 6 years ago
  2. 9eb82a4 Regenerate Dockerfiles, fix image name reference, don't use mixed fixtures for Node by murgatroid99 · 6 years ago
  3. 40beafa Put change in template file by Muxi Yan · 6 years ago
  4. 3287ceb Merge pull request #14638 from yihuazhang/hook_alts_again by yihuaz · 6 years ago
  5. 44dac60 Merge pull request #14610 from apolcyn/python_dig by apolcyn · 6 years ago
  6. ff49e75 Merge pull request #14605 from jtattermusch/build_unitypackage_script by Jan Tattermusch · 6 years ago
  7. 04fb58e Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  8. ae277dd Revert "Add ALTS C stack to gRPC core" by Sree Kuchibhotla · 6 years ago
  9. dcf340e address comments by Jan Tattermusch · 6 years ago
  10. c1e6a84 Merge pull request #14120 from jakobr-google/dart by Jan Tattermusch · 6 years ago
  11. eaf6486 Add ALTS code to grpc/core by Yihua Zhang · 6 years ago
  12. 0a05b78 Move python DNS utilities to utils subdirectory by Alexander Polcyn · 6 years ago
  13. 3c5e12d Remove the C++ test dependency on dig and dnsutils by Alex Polcyn · 6 years ago
  14. fdd24f1 enable loading grpc_csharp_ext as a unity native plugin by Jan Tattermusch · 6 years ago
  15. cb36a2a Use pre-built Dart docker image. by Jakob Roland Andersen · 6 years ago
  16. c7dd4b4 WIP: Add Dart support in interop by Jakob Roland Andersen · 7 years ago
  17. a32a4c5 C++ on Android example client and server by Eric Gribkoff · 6 years ago
  18. db3e898 Add a sanity check for inclusion of port_platform.h by Alexander Polcyn · 6 years ago
  19. 6ef0159 Make C++ cocoapods example work by Muxi Yan · 6 years ago
  20. b19c525 Disable Tests subspec by Muxi Yan · 6 years ago
  21. 6be15ee Patch gRPC-C++.podspec to support framework by Muxi Yan · 6 years ago
  22. 9614395 Fix grpc++->grpcpp leftover files by Muxi Yan · 6 years ago
  23. 5e176d5 grpc-cli: add install-grpc-cli target to Makefile by Tobias Jungel · 6 years ago
  24. 3e13d12 Pin bazel to 0.9.0 by Adele Zhou · 6 years ago
  25. 47e65e7 Fix use_openssl.sh.template to pass shellcheck by Mehrdad Afshari · 6 years ago
  26. 3ce5b53 Fix resolver_gce_integration_tests_defs.include to pass shellcheck by Mehrdad Afshari · 6 years ago
  27. 4c959ba Fix resolver_component_tests_defs.include to pass shellcheck by Mehrdad Afshari · 6 years ago
  28. 11b8878 Fix private_dns_zone_init_defs.include to pass shellcheck by Mehrdad Afshari · 6 years ago
  29. df8d8c9 Fix create_private_dns_zone_defs.include to pass shellcheck by Mehrdad Afshari · 6 years ago
  30. 4493cea Merge pull request #14019 from hacst/cmake-export-fix by Jan Tattermusch · 6 years ago
  31. a300764 clang format and tidy shouldnt change file ownership by Jan Tattermusch · 6 years ago
  32. 74958c5 Update Podspec version for ObjC by Matt Kwong · 6 years ago
  33. 8f40827 Merge pull request #14136 from jtattermusch/add_ubuntu_1710 by Jan Tattermusch · 6 years ago
  34. 011779e Merge pull request #13935 from muxi/create-grpc-c++-podspec by Muxi Yan · 6 years ago
  35. 0614a68 add portability test for gcc7.2 by Jan Tattermusch · 6 years ago
  36. bc4b789 Merge remote-tracking branch 'upstream/master' into create-grpc-c++-podspec by Muxi Yan · 6 years ago
  37. ac3c69b PHP: make generate_projects.sh smarter for package.xml by Stanley Cheung · 6 years ago
  38. 461cf30 Merge branch 'master' into cmake-export-fix by Jan Tattermusch · 6 years ago
  39. 277e2e4 Clean up tests, examples, and podspecs by Muxi Yan · 6 years ago
  40. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 6 years ago
  41. 47fe850 Merge pull request #14031 from muxi/fix-boringssl-sed by Muxi Yan · 6 years ago
  42. acca4a2 Merge pull request #13913 from ncteisen/fix-clang-tidy-check by Noah Eisen · 6 years ago
  43. 86ddb53 Ensure all sanity finds clang-tidy by Noah Eisen · 6 years ago
  44. d268793 Fix clang format docker by Noah Eisen · 6 years ago
  45. 365ea63 Dockerize clang tidy by ncteisen · 7 years ago
  46. f3c83bf Fix sed error in podspecs on sed 4.4 by Muxi Yan · 6 years ago
  47. 586f719 cleanup cmake include directories by Jan Tattermusch · 6 years ago
  48. 471a5dc Fix cmake export for grpc by Stefan Hacker · 7 years ago
  49. 52338fb Avoid linker warnings by removing extraneous directories from -L and making at right time by Vijay Pai · 7 years ago
  50. 46ee18b Initial gRPC-C++ podspec by Muxi Yan · 7 years ago
  51. fb2eb52 Merge pull request #13830 from jtattermusch/cmake_cleanup by Jan Tattermusch · 7 years ago
  52. bddedb9 Install .pc files as mode 644 by ncteisen · 7 years ago
  53. b0f821c Generate more files in gRPC-Core.podspec from build.yaml by Muxi Yan · 7 years ago
  54. f38b152 simplify top level CMakeLists.txt by Jan Tattermusch · 7 years ago
  55. a2ed77d Add a sanity test for shellcheck by Mehrdad Afshari · 7 years ago
  56. 86ef925 dont hardcode using boringssl headers when ssl provider is package by Jan Tattermusch · 7 years ago
  57. 3fc14dc exclude artificial ares target when building with cmake by Jan Tattermusch · 7 years ago
  58. aa6b8c5 Merge branch 'master' of https://github.com/grpc/grpc into yapf-tools by ncteisen · 7 years ago
  59. 7a2be20 yapf tools/distrib by ncteisen · 7 years ago
  60. 138ee78 yapf grpcio_tests by ncteisen · 7 years ago
  61. e2097f0 yapf-ize grpc_testing by ncteisen · 7 years ago
  62. 0f6c518 yapf-ize grpcio_reflection by ncteisen · 7 years ago
  63. d258430 yapf-ize grpcio_health_checking by ncteisen · 7 years ago
  64. 1283663 Yapf-ize grpcio/grpc_.py by ncteisen · 7 years ago
  65. 08aa228 Merge pull request #13196 from muxi/upgrade-cocoapods-min-version by Muxi Yan · 7 years ago
  66. 3c93a19 working cmake install on windows by Jan Tattermusch · 7 years ago
  67. 9a7c736 Merge pull request #13432 from ncteisen/no-more-extern-c by Noah Eisen · 7 years ago
  68. e641196 Fix in one more file by Muxi Yan · 7 years ago
  69. 43db249 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  70. 14b27b8 Merge commit 'aa358d5e43' into no-more-extern-c by ncteisen · 7 years ago
  71. 361f810 Merge branch 'master' of https://github.com/grpc/grpc into upmerge-from-v1.7 by Nicolas "Pixel" Noble · 7 years ago
  72. 84e379a Merge github.com:grpc/grpc into no-absl by Craig Tiller · 7 years ago
  73. 0a5cacae Remove changes for podspecs other than gRPC-Core by Muxi Yan · 7 years ago
  74. e7af525 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  75. 0df9c8a Update Python dependency to protobuf v3.5.0.post1 by Mehrdad Afshari · 7 years ago
  76. d88421a Merge pull request #13452 from yashykt/publicheaderc89nitfix by Yash Tibrewal · 7 years ago
  77. e8bb874 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  78. 18a6837 Merge branch 'v1.7.x' of https://github.com/grpc/grpc by Nicolas "Pixel" Noble · 7 years ago
  79. 518236d Remove unnecessary if condition in public_headers_must_be_c89 by Yash Tibrewal · 7 years ago
  80. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  81. 88a7a9f Merge branch 'master' of https://github.com/grpc/grpc into inheritance-in-core by ncteisen · 7 years ago
  82. 348b334 Back-out absl dependency for now by Craig Tiller · 7 years ago
  83. a61abff Update sanity dockerfile by Craig Tiller · 7 years ago
  84. f9d7c27 Add no-rtti to all of core by ncteisen · 7 years ago
  85. d9da738 Merge pull request #13147 from yashykt/testc++ize by Yash Tibrewal · 7 years ago
  86. c55a4b1 Merge pull request #13145 from murgatroid99/remove_node by Michael Lumish · 7 years ago
  87. e6ca4f0 consolidate C# interop test docker images by Jan Tattermusch · 7 years ago
  88. 40422d5 Merge master by Yash Tibrewal · 7 years ago
  89. 6fb23db Merge branch 'master' into remove_node by murgatroid99 · 7 years ago
  90. 53d89d7 fix clang format installation by Jan Tattermusch · 7 years ago
  91. a64b2b1 Merge github.com:grpc/grpc into 50 by Craig Tiller · 7 years ago
  92. 0c6a3e3 Try again on Dockerfiles by Craig Tiller · 7 years ago
  93. d80d6a4 Revert "Remove clang-format template: this does not need to be bound to the rest of clang versioning" by Craig Tiller · 7 years ago
  94. b32d72e Sanity fixes by Craig Tiller · 7 years ago
  95. df6891e Remove clang-format template: this does not need to be bound to the rest of clang versioning by Craig Tiller · 7 years ago
  96. cd987a0 Adding public_headers_must_be_c89 as a clang exception by Yash Tibrewal · 7 years ago
  97. df58b2b Merge branch 'master' into remove_node by murgatroid99 · 7 years ago
  98. 2f921a3 Remove grpc_slice_buf_cmp and change public_headers_must_be_c89 to print the addresses of public api functions to check if they can be linked to by Yash Tibrewal · 7 years ago
  99. 8bd88c4 Merge master by Yash Tibrewal · 7 years ago
  100. 0f59869 Merge pull request #13146 from apolcyn/update_ruby_googleauth_dep_master by apolcyn · 7 years ago