1. a66243d Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  2. c2079f3 Merge pull request #9252 from ctiller/write_buffering by Craig Tiller · 8 years ago
  3. 1e27758 Merge pull request #9351 from matt-kwong/corpus-fuzzer-api by Craig Tiller · 8 years ago
  4. cc2e048 Merge pull request #9342 from emmenlau/emmenlau_use_import_libraries_for_mingw by Jan Tattermusch · 8 years ago
  5. 88a934e Merge pull request #8799 from lyuxuan/memory_usage_no_log by lyuxuan · 8 years ago
  6. d9f5b23 Merge pull request #9038 from apolcyn/run_perf_on_benchmarks by apolcyn · 8 years ago
  7. c1002c9 Add api-fuzzer corpus by Matt Kwong · 8 years ago
  8. 0a5a318 Name constant by Craig Tiller · 8 years ago
  9. c9a4702 Merge pull request #8601 from murgatroid99/node_electron_build by Michael Lumish · 8 years ago
  10. e8ec16d Fix binding.gyp syntax by murgatroid99 · 8 years ago
  11. b19ac96 Fix electron artifact builds by murgatroid99 · 8 years ago
  12. e8b1fd0 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  13. d425712 Merge github.com:grpc/grpc into bwest by Craig Tiller · 8 years ago
  14. 972b797 Fixed package name in dockerfile by murgatroid99 · 8 years ago
  15. 7a48d01 Merge github.com:grpc/grpc into write_buffering by Craig Tiller · 8 years ago
  16. a7fa100 Merge branch 'node_electron_build' of github.com:murgatroid99/grpc into node_electron_build by murgatroid99 · 8 years ago
  17. 3623af1 merge master by Yuxuan Li · 8 years ago
  18. 6fb04d6 memory usage profiling for client call, client channel, server creation, server call and server channel. by Yuxuan Li · 8 years ago
  19. 44b2d08 Makefile.template: use import library names for mingw, instead of static libraries by Mario Emmenlauer · 8 years ago
  20. 06d3d4a Makefile.template: remove the 'imp' suffix from MINGW library names by Mario Emmenlauer · 8 years ago
  21. 6b69540 Merge pull request #9335 from jtattermusch/vsproject_improvements by Jan Tattermusch · 8 years ago
  22. 9752569 Merge pull request #9333 from emmenlau/emmenlau_fix_some_variable_names by Jan Tattermusch · 8 years ago
  23. 782724b Merge pull request #9321 from stanley-cheung/fix-various-php-bugs by Stanley Cheung · 8 years ago
  24. 93d0b58 Properly generate electron dependencies in test Dockerfile from template by murgatroid99 · 8 years ago
  25. 88162f8 Do not use OPENSSL_NO_THREAD normally for Node on Windows by Michael Lumish · 8 years ago
  26. 50c8780 Use tmp file instead of writing to current directory by Stanley Cheung · 8 years ago
  27. 5868c83 Merge pull request #8895 from murgatroid99/node_artifact_build_fix by Michael Lumish · 8 years ago
  28. abe9757 Makefile: fixed a few variables names, and added a missing variable on dll name by Mario Emmenlauer · 8 years ago
  29. c518198 run_tests: set Node runtime variable when using default compiler by murgatroid99 · 8 years ago
  30. 433d3f1 Merge branch 'master' into node_electron_build by murgatroid99 · 8 years ago
  31. 03b22ec Merge pull request #9329 from stanley-cheung/php-fix-config-m4 by Stanley Cheung · 8 years ago
  32. fe71d7f Fix the template as well by Stanley Cheung · 8 years ago
  33. 468690f Merge pull request #9298 from makdharma/http2_badserver_interop by makdharma · 8 years ago
  34. a5faf99 Merge pull request #9149 from ncteisen/rst_stream_error_code_fix by Noah Eisen · 8 years ago
  35. 36c799b Merge pull request #9299 from grpc/ncteisen-patch-1 by Noah Eisen · 8 years ago
  36. def69b3 Merge pull request #8816 from lyuxuan/cpu_usage2 by lyuxuan · 8 years ago
  37. c79da7b fix compilation of grpc_dll project by Jan Tattermusch · 8 years ago
  38. 34f58fe remove not-yet-useful projects from grpc.sln by Jan Tattermusch · 8 years ago
  39. 8e883b2 Makefile.template: fixed a few variables names, and added a missing variable on dll name by Mario Emmenlauer · 8 years ago
  40. af7b87f remove unneeded/broken targets from CMakeLists.exe by Jan Tattermusch · 8 years ago
  41. 3aab96f successfuly compile gRPC with cmake+Ninja by Jan Tattermusch · 8 years ago
  42. 3cdf729 Merge pull request #8770 from lyuxuan/channel_args1 by lyuxuan · 8 years ago
  43. 21b6a68 Merge pull request #9315 from yang-g/fuzzer_load by Yang Gao · 8 years ago
  44. 23d5081 Merge pull request #9314 from yang-g/infolog by Yang Gao · 8 years ago
  45. 6b7f2f1 Merge pull request #9324 from yang-g/include_fix by Yang Gao · 8 years ago
  46. 8bddea1 Merge pull request #9327 from yang-g/include_fix2 by Yang Gao · 8 years ago
  47. 90cd278 PHP: use a macro to specify extension src dir by Stanley Cheung · 8 years ago
  48. 122c687 Fix various PHP bugs by Stanley Cheung · 8 years ago
  49. 1b59bfc Merge pull request #8987 from adelez/add_perf_link by adelez · 8 years ago
  50. 015998f Add perf link by Adele Zhou · 8 years ago
  51. ebb3d5d Merge pull request #9139 from ericgribkoff/http2_client by Eric Gribkoff · 8 years ago
  52. d36a531 Add missing include for size_t by yang-g · 8 years ago
  53. 4314043 Update negative-http2-interop-test-descriptions.md by Noah Eisen · 8 years ago
  54. 8ad258a Add missing include for GPRAPI by yang-g · 8 years ago
  55. 4fe4f4b Merge pull request #8154 from thinkerou/fix_php_mem_leak by Stanley Cheung · 8 years ago
  56. 1a75c54 Merge branch 'master' of https://github.com/grpc/grpc into rst_stream_error_code_fix by ncteisen · 8 years ago
  57. 1d8db03 Merge pull request #9317 from yang-g/test_credentials by Yang Gao · 8 years ago
  58. 3d11a91 Merge pull request #9297 from ncteisen/include-new-ruby-interop-tests by Noah Eisen · 8 years ago
  59. cc59102 manual revert of #8901 by yang-g · 8 years ago
  60. 1da20c1 Remove unused load by yang-g · 8 years ago
  61. b8c5fe1 Promote dns resolution failure message to INFO by yang-g · 8 years ago
  62. 6bbd95e minor fix by Makarand Dharmapurikar · 8 years ago
  63. c344e87 Adds HTTP/2 interop test client by Eric Gribkoff · 8 years ago
  64. 3c42128 Merge pull request #9307 from jtattermusch/emmenlau_mingw32 by Jan Tattermusch · 8 years ago
  65. ac87a46 enable uploading server cpu usage data from performance tests to big query by Yuxuan Li · 8 years ago
  66. df71518 fix code formatting by Jan Tattermusch · 8 years ago
  67. 98c0bd7 add setting channel args functionality to performance tesing by Yuxuan Li · 8 years ago
  68. 13f6716 Makefile.template and Makefile: install plugins on MSYS2 / MINGW32 platform by Mario Emmenlauer · 8 years ago
  69. 1643c04 Makefile.template and Makefile: avoid stripping too heavily on MSYS2 / MINGW32 platform by Mario Emmenlauer · 8 years ago
  70. 121d289 Makefile.template and Makefile: use .exe suffix for grpc_cpp_plugin on MSYS2 / MINGW32 platform by Mario Emmenlauer · 8 years ago
  71. 294dc2f Makefile.template and Makefile: avoid def-files on MSYS2 / MINGW32 platform by Mario Emmenlauer · 8 years ago
  72. d817c1b iocp_windows.c and tcp_server_windows.c: fixes for gcc on Windows (unused variables and type casts) by Mario Emmenlauer · 8 years ago
  73. 39fe75e include/grpc/impl/codegen/port_platform.h: disable warn_unused_result on MINGW32 platform by Mario Emmenlauer · 8 years ago
  74. 4ee98ed Merge branch 'master' of https://github.com/grpc/grpc into include-new-ruby-interop-tests by ncteisen · 8 years ago
  75. 88a352c Merge pull request #9302 from ncteisen/ruby-interop-client-quickfix by Noah Eisen · 8 years ago
  76. 8f3f2f4 Fix ruby:{python,csharp,csharpcoreclr}_server behavior by ncteisen · 8 years ago
  77. 508c375 Merge pull request #9295 from ctiller/oh_sanity_my_sanity by Craig Tiller · 8 years ago
  78. de8a573 Merge github.com:grpc/grpc into oh_sanity_my_sanity by Craig Tiller · 8 years ago
  79. 078e421 addressed feedback by Makarand Dharmapurikar · 8 years ago
  80. 850ed9b Update negative-http2-interop-test-descriptions.md by Noah Eisen · 8 years ago
  81. 9fafc03 Update negative-http2-interop-test-descriptions.md by Noah Eisen · 8 years ago
  82. a0d639d Update negative-http2-interop-test-descriptions.md by Noah Eisen · 8 years ago
  83. a0433d4 Merge pull request #9284 from markdroth/http_connect_headers by Mark D. Roth · 8 years ago
  84. d383e4a added ability to run bad-server http2 tests by Makarand Dharmapurikar · 8 years ago
  85. 9d1cc8c Change interop test infra to run new Ruby tests by ncteisen · 8 years ago
  86. 2f39067 Merge pull request #9282 from makdharma/http2_interop by makdharma · 8 years ago
  87. 2c4a364 Merge pull request #9286 from ncteisen/python-stress-wait-for-ready by Noah Eisen · 8 years ago
  88. aa272bc Always sort code generated outputs by Craig Tiller · 8 years ago
  89. d70c8bb Implement wait-for-ready behavior in Python stress and qps client by ncteisen · 8 years ago
  90. bf07d75 Ran generate_projects.sh by Mark D. Roth · 8 years ago
  91. d54c906 Merge remote-tracking branch 'upstream/master' into http_connect_headers by Mark D. Roth · 8 years ago
  92. 8d77014 attempt to fix mem leaks by thinkerou · 8 years ago
  93. a3960b9 Merge pull request #9244 from ncteisen/ruby_advanced_interop_client_side by Noah Eisen · 8 years ago
  94. e81d96d Merge branch 'master' of https://github.com/grpc/grpc into ruby_advanced_interop_client_side by ncteisen · 8 years ago
  95. 428e409 Merge pull request #9285 from ncteisen/regenerate-projects by Noah Eisen · 8 years ago
  96. 7429fd5 Regenerate project to make jenkins happy by ncteisen · 8 years ago
  97. dc29074 Incorperate new build changes by ncteisen · 8 years ago
  98. 9dc0ca0 Merge branch 'master' of https://github.com/grpc/grpc into ruby_advanced_interop_client_side by ncteisen · 8 years ago
  99. 4665896 clang-format by Mark D. Roth · 8 years ago
  100. 49f02d3 Add support for sending custom headers in HTTP CONNECT request. by Mark D. Roth · 8 years ago