1. 5f3a143 remove extra space in Csharp code by Carl Mastrangelo · 7 years ago
  2. b4726ff Merge pull request #9598 from kpayson64/pin_yapf by David G. Quintas · 7 years ago
  3. f4c45d7 Merge pull request #9419 from danzh2010/shutdowntest by Yang Gao · 7 years ago
  4. ed64818 Merge pull request #9479 from muxi/automate-objc-version-advancement by Muxi Yan · 7 years ago
  5. 7546f3c Merge pull request #9589 from apolcyn/turn_off_ruby_tests by apolcyn · 7 years ago
  6. 9d59861 Merge pull request #9608 from grpc/wenbozhu-patch-3 by Feng Li · 7 years ago
  7. 7b6ad2d Update PROTOCOL-WEB.md by Wenbo Zhu · 7 years ago
  8. 20b08f4 Merge pull request #9607 from grpc/wenbozhu-patch-2 by Feng Li · 7 years ago
  9. e5cf8f0 Update PROTOCOL-WEB.md by Wenbo Zhu · 7 years ago
  10. ed20a69 Resolve generate_project failure by Muxi Yan · 7 years ago
  11. 7a008c9 Merge remote-tracking branch 'upstream/master' into automate-objc-version-advancement by Muxi Yan · 7 years ago
  12. d6d2677 Merge pull request #9574 from stanley-cheung/php-update-gen-code-examples by Stanley Cheung · 7 years ago
  13. 2fa5f2f Re-run yapf code, and pin version by Ken Payson · 7 years ago
  14. c4fc1da Merge pull request #9534 from muxi/port-9505 by Muxi Yan · 7 years ago
  15. 7ed3c93 Merge pull request #9511 from ctiller/assert_writes by Craig Tiller · 7 years ago
  16. 1783bd3 Correct commet style of version.h by Muxi Yan · 7 years ago
  17. 1bb5371 Disable writes_per_rpc on Windows by Craig Tiller · 7 years ago
  18. cf7587e Merge pull request #9548 from apolcyn/improve_benchmark_worker_timeouts by apolcyn · 7 years ago
  19. 9429250 Flow control corrections by Craig Tiller · 7 years ago
  20. 472acff Merge pull request #9582 from ctiller/debug_helpers by Craig Tiller · 7 years ago
  21. 5f14605 Merge pull request #9467 from jtattermusch/cmake_continous_tests by Jan Tattermusch · 7 years ago
  22. 15a0759 Merge pull request #9580 from apolcyn/fix_scenario_config by apolcyn · 7 years ago
  23. e364b9a skip ruby tests on mac by Alex Polcyn · 7 years ago
  24. c80683d Merge branch 'bwest' into assert_writes by Craig Tiller · 7 years ago
  25. d3c8fc0 Test fixes by Craig Tiller · 7 years ago
  26. a4354b0 Speed up bm_fullstack test by Craig Tiller · 7 years ago
  27. d72dbec Fix Windows by Craig Tiller · 7 years ago
  28. f536994 Fix Bazel by Craig Tiller · 7 years ago
  29. abda919 Fix include guards by Craig Tiller · 7 years ago
  30. 758aa9f Merge branch 'debug_helpers' of github.com:ctiller/grpc into debug_helpers by Craig Tiller · 7 years ago
  31. 61eb40c Put files in a better place by Craig Tiller · 7 years ago
  32. 50fbf5b Merge pull request #9563 from apolcyn/fix_perf_test_render_xml_report by apolcyn · 7 years ago
  33. ae6290d Add regeneration info to version.h by Muxi Yan · 7 years ago
  34. 1d0eb4c Merge pull request #9558 from rjshade/add_on_write_to_udp_server by Robbie Shade · 7 years ago
  35. 4f2d476 Fix include guards by Craig Tiller · 7 years ago
  36. dfb03bb add cmake build to portability tests by Jan Tattermusch · 8 years ago
  37. aaf2bba PHP: update README and apache/nginx examples by Stanley Cheung · 7 years ago
  38. 2deed05 re-run generate projects to fix sanity by Alexander Polcyn · 7 years ago
  39. 0dad5d3 Merge github.com:grpc/grpc into assert_writes by Craig Tiller · 7 years ago
  40. c40b347 Merge branch 'bwest' into assert_writes by Craig Tiller · 7 years ago
  41. 8b1d59c Add some debug utilities by Craig Tiller · 8 years ago
  42. c98bde6 add cmake support to run_tests.py by Jan Tattermusch · 8 years ago
  43. e805ba0 Merge pull request #9568 from jtattermusch/cmake_shared_libs by Jan Tattermusch · 7 years ago
  44. 4fd2bf6 Dont credit flow control after stream has closed reading by Craig Tiller · 7 years ago
  45. c6e333e add missing return statement by Alexander Polcyn · 7 years ago
  46. bc335df Merge github.com:grpc/grpc into bwest by Craig Tiller · 7 years ago
  47. f538e15 Merge pull request #9572 from dgquintas/interop_server_mac_slice_crash by David G. Quintas · 7 years ago
  48. fbe0cf2 Merge pull request #9487 from ctiller/bm_stream by Sree Kuchibhotla · 7 years ago
  49. e985cf5 Fixed invalid handling of slice data in interop_server by David Garcia Quintas · 7 years ago
  50. c019e05 cmake: fix #8729 by Jan Tattermusch · 7 years ago
  51. 5140791 cmake: support static runtime linking by Jan Tattermusch · 7 years ago
  52. 48cfe47 boringssl silences its own warnings by Jan Tattermusch · 7 years ago
  53. c09656c build grpc_csharp_ext as shared by Jan Tattermusch · 8 years ago
  54. 41fe579 always render junit xml report after perf tests by Alexander Polcyn · 7 years ago
  55. 5395aba Merge github.com:grpc/grpc into bwest by Craig Tiller · 7 years ago
  56. 81bcff7 Flip conditional by Craig Tiller · 7 years ago
  57. 3ceabde Fix potential flow control deadlock by Craig Tiller · 7 years ago
  58. 26623b3 Merge pull request #9456 from jtattermusch/cmake_convenience_targets by Jan Tattermusch · 7 years ago
  59. 29512ae Merge pull request #7617 from sebright/fix-typos-in-comments by David G. Quintas · 7 years ago
  60. eb46816 Fix potential use-after-free by Craig Tiller · 7 years ago
  61. c23fedd Add an on_write callback to the UDP server. by Robbie Shade · 7 years ago
  62. 086fddd Merge pull request #9482 from gazialankus/patch-1 by Jan Tattermusch · 7 years ago
  63. df6cc8e Merge pull request #9236 from ctiller/max_msg_deadline by Craig Tiller · 7 years ago
  64. b70c06d Merge pull request #9519 from jtattermusch/csharp_test_doubles by Jan Tattermusch · 7 years ago
  65. afe67c0 Merge pull request #9545 from yang-g/fix by Yang Gao · 7 years ago
  66. 82c406c Merge pull request #9535 from stanley-cheung/php-update-examples by Stanley Cheung · 7 years ago
  67. 2b2723b add C# testing APIs by Jan Tattermusch · 7 years ago
  68. 244d066 Merge branch 'bwest' of github.com:ctiller/grpc into bwest by Craig Tiller · 7 years ago
  69. 7ec4748 Improve sync streaming benchmark, fix deadlock that can occur sometimes by Craig Tiller · 7 years ago
  70. e042801 Merge pull request #9429 from Vizerai/trace_context_proto by Jim King · 7 years ago
  71. 864db53 Updated trace_context.proto and associated files. by Vizerai · 8 years ago
  72. 3a63d4c Merge github.com:grpc/grpc into bwest by Craig Tiller · 7 years ago
  73. 6c1d43b Merge github.com:grpc/grpc into bm_stream by Craig Tiller · 7 years ago
  74. d505b53 Merge pull request #9529 from ctiller/racey by Craig Tiller · 7 years ago
  75. 438c0b5 add convenience cmake targets by Jan Tattermusch · 8 years ago
  76. bd0b054 windows compilation fixes by Jan Tattermusch · 8 years ago
  77. d5a5bec Merge pull request #9485 from sreecha/poll-cv-disable by David G. Quintas · 7 years ago
  78. d68552a Merge pull request #9472 from ericgribkoff/update_cli_instructions by Eric Gribkoff · 7 years ago
  79. 76be306 shorten qps worker timeouts and run remote workers under timeout by Alexander Polcyn · 7 years ago
  80. b5c422d Merge pull request #9544 from ctiller/more-fuzzz by Craig Tiller · 7 years ago
  81. ded7f82 Minor fixes by yang-g · 7 years ago
  82. f20d307 Fix conditional by Craig Tiller · 7 years ago
  83. 239af8b Fix fuzzing detected crash by Craig Tiller · 7 years ago
  84. a3310f8 Merge pull request #9513 from ctiller/version3 by Craig Tiller · 7 years ago
  85. 27ffc9b Merge github.com:grpc/grpc into bwest by Craig Tiller · 7 years ago
  86. 4040e13 Merge pull request #9541 from ctiller/call_create by Craig Tiller · 7 years ago
  87. 44f8af5 Merge github.com:grpc/grpc into call_create by Craig Tiller · 7 years ago
  88. abae25b Merge pull request #9540 from ctiller/fuzzing-apiness by Craig Tiller · 7 years ago
  89. e55fcc7 Merge pull request #9530 from ctiller/hybrid by Craig Tiller · 7 years ago
  90. 03370d3 Merge branch 'master' into poll-cv-disable by Sree Kuchibhotla · 7 years ago
  91. f4484cd Dont crash on API errors by Craig Tiller · 7 years ago
  92. ed277ef Fix bug in api_fuzzer by Craig Tiller · 7 years ago
  93. 459e10d Merge pull request #9532 from muxi/revert-cronet-header-dir-change by Muxi Yan · 7 years ago
  94. c9f9c1e Merge pull request #9364 from rjshade/sanitizer_slowdown by Yang Gao · 7 years ago
  95. c290c11 PHP: update examples by Stanley Cheung · 7 years ago
  96. 58b30cd Refine error selection rules by Craig Tiller · 7 years ago
  97. f0a1269 Accomodate changes in #9532 by Muxi Yan · 7 years ago
  98. e2de92f port #9505 to master by Muxi Yan · 7 years ago
  99. bb2e8af Move bidirectional_stream_c.h back to third_party/objective_c/Cronet by Muxi Yan · 7 years ago
  100. a5b1a89 Merge github.com:grpc/grpc into bwest by Craig Tiller · 7 years ago