1. b3b961f Merge pull request #5984 from jtattermusch/perf_tests_script by Jan Tattermusch · 8 years ago
  2. d259789 Merge pull request #6021 from grpc/release-0_13 by Nicolas Noble · 8 years ago
  3. c42b982 Merge pull request #5894 from soltanmm/stop-that by Jan Tattermusch · 8 years ago
  4. 214021a Merge pull request #6025 from jtattermusch/csharp_refactor_building_take2 by Jan Tattermusch · 8 years ago
  5. 2a322c2 dont break mac build by EMBED_ZLIB=true again by Jan Tattermusch · 8 years ago
  6. d9ff456 make C# mac build use same args as in artifact builder by Jan Tattermusch · 8 years ago
  7. 503c3ca Merge pull request #5966 from jtattermusch/interop_worker_script by adelez · 8 years ago
  8. 2a4d478 Add a comment. by Jan Tattermusch · 8 years ago
  9. d5a5094 dont break the mac build by Jan Tattermusch · 8 years ago
  10. b2531e2 disable C# arch choosing for now by Jan Tattermusch · 8 years ago
  11. 6d28d35 refactor C# building by Jan Tattermusch · 8 years ago
  12. 1f5ad31 polish some .bat files by Jan Tattermusch · 8 years ago
  13. a5701c6 always embed zlib and openssl for C# by Jan Tattermusch · 8 years ago
  14. e397074 Merge pull request #6020 from grpc/revert-5963-csharp_refactor_building by Jan Tattermusch · 8 years ago
  15. fa51d18 Merge pull request #6022 from grpc/revert-5933-sockaddr_resolver_lb by Jan Tattermusch · 8 years ago
  16. dd2cfc5 Revert "added grpclb support to sockaddr resolver" by Craig Tiller · 8 years ago
  17. 353729a Merge pull request #6014 from nicolasnoble/manual-upmerge by Jan Tattermusch · 8 years ago
  18. 3eb403f Revert "Refactor C# building in run_tests.py" by Jan Tattermusch · 8 years ago
  19. 981bfb0 Merge pull request #5933 from dgquintas/sockaddr_resolver_lb by Jan Tattermusch · 8 years ago
  20. 58b66f5 Merge pull request #5950 from dgquintas/lb_policies_new_interface by Jan Tattermusch · 8 years ago
  21. e8e100f Merge pull request #5978 from dgquintas/channel_args_docs by Jan Tattermusch · 8 years ago
  22. 23d03ef Merge pull request #5997 from vjpai/i_know_async by Jan Tattermusch · 8 years ago
  23. e6d8e87 Merge pull request #6008 from soltanmm/oops by Jan Tattermusch · 8 years ago
  24. b55f1c4 Merge pull request #5963 from jtattermusch/csharp_refactor_building by Stanley Cheung · 8 years ago
  25. e33f936 Merge branch 'release-0_13' into manual-upmerge by Nicolas "Pixel" Noble · 8 years ago
  26. ed02571 Merge pull request #6004 from nicolasnoble/backport-of-5735 by Nicolas Noble · 8 years ago
  27. 2cff306 Add missing dependencies by Masood Malekghassemi · 8 years ago
  28. 375d1f4 Better memory management for grpc_rb_byte_buffer_to_s. by Nicolas "Pixel" Noble · 8 years ago
  29. 97daf35 Fix Ruby memory leaks by Zhuochun · 8 years ago
  30. 508e89f Merge pull request #6003 from ctiller/uhoh by Craig Tiller · 8 years ago
  31. 67af237 Trim number of CPUs by Craig Tiller · 8 years ago
  32. 6939e41 Merge pull request #5976 from earhart/master by Nicolas Noble · 8 years ago
  33. 64cc4a6 Merge pull request #5979 from ctiller/gource by Nicolas Noble · 8 years ago
  34. f1637b8 Merge pull request #5846 from ctiller/fuzzy-bits by Nicolas Noble · 8 years ago
  35. ff20c2b Add protobuf_clib to deps of grpc++_codegen_lib by Rob Earhart · 8 years ago
  36. b7b8d05 Fix the Bazel build re/nanopb by Rob Earhart · 8 years ago
  37. 67593ff Fix codegen by Craig Tiller · 8 years ago
  38. 34236d5 Merge github.com:grpc/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  39. 6e6230a Merge pull request #5736 from pquerna/pq/is_wan_is_ios_only by Jan Tattermusch · 8 years ago
  40. 46962bb Merge pull request #5971 from sreecha/stress_test_flexible_config by Jan Tattermusch · 8 years ago
  41. d2eb239 Merge pull request #5904 from jtattermusch/csharp_perf_intergrate by Jan Tattermusch · 8 years ago
  42. 98f2f75 Used TYPED_TEST to parametrize Include all 4 sync/async client/server combos by Vijay Pai · 8 years ago
  43. 40d1a2c clang-format by Vijay Pai · 8 years ago
  44. bbbbf62 Add a concurrent test for sync client, async server case by Vijay Pai · 8 years ago
  45. 5648605 Fix include by Craig Tiller · 8 years ago
  46. 5b3391f Merge github.com:grpc/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  47. c91504e Merge pull request #5900 from murgatroid99/node_callback_convention by Nicolas Noble · 8 years ago
  48. ad0492d Merge pull request #5945 from ahedberg/ip_pktinfo_optional by Nicolas Noble · 8 years ago
  49. b275844 add run_performance_tests.py script by Jan Tattermusch · 8 years ago
  50. d29d515 Merge pull request #5973 from ctiller/optionalize_chttp2 by Nicolas Noble · 8 years ago
  51. b3b7249 Merge branch 'master' of github.com:grpc/grpc into sockaddr_resolver_lb by David Garcia Quintas · 8 years ago
  52. 1809bba PR comments. by David Garcia Quintas · 8 years ago
  53. 3c05db5 Merge branch 'master' of github.com:grpc/grpc into lb_policies_new_interface by David Garcia Quintas · 8 years ago
  54. 5548cc9 small improvements to channel_args docstrings by David Garcia Quintas · 8 years ago
  55. 6f37213 Merge github.com:grpc/grpc into gource by Craig Tiller · 8 years ago
  56. 078ff3b Merge github.com:grpc/grpc into optionalize_chttp2 by Craig Tiller · 8 years ago
  57. 9a0f14b Merge pull request #5935 from ctiller/status_codes by jboeuf · 8 years ago
  58. e72454c merge to take src/core componentization into account by ahedberg · 8 years ago
  59. c86de00 tell older compilers that not using fd is okay by ahedberg · 8 years ago
  60. fdef23f Fix includes by Craig Tiller · 8 years ago
  61. e68ec43 Fix indentation in config files, set defaults for longer term runs by Sree Kuchibhotla · 8 years ago
  62. d69dcd3 fix copyright to include 2015 by ahedberg · 8 years ago
  63. f30bdb8 Merge pull request #5974 from murgatroid99/node_distribtest_fixes by Nicolas Noble · 8 years ago
  64. ebb79ba Fix include guards by Craig Tiller · 8 years ago
  65. 8ae3b1f Merge github.com:grpc/grpc into status_codes by Craig Tiller · 8 years ago
  66. fdec85f Merge github.com:grpc/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  67. 51b81c1 Make option passing down to the client constructor more consistent by murgatroid99 · 8 years ago
  68. bebf2df Make distribtest more robust, especially on Mac by murgatroid99 · 8 years ago
  69. 680e50a Merge pull request #5961 from murgatroid99/nvm_error_fix_2 by Nicolas Noble · 8 years ago
  70. 0d7fa3c Update copyright by Craig Tiller · 8 years ago
  71. 44cc10b Add uses clauses to filegroups to ease dependency management by Craig Tiller · 8 years ago
  72. 55ddf84 update readme with the new stress test runner file by Sree Kuchibhotla · 8 years ago
  73. f0555b3 Declare filegroups for chttp2 by Craig Tiller · 8 years ago
  74. 86bb662 fix copyright by ahedberg · 8 years ago
  75. adcb92d clang-format by Craig Tiller · 8 years ago
  76. c7762a8 Move chttp2 related files under ext/ by Craig Tiller · 8 years ago
  77. 9c9644b Add documentation to classes by Sree Kuchibhotla · 8 years ago
  78. e5cc05b Merge pull request #5964 from ctiller/move_the_things by Nicolas Noble · 8 years ago
  79. 83f100e Add asan to the config by Sree Kuchibhotla · 8 years ago
  80. 5cadf51 More config files by Sree Kuchibhotla · 8 years ago
  81. cdf7734 Minor corrections by Sree Kuchibhotla · 8 years ago
  82. 815c589 Pass gcp_project_id via command line. Makes it easier to run on by Sree Kuchibhotla · 8 years ago
  83. 8d41d51 Add build_type option by Sree Kuchibhotla · 8 years ago
  84. 575f0fa Revamped test launcher by Sree Kuchibhotla · 8 years ago
  85. 95a137b Add build type option (asan/tsan/dbg or opt) by Sree Kuchibhotla · 8 years ago
  86. 77c5dc6 Merge github.com:grpc/grpc into move_the_things by Craig Tiller · 8 years ago
  87. 50e51a3 Merge github.com:grpc/grpc into gource by Craig Tiller · 8 years ago
  88. 97e0ebc Fix shell script by Craig Tiller · 8 years ago
  89. cb16a24 Fix tool by Craig Tiller · 8 years ago
  90. b84b553 Fix formatting by Craig Tiller · 8 years ago
  91. 78abce7 Merge github.com:grpc/grpc into status_codes by Craig Tiller · 8 years ago
  92. 92b3f56 Merge github.com:grpc/grpc into fuzzy-bits by Craig Tiller · 8 years ago
  93. 2586905 Update tool by Craig Tiller · 8 years ago
  94. 8a891eb Regenerate files by Craig Tiller · 8 years ago
  95. 94f908a Merge pull request #5962 from nicolasnoble/windows-flake-are-not by Jan Tattermusch · 8 years ago
  96. 19d25aa Fix path by Craig Tiller · 8 years ago
  97. 3fdf18c add script to create interop worker by Jan Tattermusch · 8 years ago
  98. 605ad62 Fix copyright by Craig Tiller · 8 years ago
  99. 40ee2aa Fix another path by Craig Tiller · 8 years ago
  100. eff44d7 Fix another path by Craig Tiller · 8 years ago