1. 2411bac Address review comments by Yuchen Zeng · 7 years ago
  2. ee3e331 Add reconnect channel tests by Yuchen Zeng · 7 years ago
  3. be9b814 Add ChannelConnectivityWatcher by Yuchen Zeng · 7 years ago
  4. ff0996d Merge pull request #12242 from dgquintas/rr_initial_conn by David G. Quintas · 7 years ago
  5. 27ac8cf Merge pull request #12251 from ncteisen/fix-ubsan by Noah Eisen · 7 years ago
  6. 72827fb Merge pull request #12225 from muxi/fix-already-finished by Muxi Yan · 7 years ago
  7. e3d6a9a Merge pull request #12180 from grpc/revert-12086-revert-11832-objc-oauth-protocol by Muxi Yan · 7 years ago
  8. a0a4272 Merge pull request #12246 from yang-g/epoll1 by Yang Gao · 7 years ago
  9. 9747224 Fix ubsan by Noah Eisen · 7 years ago
  10. df92a64 Add timer annotations in epoll1 by yang-g · 7 years ago
  11. 7d0d2cd Merge pull request #12182 from dgquintas/grpclb_destroy_bbr by David G. Quintas · 7 years ago
  12. a2c1df4 RR: Initialize subchannel connectivity state by David Garcia Quintas · 7 years ago
  13. 183a9cf Merge pull request #12169 from muxi/improve-objc-test-info by Muxi Yan · 7 years ago
  14. 71c468b Merge pull request #11936 from sreecha/fix-end2end-test by Sree Kuchibhotla · 7 years ago
  15. 4e1b26e Replace dispatch_once_t with BOOL by Muxi Yan · 7 years ago
  16. 87ffcb6 disable epoll1 by default (just enable tests) by Sree Kuchibhotla · 7 years ago
  17. 4558762 Merge pull request #12203 from mdzoba/mdzoba-fix-issue-11512 by Nicolas Noble · 7 years ago
  18. 106d175 Merge pull request #12188 from michaelbausor/add-async-support by Stanley Cheung · 7 years ago
  19. 0f924b7 Merge pull request #12213 from dgquintas/v1.7.x-version-bump by David G. Quintas · 7 years ago
  20. f4af6eb Merge pull request #12192 from jmillikin-stripe/ruby-catch-script-error by apolcyn · 7 years ago
  21. 7b8b4be Merge pull request #12158 from jboeuf/fix_mem_leak by jboeuf · 7 years ago
  22. 713597f Master version bump to 1.7.x by David Garcia Quintas · 7 years ago
  23. 22cc56f Fix assert in grpc_timer_init(). https://github.com/grpc/grpc/issues/11512 by Maxim Dzoba · 7 years ago
  24. 3088230 initialize pollset struct. Ideally not needed since we do zalloc but some code may directly call gpr_malloc to create pollset by Sree Kuchibhotla · 7 years ago
  25. 54749da Enable epoll1 by default (and move epollsig as second choice) by Sree Kuchibhotla · 7 years ago
  26. ff1e926 Remove assignment by Michael Bausor · 7 years ago
  27. 8a61db3 Remove metadata set by Michael Bausor · 7 years ago
  28. 6bfe44d give C# continuations 10 secs to finish on shutdown by Jan Tattermusch · 7 years ago
  29. 98ed73c wait for queued continuation to finish by Jan Tattermusch · 7 years ago
  30. 7a3bd5b more correct atomic counter by Jan Tattermusch · 7 years ago
  31. e387852 Catch NotImplementedError exceptions and forward them to the client. by John Millikin · 7 years ago
  32. 7a9d17f Fixing memory leak and removing unneeded NULL checks. by Julien Boeuf · 7 years ago
  33. 30b4e74 Merge pull request #12127 from jtattermusch/csharp_warningsaserrors by Jan Tattermusch · 7 years ago
  34. 81fd629 Move OP_RECV_INITIAL_METADATA out of start() methods by Michael Bausor · 7 years ago
  35. 97e1785 Added missing call to grpc_byte_buffer_reader_destroy() by David Garcia Quintas · 7 years ago
  36. b82f82b Revert "Revert "Add OAuth2 protocol in GRPCClient"" by Muxi Yan · 7 years ago
  37. d1ba31d Merge pull request #11831 from ncteisen/flow-control-part2 by Noah Eisen · 7 years ago
  38. 41ba268 Pull bdp estimation into flowctl module by ncteisen · 7 years ago
  39. 41ccb77 Reenable CronetUnitTests as it is no longer a blocker by Muxi Yan · 7 years ago
  40. c53c379 Make Jenkins debug information more useful by Muxi Yan · 7 years ago
  41. 2312634 fix more warnings by Jan Tattermusch · 7 years ago
  42. 9210293 dont use generic version of Marshal.SizeOf by Jan Tattermusch · 7 years ago
  43. 271cb36 dont use generic version of PtrToStructure by Jan Tattermusch · 7 years ago
  44. 2fb313c fix warnings in Grpc.Core.Tests by Jan Tattermusch · 7 years ago
  45. c152d66 fix warnings in integration tests by Jan Tattermusch · 7 years ago
  46. b8c77c5 Fix warnings in Grpc.Examples by Jan Tattermusch · 7 years ago
  47. aa135ce treat warnings as errors by Jan Tattermusch · 7 years ago
  48. ca25473 regenerate C# protos by Jan Tattermusch · 7 years ago
  49. 3cbbe44 Disable XML comment warnings in generated stubs by Jan Tattermusch · 7 years ago
  50. e9956df add global.json files for C# by Jan Tattermusch · 7 years ago
  51. a7b79b9 Merge pull request #12142 from jtattermusch/objc_test_cleanup by Jan Tattermusch · 7 years ago
  52. f1795f1 Merge pull request #12139 from sreecha/fix_tm_avalanche by Sree Kuchibhotla · 7 years ago
  53. abd7bce Merge pull request #11886 from stanley-cheung/php-codegen-plugin by Stanley Cheung · 7 years ago
  54. 5fd85b5 PHP: update codegen plugin to support php_namespace option by Stanley Cheung · 7 years ago
  55. 5020562 Merge pull request #12130 from y-zeng/oauth2 by Yuchen Zeng · 7 years ago
  56. a48f879 Merge pull request #12120 from jtattermusch/csharp_rpcexception by Jan Tattermusch · 7 years ago
  57. 0fcd99e Merge pull request #8982 from kpayson64/cache_poll_threads2 by Jan Tattermusch · 7 years ago
  58. 26cdf5b fix run_plugin_tests.sh by Jan Tattermusch · 7 years ago
  59. 9359e50 objc tests cleanup by Jan Tattermusch · 7 years ago
  60. 593a22a Merge pull request #12099 from jtattermusch/csharp_shutdownevent by Jan Tattermusch · 7 years ago
  61. f602869 improve comment by Jan Tattermusch · 7 years ago
  62. bd34477 Address PR feedback by Ken Payson · 7 years ago
  63. 419b617 Fix thread avalances in thread manager by Sree Kuchibhotla · 7 years ago
  64. cf875b7 Merge pull request #12132 from jiangtaoli2016/tsi_interface by Jiangtao Li · 7 years ago
  65. 011aa3d Merge pull request #12083 from ncteisen/trace-closure-flush by Noah Eisen · 7 years ago
  66. 25d6fd8 split tsi library into two by jiangtaoli2016 · 7 years ago
  67. 9dc1821 better name for StatusFromException by Jan Tattermusch · 7 years ago
  68. a0a7b57 Fix use-after-free in oauth2_credentials by Yuchen Zeng · 7 years ago
  69. 40ea2d3 improve examples in CustomErrorDetails test by Jan Tattermusch · 7 years ago
  70. fe71c75 Merge pull request #12054 from sreecha/cq_cleanup by Sree Kuchibhotla · 7 years ago
  71. ba94aed Trace closure flush by ncteisen · 7 years ago
  72. 6fed5dc Merge pull request #12003 from murgatroid99/node_fix_batch_argument_segfault by Michael Lumish · 7 years ago
  73. 9d3f1d4 Merge pull request #12091 from chhsia0/osx-cmake by Vijay Pai · 7 years ago
  74. e7aa35a Merge pull request #12105 from jiangtaoli2016/revert-12101-revert-11977-tsi_grpc by Mark D. Roth · 7 years ago
  75. a87f6d8 add tests by Jan Tattermusch · 7 years ago
  76. 2565e73 merging of trailers on server-side by Jan Tattermusch · 7 years ago
  77. e64825c Populate trailers in RpcException by Jan Tattermusch · 7 years ago
  78. 5250e06 add ConfigureAwait by Jan Tattermusch · 7 years ago
  79. a7ca866 add test for shuttingdown event by Jan Tattermusch · 7 years ago
  80. ae60707 address comments by Jan Tattermusch · 7 years ago
  81. 2f94a26 Make bytes_to_send in tsi_handshaker_next const by jiangtaoli2016 · 7 years ago
  82. 2994515 Merge pull request #12103 from muxi/fix-chttp2-transport-tsan by Muxi Yan · 7 years ago
  83. 5e1ac7f Fix Objc Readme for directory hierarchies by Paul Beusterien · 7 years ago
  84. 32f66e8 Update build rule by jiangtaoli2016 · 7 years ago
  85. 240f35d Merge pull request #10636 from apolcyn/alleviate_10526 by apolcyn · 7 years ago
  86. 458214f transport - Fix a thread safety bug introduced by #11780 by Muxi Yan · 7 years ago
  87. 0211cfb Revert "Revert "Add TSI zero-copy frame protector"" by Jiangtao Li · 7 years ago
  88. f5504a3 Revert "Add TSI zero-copy frame protector" by Jiangtao Li · 7 years ago
  89. c6627ca cancel calls with an error message when bidi write loop fails with user error by Alexander Polcyn · 7 years ago
  90. 655ef85 Merge pull request #11977 from jiangtaoli2016/tsi_grpc by Jiangtao Li · 7 years ago
  91. 4ea8ce1 add GrpcEnvironment.ShuttingDown event by Jan Tattermusch · 7 years ago
  92. 43f7acf Fixed `grpc_unsecure` CMake build failures due to non-standard openssl location. by Chun-Hung Hsiao · 7 years ago
  93. f6f12de Revert "Add OAuth2 protocol in GRPCClient" by Muxi Yan · 7 years ago
  94. 72eeb3c split tsi into two libraries: tsi_interface and tsi by jiangtaoli2016 · 7 years ago
  95. f3f7d3b Merge branch 'master' into tsi_grpc by jiangtaoli2016 · 7 years ago
  96. 1fb3b66 Merge pull request #11579 from sreecha/fix_alarm by Sree Kuchibhotla · 7 years ago
  97. 2240a13 Merge remote-tracking branch 'upstream/master' into cache_poll_threads2 by Ken Payson · 7 years ago
  98. 26e6f72 Merge pull request #11990 from pgonda/patch-2 by Noah Eisen · 7 years ago
  99. 09798bc Merge pull request #12065 from vjpai/moreslices by Vijay Pai · 7 years ago
  100. b638541 Merge pull request #11878 from stanley-cheung/php-persistent-channel by Stanley Cheung · 7 years ago