1. a6ede3b Remove unnecessary comment by Yash Tibrewal · 7 years ago
  2. 6988dbb There is no need to remove fail_pending_writes from mark_stream_closed anymore by Yash Tibrewal · 7 years ago
  3. 49119a4 Fix for max_concurrent_streams issue - Call mark_stream_closed before sending trailing metadata by Yash Tibrewal · 7 years ago
  4. fb056f0 Merge pull request #12484 from nathanielmanistaatgoogle/more_cython_tests by Nathaniel Manista · 7 years ago
  5. af57a57 Merge pull request #12398 from ctiller/server_stats by Craig Tiller · 7 years ago
  6. 1b96418 Merge pull request #12297 from markdroth/moar_client_channel_cleanup by Mark D. Roth · 7 years ago
  7. c75ae78 Add more Cython-layer tests by Nathaniel Manista · 7 years ago
  8. 9f0c86a Merge pull request #12480 from vjpai/ownit by Vijay Pai · 7 years ago
  9. f73fe50 Merge github.com:grpc/grpc into server_stats by Craig Tiller · 7 years ago
  10. 55c4b31 Merge pull request #11758 from ctiller/write_completion by Craig Tiller · 7 years ago
  11. 0ebc3ad Temporarily take ownership of cpp generator to prevent changes by Vijay Pai · 7 years ago
  12. 9c87eda Merge pull request #12464 from yashykt/ctocc2 by Yash Tibrewal · 7 years ago
  13. b292960 More cleanup in client_channel code. by Mark D. Roth · 7 years ago
  14. 8e71287 Fix race conditions on backup poller creation by Craig Tiller · 7 years ago
  15. 16fc232 Merge branch 'master' into write_completion by Craig Tiller · 7 years ago
  16. ba2801f build using c-ares own cmake by Jan Tattermusch · 7 years ago
  17. 7cdd99c Adding more pointer type conversions by Yash Tibrewal · 7 years ago
  18. cc86cb7 Merge pull request #12440 from yashykt/ctocc by Yash Tibrewal · 7 years ago
  19. 50fec6a Measure batchiness by Craig Tiller · 7 years ago
  20. f73c210 Compile fix by Craig Tiller · 7 years ago
  21. b0ce25e Add comment by Craig Tiller · 7 years ago
  22. 55863ff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  23. 073a88f add some stats by Craig Tiller · 7 years ago
  24. d7b112e Merge github.com:grpc/grpc into server_stats by Craig Tiller · 7 years ago
  25. a87f22d Merge pull request #12449 from ctiller/stats_doc by Craig Tiller · 7 years ago
  26. a0a9ca4 Merge branch 'master' of https://github.com/grpc/grpc into ctocc by Yash Tibrewal · 7 years ago
  27. 1a4b3ac Merge pull request #12439 from nicolasnoble/compilers-be-compilers by Nicolas Noble · 7 years ago
  28. 11b4ddd Merge pull request #12200 from dgquintas/rename_lr_to_plugin by David G. Quintas · 7 years ago
  29. eda9097 Add a documentation field to stats, enforce its usage by Craig Tiller · 7 years ago
  30. b9bac8e Merge pull request #12418 from jiangtaoli2016/fake_zero_copy_protector by Mark D. Roth · 7 years ago
  31. ca3c1c0 More explicit pointer type conversion by Yash Tibrewal · 7 years ago
  32. 7f6a27a Merge pull request #12372 from vjpai/armalarmadingdong by Vijay Pai · 7 years ago
  33. fd6335c Some compilers still don't like that. by Nicolas "Pixel" Noble · 7 years ago
  34. 23af48d Merge github.com:grpc/grpc into server_stats by Craig Tiller · 7 years ago
  35. 7ba22e8 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  36. 0880cad Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  37. 1faa48e Merge branch 'master' of github.com:grpc/grpc into rename_lr_to_plugin by David Garcia Quintas · 7 years ago
  38. 4fb5086 Merge pull request #12104 from dgquintas/filters_prio by David G. Quintas · 7 years ago
  39. 38b15c8 Merge branch 'write_completion' into write_completion_stats by Craig Tiller · 7 years ago
  40. dfc6cff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  41. 9e3af38 Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  42. 8941f60 Merge pull request #12369 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  43. b13c8cb Merge pull request #12420 from yashykt/ctocc by Yash Tibrewal · 7 years ago
  44. 99bdb38 Merge branch 'write_completion' into write_completion_stats by Craig Tiller · 7 years ago
  45. a8fc020 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  46. 06a1bae Better HTTP stats by Craig Tiller · 7 years ago
  47. 6155df6 Better TCP stats by Craig Tiller · 7 years ago
  48. 07d2fa7 Better executor stats by Craig Tiller · 7 years ago
  49. 022ad3a Merge branch 'stats_histo' into write_completion_stats by Craig Tiller · 7 years ago
  50. b6ef6e9 Merge pull request #12080 from y-zeng/connectivity by Yuchen Zeng · 7 years ago
  51. ff952d2 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  52. f54af48 Merge pull request #12413 from sreecha/fix-epoll1-bug by Sree Kuchibhotla · 7 years ago
  53. cd78a50 Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  54. 58c33ba Decouple alarm construction from setting to avoid races in MT code by Vijay Pai · 7 years ago
  55. 24f30f7 Garbage collect experimental pollers by Craig Tiller · 7 years ago
  56. 4dc3c0b Merge branch 'master' of github.com:grpc/grpc into filters_prio by David Garcia Quintas · 7 years ago
  57. 0822d33 s/load_reporting/server_load_reporting by David Garcia Quintas · 7 years ago
  58. df6227c More edits for C to CC by Yash Tibrewal · 7 years ago
  59. 210a59d Merge branch 'master' of https://github.com/grpc/grpc into ctocc by Yash Tibrewal · 7 years ago
  60. d285735 Modifying a few files by Yash Tibrewal · 7 years ago
  61. e12f5f2 Revise zero-copy protector interface by jiangtaoli2016 · 7 years ago
  62. 3749a6d Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  63. 627691f Fake zero-copy frame protector by jiangtaoli2016 · 7 years ago
  64. 04035de Merge pull request #12353 from kpayson64/scatter_read by kpayson64 · 7 years ago
  65. fb34940 Kicked worker shouldn't add pollset to neighbhourhood by Sree Kuchibhotla · 7 years ago
  66. 73a023b Use all read buffers when doing a scatter read by Ken Payson · 7 years ago
  67. 9b9d0e5 Fixed include guards by David Garcia Quintas · 7 years ago
  68. e1101cf Update Bazel for new systems by Craig Tiller · 7 years ago
  69. 5314616 Merge pull request #12341 from yang-g/extern by Yang Gao · 7 years ago
  70. 33ec94f Merge pull request #12351 from dgquintas/fix_fake_resolver_use_after_free by David G. Quintas · 7 years ago
  71. 3e3dd08 Bounds fixes by Craig Tiller · 7 years ago
  72. 07530db Fixup bounds by Craig Tiller · 7 years ago
  73. 180c6b1 Reset cancellation closure when unreffing the call to avoid race conditions. by Mark D. Roth · 7 years ago
  74. d3cbd72 Make grpc_call_log_batch take const char* by yang-g · 7 years ago
  75. 26b0a34 Address review comments by Yuchen Zeng · 7 years ago
  76. b6ab5f5 Mac compilation fixes by Craig Tiller · 7 years ago
  77. 561dc32 Add stats for server request serving path by Craig Tiller · 7 years ago
  78. a82b6db Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  79. 7d07994 Mac compilation fixes by Craig Tiller · 7 years ago
  80. 21b71b4 Merge pull request #11583 from nathanielmanistaatgoogle/grpc_testing by Nathaniel Manista · 7 years ago
  81. 4190f39 Merge pull request #12298 from markdroth/default_metadata_fix by Mark D. Roth · 7 years ago
  82. dfccd83 Merge pull request #12356 from muxi/port-v160 by Muxi Yan · 7 years ago
  83. 38b9a4d Merge pull request #12281 from muxi/fix-cronet-transport-refcount by Muxi Yan · 7 years ago
  84. 17f21b4 Merge pull request #12024 from yihuazhang/tsi_test_lib by Mark D. Roth · 7 years ago
  85. 66e08cb add rubocop warnings to TODO config file by Jan Tattermusch · 7 years ago
  86. 010ea65 remove calls to optional paramaters so that the test is compatible with ruby versions < 2.1 by Alexander Polcyn · 7 years ago
  87. 7c85cae gRPC Python test infrastructure by Nathaniel Manista · 7 years ago
  88. cd0a91e Fix some rounding bugs by Craig Tiller · 7 years ago
  89. 5150cbd Fix timer shutdown process by Yuchen Zeng · 7 years ago
  90. e460563 Cleanup intification by Craig Tiller · 7 years ago
  91. 56a8484 Merge branch 'stats_histo_ints' into stats_histo by Craig Tiller · 7 years ago
  92. 40bca84 Fix one rounding bug by Craig Tiller · 7 years ago
  93. 97ec5eb Add stats test by Craig Tiller · 7 years ago
  94. 6ba448f Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  95. 1cf0999 Sanity fixes by Craig Tiller · 7 years ago
  96. da5cd59 Restrict histograms to integral boundaries by Craig Tiller · 7 years ago
  97. 40f9c73 Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  98. b2b9a0f Address review feedback. by Mark D. Roth · 7 years ago
  99. 4b85254 Merge github.com:grpc/grpc into moar_stats by Craig Tiller · 7 years ago
  100. 86115cd Add copyright by Craig Tiller · 7 years ago