1. 830cfd4 Merge pull request #10542 from jtattermusch/intptr_avoid_boxing by Jan Tattermusch · 8 years ago
  2. 02e26c9 Merge pull request #10521 from y-zeng/fix_max_idle by Yuchen Zeng · 8 years ago
  3. 115b4fa Merge pull request #10407 from kpayson64/alpine_linux_support by kpayson64 · 8 years ago
  4. 2dfc3af Merge pull request #10537 from jboeuf/ssl_factory_cleanup by jboeuf · 8 years ago
  5. fcfa5a3 Merge pull request #10518 from murgatroid99/node_express_benchmark_fix by Michael Lumish · 8 years ago
  6. 6e86397 Merge pull request #10524 from yang-g/error_details by Yang Gao · 8 years ago
  7. 7f0d198 avoid boxing of IntPtr by Jan Tattermusch · 8 years ago
  8. 47b49ce Merge pull request #10509 from apolcyn/json_driver_rpc_logger by apolcyn · 8 years ago
  9. 935d02e Cleanup of tsi ssl handshaker factories. by Julien Boeuf · 8 years ago
  10. 2018a40 create a grpc client qps test logging reporter by Alexander Polcyn · 8 years ago
  11. f4c8add support C++ error_details by yang-g · 8 years ago
  12. 185d413 Fix the max idle timer by Yuchen Zeng · 8 years ago
  13. a78582b Ignore a couple of errors in the Node express benchmark by murgatroid99 · 8 years ago
  14. dd550c7 Merge pull request #10211 from muxi/fix-maybe-embiggen by Muxi Yan · 8 years ago
  15. 55a61e4 Merge pull request #10492 from ncteisen/error-overflow by Noah Eisen · 8 years ago
  16. 95c4e79 Merge pull request #10500 from jtattermusch/upmerge_v12x by Jan Tattermusch · 8 years ago
  17. 93aa1e7 Merge pull request #10467 from sreecha/bm_cq_multi_threads by Sree Kuchibhotla · 8 years ago
  18. 71f1b8e Merge pull request #10231 from ctiller/dynamic_tcp_sizing by Craig Tiller · 8 years ago
  19. fbed284 Merge pull request #10365 from ctiller/lazy-parent by Craig Tiller · 8 years ago
  20. 786c852 clang fmt by Noah Eisen · 8 years ago
  21. 975b510 Fix build on Alpine linux + add portability tests by Ken Payson · 8 years ago
  22. e98ae0e Merge pull request #10204 from murgatroid99/node_protobuf_js_6_upgrade by Michael Lumish · 8 years ago
  23. 619cbbb Merge pull request #10491 from y-zeng/fix_max_age by Yuchen Zeng · 8 years ago
  24. fc8d671 Fix posix leakage by Craig Tiller · 8 years ago
  25. 120ee3b Merge github.com:grpc/grpc into dynamic_tcp_sizing by Craig Tiller · 8 years ago
  26. a8052c7 Correct use of ProtoBuf.js 6 message encoding API by murgatroid99 · 8 years ago
  27. c6ec115 Fix error overflow bug by Noah Eisen · 8 years ago
  28. 137dd89 Merge branch 'master' into bm_cq_multi_threads by Sree Kuchibhotla · 8 years ago
  29. a956d99 Merge pull request #10498 from jtattermusch/sync_csharp_dotnet_versions by Jan Tattermusch · 8 years ago
  30. 9da6b8b Merge pull request #10493 from ctiller/epex by Craig Tiller · 8 years ago
  31. 61f729f Merge remote-tracking branch 'upstream/v1.2.x' into upmerge_v12x by Jan Tattermusch · 8 years ago
  32. 5beff34 Merge pull request #10466 from markdroth/filter_call_init_fail_fix by Mark D. Roth · 8 years ago
  33. c4c95ad make C# docker image in sync with GCE performance workers by Jan Tattermusch · 8 years ago
  34. 557c88c Change pollset rules by Craig Tiller · 8 years ago
  35. 084c51e Merge branch 'master' into bm_cq_multi_threads by Sree Kuchibhotla · 8 years ago
  36. 9fd9a44 Fix nullptr deref by Craig Tiller · 8 years ago
  37. efa090b Merge github.com:grpc/grpc into lazy-parent by Craig Tiller · 8 years ago
  38. 5fa4612 Fix headers included in max_age_filter.c by Yuchen Zeng · 8 years ago
  39. d4da50b Add manifest to fix grpcio_reflection packaging by Mehrdad Afshari · 8 years ago
  40. 4254d3b clang-format by Craig Tiller · 8 years ago
  41. 88455ca Merge github.com:grpc/grpc into dynamic_tcp_sizing by Craig Tiller · 8 years ago
  42. de09065 Update windows by Craig Tiller · 8 years ago
  43. 19f6fc3 Merge github.com:grpc/grpc into lazy-parent by Craig Tiller · 8 years ago
  44. f8af6d9 Merge pull request #10364 from ctiller/lazy-batches by Craig Tiller · 8 years ago
  45. 4723b71 Merge pull request #10459 from yang-g/missing_tail by Yang Gao · 8 years ago
  46. 355c2ec Merge pull request #10412 from y-zeng/max_age_jitter by Yuchen Zeng · 8 years ago
  47. 194513e Merge remote-tracking branch 'upstream/master' into filter_call_init_fail_fix by Mark D. Roth · 8 years ago
  48. f03a078 Merge pull request #10451 from markdroth/subchannel_arena_fix by Mark D. Roth · 8 years ago
  49. 61a6398 Fix refcounting for subchannel call stack init failures. by Mark D. Roth · 8 years ago
  50. 80b4a8a Merge pull request #10460 from muxi/disable-cronet-unit-tests by Muxi Yan · 8 years ago
  51. bbcf378 Merge pull request #10457 from ctiller/fixmsan by Craig Tiller · 8 years ago
  52. 9cda567 Merge remote-tracking branch 'upstream/master' into filter_call_init_fail_fix by Mark D. Roth · 8 years ago
  53. 9e0b79e Update to new API by Craig Tiller · 8 years ago
  54. 54aa9a0 Merge pull request #10471 from muxi/fix-recv-message-update by Muxi Yan · 8 years ago
  55. 526e624 Merge pull request #9902 from y-zeng/keepalive_server by Yuchen Zeng · 8 years ago
  56. 7fb2129 Merge branch 'master' into node_protobuf_js_6_upgrade by murgatroid99 · 8 years ago
  57. 500e361 Merge pull request #10416 from murgatroid99/node_performance_tests by Michael Lumish · 8 years ago
  58. f712ae7 Fix a couple of issues with the use of the Protobuf.js API by murgatroid99 · 8 years ago
  59. 0cbfad6 Support custom pool in enable_server_reflection by Mehrdad Afshari · 8 years ago
  60. d0ee7a9 Fix the hard conversion problem in cronet_transport.c by Muxi Yan · 8 years ago
  61. e800e1c Fix the hard conversion problem in cronet_transport.c by Muxi Yan · 8 years ago
  62. f0a83cf Merge branch 'subchannel_arena_fix' into filter_call_init_fail_fix by Mark D. Roth · 8 years ago
  63. 3c754e4 Microbenchmark for measuring impact of multiple threads calling cq_next by Sree Kuchibhotla · 8 years ago
  64. 0b3d136 Fix float comparison by Yuchen Zeng · 8 years ago
  65. a2ca724 Add max_connection_age jitter by Yuchen Zeng · 8 years ago
  66. ca13603 Do not retry when we fail to create a subchannel call. by Mark D. Roth · 8 years ago
  67. 7477a14 Remove invalid gpr_free() of arena-allocated memory. by Mark D. Roth · 8 years ago
  68. ca38800 Merge pull request #10423 from ctiller/minimal by Craig Tiller · 8 years ago
  69. 5ce09f0 Disable CronetUnitTests for possible Jenkins flakiness by Muxi Yan · 8 years ago
  70. 61d0202 Unref the tail, not the original slice by yang-g · 8 years ago
  71. f2ceefb Merge pull request #8063 from royalharsh/buffers by kpayson64 · 8 years ago
  72. be094fc Fix compile by Craig Tiller · 8 years ago
  73. 61666f5 Merge branch 'lazy-batches' into lazy-parent by Craig Tiller · 8 years ago
  74. 0df90f0 Merge github.com:grpc/grpc into lazy-batches by Craig Tiller · 8 years ago
  75. 2a7ce4f Merge github.com:grpc/grpc into dynamic_tcp_sizing by Craig Tiller · 8 years ago
  76. ad286c3 Merge github.com:grpc/grpc into minimal by Craig Tiller · 8 years ago
  77. 82c7fec Merge pull request #9949 from ctiller/new_transport_op by Craig Tiller · 8 years ago
  78. 3b17e8a Merge pull request #10194 from ctiller/atomic-timers by Craig Tiller · 8 years ago
  79. 8b0a4d2 Add KEEPALIVE_TIME_BACKOFF_MULTIPLIER macro by Yuchen Zeng · 8 years ago
  80. ebe6baa Double keepalive_time when the client needs to be calmed by Yuchen Zeng · 8 years ago
  81. 5f89996 Enable server-side keepalive pings by Yuchen Zeng · 8 years ago
  82. c18d4b3 Change time unit to ms by Yuchen Zeng · 8 years ago
  83. fe59341 Reword comments by Yuchen Zeng · 8 years ago
  84. 78da250 Update with the new grpc_erro interface by Yuchen Zeng · 8 years ago
  85. 114a848 Disable bdp probe in bad_ping test by Yuchen Zeng · 8 years ago
  86. af5c505 Add bad_ping test, fix ping test by Yuchen Zeng · 8 years ago
  87. 187c752 Add min_ping_interval_without_data by Yuchen Zeng · 8 years ago
  88. 0937fc1 Client-side keepalive pings server enforcement by Yuchen Zeng · 8 years ago
  89. 5272dfc Reset the keepalive timer when sending a bdp ping by Yuchen Zeng · 8 years ago
  90. c84d67e Keep changes from #10093 by murgatroid99 · 8 years ago
  91. a5ea8f2 Fix serializer error handling, update ProtoBuf.js dependency by murgatroid99 · 8 years ago
  92. 659030f Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 8 years ago
  93. 8fb174e Merge branch 'new_transport_op' of github.com:ctiller/grpc into new_transport_op by Craig Tiller · 8 years ago
  94. f07e6a3 Undo experimental change by Craig Tiller · 8 years ago
  95. 8d32277 Merge github.com:grpc/grpc into minimal by Craig Tiller · 8 years ago
  96. 45a9aba Add option to limit # of messages per stream with tests by Vijay Pai · 8 years ago
  97. 648a60b Merge branch 'minimal' of github.com:ctiller/grpc into minimal by Craig Tiller · 8 years ago
  98. 5311d66 Merge github.com:grpc/grpc into atomic-timers by Craig Tiller · 8 years ago
  99. 0be726b bump version to 1.2.2 by Jan Tattermusch · 8 years ago
  100. 7a8232d review feedback by Craig Tiller · 8 years ago