1. 183a9cf Merge pull request #12169 from muxi/improve-objc-test-info by Muxi Yan · 7 years ago
  2. 71c468b Merge pull request #11936 from sreecha/fix-end2end-test by Sree Kuchibhotla · 7 years ago
  3. db4843c Merge pull request #12152 from matt-kwong/kokoro_flags by Matt Kwong · 7 years ago
  4. 87ffcb6 disable epoll1 by default (just enable tests) by Sree Kuchibhotla · 7 years ago
  5. 641eecc Merge pull request #12206 from mdzoba/mdzoba-add-gyp-build by Nicolas Noble · 7 years ago
  6. 4558762 Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512 by Nicolas Noble · 7 years ago
  7. 106d175 Merge pull request #12188 from michaelbausor/add-async-support by Stanley Cheung · 7 years ago
  8. b697f27 Merge pull request #12218 from dgquintas/v1.6.x-first-upmerge by David G. Quintas · 7 years ago
  9. 3889fa6 First upmerge after v1.6.x branch cut by David Garcia Quintas · 7 years ago
  10. 0f924b7 Merge pull request #12213 from dgquintas/v1.7.x-version-bump by David G. Quintas · 7 years ago
  11. f4af6eb Merge pull request #12192 from jmillikin-stripe/ruby-catch-script-error by apolcyn · 7 years ago
  12. 7b8b4be Merge pull request #12158 from jboeuf/fix_mem_leak by jboeuf · 7 years ago
  13. 1775ef9 Version bump to 1.6 by David Garcia Quintas · 7 years ago
  14. 713597f Master version bump to 1.7.x by David Garcia Quintas · 7 years ago
  15. 22c4ae6 Regenerated grpc.gyp with grrpc/third_party dependencies. by Maxim Dzoba · 7 years ago
  16. 0e20b8b Merge branch 'master' into mdzoba-add-gyp-build by Maxim Dzoba · 7 years ago
  17. f1ab113 Merge pull request #12176 from jtattermusch/csharp_wait_for_queued_continuations by apolcyn · 7 years ago
  18. dd96261 Adding a build template for generic GYP build. by Maxim Dzoba · 7 years ago
  19. 22cc56f Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512 by Maxim Dzoba · 7 years ago
  20. 3088230 initialize pollset struct. Ideally not needed since we do zalloc but some code may directly call gpr_malloc to create pollset by Sree Kuchibhotla · 7 years ago
  21. 54749da Enable epoll1 by default (and move epollsig as second choice) by Sree Kuchibhotla · 7 years ago
  22. ff1e926 Remove assignment by Michael Bausor · 7 years ago
  23. 8a61db3 Remove metadata set by Michael Bausor · 7 years ago
  24. a7cfb12 Merge branch 'master' into fix-end2end-test by Sree Kuchibhotla · 7 years ago
  25. fe4c921 Merge pull request #12197 from dgquintas/detect_flakes_3 by David G. Quintas · 7 years ago
  26. bfd9d80 Fix handling of no new flakes by David Garcia Quintas · 7 years ago
  27. 6bfe44d give C# continuations 10 secs to finish on shutdown by Jan Tattermusch · 7 years ago
  28. 98ed73c wait for queued continuation to finish by Jan Tattermusch · 7 years ago
  29. 7a3bd5b more correct atomic counter by Jan Tattermusch · 7 years ago
  30. e387852 Catch NotImplementedError exceptions and forward them to the client. by John Millikin · 7 years ago
  31. c5fd890 Don't rerun flakes when uploading results to BQ by Matt Kwong · 7 years ago
  32. 27bb4d9 Merge pull request #12195 from stanley-cheung/bump-protobuf-3_4 by Stanley Cheung · 7 years ago
  33. 7a9d17f Fixing memory leak and removing unneeded NULL checks. by Julien Boeuf · 7 years ago
  34. 568fd3e Bump Protobuf to v3.4.0 by Stanley Cheung · 7 years ago
  35. e60c0f8 Merge pull request #11714 from muxi/port-11712 by Muxi Yan · 7 years ago
  36. 15d9164 Modify run_tests.py to accept a list of polling engines by Sree Kuchibhotla · 7 years ago
  37. 6106442 Merge branch 'master' into fix-end2end-test by Sree Kuchibhotla · 7 years ago
  38. 30b4e74 Merge pull request #12127 from jtattermusch/csharp_warningsaserrors by Jan Tattermusch · 7 years ago
  39. 234fab9 Merge pull request #12177 from jtattermusch/run_tests_better_flake_query by Jan Tattermusch · 7 years ago
  40. 81fd629 Move OP_RECV_INITIAL_METADATA out of start() methods by Michael Bausor · 7 years ago
  41. 023bb45 Merge pull request #12171 from stanley-cheung/bump-protobuf by Stanley Cheung · 7 years ago
  42. b9abc11 Merge branch 'master' into fix-end2end-test by Sree Kuchibhotla · 7 years ago
  43. d1ba31d Merge pull request #11831 from ncteisen/flow-control-part2 by Noah Eisen · 7 years ago
  44. fb7c9a4 auto_set_flakes should respect platform by Jan Tattermusch · 7 years ago
  45. 41ba268 Pull bdp estimation into flowctl module by ncteisen · 7 years ago
  46. 5140b53 Merge pull request #12162 from jtattermusch/fix_win_benchmarks by Jan Tattermusch · 7 years ago
  47. 83f6b70 Bump protobuf to 3.4.0rc3 by Stanley Cheung · 7 years ago
  48. 870da2d Merge pull request #12166 from vjpai/delete_the_deprecated by Vijay Pai · 7 years ago
  49. 41ccb77 Reenable CronetUnitTests as it is no longer a blocker by Muxi Yan · 7 years ago
  50. c53c379 Make Jenkins debug information more useful by Muxi Yan · 7 years ago
  51. 71cc205 Merge pull request #12157 from matt-kwong/kokoro_submodule by Matt Kwong · 7 years ago
  52. cbe375c Merge pull request #12167 from dgquintas/detect_flakes_3 by David G. Quintas · 7 years ago
  53. 4721fc0 Fixed off by one error in detect flakes script by David Garcia Quintas · 7 years ago
  54. ae392d1 Merge pull request #12141 from dgquintas/detect_flakes_2 by David G. Quintas · 7 years ago
  55. b18ab3f Delete deprecated constructor and CallOpSetCollectionInterface by Vijay Pai · 7 years ago
  56. b378b79 Merge pull request #12153 from matt-kwong/upload_results_port by Matt Kwong · 7 years ago
  57. a9aff3c Merge pull request #12136 from adelez/build_stats3 by adelez · 7 years ago
  58. 2312634 fix more warnings by Jan Tattermusch · 7 years ago
  59. 9210293 dont use generic version of Marshal.SizeOf by Jan Tattermusch · 7 years ago
  60. 271cb36 dont use generic version of PtrToStructure by Jan Tattermusch · 7 years ago
  61. 2fb313c fix warnings in Grpc.Core.Tests by Jan Tattermusch · 7 years ago
  62. c152d66 fix warnings in integration tests by Jan Tattermusch · 7 years ago
  63. b8c77c5 Fix warnings in Grpc.Examples by Jan Tattermusch · 7 years ago
  64. aa135ce treat warnings as errors by Jan Tattermusch · 7 years ago
  65. ca25473 regenerate C# protos by Jan Tattermusch · 7 years ago
  66. 3cbbe44 Disable XML comment warnings in generated stubs by Jan Tattermusch · 7 years ago
  67. e9956df add global.json files for C# by Jan Tattermusch · 7 years ago
  68. 61c9135 fix windows performance benchmarks by Jan Tattermusch · 7 years ago
  69. a7b79b9 Merge pull request #12142 from jtattermusch/objc_test_cleanup by Jan Tattermusch · 7 years ago
  70. c1df9da Regenerate projects when testing using a submodule at head by Matt Kwong · 7 years ago
  71. 566c4c0 merge changes by Adele Zhou · 7 years ago
  72. f1795f1 Merge pull request #12139 from sreecha/fix_tm_avalanche by Sree Kuchibhotla · 7 years ago
  73. abd7bce Merge pull request #11886 from stanley-cheung/php-codegen-plugin by Stanley Cheung · 7 years ago
  74. d9be5dc Uplaod results for Kokoro master portability tests by Matt Kwong · 7 years ago
  75. f2bd221 Merge branch 'master' of github.com:grpc/grpc by Adele Zhou · 7 years ago
  76. b643a5f Bump to protobuf 3.4.0rc2 by Stanley Cheung · 7 years ago
  77. de4b59b ran make_grpcio_tools.py by Stanley Cheung · 7 years ago
  78. 1bdfcda Bump protobuf version to v3.4.0rc1 by Stanley Cheung · 7 years ago
  79. 5fd85b5 PHP: update codegen plugin to support php_namespace option by Stanley Cheung · 7 years ago
  80. 5020562 Merge pull request #12130 from y-zeng/oauth2 by Yuchen Zeng · 7 years ago
  81. ba5dc1b Merge branch 'master' into fix-end2end-test by Sree Kuchibhotla · 7 years ago
  82. faef8bc Merge pull request #12140 from vjpai/slicer by Vijay Pai · 7 years ago
  83. f20bf78 Merge pull request #12144 from jtattermusch/win_pr_portability_bo by Jan Tattermusch · 7 years ago
  84. 7fb682f add windows portability build_only job by Jan Tattermusch · 7 years ago
  85. a48f879 Merge pull request #12120 from jtattermusch/csharp_rpcexception by Jan Tattermusch · 7 years ago
  86. 0fcd99e Merge pull request #8982 from kpayson64/cache_poll_threads2 by Jan Tattermusch · 7 years ago
  87. 26cdf5b fix run_plugin_tests.sh by Jan Tattermusch · 7 years ago
  88. 0557f6c run objc tests exclusively by Jan Tattermusch · 7 years ago
  89. 9359e50 objc tests cleanup by Jan Tattermusch · 7 years ago
  90. 593a22a Merge pull request #12099 from jtattermusch/csharp_shutdownevent by Jan Tattermusch · 7 years ago
  91. f602869 improve comment by Jan Tattermusch · 7 years ago
  92. bd34477 Address PR feedback by Ken Payson · 7 years ago
  93. f277b17 Improvements to flake detection query by David Garcia Quintas · 7 years ago
  94. e1418e4 Switch to idiomatic Slice API by Vijay Pai · 7 years ago
  95. 419b617 Fix thread avalances in thread manager by Sree Kuchibhotla · 7 years ago
  96. cf875b7 Merge pull request #12132 from jiangtaoli2016/tsi_interface by Jiangtao Li · 7 years ago
  97. c210147 Correct no_report_files_found and error fields by Adele Zhou · 7 years ago
  98. 309c9de Update credentials_test by Yuchen Zeng · 7 years ago
  99. a27680b Merge pull request #12063 from adelez/build_stats2 by adelez · 7 years ago
  100. 7048a89 Merge pull request #12059 from yallop/tag-names by Vijay Pai · 7 years ago