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. af57a57 Merge pull request #12398 from ctiller/server_stats by Craig Tiller · 7 years ago
  5. 1b96418 Merge pull request #12297 from markdroth/moar_client_channel_cleanup by Mark D. Roth · 7 years ago
  6. f73fe50 Merge github.com:grpc/grpc into server_stats by Craig Tiller · 7 years ago
  7. 55c4b31 Merge pull request #11758 from ctiller/write_completion by Craig Tiller · 7 years ago
  8. b292960 More cleanup in client_channel code. by Mark D. Roth · 7 years ago
  9. 8e71287 Fix race conditions on backup poller creation by Craig Tiller · 7 years ago
  10. 16fc232 Merge branch 'master' into write_completion by Craig Tiller · 7 years ago
  11. 7cdd99c Adding more pointer type conversions by Yash Tibrewal · 7 years ago
  12. cc86cb7 Merge pull request #12440 from yashykt/ctocc by Yash Tibrewal · 7 years ago
  13. 50fec6a Measure batchiness by Craig Tiller · 7 years ago
  14. f73c210 Compile fix by Craig Tiller · 7 years ago
  15. b0ce25e Add comment by Craig Tiller · 7 years ago
  16. 55863ff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  17. 073a88f add some stats by Craig Tiller · 7 years ago
  18. d7b112e Merge github.com:grpc/grpc into server_stats by Craig Tiller · 7 years ago
  19. a87f22d Merge pull request #12449 from ctiller/stats_doc by Craig Tiller · 7 years ago
  20. a0a9ca4 Merge branch 'master' of https://github.com/grpc/grpc into ctocc by Yash Tibrewal · 7 years ago
  21. 1a4b3ac Merge pull request #12439 from nicolasnoble/compilers-be-compilers by Nicolas Noble · 7 years ago
  22. 11b4ddd Merge pull request #12200 from dgquintas/rename_lr_to_plugin by David G. Quintas · 7 years ago
  23. eda9097 Add a documentation field to stats, enforce its usage by Craig Tiller · 7 years ago
  24. b9bac8e Merge pull request #12418 from jiangtaoli2016/fake_zero_copy_protector by Mark D. Roth · 7 years ago
  25. ca3c1c0 More explicit pointer type conversion by Yash Tibrewal · 7 years ago
  26. 7f6a27a Merge pull request #12372 from vjpai/armalarmadingdong by Vijay Pai · 7 years ago
  27. fd6335c Some compilers still don't like that. by Nicolas "Pixel" Noble · 7 years ago
  28. 23af48d Merge github.com:grpc/grpc into server_stats by Craig Tiller · 7 years ago
  29. 7ba22e8 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  30. 0880cad Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  31. 1faa48e Merge branch 'master' of github.com:grpc/grpc into rename_lr_to_plugin by David Garcia Quintas · 7 years ago
  32. 4fb5086 Merge pull request #12104 from dgquintas/filters_prio by David G. Quintas · 7 years ago
  33. 38b15c8 Merge branch 'write_completion' into write_completion_stats by Craig Tiller · 7 years ago
  34. dfc6cff Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  35. 9e3af38 Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  36. 8941f60 Merge pull request #12369 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  37. b13c8cb Merge pull request #12420 from yashykt/ctocc by Yash Tibrewal · 7 years ago
  38. 99bdb38 Merge branch 'write_completion' into write_completion_stats by Craig Tiller · 7 years ago
  39. a8fc020 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  40. 06a1bae Better HTTP stats by Craig Tiller · 7 years ago
  41. 6155df6 Better TCP stats by Craig Tiller · 7 years ago
  42. 07d2fa7 Better executor stats by Craig Tiller · 7 years ago
  43. 022ad3a Merge branch 'stats_histo' into write_completion_stats by Craig Tiller · 7 years ago
  44. b6ef6e9 Merge pull request #12080 from y-zeng/connectivity by Yuchen Zeng · 7 years ago
  45. ff952d2 Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  46. f54af48 Merge pull request #12413 from sreecha/fix-epoll1-bug by Sree Kuchibhotla · 7 years ago
  47. cd78a50 Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  48. 58c33ba Decouple alarm construction from setting to avoid races in MT code by Vijay Pai · 7 years ago
  49. 24f30f7 Garbage collect experimental pollers by Craig Tiller · 7 years ago
  50. 4dc3c0b Merge branch 'master' of github.com:grpc/grpc into filters_prio by David Garcia Quintas · 7 years ago
  51. 0822d33 s/load_reporting/server_load_reporting by David Garcia Quintas · 7 years ago
  52. df6227c More edits for C to CC by Yash Tibrewal · 7 years ago
  53. 210a59d Merge branch 'master' of https://github.com/grpc/grpc into ctocc by Yash Tibrewal · 7 years ago
  54. d285735 Modifying a few files by Yash Tibrewal · 7 years ago
  55. e12f5f2 Revise zero-copy protector interface by jiangtaoli2016 · 7 years ago
  56. 3749a6d Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  57. 627691f Fake zero-copy frame protector by jiangtaoli2016 · 7 years ago
  58. 04035de Merge pull request #12353 from kpayson64/scatter_read by kpayson64 · 7 years ago
  59. fb34940 Kicked worker shouldn't add pollset to neighbhourhood by Sree Kuchibhotla · 7 years ago
  60. 73a023b Use all read buffers when doing a scatter read by Ken Payson · 7 years ago
  61. 9b9d0e5 Fixed include guards by David Garcia Quintas · 7 years ago
  62. 5314616 Merge pull request #12341 from yang-g/extern by Yang Gao · 7 years ago
  63. 33ec94f Merge pull request #12351 from dgquintas/fix_fake_resolver_use_after_free by David G. Quintas · 7 years ago
  64. 3e3dd08 Bounds fixes by Craig Tiller · 7 years ago
  65. 07530db Fixup bounds by Craig Tiller · 7 years ago
  66. 180c6b1 Reset cancellation closure when unreffing the call to avoid race conditions. by Mark D. Roth · 7 years ago
  67. d3cbd72 Make grpc_call_log_batch take const char* by yang-g · 7 years ago
  68. b6ab5f5 Mac compilation fixes by Craig Tiller · 7 years ago
  69. 561dc32 Add stats for server request serving path by Craig Tiller · 7 years ago
  70. a82b6db Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  71. 7d07994 Mac compilation fixes by Craig Tiller · 7 years ago
  72. 4190f39 Merge pull request #12298 from markdroth/default_metadata_fix by Mark D. Roth · 7 years ago
  73. 38b9a4d Merge pull request #12281 from muxi/fix-cronet-transport-refcount by Muxi Yan · 7 years ago
  74. 17f21b4 Merge pull request #12024 from yihuazhang/tsi_test_lib by Mark D. Roth · 7 years ago
  75. cd0a91e Fix some rounding bugs by Craig Tiller · 7 years ago
  76. e460563 Cleanup intification by Craig Tiller · 7 years ago
  77. 56a8484 Merge branch 'stats_histo_ints' into stats_histo by Craig Tiller · 7 years ago
  78. 40bca84 Fix one rounding bug by Craig Tiller · 7 years ago
  79. 97ec5eb Add stats test by Craig Tiller · 7 years ago
  80. 6ba448f Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  81. 1cf0999 Sanity fixes by Craig Tiller · 7 years ago
  82. da5cd59 Restrict histograms to integral boundaries by Craig Tiller · 7 years ago
  83. 40f9c73 Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  84. b2b9a0f Address review feedback. by Mark D. Roth · 7 years ago
  85. 4b85254 Merge github.com:grpc/grpc into moar_stats by Craig Tiller · 7 years ago
  86. 86115cd Add copyright by Craig Tiller · 7 years ago
  87. d8a5ece Cleanup comment by Craig Tiller · 7 years ago
  88. 66f3d2b Fix asan and tsan failures. by Mark D. Roth · 7 years ago
  89. 764cf04 Revert "Revert "Implement call combiner"" by Mark D. Roth · 7 years ago
  90. 9e3a19e Use a separate table to determine which callouts are default. by Mark D. Roth · 7 years ago
  91. 2bf8640 Merge pull request #11873 from ctiller/stats by Craig Tiller · 7 years ago
  92. c92f18c Expose more stats by Craig Tiller · 7 years ago
  93. 57bb9a9 Expose more stats by Craig Tiller · 7 years ago
  94. b2170fe Merge pull request #12343 from sreecha/enable-epoll1 by Sree Kuchibhotla · 7 years ago
  95. 890f542 Merge branch 'stats' into stats_histo by Craig Tiller · 7 years ago
  96. ccad382 Merge github.com:grpc/grpc into stats by Craig Tiller · 7 years ago
  97. 5489d41 Expose histograms via microbenchmarks by Craig Tiller · 7 years ago
  98. 451b92a Merge pull request #12306 from kpayson64/ref_counting_slices by kpayson64 · 7 years ago
  99. c891609 Save one allocation by init-int instead of creating closure by David Garcia Quintas · 7 years ago
  100. 520d76d Compile fix by Craig Tiller · 7 years ago