1. 66e08cb add rubocop warnings to TODO config file by Jan Tattermusch · 7 years ago
  2. 010ea65 remove calls to optional paramaters so that the test is compatible with ruby versions < 2.1 by Alexander Polcyn · 7 years ago
  3. 7c85cae gRPC Python test infrastructure by Nathaniel Manista · 7 years ago
  4. cd0a91e Fix some rounding bugs by Craig Tiller · 7 years ago
  5. 5150cbd Fix timer shutdown process by Yuchen Zeng · 7 years ago
  6. e460563 Cleanup intification by Craig Tiller · 7 years ago
  7. 56a8484 Merge branch 'stats_histo_ints' into stats_histo by Craig Tiller · 7 years ago
  8. 40bca84 Fix one rounding bug by Craig Tiller · 7 years ago
  9. 97ec5eb Add stats test by Craig Tiller · 7 years ago
  10. 6ba448f Merge github.com:grpc/grpc into write_completion by Craig Tiller · 7 years ago
  11. 1cf0999 Sanity fixes by Craig Tiller · 7 years ago
  12. da5cd59 Restrict histograms to integral boundaries by Craig Tiller · 7 years ago
  13. 40f9c73 Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  14. b2b9a0f Address review feedback. by Mark D. Roth · 7 years ago
  15. 4b85254 Merge github.com:grpc/grpc into moar_stats by Craig Tiller · 7 years ago
  16. 86115cd Add copyright by Craig Tiller · 7 years ago
  17. d8a5ece Cleanup comment by Craig Tiller · 7 years ago
  18. 66f3d2b Fix asan and tsan failures. by Mark D. Roth · 7 years ago
  19. 764cf04 Revert "Revert "Implement call combiner"" by Mark D. Roth · 7 years ago
  20. 9e3a19e Use a separate table to determine which callouts are default. by Mark D. Roth · 7 years ago
  21. a544ac8 Merge pull request #7947 from thinkerou/delete_unuse_macro by Stanley Cheung · 7 years ago
  22. 8d6a61a Remove invalide macro by thinkerou · 7 years ago
  23. 2bf8640 Merge pull request #11873 from ctiller/stats by Craig Tiller · 7 years ago
  24. c92f18c Expose more stats by Craig Tiller · 7 years ago
  25. 57bb9a9 Expose more stats by Craig Tiller · 7 years ago
  26. 2897235 Expose stats into qps_driver by Craig Tiller · 7 years ago
  27. b2170fe Merge pull request #12343 from sreecha/enable-epoll1 by Sree Kuchibhotla · 7 years ago
  28. ef84a1c Port #12253 by Muxi Yan · 7 years ago
  29. 890f542 Merge branch 'stats' into stats_histo by Craig Tiller · 7 years ago
  30. ccad382 Merge github.com:grpc/grpc into stats by Craig Tiller · 7 years ago
  31. 5489d41 Expose histograms via microbenchmarks by Craig Tiller · 7 years ago
  32. 451b92a Merge pull request #12306 from kpayson64/ref_counting_slices by kpayson64 · 7 years ago
  33. c891609 Save one allocation by init-int instead of creating closure by David Garcia Quintas · 7 years ago
  34. 520d76d Compile fix by Craig Tiller · 7 years ago
  35. 8fd40d5 Merge github.com:grpc/grpc into wc by Craig Tiller · 7 years ago
  36. 8d51e8d Merge pull request #12331 from markdroth/c++_filter_api_fix by Mark D. Roth · 7 years ago
  37. d49e9a4 Fake resolver: Fix use-after-free by David Garcia Quintas · 7 years ago
  38. 090cd46 Revert "Fake zero copy protector" by Jan Tattermusch · 7 years ago
  39. 0c21e33 Merge pull request #12308 from jiangtaoli2016/fake_zero_copy_protector by Jiangtao Li · 7 years ago
  40. 0fda880 Enable epoll1 by Sree Kuchibhotla · 7 years ago
  41. 66e6c23 Log offending ops and error code before crashing the server by yang-g · 7 years ago
  42. 8af54b8 Change PF and RR to expect only backends. by Juanli Shen · 7 years ago
  43. 5899055 Implement fake TSI zero-copy frame protector by jiangtaoli2016 · 7 years ago
  44. 90df76b Merge branch 'master' of https://github.com/grpc/grpc into visibility by Nicolas "Pixel" Noble · 7 years ago
  45. d110783 Remove dummy by Craig Tiller · 7 years ago
  46. 640dfe4 Histogram support by Craig Tiller · 7 years ago
  47. 2bc5e3a Moving visibility and package creation to the build system. by Nicolas "Pixel" Noble · 7 years ago
  48. 4754398 Clang_format by Ken Payson · 7 years ago
  49. 196fa2e Add recv_message() method to TransportStreamOpBatch class. by Mark D. Roth · 7 years ago
  50. dce6fc6 Add missing extern C by yang-g · 7 years ago
  51. bf19961 Revert "Implement call combiner" by Mark D. Roth · 7 years ago
  52. e944c5d Merge branch 'stats' into stats_histo by Craig Tiller · 7 years ago
  53. 03c908f Merge github.com:grpc/grpc into stats by Craig Tiller · 7 years ago
  54. 9519718 Documentation change + e2e test fix by Ken Payson · 7 years ago
  55. 567e0f1 Have write ops take ownership over slices by Ken Payson · 7 years ago
  56. 12bc68e Merge pull request #12137 from y-zeng/call_atm by Yuchen Zeng · 7 years ago
  57. 109da09 Merge pull request #12303 from dgquintas/rr_shutdown_sc_shutdown by David G. Quintas · 7 years ago
  58. b489e79 Remove extraneous paren by ncteisen · 7 years ago
  59. 52ba957 Removed in_connectivity_shutdown from RR by David Garcia Quintas · 7 years ago
  60. e01940f clang format by Sree Kuchibhotla · 7 years ago
  61. a1ba139 Remove test variable by Sree Kuchibhotla · 7 years ago
  62. a92a9cc change num_events and cursor to gpr_atm for memory visibility by Sree Kuchibhotla · 7 years ago
  63. 1961452 Reduce batch size to 1 - This seems to help with unary and streaming benchmarks by Sree Kuchibhotla · 7 years ago
  64. 6eb505b Add explanation for recv_state by Yuchen Zeng · 7 years ago
  65. 4a11ecc Add ChannelConnectivityWatcher::Ref()/Unref() by Yuchen Zeng · 7 years ago
  66. 8ecb4ed Detect default metadata using the callout list. by Mark D. Roth · 7 years ago
  67. 6514a0d Add gpr_is_true by Yuchen Zeng · 7 years ago
  68. 0e90957 Merge branch 'master' into epoll1-work-dist by Sree Kuchibhotla · 7 years ago
  69. b154cd1 fix typo by Sree Kuchibhotla · 7 years ago
  70. 3d609f1 merge by Sree Kuchibhotla · 7 years ago
  71. ff4f2db Merge pull request #11566 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  72. 76e264b Implement call combiner. by Mark D. Roth · 7 years ago
  73. ba23e79 Sanity fixes by Yuchen Zeng · 7 years ago
  74. 504be5c Privatize ChannelConnectivityWatcher members by Yuchen Zeng · 7 years ago
  75. 2921e1e Merge pull request #12282 from yang-g/sync_thd_refactor by Yang Gao · 7 years ago
  76. f28955d Merge pull request #12237 from andremedeiros/fix-gc-eager-sweep by apolcyn · 7 years ago
  77. ddaef3e Remove non-POD global variables by Yuchen Zeng · 7 years ago
  78. 243fe9d Added way to remove filters from channel stack builder by David Garcia Quintas · 7 years ago
  79. 3499960 Renamed load_reporting.{c,h} to load_reporting_plugin.{c,h} by David Garcia Quintas · 7 years ago
  80. f1d5098 Document GRPC_DISABLE_CHANNEL_CONNECTIVITY_WATCHER by Yuchen Zeng · 7 years ago
  81. 14a690d Merge pull request #11782 from muxi/stream_compression_config by Muxi Yan · 7 years ago
  82. 7984096 clang-format by Muxi Yan · 7 years ago
  83. 0f9e193 Update block_annotate.h by yang-g · 7 years ago
  84. 98ad80a Remove stale file by yang-g · 7 years ago
  85. 33845d0 Check env variable by Yuchen Zeng · 7 years ago
  86. b4481a9 Share one monitoring thread between channels by Yuchen Zeng · 7 years ago
  87. bfb4e06 Check connectivity intermittently by Yuchen Zeng · 7 years ago
  88. 152b1bf Polish the way exec_ctx is used in Cronet transport by Muxi Yan · 7 years ago
  89. 0205967 Make use of per stream refcount by Muxi Yan · 7 years ago
  90. 4d88416 Remove atm in ChannelConnectivityWatcher by Yuchen Zeng · 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. 969936b Merge pull request #12209 from mehrdada/unskip-reflection-test by Mehrdad Afshari · 7 years ago
  94. 6b2b5bd Merge remote-tracking branch 'upstream/master' into stream_compression_config by Muxi Yan · 7 years ago
  95. a2ebc04 Merge pull request #12248 from glerchundi/fix/csharp-native-libraries-visibility by Jan Tattermusch · 7 years ago
  96. bc4764b Merge pull request #12128 from jtattermusch/csharp_easierlogging by Jan Tattermusch · 7 years ago
  97. 14e593c Merge pull request #12254 from stanley-cheung/php-upmerge-1_4-features by Stanley Cheung · 7 years ago
  98. a2e506e Avoid using timers by Yuchen Zeng · 7 years ago
  99. 6a6d618 Prevent watching unsuppoted channels by Yuchen Zeng · 7 years ago
  100. 2411bac Address review comments by Yuchen Zeng · 7 years ago