1. e8ec16d Fix binding.gyp syntax by murgatroid99 · 8 years ago
  2. b19ac96 Fix electron artifact builds by murgatroid99 · 8 years ago
  3. d09122e Merge branch 'master' into tweak_slice_buffer by Sree Kuchibhotla · 8 years ago
  4. 4d08937 update grpc-tools.gemspec after with os_check -> plactform_check.rb by Alexander Polcyn · 8 years ago
  5. e8b1fd0 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  6. aaddb5c continue use of host_cpu and use x86 whenever not x86_64 by Alexander Polcyn · 8 years ago
  7. d425712 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  8. 972b797 Fixed package name in dockerfile by murgatroid99 · 8 years ago
  9. 0748f39 Store subchannel address in a channel arg. by Mark D. Roth · 8 years ago
  10. c1560e2 Add an additional test by Craig Tiller · 8 years ago
  11. 834a258 Merge github.com:grpc/grpc into max_msg_deadline by Craig Tiller · 8 years ago
  12. 7a48d01 Merge github.com:grpc/grpc into write_buffering by Craig Tiller · 8 years ago
  13. a7fa100 Merge branch 'node_electron_build' of github.com:murgatroid99/grpc into node_electron_build by murgatroid99 · 8 years ago
  14. 28ea6f0 Fix memory corruption by Craig Tiller · 8 years ago
  15. 3623af1 merge master by Yuxuan Li · 8 years ago
  16. 6fb04d6 memory usage profiling for client call, client channel, server creation, server call and server channel. by Yuxuan Li · 8 years ago
  17. 44b2d08 Makefile.template: use import library names for mingw, instead of static libraries by Mario Emmenlauer · 8 years ago
  18. 06d3d4a Makefile.template: remove the 'imp' suffix from MINGW library names by Mario Emmenlauer · 8 years ago
  19. 6b69540 Merge pull request #9335 from jtattermusch/vsproject_improvements by Jan Tattermusch · 8 years ago
  20. 9752569 Merge pull request #9333 from emmenlau/emmenlau_fix_some_variable_names by Jan Tattermusch · 8 years ago
  21. 6d353e2 Fix mac by Craig Tiller · 8 years ago
  22. 782724b Merge pull request #9321 from stanley-cheung/fix-various-php-bugs by Stanley Cheung · 8 years ago
  23. 93d0b58 Properly generate electron dependencies in test Dockerfile from template by murgatroid99 · 8 years ago
  24. 24263c3 Fixing a few items with the new Bazel BUILD system: by Nicolas "Pixel" Noble · 8 years ago
  25. d87b9fb clang-format and add copyright info by Muxi Yan · 8 years ago
  26. 88162f8 Do not use OPENSSL_NO_THREAD normally for Node on Windows by Michael Lumish · 8 years ago
  27. 50c8780 Use tmp file instead of writing to current directory by Stanley Cheung · 8 years ago
  28. 4dd97f9 dockerfile update for http2_badserver_interop by Makarand Dharmapurikar · 8 years ago
  29. 81eceb3 Remove bogus assert by Craig Tiller · 8 years ago
  30. 9d4fc31 Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  31. 8cf88f1 Add a mechanism for tagging threads that might be owned by calls/channels by Craig Tiller · 8 years ago
  32. 45d3183 Kill ESAN by Craig Tiller · 8 years ago
  33. 85e15a0 Spam cleanup by Craig Tiller · 8 years ago
  34. 95beab2 Uncover the badness by Craig Tiller · 8 years ago
  35. 5868c83 Merge pull request #8895 from murgatroid99/node_artifact_build_fix by Michael Lumish · 8 years ago
  36. abe9757 Makefile: fixed a few variables names, and added a missing variable on dll name by Mario Emmenlauer · 8 years ago
  37. c518198 run_tests: set Node runtime variable when using default compiler by murgatroid99 · 8 years ago
  38. 433d3f1 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  39. 03b22ec Merge pull request #9329 from stanley-cheung/php-fix-config-m4 by Stanley Cheung · 8 years ago
  40. 62a7ca8 re-run clang-format.sh by Alexander Polcyn · 8 years ago
  41. fe71d7f Fix the template as well by Stanley Cheung · 8 years ago
  42. 8fe20bf typo by yang-g · 8 years ago
  43. 468690f Merge pull request #9298 from makdharma/http2_badserver_interop by makdharma · 8 years ago
  44. a5faf99 Merge pull request #9149 from ncteisen/rst_stream_error_code_fix by Noah Eisen · 8 years ago
  45. 36c799b Merge pull request #9299 from grpc/ncteisen-patch-1 by Noah Eisen · 8 years ago
  46. def69b3 Merge pull request #8816 from lyuxuan/cpu_usage2 by lyuxuan · 8 years ago
  47. c79da7b fix compilation of grpc_dll project by Jan Tattermusch · 8 years ago
  48. 34f58fe remove not-yet-useful projects from grpc.sln by Jan Tattermusch · 8 years ago
  49. 8e883b2 Makefile.template: fixed a few variables names, and added a missing variable on dll name by Mario Emmenlauer · 8 years ago
  50. af7b87f remove unneeded/broken targets from CMakeLists.exe by Jan Tattermusch · 8 years ago
  51. 3aab96f successfuly compile gRPC with cmake+Ninja by Jan Tattermusch · 8 years ago
  52. 3cdf729 Merge pull request #8770 from lyuxuan/channel_args1 by lyuxuan · 8 years ago
  53. 21b6a68 Merge pull request #9315 from yang-g/fuzzer_load by Yang Gao · 8 years ago
  54. 23d5081 Merge pull request #9314 from yang-g/infolog by Yang Gao · 8 years ago
  55. 6b7f2f1 Merge pull request #9324 from yang-g/include_fix by Yang Gao · 8 years ago
  56. 8bddea1 Merge pull request #9327 from yang-g/include_fix2 by Yang Gao · 8 years ago
  57. a2341ea omg it is 2017 by yang-g · 8 years ago
  58. 90cd278 PHP: use a macro to specify extension src dir by Stanley Cheung · 8 years ago
  59. 122c687 Fix various PHP bugs by Stanley Cheung · 8 years ago
  60. 1b59bfc Merge pull request #8987 from adelez/add_perf_link by adelez · 8 years ago
  61. 015998f Add perf link by Adele Zhou · 8 years ago
  62. ebb3d5d Merge pull request #9139 from ericgribkoff/http2_client by Eric Gribkoff · 8 years ago
  63. 1732ac2 Merge branch 'cronet-unit-test' into fix-loupe-exception by Muxi Yan · 8 years ago
  64. 1ace58c Unit test framework for Cronet by Muxi Yan · 8 years ago
  65. e05c765 Merge pull request #8981 from murgatroid99/node_glibcxx_compatibility by Michael Lumish · 8 years ago
  66. d36a531 Add missing include for size_t by yang-g · 8 years ago
  67. 43dc9ed Add licenses to all BUILD files and missing copyright by yang-g · 8 years ago
  68. 4314043 Update negative-http2-interop-test-descriptions.md by Noah Eisen · 8 years ago
  69. 20ce39a remove limit_cores.h from build.yaml by Alexander Polcyn · 8 years ago
  70. 8ad258a Add missing include for GPRAPI by yang-g · 8 years ago
  71. f89eed9 Add missing dependency by yang-g · 8 years ago
  72. 4fe4f4b Merge pull request #8154 from thinkerou/fix_php_mem_leak by Stanley Cheung · 8 years ago
  73. 1a75c54 Merge branch 'master' of https://github.com/grpc/grpc into rst_stream_error_code_fix by ncteisen · 8 years ago
  74. 850fcb9 typo by yang-g · 8 years ago
  75. 6ff1ca4 re-run generate project to build qps json driver by Alexander Polcyn · 8 years ago
  76. 1d8db03 Merge pull request #9317 from yang-g/test_credentials by Yang Gao · 8 years ago
  77. e5d8e02 Fix sanity: core_banned_functions by Craig Tiller · 8 years ago
  78. a47f51f Merge github.com:grpc/grpc into metadata_filter by Craig Tiller · 8 years ago
  79. 9277aa7 Fix sanity: core_banned_functions by Craig Tiller · 8 years ago
  80. 3e8deb1 Fix sanity: core_banned_functions by Craig Tiller · 8 years ago
  81. aa16d3f Fix sanity: check_include_guards by Craig Tiller · 8 years ago
  82. 032baa8 Fix sanity: check_sources_and_headers by Craig Tiller · 8 years ago
  83. 8a0ef63 remove LimitCores in c++ benchmark by Alexander Polcyn · 8 years ago
  84. a6e796f ignore core counts and core lists in qps json driver by Alexander Polcyn · 8 years ago
  85. 3d11a91 Merge pull request #9297 from ncteisen/include-new-ruby-interop-tests by Noah Eisen · 8 years ago
  86. 8a7a446 merge with head by yang-g · 8 years ago
  87. cc59102 manual revert of #8901 by yang-g · 8 years ago
  88. 1da20c1 Remove unused load by yang-g · 8 years ago
  89. b8c5fe1 Promote dns resolution failure message to INFO by yang-g · 8 years ago
  90. 6bbd95e minor fix by Makarand Dharmapurikar · 8 years ago
  91. c344e87 Adds HTTP/2 interop test client by Eric Gribkoff · 8 years ago
  92. 3c42128 Merge pull request #9307 from jtattermusch/emmenlau_mingw32 by Jan Tattermusch · 8 years ago
  93. e91344a Merge remote-tracking branch 'upstream/master' into advance-cronet-version by Muxi Yan · 8 years ago
  94. ac87a46 enable uploading server cpu usage data from performance tests to big query by Yuxuan Li · 8 years ago
  95. defc58b test fix by Muxi Yan · 8 years ago
  96. 0029802 bug fix by Muxi Yan · 8 years ago
  97. df71518 fix code formatting by Jan Tattermusch · 8 years ago
  98. 98c0bd7 add setting channel args functionality to performance tesing by Yuxuan Li · 8 years ago
  99. 13f6716 Makefile.template and Makefile: install plugins on MSYS2 / MINGW32 platform by Mario Emmenlauer · 8 years ago
  100. 1643c04 Makefile.template and Makefile: avoid stripping too heavily on MSYS2 / MINGW32 platform by Mario Emmenlauer · 8 years ago