1. 02612c1 Merge remote-tracking branch 'upstream/master' into retry_throttle by Mark D. Roth · 7 years ago
  2. f1666d4 Merge pull request #9869 from markdroth/client_channel_method_params_cleanup by Mark D. Roth · 7 years ago
  3. 47d7a08 Increase epsilon in thread cleanup test by kpayson64 · 7 years ago
  4. e0c72bb Merge pull request #9936 from dgquintas/gen_projs by David G. Quintas · 7 years ago
  5. b1e545f Fix generate projects by David Garcia Quintas · 7 years ago
  6. 47aa984 Merge pull request #9897 from grpc/wenbozhu-patch-4 by Feng Li · 7 years ago
  7. 4b290e9 Merge pull request #9917 from nathanielmanistaatgoogle/missing-main by Nathaniel Manista · 7 years ago
  8. 823e87b Merge pull request #9933 from ctiller/better_summary by Craig Tiller · 7 years ago
  9. 25c38e7 Merge pull request #9888 from murgatroid99/electron_uv_fix by Michael Lumish · 7 years ago
  10. 541b87e Report non-counter cpu times to bigquery to get more accurate dashboards by Craig Tiller · 7 years ago
  11. 5e9bdb7 Enable lto by Craig Tiller · 7 years ago
  12. da22274 Add sleep(1) to Python negative http2 client by Noah Eisen · 7 years ago
  13. 8d9d4d0 Add benchmark to conversion script by Craig Tiller · 7 years ago
  14. 2bfc3bc Add fixtures for call creation benchmarks by Craig Tiller · 7 years ago
  15. ff61b8c improve script for running windows tests on internal_ci by Jan Tattermusch · 7 years ago
  16. 80f29db Merge pull request #9817 from jtattermusch/internalization_docs by Jan Tattermusch · 7 years ago
  17. cbcdb40 Fix mac windows failures by Yuchen Zeng · 7 years ago
  18. b4b6a0e Retry sending pings if they are delayed by Yuchen Zeng · 7 years ago
  19. 0520bf9 Merge pull request #9922 from ncteisen/a-nice-game-of-chess by Noah Eisen · 7 years ago
  20. 3efa16f Merge pull request #9685 from jboeuf/new_ssl_roots by jboeuf · 7 years ago
  21. ae1cd87 Enable python negative http2 test by Noah Eisen · 7 years ago
  22. 48bc476 Eliminate cancellation if we never sent an op down by Craig Tiller · 7 years ago
  23. 255d002 Relieve ios deployment version to 7.0 by Muxi Yan · 7 years ago
  24. 36dd42e Diff minimization by Craig Tiller · 7 years ago
  25. 7bc4d3e Revert unnecessary change by Craig Tiller · 7 years ago
  26. 2499206 Finish streams that error. Don't histogram failed ops. by Vijay Pai · 7 years ago
  27. 2c3d0a9 Better cleanup by Craig Tiller · 7 years ago
  28. fc39593 Add missing unittest.main call by Nathaniel Manista · 7 years ago
  29. 5f13f48 Merge pull request #9833 from dgquintas/parse_address_clusterfuzz by David G. Quintas · 7 years ago
  30. 16edd99 Merge pull request #9812 from dgquintas/timestamp_logs by David G. Quintas · 7 years ago
  31. 9ccebc3 Merge pull request #9773 from dgquintas/build_files by David G. Quintas · 7 years ago
  32. c1d9d51 Merge pull request #9819 from yang-g/xtra_header by Yang Gao · 7 years ago
  33. a7ed268 Fix some bugs by Craig Tiller · 7 years ago
  34. 80a0cb3 Merge github.com:grpc/grpc into trim-the-locks by Craig Tiller · 7 years ago
  35. 6517333 Merge pull request #9881 from ctiller/spinlock by Craig Tiller · 7 years ago
  36. 7ef0cd6 Merge pull request #9785 from stanley-cheung/php-update-doc by Stanley Cheung · 7 years ago
  37. 4de6688 Merge pull request #9901 from ncteisen/wherever-you-golang-golang-with-all-your-heart by Noah Eisen · 7 years ago
  38. 01f1544 Check and act on Dump failure by yang-g · 7 years ago
  39. 7acc37e Trim deadline setting out of call creation path: reduces ClientChannelFilter init/destroy from 128ns to 46ns on my machine by Craig Tiller · 7 years ago
  40. 8e43edb Fix include guards by Craig Tiller · 7 years ago
  41. 4d92a49 Merge github.com:grpc/grpc into cpp_bazelness by Craig Tiller · 7 years ago
  42. 46ab5f5 Update template by Craig Tiller · 7 years ago
  43. c2515d0 Merge github.com:grpc/grpc into always-use-port-server by Craig Tiller · 7 years ago
  44. 26ec0d0 Merge pull request #9886 from jtattermusch/latest_release_dashboard by Jan Tattermusch · 7 years ago
  45. de99fe8 Enable Go negative http2 interop test by Noah Eisen · 7 years ago
  46. 06ab69d Clang format by murgatroid99 · 7 years ago
  47. a56edc4 Update PROTOCOL-WEB.md by Wenbo Zhu · 7 years ago
  48. ea16fa1 Update PROTOCOL-WEB.md by Wenbo Zhu · 7 years ago
  49. cd232f6 Merge pull request #9753 from ctiller/zalloc by Craig Tiller · 7 years ago
  50. b73ad23 Fix memory leak by Craig Tiller · 7 years ago
  51. a10f00c Merge github.com:grpc/grpc into spinlock by Craig Tiller · 7 years ago
  52. 79ccb81 Merge pull request #9882 from ctiller/cqbm by Craig Tiller · 7 years ago
  53. 2aa5a1d Merge pull request #9839 from y-zeng/1_1_x_address_arg_fix by Yuchen Zeng · 7 years ago
  54. 4776102 Merge pull request #9468 from y-zeng/p2p_client by Yuchen Zeng · 7 years ago
  55. 0258444 Update PROTOCOL-WEB.md by Wenbo Zhu · 7 years ago
  56. e434e9e Merge pull request #9876 from matt-kwong/filter-intern by matt-kwong · 7 years ago
  57. d9b257a Add fuzzer options for oss-fuzz by Matt Kwong · 7 years ago
  58. c5b3b25 Change ssl_server_fuzzer.c to use ssl_test_data.h instead of loading mock SSL data from file by Matt Kwong · 7 years ago
  59. 08ad565 update go to 1.8 on benchmarks by Alexander Polcyn · 7 years ago
  60. dc720ca Merge pull request #9846 from yang-g/max_message_size by Yang Gao · 7 years ago
  61. 77532e8 Destroy pointer args when destructing a ChannelArguments by Yuchen Zeng · 7 years ago
  62. e0b1e46 Address review comments by Yuchen Zeng · 7 years ago
  63. 8c2946a Fix missing wakeups when using the libuv iomgr under Electron by murgatroid99 · 7 years ago
  64. 722de8d clang-format by Mark D. Roth · 7 years ago
  65. 07e4c13 Merge pull request #9857 from murgatroid99/merge_1.1.x_master by Michael Lumish · 7 years ago
  66. 6766150 add script for running "latest released" benchmarks by Jan Tattermusch · 7 years ago
  67. b843ff2 Add more cq benchmarks by Craig Tiller · 7 years ago
  68. c758542 Fix compile by Craig Tiller · 7 years ago
  69. edbf2b9 Add a spinlock type. by Craig Tiller · 7 years ago
  70. ca8de5c Merge pull request #9868 from jtattermusch/csharp_more_interop_logging by Jan Tattermusch · 7 years ago
  71. 380a3be Add more closures by Yuchen Zeng · 7 years ago
  72. 31c6417 Update host name i18n docs. by Jan Tattermusch · 7 years ago
  73. 70e353b Make portability tests pull Docker images from Dockerhub by Matt Kwong · 7 years ago
  74. 28b0f2a Add tools/internal_ci/ to test filter by Matt Kwong · 7 years ago
  75. efdf5a3 Update with the new ping implementation by Yuchen Zeng · 7 years ago
  76. 990d9fe Client-side keepalive ping by Yuchen Zeng · 7 years ago
  77. 345abfd Merge pull request #9871 from ctiller/fix-bm by Craig Tiller · 7 years ago
  78. e177c24 Fix uploader by Craig Tiller · 7 years ago
  79. 2467630 Merge pull request #9757 from ctiller/bm_meta by Craig Tiller · 7 years ago
  80. 2c3d4ed Fix submodule by Craig Tiller · 7 years ago
  81. d0ed9ff Merge github.com:grpc/grpc into bm_meta by Craig Tiller · 7 years ago
  82. 312fdba Merge github.com:grpc/grpc into bm_meta by Craig Tiller · 7 years ago
  83. 5825b69 Merge pull request #9849 from ctiller/bm_chttp2 by Craig Tiller · 7 years ago
  84. f30194f Merge branch 'bm_meta' of github.com:ctiller/grpc into bm_meta by Craig Tiller · 7 years ago
  85. 510f38a Merge branch 'bm_chttp2' into bm_meta by Craig Tiller · 7 years ago
  86. b325a1d Fix submodule by Craig Tiller · 7 years ago
  87. 2363cad Merge branch 'cpp_bazelness' of github.com:ctiller/grpc into cpp_bazelness by Craig Tiller · 7 years ago
  88. bf515b6 Merge github.com:grpc/grpc into cpp_bazelness by Craig Tiller · 7 years ago
  89. b4673fa Use zalloc in completion queue by Craig Tiller · 7 years ago
  90. f2cf3d9 Merge pull request #9747 from ctiller/splitsies by Craig Tiller · 7 years ago
  91. 3d72d71 Merge github.com:grpc/grpc into zalloc by Craig Tiller · 7 years ago
  92. c240e6c Merge pull request #9870 from ncteisen/if-opportunity-doesnt-knock-fix-the-build by Noah Eisen · 7 years ago
  93. e1bc938 Merge pull request #9858 from ctiller/cb by Craig Tiller · 7 years ago
  94. 40e1e99 Fix load_reporting linker error by ncteisen · 7 years ago
  95. 95b627b Clean up method parameters in client channel code. by Mark D. Roth · 7 years ago
  96. f11e050 Merge pull request #9614 from adelez/fix_interop_report2 by adelez · 7 years ago
  97. 8e7e1e3 Only run bad http2 server tests with supported client/server pairs. by Adele Zhou · 7 years ago
  98. 992d5cd comment out python temporarily by Adele Zhou · 7 years ago
  99. 429e560 Fix interop HTML report. by Adele Zhou · 7 years ago
  100. defc696 Merge pull request #9774 from sreecha/surface_test_bazel by Sree Kuchibhotla · 7 years ago