1. 61a6398 Fix refcounting for subchannel call stack init failures. by Mark D. Roth · 7 years ago
  2. 9cda567 Merge remote-tracking branch 'upstream/master' into filter_call_init_fail_fix by Mark D. Roth · 7 years ago
  3. 54aa9a0 Merge pull request #10471 from muxi/fix-recv-message-update by Muxi Yan · 7 years ago
  4. 526e624 Merge pull request #9902 from y-zeng/keepalive_server by Yuchen Zeng · 7 years ago
  5. 500e361 Merge pull request #10416 from murgatroid99/node_performance_tests by Michael Lumish · 7 years ago
  6. 0cbfad6 Support custom pool in enable_server_reflection by Mehrdad Afshari · 7 years ago
  7. e800e1c Fix the hard conversion problem in cronet_transport.c by Muxi Yan · 7 years ago
  8. f0a83cf Merge branch 'subchannel_arena_fix' into filter_call_init_fail_fix by Mark D. Roth · 7 years ago
  9. ca13603 Do not retry when we fail to create a subchannel call. by Mark D. Roth · 7 years ago
  10. 7477a14 Remove invalid gpr_free() of arena-allocated memory. by Mark D. Roth · 7 years ago
  11. ca38800 Merge pull request #10423 from ctiller/minimal by Craig Tiller · 7 years ago
  12. f2ceefb Merge pull request #8063 from royalharsh/buffers by kpayson64 · 7 years ago
  13. ad286c3 Merge github.com:grpc/grpc into minimal by Craig Tiller · 7 years ago
  14. 82c7fec Merge pull request #9949 from ctiller/new_transport_op by Craig Tiller · 7 years ago
  15. 3b17e8a Merge pull request #10194 from ctiller/atomic-timers by Craig Tiller · 7 years ago
  16. 8b0a4d2 Add KEEPALIVE_TIME_BACKOFF_MULTIPLIER macro by Yuchen Zeng · 7 years ago
  17. ebe6baa Double keepalive_time when the client needs to be calmed by Yuchen Zeng · 7 years ago
  18. 5f89996 Enable server-side keepalive pings by Yuchen Zeng · 7 years ago
  19. c18d4b3 Change time unit to ms by Yuchen Zeng · 7 years ago
  20. fe59341 Reword comments by Yuchen Zeng · 7 years ago
  21. 78da250 Update with the new grpc_erro interface by Yuchen Zeng · 7 years ago
  22. 114a848 Disable bdp probe in bad_ping test by Yuchen Zeng · 7 years ago
  23. af5c505 Add bad_ping test, fix ping test by Yuchen Zeng · 8 years ago
  24. 187c752 Add min_ping_interval_without_data by Yuchen Zeng · 8 years ago
  25. 0937fc1 Client-side keepalive pings server enforcement by Yuchen Zeng · 8 years ago
  26. 5272dfc Reset the keepalive timer when sending a bdp ping by Yuchen Zeng · 8 years ago
  27. 659030f Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  28. 8fb174e Merge branch 'new_transport_op' of github.com:ctiller/grpc into new_transport_op by Craig Tiller · 7 years ago
  29. f07e6a3 Undo experimental change by Craig Tiller · 7 years ago
  30. 8d32277 Merge github.com:grpc/grpc into minimal by Craig Tiller · 7 years ago
  31. 45a9aba Add option to limit # of messages per stream with tests by Vijay Pai · 8 years ago
  32. 648a60b Merge branch 'minimal' of github.com:ctiller/grpc into minimal by Craig Tiller · 7 years ago
  33. 5311d66 Merge github.com:grpc/grpc into atomic-timers by Craig Tiller · 7 years ago
  34. 7a8232d review feedback by Craig Tiller · 7 years ago
  35. e434d1d s/NULL/false by Craig Tiller · 7 years ago
  36. 891b592 Merge pull request #9853 from muxi/fix-complete-fetch by Muxi Yan · 7 years ago
  37. b6afbf3 Merge pull request #10236 from jtattermusch/csharp_include_new_generated_docs by Jan Tattermusch · 7 years ago
  38. 03b605c Remove dubious op manipulation: theres no need by Craig Tiller · 7 years ago
  39. e86cce8 s/NULL/false by Craig Tiller · 7 years ago
  40. f854f2a Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  41. d7b048e Merge github.com:grpc/grpc into minimal by Craig Tiller · 7 years ago
  42. 90d1015 clang-format by Craig Tiller · 7 years ago
  43. c4f4601 Merge pull request #9838 from dgquintas/fuzzer_remove_asserts by David G. Quintas · 7 years ago
  44. d608cd6 Fix include guards by Craig Tiller · 7 years ago
  45. d52e22f clang-format by Craig Tiller · 7 years ago
  46. 4fc230a Merge pull request #10399 from ipylypiv/fix_tsi_security by Craig Tiller · 7 years ago
  47. 6d4894e optionalize max_age by Craig Tiller · 7 years ago
  48. 9eb0fde Reorganize ext tree by Craig Tiller · 7 years ago
  49. c752741 initial minimal stack configurator sketch by Craig Tiller · 7 years ago
  50. f2e609b sketching minimal stack configurator by Craig Tiller · 7 years ago
  51. 9c54a0c Merge pull request #10382 from ctiller/checks by Craig Tiller · 7 years ago
  52. dcc9d5c Merge pull request #10410 from yang-g/add_port by Yang Gao · 7 years ago
  53. e1b51da clang-format by Craig Tiller · 7 years ago
  54. a0f3abd Review feedback: bikeshedding round by Craig Tiller · 7 years ago
  55. e198b71 Review feedback round #1 by Craig Tiller · 7 years ago
  56. a911dba Fix simple cacheable request by Craig Tiller · 7 years ago
  57. 84a2ac8 Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  58. a046ff1 Restore old branch by Craig Tiller · 7 years ago
  59. ac50b27 Fix a bug whereby we miss some wakeups in highly concurrent situations by Craig Tiller · 7 years ago
  60. 143cb77 Fixed typo by David Garcia Quintas · 7 years ago
  61. 2035c2b Merge pull request #10375 from dgquintas/fix_fuzzer_961 by David G. Quintas · 7 years ago
  62. 8b4ce8a Merge github.com:grpc/grpc into atomic-timers by Craig Tiller · 7 years ago
  63. c646014 Large message latency improvements: remove a memcpy and a Buffer construtor call by murgatroid99 · 7 years ago
  64. a1eefce Improve Node benchmarks, add generic unary test by murgatroid99 · 7 years ago
  65. d510fcf Add ports to global server callback. by yang-g · 7 years ago
  66. 6715a15 Merge pull request #10318 from y-zeng/server_channel_max_age by Yuchen Zeng · 7 years ago
  67. e8b7952 Fix include guards by Craig Tiller · 7 years ago
  68. be216f5 clang-format by Craig Tiller · 7 years ago
  69. a51a6c2 Merge github.com:grpc/grpc into atomic-timers by Craig Tiller · 7 years ago
  70. b7de717 Fix duplicated NULL pointer check by Igor Pylypiv · 7 years ago
  71. 228a514 Don't assert over invalid channel args by David Garcia Quintas · 7 years ago
  72. 14e8431 Fix merge by Craig Tiller · 7 years ago
  73. d58e74e Merge pull request #10381 from dgquintas/remove_lr_from_server_context by David G. Quintas · 7 years ago
  74. e0af6b4 Merge pull request #10357 from muxi/timestamp-objc-tests by Muxi Yan · 7 years ago
  75. bea4966 Merge pull request #10348 from sreecha/init-free-cq by Sree Kuchibhotla · 7 years ago
  76. 75b6908 Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  77. c3bafa8 Fix bug by Craig Tiller · 7 years ago
  78. e6a448c Fix bug by Craig Tiller · 7 years ago
  79. fde5dbb Fixed oss-fuzz/961 by David Garcia Quintas · 7 years ago
  80. 5692dfd Merge pull request #10218 from ctiller/bugscrub1-proposedfix1 by Craig Tiller · 7 years ago
  81. 1345a85 Merge branch 'remove_lr_from_server_context' of github.com:dgquintas/grpc into checks by Craig Tiller · 7 years ago
  82. 55c895a Removed wrong LR include from codegen by David Garcia Quintas · 7 years ago
  83. 29b527f Reinstate one check, fix fall out by Craig Tiller · 7 years ago
  84. c212e6c Fix barrier, comment by Craig Tiller · 7 years ago
  85. a232b52 Merge pull request #10352 from yang-g/time_conversion by Yang Gao · 7 years ago
  86. b657f5e Merge pull request #10342 from ctiller/build by Craig Tiller · 7 years ago
  87. 6544a2d Merge pull request #10353 from yang-g/lost_child by Yang Gao · 7 years ago
  88. 07429fa Update time_cmp to ignore tv_nsec when tv_sec is INT64 MAX or MIN by yang-g · 7 years ago
  89. 97d4011 Fix compile error by Craig Tiller · 7 years ago
  90. 18cf157 Fix compile by Craig Tiller · 7 years ago
  91. 220861e Merge github.com:grpc/grpc into new_transport_op by Craig Tiller · 7 years ago
  92. fac0260 Merge branch 'atomic-timers' of github.com:ctiller/grpc into atomic-timers by Craig Tiller · 7 years ago
  93. ca6dab3 Change the unit to ms, clean up by Yuchen Zeng · 7 years ago
  94. aab6992 Remove call from sibling list when it is not first child. by yang-g · 7 years ago
  95. ea9d8b6 Display time between tests for troubleshooting timeout by Muxi Yan · 7 years ago
  96. 5c0ef36 Add comment by Sree Kuchibhotla · 7 years ago
  97. ca70796 Merge branch 'master' into init-free-cq by Sree Kuchibhotla · 7 years ago
  98. 39311f5 Fix comments by Craig Tiller · 7 years ago
  99. 21947d3 Merge github.com:grpc/grpc into bugscrub1-proposedfix1 by Craig Tiller · 7 years ago
  100. 0c10db7 Merge pull request #10315 from thinkerou/fix_style_php by Stanley Cheung · 7 years ago