1. 2ef6a33 Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  2. a3b54ef Merge pull request #16192 from mehrdada/gtos-prep.simplify-ptr-arg-handling by Mehrdad Afshari · 6 years ago
  3. fbfebd8 Add Cython functionality to directly wrap grpc_arg by Mehrdad Afshari · 6 years ago
  4. 682d093 Merge pull request #16180 from muxi/tmpfs-all-objc by Muxi Yan · 6 years ago
  5. fc3caf8 Merge pull request #16066 from Capstan/cli-tls by Yang Gao · 6 years ago
  6. 8fc60d3 Merge pull request #16163 from apolcyn/revert_revert_windows_breakage by apolcyn · 6 years ago
  7. a87b1fb Merge pull request #15992 from ghostwriternr/python_bazel_1 by Nathaniel Manista · 6 years ago
  8. 6bd510b Make more tests in /tmpfs by Muxi Yan · 6 years ago
  9. c6bcda7 Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  10. 48d0552 Merge pull request #16168 from yashykt/calldestroyasan by Yash Tibrewal · 6 years ago
  11. 9b84d7f Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  12. 7c30042 Merge pull request #16018 from jadekler/server_reflection_meta by Jan Tattermusch · 6 years ago
  13. 5a6120a Merge pull request #16172 from srini100/master by Srini Polavarapu · 6 years ago
  14. 1473b76 fix space in label by srini100 · 6 years ago
  15. 6eac5e4 std::max is not available on some windows platforms by Sree Kuchibhotla · 6 years ago
  16. fef37e8 Merge pull request #16166 from yashykt/dontabortonerr by Yash Tibrewal · 6 years ago
  17. ece2657 Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  18. c2a22a1 Address core review comments by Sree Kuchibhotla · 6 years ago
  19. 69553c9 Merge pull request #16165 from muxi/kokoro-space by Muxi Yan · 6 years ago
  20. 1c47bb4 Move freeing of error_string to release_call to fix ASAN bug by Yash Tibrewal · 6 years ago
  21. e773a9b Use /tmpfs on Kokoro for ObjC tests by Muxi Yan · 6 years ago
  22. 713e90a Merge pull request #16159 from markdroth/ref_counted_ptr_polymorphism_fix by Mark D. Roth · 6 years ago
  23. c137d23 Don't abort on notify_on_error for poll. Instead simply schedule closure with cancel.. Soft error by Yash Tibrewal · 6 years ago
  24. 8e1df09 Merge pull request #16162 from yashykt/evengcleanup by Yash Tibrewal · 6 years ago
  25. 782e5c2 Merge pull request #16116 from yihuazhang/C++_wrapper_for_local_credentials by yihuaz · 6 years ago
  26. 2898c19 Add C# doc by Jean de Klerk · 6 years ago
  27. 3abd620 fix clang_tidy by Mark D. Roth · 6 years ago
  28. 326f82e A bit of cleanup and add more tests. by Mark D. Roth · 6 years ago
  29. 11f199e Workspace changes to build gRPC Python with Bazel by Naresh · 6 years ago
  30. 3af1aaa Basic setup to build gRPC Python with Bazel by Naresh · 6 years ago
  31. 8fb45dc Merge pull request #16136 from jtattermusch/csharp_reflection_docs by Jan Tattermusch · 6 years ago
  32. 9f89b6f Merge pull request #16144 from jtattermusch/csharp_cleanup_examples by Jan Tattermusch · 6 years ago
  33. 9896c64 Revert "Merge pull request #16158 from apolcyn/revert_windows_breakage" by Alexander Polcyn · 6 years ago
  34. 888d7da address review comments by Jan Tattermusch · 6 years ago
  35. 58dec1a Merge pull request #16157 from mehrdada/upmerge1.14.x by Mehrdad Afshari · 6 years ago
  36. d9e8f86 Merge pull request #16158 from apolcyn/revert_windows_breakage by apolcyn · 6 years ago
  37. 04847ae Merge pull request #16152 from srini100/master by Srini Polavarapu · 6 years ago
  38. d2d8f47 Remove the notifier pollset from grpc event engine since it's not used anywhere by Yash Tibrewal · 6 years ago
  39. 78aca7b clang-format by Mark D. Roth · 6 years ago
  40. 32b8a11 Fix build. by Mark D. Roth · 6 years ago
  41. 43002a3 Remove no-longer-necessary MakePolymorphicRefCounted(). by Mark D. Roth · 6 years ago
  42. f34c653 Revert "Merge pull request #15797 from apolcyn/windows_compile_and_sort" by Alexander Polcyn · 6 years ago
  43. 87e772f Fix RefCountedPtr to handle polymorphism. by Mark D. Roth · 6 years ago
  44. 70ae86e Merge branch 'v1.14.x' by Mehrdad Afshari · 6 years ago
  45. 62ce6a8 Merge pull request #16153 from mehrdada/backport-SERVICE_NAME-to-1.14.x by Mehrdad Afshari · 6 years ago
  46. 7fc47f2 Merge pull request #16142 from apolcyn/optionally_wait_long by apolcyn · 6 years ago
  47. b69e268 Merge pull request #16151 from mehrdada/server-reflection-service-name-exposure by Mehrdad Afshari · 6 years ago
  48. ae8ab0f Add SERVICE_NAME to reflection/health by Mehrdad Afshari · 6 years ago
  49. ad2c5be fix space by Srini Polavarapu · 6 years ago
  50. d6df4d5 fix space by Srini Polavarapu · 6 years ago
  51. b12f0aa Add SERVICE_NAME to reflection/health by Mehrdad Afshari · 6 years ago
  52. a2bb308 Merge pull request #16129 from ejona86/special-interop by Eric Anderson · 6 years ago
  53. a2160f5 Wait a configurable amount of time for benchmark channels to become ready by Alexander Polcyn · 6 years ago
  54. ac81f5a Merge pull request #16145 from mehrdada/rollback-16133 by Mehrdad Afshari · 6 years ago
  55. 4cc2e60 Move to bottom by Jean de Klerk · 6 years ago
  56. 0b739a2 Revert "Switched to extra_requires for Python 2 specific requirements" by Mehrdad Afshari · 6 years ago
  57. e48fe72 upgrade HelloworldLegacyCsproj to grpc1.13.1 by Jan Tattermusch · 6 years ago
  58. 1a70151 update the README files by Jan Tattermusch · 6 years ago
  59. 9f3e83e upgrade c# Helloworld and RouteGuide to v1.13.1 by Jan Tattermusch · 6 years ago
  60. b567473 rename route_guide -> RouteGuide by Jan Tattermusch · 6 years ago
  61. b8acb53 make new-style .csproj helloworld the default by Jan Tattermusch · 6 years ago
  62. 760a492 move helloworld -> HelloworldLegacyCsproj by Jan Tattermusch · 6 years ago
  63. 3443de4 convert route_guide to .NETcore project by Jan Tattermusch · 6 years ago
  64. 871268f Address review comments by Jan Tattermusch · 6 years ago
  65. 158fb28 Merge pull request #16133 from a-musing-moose/feature/python-environment-markers by Mehrdad Afshari · 6 years ago
  66. 1680f20 Merge pull request #16120 from tenderlove/rm-unused-code by apolcyn · 6 years ago
  67. ae8d3ef Merge pull request #15797 from apolcyn/windows_compile_and_sort by apolcyn · 6 years ago
  68. e41215e Merge pull request #16141 from hcaseyal/fix_typo by hcaseyal · 6 years ago
  69. d81fa7d Merge pull request #16140 from grpc/mergeable-config by Nicolas Noble · 6 years ago
  70. 89a2ddb Fix typo in ev_epollex_linux by Hope Casey-Allen · 6 years ago
  71. 1b1d5e5 Get c-ares to compile and do address sorting on windows by Alex Polcyn · 6 years ago
  72. cba3575 Creating mergeable's config. by Nicolas Noble · 6 years ago
  73. c01ec49 Merge pull request #16138 from mehrdada/disable-beta-api-test by Mehrdad Afshari · 6 years ago
  74. e954cd8 Merge pull request #16137 from mehrdada/add-dirname-to-pkg-archive by Mehrdad Afshari · 6 years ago
  75. 3df98c1 Merge pull request #16106 from grpc/yashykt-patch-1 by Yash Tibrewal · 6 years ago
  76. 9bc8ee4 generate_projects.sh by Sree Kuchibhotla · 6 years ago
  77. b928f99 Disable ChannelConnectivityTest for the Beta API by Mehrdad Afshari · 6 years ago
  78. dd45987 fix comment by Sree Kuchibhotla · 6 years ago
  79. 8f39834 Change the default max threads to something more reasonable by Sree Kuchibhotla · 6 years ago
  80. f669dbc Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  81. a223a2c Include commit hash in directory name for archived packages by Mehrdad Afshari · 6 years ago
  82. 6a2fbcb Merge pull request #16076 from AspirinSJL/fix_rere by Juanli Shen · 6 years ago
  83. 768e8ea Merge pull request #16126 from mehrdada/backport-16110-into-v1.14.x by Srini Polavarapu · 6 years ago
  84. 6ed784a add c# server reflection howto by Jan Tattermusch · 6 years ago
  85. e05ad70 fix typo in reflection tutorial by Jan Tattermusch · 6 years ago
  86. ac78f79 Merge pull request #16121 from jtattermusch/xamarin_android_emulator_support by Jan Tattermusch · 6 years ago
  87. 2e4ab7a Switched to extra_requires for Python 2 specific requirements by Jonathan Moss · 6 years ago
  88. efed3ea Merge pull request #16130 from apolcyn/benchmark_reporter_creds by apolcyn · 6 years ago
  89. e493203 Merge pull request #16131 from mehrdada/protoc-versioning by Mehrdad Afshari · 6 years ago
  90. b0e41f6 Fix re-resolution in pick_first by Juanli Shen · 6 years ago
  91. b929339 Merge pull request #16122 from mistydemeo/strip_mark_dependency by Nicolas Noble · 6 years ago
  92. 4dbe919 Add version number to protoc packages by Mehrdad Afshari · 6 years ago
  93. 404d4f3 Merge branch 'master' into rq-threads by Sree Kuchibhotla · 6 years ago
  94. b95772e Add Tests in Core and C++ and fix a few related bugs in thread_manager.cc by Sree Kuchibhotla · 6 years ago
  95. 14c12f0 Add interop test for status description with special characters by Eric Anderson · 6 years ago
  96. a3939fd Merge pull request #16074 from bshaffer/issue-16072 by Stanley Cheung · 6 years ago
  97. ef29e14 Use test credentials provider for QPS benchmarking reporter client by Alexander Polcyn · 6 years ago
  98. 1d726a3 Duplicate grpc_build_artifacts_extra job by Mehrdad Afshari · 6 years ago
  99. 254841d Merge pull request #16117 from adelez/foundry2 by adelez · 6 years ago
  100. f268d71 Merge pull request #15983 from kpayson64/write_stalling_fix by kpayson64 · 6 years ago