1. 0880cad Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  2. 4fb5086 Merge pull request #12104 from dgquintas/filters_prio by David G. Quintas · 7 years ago
  3. 9e3af38 Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  4. 8941f60 Merge pull request #12369 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  5. b13c8cb Merge pull request #12420 from yashykt/ctocc by Yash Tibrewal · 7 years ago
  6. b6ef6e9 Merge pull request #12080 from y-zeng/connectivity by Yuchen Zeng · 7 years ago
  7. f54af48 Merge pull request #12413 from sreecha/fix-epoll1-bug by Sree Kuchibhotla · 7 years ago
  8. cd78a50 Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  9. 24f30f7 Garbage collect experimental pollers by Craig Tiller · 7 years ago
  10. 4dc3c0b Merge branch 'master' of github.com:grpc/grpc into filters_prio by David Garcia Quintas · 7 years ago
  11. df6227c More edits for C to CC by Yash Tibrewal · 7 years ago
  12. 210a59d Merge branch 'master' of https://github.com/grpc/grpc into ctocc by Yash Tibrewal · 7 years ago
  13. d285735 Modifying a few files by Yash Tibrewal · 7 years ago
  14. 3749a6d Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  15. 04035de Merge pull request #12353 from kpayson64/scatter_read by kpayson64 · 7 years ago
  16. fb34940 Kicked worker shouldn't add pollset to neighbhourhood by Sree Kuchibhotla · 7 years ago
  17. 73a023b Use all read buffers when doing a scatter read by Ken Payson · 7 years ago
  18. 5314616 Merge pull request #12341 from yang-g/extern by Yang Gao · 7 years ago
  19. 33ec94f Merge pull request #12351 from dgquintas/fix_fake_resolver_use_after_free by David G. Quintas · 7 years ago
  20. 3e3dd08 Bounds fixes by Craig Tiller · 7 years ago
  21. 07530db Fixup bounds by Craig Tiller · 7 years ago
  22. 180c6b1 Reset cancellation closure when unreffing the call to avoid race conditions. by Mark D. Roth · 7 years ago
  23. d3cbd72 Make grpc_call_log_batch take const char* by yang-g · 7 years ago
  24. b6ab5f5 Mac compilation fixes by Craig Tiller · 7 years ago
  25. 4190f39 Merge pull request #12298 from markdroth/default_metadata_fix by Mark D. Roth · 7 years ago
  26. 38b9a4d Merge pull request #12281 from muxi/fix-cronet-transport-refcount by Muxi Yan · 7 years ago
  27. 17f21b4 Merge pull request #12024 from yihuazhang/tsi_test_lib by Mark D. Roth · 7 years ago
  28. cd0a91e Fix some rounding bugs by Craig Tiller · 7 years ago
  29. e460563 Cleanup intification by Craig Tiller · 7 years ago
  30. 56a8484 Merge branch 'stats_histo_ints' into stats_histo by Craig Tiller · 7 years ago
  31. 40bca84 Fix one rounding bug by Craig Tiller · 7 years ago
  32. 97ec5eb Add stats test by Craig Tiller · 7 years ago
  33. da5cd59 Restrict histograms to integral boundaries by Craig Tiller · 7 years ago
  34. 40f9c73 Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  35. b2b9a0f Address review feedback. by Mark D. Roth · 7 years ago
  36. 4b85254 Merge github.com:grpc/grpc into moar_stats by Craig Tiller · 7 years ago
  37. 86115cd Add copyright by Craig Tiller · 7 years ago
  38. d8a5ece Cleanup comment by Craig Tiller · 7 years ago
  39. 66f3d2b Fix asan and tsan failures. by Mark D. Roth · 7 years ago
  40. 764cf04 Revert "Revert "Implement call combiner"" by Mark D. Roth · 7 years ago
  41. 9e3a19e Use a separate table to determine which callouts are default. by Mark D. Roth · 7 years ago
  42. 2bf8640 Merge pull request #11873 from ctiller/stats by Craig Tiller · 7 years ago
  43. c92f18c Expose more stats by Craig Tiller · 7 years ago
  44. 57bb9a9 Expose more stats by Craig Tiller · 7 years ago
  45. b2170fe Merge pull request #12343 from sreecha/enable-epoll1 by Sree Kuchibhotla · 7 years ago
  46. 890f542 Merge branch 'stats' into stats_histo by Craig Tiller · 7 years ago
  47. ccad382 Merge github.com:grpc/grpc into stats by Craig Tiller · 7 years ago
  48. 5489d41 Expose histograms via microbenchmarks by Craig Tiller · 7 years ago
  49. 451b92a Merge pull request #12306 from kpayson64/ref_counting_slices by kpayson64 · 7 years ago
  50. c891609 Save one allocation by init-int instead of creating closure by David Garcia Quintas · 7 years ago
  51. 520d76d Compile fix by Craig Tiller · 7 years ago
  52. d49e9a4 Fake resolver: Fix use-after-free by David Garcia Quintas · 7 years ago
  53. 090cd46 Revert "Fake zero copy protector" by Jan Tattermusch · 7 years ago
  54. 0c21e33 Merge pull request #12308 from jiangtaoli2016/fake_zero_copy_protector by Jiangtao Li · 7 years ago
  55. 0fda880 Enable epoll1 by Sree Kuchibhotla · 7 years ago
  56. 66e6c23 Log offending ops and error code before crashing the server by yang-g · 7 years ago
  57. 8af54b8 Change PF and RR to expect only backends. by Juanli Shen · 7 years ago
  58. 5899055 Implement fake TSI zero-copy frame protector by jiangtaoli2016 · 7 years ago
  59. d110783 Remove dummy by Craig Tiller · 7 years ago
  60. 640dfe4 Histogram support by Craig Tiller · 7 years ago
  61. bf19961 Revert "Implement call combiner" by Mark D. Roth · 7 years ago
  62. e944c5d Merge branch 'stats' into stats_histo by Craig Tiller · 7 years ago
  63. 03c908f Merge github.com:grpc/grpc into stats by Craig Tiller · 7 years ago
  64. 9519718 Documentation change + e2e test fix by Ken Payson · 7 years ago
  65. 567e0f1 Have write ops take ownership over slices by Ken Payson · 7 years ago
  66. 12bc68e Merge pull request #12137 from y-zeng/call_atm by Yuchen Zeng · 7 years ago
  67. 109da09 Merge pull request #12303 from dgquintas/rr_shutdown_sc_shutdown by David G. Quintas · 7 years ago
  68. b489e79 Remove extraneous paren by ncteisen · 7 years ago
  69. 52ba957 Removed in_connectivity_shutdown from RR by David Garcia Quintas · 7 years ago
  70. e01940f clang format by Sree Kuchibhotla · 7 years ago
  71. a1ba139 Remove test variable by Sree Kuchibhotla · 7 years ago
  72. a92a9cc change num_events and cursor to gpr_atm for memory visibility by Sree Kuchibhotla · 7 years ago
  73. 1961452 Reduce batch size to 1 - This seems to help with unary and streaming benchmarks by Sree Kuchibhotla · 7 years ago
  74. 6eb505b Add explanation for recv_state by Yuchen Zeng · 7 years ago
  75. 4a11ecc Add ChannelConnectivityWatcher::Ref()/Unref() by Yuchen Zeng · 7 years ago
  76. 8ecb4ed Detect default metadata using the callout list. by Mark D. Roth · 7 years ago
  77. 6514a0d Add gpr_is_true by Yuchen Zeng · 7 years ago
  78. 0e90957 Merge branch 'master' into epoll1-work-dist by Sree Kuchibhotla · 7 years ago
  79. b154cd1 fix typo by Sree Kuchibhotla · 7 years ago
  80. 3d609f1 merge by Sree Kuchibhotla · 7 years ago
  81. ff4f2db Merge pull request #11566 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  82. 76e264b Implement call combiner. by Mark D. Roth · 7 years ago
  83. 2921e1e Merge pull request #12282 from yang-g/sync_thd_refactor by Yang Gao · 7 years ago
  84. 243fe9d Added way to remove filters from channel stack builder by David Garcia Quintas · 7 years ago
  85. 14a690d Merge pull request #11782 from muxi/stream_compression_config by Muxi Yan · 7 years ago
  86. 7984096 clang-format by Muxi Yan · 7 years ago
  87. 0f9e193 Update block_annotate.h by yang-g · 7 years ago
  88. 98ad80a Remove stale file by yang-g · 7 years ago
  89. 152b1bf Polish the way exec_ctx is used in Cronet transport by Muxi Yan · 7 years ago
  90. 0205967 Make use of per stream refcount by Muxi Yan · 7 years ago
  91. 684a397 Fix stream_compression_payload test flake by Muxi Yan · 7 years ago
  92. ff83681 Merge pull request #12240 from yang-g/endo by Yang Gao · 7 years ago
  93. 6b2b5bd Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  94. 6a6d618 Prevent watching unsuppoted channels by Yuchen Zeng · 7 years ago
  95. ff0996d Merge pull request #12242 from dgquintas/rr_initial_conn by David G. Quintas · 7 years ago
  96. 27ac8cf Merge pull request #12251 from ncteisen/fix-ubsan by Noah Eisen · 7 years ago
  97. 7fab9bf Add TSI test library and SSL and fake TSI tests by Yihua Zhang · 7 years ago
  98. a0a4272 Merge pull request #12246 from yang-g/epoll1 by Yang Gao · 7 years ago
  99. 9747224 Fix ubsan by Noah Eisen · 7 years ago
  100. df92a64 Add timer annotations in epoll1 by yang-g · 7 years ago