1. fd7683c Merge pull request #15802 from jtattermusch/contributing_improvements by Jan Tattermusch · 6 years ago
  2. f389e52 overhaul of top-level .md files by Jan Tattermusch · 6 years ago
  3. 650fcb6 Add MANIFEST and README to grpcio_testing package by Mehrdad Afshari · 6 years ago
  4. 0562871 Merge pull request #15818 from matt-kwong/rbe_upload_fix by Matt Kwong · 6 years ago
  5. 5c25106 Merge pull request #15816 from jtattermusch/dedup_cpp_routeguide by Jan Tattermusch · 6 years ago
  6. e121fef Merge pull request #15343 from ncteisen/channelz by Noah Eisen · 6 years ago
  7. 2cb912c Add grpcio-testing to Python distribtests by Mehrdad Afshari · 6 years ago
  8. 1a92cd0 More consistent source/binary Python distribtests by Mehrdad Afshari · 6 years ago
  9. 258667c Build grpcio_testing in Python artifact process by Mehrdad Afshari · 6 years ago
  10. a4fd2d1 Fix test failure detection when doing RBE uploads by Matt Kwong · 6 years ago
  11. 48d0339 reviewer feedback by ncteisen · 6 years ago
  12. 1a46d07 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  13. db53a61 deduplicate C++ routeguide by Jan Tattermusch · 6 years ago
  14. 7fc8bf5 Fixing trailing metadata ops in census filter. by Jim King · 6 years ago
  15. 1ea30c5 Merge pull request #15195 from jozefizso/dev/vcpkg_csharp_patch by Jan Tattermusch · 6 years ago
  16. 97c6648 update by Vizerai · 6 years ago
  17. d07a5ff Merge pull request #15810 from ncteisen/sanity by Noah Eisen · 6 years ago
  18. 1ab1287 Reviewer feedback by ncteisen · 6 years ago
  19. 76283c4 Fix sanitY by Noah Eisen · 6 years ago
  20. c0d251a Fixing trailing metadata ops. by Vizerai · 6 years ago
  21. 0f20212 Regenerate project by ncteisen · 6 years ago
  22. 6a025c0 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  23. d8772cf Merge pull request #15715 from markdroth/retry_data_per_attempt by Mark D. Roth · 6 years ago
  24. 68d4f50 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  25. c635e41 Timeout and backoff by Muxi Yan · 6 years ago
  26. b13eda3 Enable retry by Muxi Yan · 6 years ago
  27. fb08283 Fix bug in pollset_add_fd_locked and a tsan error by Sree Kuchibhotla · 6 years ago
  28. ccc8a46 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  29. 9e3e646 Merge pull request #15274 from JackOfMostTrades/verify-callback-core by Mark D. Roth · 6 years ago
  30. ec47794 Regenerate CMakeLists.txt from generate_projects.sh by Jozef Izso · 6 years ago
  31. bbdee16 Allow conditional builds of grpc_csharp_ext for vcpkg manager by Jozef Izso · 6 years ago
  32. 5bacf2e Allocate retry payload fields with subchannel call instead of with each batch. by Mark D. Roth · 6 years ago
  33. ddef0f6 Merge pull request #15668 from mehrdada/remove-csharp-interceptor-api-experimental-warning by Mehrdad Afshari · 6 years ago
  34. 547bb5e Merge pull request #15782 from markdroth/recv_trailing_metadata_ready3 by Mark D. Roth · 6 years ago
  35. 811a580 EchoMsg is defined in spec/support/services.rb by ganmacs · 6 years ago
  36. 01cbab6 Merge pull request #15070 from Vizerai/filter_port by Jim King · 6 years ago
  37. ac1b24f TODO by Juanli Shen · 6 years ago
  38. 332b325 Add endianness conversion for long by Juanli Shen · 6 years ago
  39. 1813ed9 Fixing sanity check. by Nicolas "Pixel" Noble · 6 years ago
  40. 34e7515 Merge pull request #15377 from ganmacs/move-script-which-has-pre-req by apolcyn · 6 years ago
  41. 8c39827 Merge pull request #15785 from adelez/suppressions by adelez · 6 years ago
  42. 965a015 Updated doc by Muxi Yan · 6 years ago
  43. 1da7589 Merge pull request #15791 from ganmacs/run-spec-by-specifing-file by apolcyn · 6 years ago
  44. 4f0a4e9 Add v1.13.0 release of grpc-java by ZHANG Dapeng · 6 years ago
  45. 29301f7 Changes following the comments by Muxi Yan · 6 years ago
  46. 09d7da2 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  47. a2769d5 Merge pull request #15794 from grpc/revert-15778-use_pyyaml by Jan Tattermusch · 6 years ago
  48. e1efb43 Revert "Install pyyaml through pip in docker" by Jan Tattermusch · 6 years ago
  49. f15c6f2 Delete unused @metadata_tag by ganmacs · 6 years ago
  50. 227d06e Merge pull request #15789 from abdullin/patch-1 by Jan Tattermusch · 6 years ago
  51. cb45027 All spec files require spec_helper by ganmacs · 6 years ago
  52. 075a26f spec_helper requires grpc by ganmacs · 6 years ago
  53. 9fcfbb0 Merge pull request #15788 from dgquintas/gyp_nanopb by David G. Quintas · 6 years ago
  54. fd196a7 Fix typos in the description of Server by Rinat Abdullin · 6 years ago
  55. ba233e7 Fix grpc.gyp wrt nanopb refactoring by David Garcia Quintas · 6 years ago
  56. 16ad9b8 Added a test to catch such things in future by Sree Kuchibhotla · 6 years ago
  57. 0b4fb6a Move a script which has a pre-requirement to outside of spec by ganmacs · 6 years ago
  58. 1f3d714 Move suppressions files under test/core/util to avoid creating a BUILD file under tools, which breaks import. by Adele Zhou · 6 years ago
  59. 5bdd9a8 Revert "Revert "Add suppressions to sanitizers for bazel builds"" by adelez · 6 years ago
  60. 8a7f6bf Merge pull request #15780 from apolcyn/cares_windows_build by apolcyn · 6 years ago
  61. 8e64645 Merge pull request #15783 from mehrdada/bump-v1.13.x-to-pre2 by Mehrdad Afshari · 6 years ago
  62. f5691a5 add the missing gpr_mu_destroy by Sree Kuchibhotla · 6 years ago
  63. 7eda619 Separate the posix part of the c-ares driver by Alexander Polcyn · 6 years ago
  64. 4d1da60 Fix ASAN and sanity by ncteisen · 6 years ago
  65. 561630d Regenerate projects by Mehrdad Afshari · 6 years ago
  66. 537ca01 Bump v1.13.x to v1.13.0-pre2 by Mehrdad Afshari · 6 years ago
  67. 1c78de1 Merge pull request #15781 from mehrdada/backport-15727-to-v1.13.x by Mehrdad Afshari · 6 years ago
  68. 8cbd880 Add a null check for the endpoint on shutdown by kpayson64 · 6 years ago
  69. 51bbbc5 Get status from wire even if the recv_trailing_metadata batch callback by Mark D. Roth · 6 years ago
  70. c14e95f Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  71. c7166ae Make channelz an opt in feature by ncteisen · 6 years ago
  72. bd6ac0f Merge pull request #15681 from ncteisen/even-more-clang by Noah Eisen · 6 years ago
  73. c650666 Merge pull request #15755 from ganmacs/unify-duplicated-method by apolcyn · 6 years ago
  74. d661628 Merge pull request #15694 from srini100/bump-to-v1.14 by Srini Polavarapu · 6 years ago
  75. ce62e20 Merge pull request #15778 from apolcyn/use_pyyaml by apolcyn · 6 years ago
  76. 17ae5ce Merge pull request #15765 from mehrdada/backport-15632-into-v1.13.x by Mehrdad Afshari · 6 years ago
  77. 1c6d6ba Merge pull request #15595 from dgquintas/nanopb_build_cleanup by David G. Quintas · 6 years ago
  78. df9753d CFStream usage guide by Muxi Yan · 6 years ago
  79. 5bc31db Merge pull request #15775 from hcaseyal/fix_http_server_filter_comment by hcaseyal · 6 years ago
  80. 211bd0e Prevent pollable from accessing a potentially orphaned/destroyed fd by Sree Kuchibhotla · 6 years ago
  81. 0178876 Merge pull request #15773 from nathanielmanistaatgoogle/9320 by Mehrdad Afshari · 6 years ago
  82. 8ad28d5 Fix comment typo in http_server_filter by Hope Casey-Allen · 6 years ago
  83. a5530e9 Specify thread-safety of grpc-created channels by Nathaniel Manista · 6 years ago
  84. a726484 Merge pull request #15698 from yashykt/httpsproxy by Yash Tibrewal · 6 years ago
  85. 26cb182 Use a Docker image that includes Python3.7rc1 by Mehrdad Afshari · 6 years ago
  86. 87d08a3 Add Python 3.7 Linux wheels to artifact build by Mehrdad Afshari · 6 years ago
  87. 33baa95 Merge pull request #15632 from grpc/mmx-test-build-wheel37 by Mehrdad Afshari · 6 years ago
  88. 411199a Merge pull request #14639 from mehrdada/blocking-py-intercept by Mehrdad Afshari · 6 years ago
  89. b291f18 Refactor: reorder by Mehrdad Afshari · 6 years ago
  90. 39fbed3 Merge branch 'nanopb_build_cleanup' of github.com:dgquintas/grpc into nanopb_build_cleanup by David Garcia Quintas · 6 years ago
  91. 657a3eb Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup by David Garcia Quintas · 6 years ago
  92. 797a062 Use a Docker image that includes Python3.7rc1 by Mehrdad Afshari · 6 years ago
  93. b4f4d29 Add Python 3.7 Linux wheels to artifact build by Mehrdad Afshari · 6 years ago
  94. 56142a5 Refactor: avoid calling with_call API by Mehrdad Afshari · 6 years ago
  95. c2e4017 Merge pull request #15726 from kwasimensah/master by Nicolas Noble · 6 years ago
  96. 545343e Merge pull request #15725 from nathanielmanistaatgoogle/15537 by Nathaniel Manista · 6 years ago
  97. 2bf8ef2 Remove check for whether channel is secure/insecure. Always prefer 'https_proxy' and fallback on 'http_proxy' by Yash Tibrewal · 6 years ago
  98. 84328e7 No need to fallback on https_proxy for insecure connections by Yash Tibrewal · 6 years ago
  99. 1b9a7fa Prefer using https_proxy for secure channels and http_proxy for insecure channels by Yash Tibrewal · 6 years ago
  100. 8e75b48 Add expception for util dir by ncteisen · 6 years ago