1. bb650ca reintroduce ares_build.h modification from #10719 by Jan Tattermusch · 7 years ago
  2. f0208ac ares using monotonic clock on darwin breaks the build by Jan Tattermusch · 7 years ago
  3. f1a3e0c add back manual edits to config_linux/ares_config.h by Jan Tattermusch · 7 years ago
  4. 1d93e22 fix macos build by Jan Tattermusch · 7 years ago
  5. ba2801f build using c-ares own cmake by Jan Tattermusch · 7 years ago
  6. 7a81686 regenerate darwin ares_config.h by Jan Tattermusch · 7 years ago
  7. 138eea8 cherrypick fixed version of ares_build.h by Jan Tattermusch · 7 years ago
  8. ade414a fix ares 1.13 build on linux by Jan Tattermusch · 7 years ago
  9. b0f180a bump c-ares submodule to 1.13 by Jan Tattermusch · 7 years ago
  10. cc86cb7 Merge pull request #12440 from yashykt/ctocc by Yash Tibrewal · 7 years ago
  11. 729448f Merge pull request #12318 from dgquintas/fix_epoll1_flakiness_client_lb_e2e by David G. Quintas · 7 years ago
  12. fff57a0 Merge pull request #12454 from ncteisen/disable-trickle-latency-counters by Noah Eisen · 7 years ago
  13. 942f2b5 Disable latency profile of trickle by ncteisen · 7 years ago
  14. 24ea59b Merge pull request #12447 from dgquintas/detect_flakes_print_url by David G. Quintas · 7 years ago
  15. a87f22d Merge pull request #12449 from ctiller/stats_doc by Craig Tiller · 7 years ago
  16. a0a9ca4 Merge branch 'master' of https://github.com/grpc/grpc into ctocc by Yash Tibrewal · 7 years ago
  17. 1a4b3ac Merge pull request #12439 from nicolasnoble/compilers-be-compilers by Nicolas Noble · 7 years ago
  18. 11b4ddd Merge pull request #12200 from dgquintas/rename_lr_to_plugin by David G. Quintas · 7 years ago
  19. eda9097 Add a documentation field to stats, enforce its usage by Craig Tiller · 7 years ago
  20. 38a83b3 Print kokoro URL for new flakes by David Garcia Quintas · 7 years ago
  21. 8cfbb28 Merge pull request #12430 from dgquintas/update_readme_version by David G. Quintas · 7 years ago
  22. b0b8564 Merge pull request #12445 from jtattermusch/kokoro_webhook_experiment by Jan Tattermusch · 7 years ago
  23. b9bac8e Merge pull request #12418 from jiangtaoli2016/fake_zero_copy_protector by Mark D. Roth · 7 years ago
  24. ee6151b add kokoro sanity webhook job by Jan Tattermusch · 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. bf3b844 Merge pull request #12402 from kumaralokgithub/master by kumaralokgithub · 7 years ago
  28. fd6335c Some compilers still don't like that. by Nicolas "Pixel" Noble · 7 years ago
  29. 9fbeb27 Merge pull request #12436 from vjpai/draining_faces by Vijay Pai · 7 years ago
  30. 1bab6ab Merge pull request #12432 from ctiller/sort_by_cpu_est by Craig Tiller · 7 years ago
  31. 7e8dec3 Merge pull request #12437 from dgquintas/fix_concurrent_merges by David G. Quintas · 7 years ago
  32. b9f99f0 Fix use of grpc_channel_filter from concurrent merges by David Garcia Quintas · 7 years ago
  33. 41630a2 Merge pull request #12334 from ctiller/stats_histo by Craig Tiller · 7 years ago
  34. 0880cad Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  35. 66eaa32 Specify that ServerCompletionQueue must be drained. by Vijay Pai · 7 years ago
  36. 1faa48e Merge branch 'master' of github.com:grpc/grpc into rename_lr_to_plugin by David Garcia Quintas · 7 years ago
  37. 4fb5086 Merge pull request #12104 from dgquintas/filters_prio by David G. Quintas · 7 years ago
  38. 9e3af38 Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  39. 8941f60 Merge pull request #12369 from markdroth/call_combiner by Mark D. Roth · 7 years ago
  40. b13c8cb Merge pull request #12420 from yashykt/ctocc by Yash Tibrewal · 7 years ago
  41. c3c7e55 {grpclb,client_lb}_end2end: Fix epoll1 flakes by David Garcia Quintas · 7 years ago
  42. 8d0fef2 Sort tests by cpu usage to better bin-pack by Craig Tiller · 7 years ago
  43. 2d63142 Merge branch 'query_times' of github.com:ctiller/grpc into query_times by Craig Tiller · 7 years ago
  44. 0b86d03 Better variable name by Craig Tiller · 7 years ago
  45. 1a5326a Updated version numbers in README by David Garcia Quintas · 7 years ago
  46. b6ef6e9 Merge pull request #12080 from y-zeng/connectivity by Yuchen Zeng · 7 years ago
  47. f54af48 Merge pull request #12413 from sreecha/fix-epoll1-bug by Sree Kuchibhotla · 7 years ago
  48. 120d4fd Use max cpu_measured instead of average (for safety) by Craig Tiller · 7 years ago
  49. e5a1b2b clang-format by Craig Tiller · 7 years ago
  50. cd78a50 Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  51. 58c33ba Decouple alarm construction from setting to avoid races in MT code by Vijay Pai · 7 years ago
  52. c1453ca Revert "Annotate benign race" by Craig Tiller · 7 years ago
  53. 24f30f7 Garbage collect experimental pollers by Craig Tiller · 7 years ago
  54. c88e1de fix secure_endpoint_test by jiangtaoli2016 · 7 years ago
  55. e3f5a69 Merge pull request #12415 from dgquintas/condvars_latches_again by David G. Quintas · 7 years ago
  56. c2ec4d6 Merge remote-tracking branch 'upstream/master' by Alok Kumar · 7 years ago
  57. 4dc3c0b Merge branch 'master' of github.com:grpc/grpc into filters_prio by David Garcia Quintas · 7 years ago
  58. 0822d33 s/load_reporting/server_load_reporting by David Garcia Quintas · 7 years ago
  59. 1b6f4fc Clang format modified files by Alok Kumar · 7 years ago
  60. dd9916d Fix microbenchmarks BUILD file by Alok Kumar · 7 years ago
  61. 1165026 Update build.yaml and generated changes by Alok Kumar · 7 years ago
  62. e0399c2 Partition microbenchmarks to be easily sharable for google specific transports by Alok Kumar · 7 years ago
  63. df6227c More edits for C to CC by Yash Tibrewal · 7 years ago
  64. 210a59d Merge branch 'master' of https://github.com/grpc/grpc into ctocc by Yash Tibrewal · 7 years ago
  65. d285735 Modifying a few files by Yash Tibrewal · 7 years ago
  66. 9992bdb Query CPU cost of tests and feed that into test runner by Craig Tiller · 7 years ago
  67. e12f5f2 Revise zero-copy protector interface by jiangtaoli2016 · 7 years ago
  68. 3749a6d Merge github.com:grpc/grpc into stats_histo by Craig Tiller · 7 years ago
  69. a28cca8 Condition variables are not latches, again by David Garcia Quintas · 7 years ago
  70. 627691f Fake zero-copy frame protector by jiangtaoli2016 · 7 years ago
  71. 04035de Merge pull request #12353 from kpayson64/scatter_read by kpayson64 · 7 years ago
  72. b5dd3ab Increase the grace period in ReconnectChannel tests by Yuchen Zeng · 7 years ago
  73. fb34940 Kicked worker shouldn't add pollset to neighbhourhood by Sree Kuchibhotla · 7 years ago
  74. 0181dd0 Merge branch 'scatter_read' of github.com:kpayson64/grpc into stats_histo by Craig Tiller · 7 years ago
  75. 73a023b Use all read buffers when doing a scatter read by Ken Payson · 7 years ago
  76. 9b9d0e5 Fixed include guards by David Garcia Quintas · 7 years ago
  77. 9c51943 EXPERIMENT: Increase grpc_slice size to allow more inlining by Craig Tiller · 8 years ago
  78. 6869da4 Annotate benign race by Craig Tiller · 7 years ago
  79. e1101cf Update Bazel for new systems by Craig Tiller · 7 years ago
  80. f4e5802 Fix ASAN detected failure by Craig Tiller · 7 years ago
  81. 8271d0f Merge pull request #12216 from pongad/main_method by Jan Tattermusch · 7 years ago
  82. 23b0102 Merge pull request #12386 from jtattermusch/perfworker_script by Jan Tattermusch · 7 years ago
  83. 5314616 Merge pull request #12341 from yang-g/extern by Yang Gao · 7 years ago
  84. 33ec94f Merge pull request #12351 from dgquintas/fix_fake_resolver_use_after_free by David G. Quintas · 7 years ago
  85. 3e3dd08 Bounds fixes by Craig Tiller · 7 years ago
  86. 07530db Fixup bounds by Craig Tiller · 7 years ago
  87. d4ac3a1 Clarify log messages when starting test cases. by Mark D. Roth · 7 years ago
  88. 180c6b1 Reset cancellation closure when unreffing the call to avoid race conditions. by Mark D. Roth · 7 years ago
  89. d3cbd72 Make grpc_call_log_batch take const char* by yang-g · 7 years ago
  90. 26b0a34 Address review comments by Yuchen Zeng · 7 years ago
  91. b6ab5f5 Mac compilation fixes by Craig Tiller · 7 years ago
  92. 31a4ebe Merge pull request #12397 from blairkutz/spelling_correction by Vijay Pai · 7 years ago
  93. c64be96 Correct spelling of 'client'. by Blair Kutzman · 7 years ago
  94. 83db631 Optimize test by Craig Tiller · 7 years ago
  95. c75f986 Fix benchmark builds by Craig Tiller · 7 years ago
  96. 21b71b4 Merge pull request #11583 from nathanielmanistaatgoogle/grpc_testing by Nathaniel Manista · 7 years ago
  97. 96a902f Merge pull request #12373 from nicolasnoble/gtest_is_not_gmock by Nicolas Noble · 7 years ago
  98. 4190f39 Merge pull request #12298 from markdroth/default_metadata_fix by Mark D. Roth · 7 years ago
  99. dfccd83 Merge pull request #12356 from muxi/port-v160 by Muxi Yan · 7 years ago
  100. 38b9a4d Merge pull request #12281 from muxi/fix-cronet-transport-refcount by Muxi Yan · 7 years ago