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