1. a485cf5 Merge pull request #14356 from grpc/revert-13671-grpclb_reresolution by Juanli Shen · 7 years ago
  2. 890e386 Merge pull request #14348 from mehrdada/upmerge by Mehrdad Afshari · 7 years ago
  3. aa7dc29 Revert "grpclb re-resolution" by Juanli Shen · 7 years ago
  4. fb369d9 Merge pull request #14343 from muxi/revert-12708 by Muxi Yan · 7 years ago
  5. 836fa8b Merge pull request #13671 from AspirinSJL/grpclb_reresolution by Juanli Shen · 7 years ago
  6. cda058d build projects by Muxi Yan · 7 years ago
  7. 99f1a8f Remove compression_ruby by Muxi Yan · 7 years ago
  8. 931f68e regenerate metadata by Muxi Yan · 7 years ago
  9. 3db2caa Replace message/deflate,gzip with deflate,gzip by Muxi Yan · 7 years ago
  10. 6f0b195 Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* by Muxi Yan · 7 years ago
  11. 33cdd57 grpclb in charge of its re-resolution by Juanli Shen · 7 years ago
  12. b66e6fe Sleep a second to deflake ReconnectTest by Mehrdad Afshari · 7 years ago
  13. 08d9f3d Change Ref() methods to return a RefCountedPtr<>. by Mark D. Roth · 7 years ago
  14. b9335eb Upmerge branch 'v1.9.x' into 'master' by Mehrdad Afshari · 7 years ago
  15. 1a8565d Bump version to 1.9.1 by Ken Payson · 7 years ago
  16. 9e620c3 Merge pull request #14315 from kpayson64/fix_refcounting by kpayson64 · 7 years ago
  17. 45ca202 Resolve warnings of implementing deprecated class by Muxi Yan · 7 years ago
  18. f069dd4 Add refcounts for async callbacks in auth and client filters. by Ken Payson · 7 years ago
  19. 53a295b Fix a typo by Muxi Yan · 7 years ago
  20. d65458d Fix reference of self in block by Muxi Yan · 7 years ago
  21. b1f5d59 Merge pull request #14272 from ncteisen/bug-chasing by Jan Tattermusch · 7 years ago
  22. 35367cc fix typo by Shohei Kamimori · 7 years ago
  23. 73a50ab Merge pull request #14286 from dgquintas/fix_compresion_alg_accessors by Vijay Pai · 7 years ago
  24. d934602 Merge pull request #14275 from sreecha/enable-epollex by Sree Kuchibhotla · 7 years ago
  25. 8011a09 Merge pull request #14281 from AspirinSJL/fake_resolver_results_upon_error by Juanli Shen · 7 years ago
  26. af66bed Mark poll FD shutdown as UNAVAILABLE by ncteisen · 7 years ago
  27. 9e794d8 Remove initial backoff override in ObjC by Muxi Yan · 7 years ago
  28. d82e137 Add a results_upon_error setter to fake resolver by Juanli Shen · 7 years ago
  29. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 7 years ago
  30. 4c92ab2 Merge pull request #14231 from ctaggart/sourcelink-create by Jan Tattermusch · 7 years ago
  31. 8adf19c clang-format by David Garcia Quintas · 7 years ago
  32. a21ab2b Fix compression algorithm accessors by David Garcia Quintas · 7 years ago
  33. 64d02ba Merge branch 'master' of github.com:grpc/grpc into dns_cooldown by David Garcia Quintas · 7 years ago
  34. 12a6c1e Batch size to 1 since it is better for latency (this is similar to what by Sree Kuchibhotla · 7 years ago
  35. e53d6b3 PR comments by David Garcia Quintas · 7 years ago
  36. ac47595 Merge pull request #14262 from ZhouyihaiDing/SharedChannelClose by Zhouyihai Ding · 7 years ago
  37. 4f8b322 Merge pull request #14266 from adelez/fix_grpc_tool_test by adelez · 7 years ago
  38. 43132b5 php: remove unrelated code from SharedChannelClose test by ZhouyihaiDing · 7 years ago
  39. 2294031 Fix echo.proto path under bazel by Adele Zhou · 7 years ago
  40. ffa4fbd enable epollex by default by Sree Kuchibhotla · 7 years ago
  41. f4a94b6 Merge pull request #14264 from yang-g/to_scope by Yang Gao · 7 years ago
  42. 3d63a67 Merge pull request #14244 from sreecha/polling-api-trace by Sree Kuchibhotla · 7 years ago
  43. 052c07d Remove spurious closure inits by David Garcia Quintas · 7 years ago
  44. a3cc9ea Remove unnecessary closures by David Garcia Quintas · 7 years ago
  45. 7159c0f Merge pull request #14263 from yang-g/latency_tool by Yang Gao · 7 years ago
  46. ce1cfea Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE. by yang-g · 7 years ago
  47. f25126c PR comments by David Garcia Quintas · 7 years ago
  48. 3685041 Merge pull request #14256 from matt-kwong/bsl by Matt Kwong · 7 years ago
  49. 076f5ba Merge pull request #14250 from markdroth/dns_resolver_backoff_reset_fix by Mark D. Roth · 7 years ago
  50. e05ca22 Regenerate projects by Mehrdad Afshari · 7 years ago
  51. 74f50aa Merge branch 'master' into polling-api-trace by Sree Kuchibhotla · 7 years ago
  52. 8f65906 Shutdown timer manager first and then executor by yang-g · 7 years ago
  53. 1b0168e Add BoringSSL tests by Matt Kwong · 7 years ago
  54. 32b9bdd Merge pull request #13948 from matt-kwong/bsl by Matt Kwong · 7 years ago
  55. a9d07ef Fix DNS resolvers to reset the backoff in the right place. by Mark D. Roth · 7 years ago
  56. af7afbd fixed format string by David Garcia Quintas · 7 years ago
  57. 64637bf Merge pull request #14230 from dgquintas/fix_ares_wrapper_lb_addr by David G. Quintas · 7 years ago
  58. 132c7d1 Fix format specifier for gpr_millis by Sree Kuchibhotla · 7 years ago
  59. 394daf8 Update ev_posix.cc by Sree Kuchibhotla · 7 years ago
  60. 546e739 Debug statements for polling api by Sree Kuchibhotla · 7 years ago
  61. 75508a3 Removed debug log by David Garcia Quintas · 7 years ago
  62. 27909dc Merge pull request #14215 from jtattermusch/fix_bad_merge_magic_number by Jan Tattermusch · 7 years ago
  63. e7cd835 c-ares resolver changes by David Garcia Quintas · 7 years ago
  64. 3ee68da PR Comments by David Garcia Quintas · 7 years ago
  65. f2e99e9 Exclude bcm.c for dup symbol issue by Muxi Yan · 7 years ago
  66. ef4df60 Merge pull request #14217 from sreecha/epollex-fix by Sree Kuchibhotla · 7 years ago
  67. 8d98bf2 Merge pull request #14237 from yang-g/epollex_timer_anno by Yang Gao · 7 years ago
  68. 9233201 Merge pull request #13541 from Kunde21/php/constructor-cleanup by Zhouyihai Ding · 7 years ago
  69. 1952018 Merge pull request #12703 from thinkerou/fix_bug by Zhouyihai Ding · 7 years ago
  70. 041c3ed Add timer trace annotations to epollex by yang-g · 7 years ago
  71. b6f737e use SourceLink.Create.CommandLine instead of Embed by Cameron Taggart · 7 years ago
  72. 1ac45e1 Removed opts checks in BaseStub when the elements aren't not used. by Chad Kunde · 7 years ago
  73. f550426 Don't destroy null lb_addr by David Garcia Quintas · 7 years ago
  74. 7896b62 DNS cooldown mechanism by David Garcia Quintas · 7 years ago
  75. e1e939e Update BoringSSL podspec by Muxi Yan · 7 years ago
  76. 9f91136 Update ev_epollex_linux.cc by Sree Kuchibhotla · 7 years ago
  77. 53853d5 Fix an issue in epollex that was causing some workers to get indefinitely stuck in pollset_work() by Sree Kuchibhotla · 7 years ago
  78. 219c512 magic number 13 probably a typo in manual merge by Jan Tattermusch · 7 years ago
  79. a110c74 Update BoringSSL to latest chromium-stable ref by Matt Kwong · 7 years ago
  80. 812e5da Regenerate projects by Mehrdad Afshari · 7 years ago
  81. 16316a9 Merge pull request #14107 from nathanielmanistaatgoogle/12531 by Nathaniel Manista · 7 years ago
  82. 1dc0833 Don't segfault on header replay by Ken Payson · 7 years ago
  83. 77474d4 Merge pull request #13820 from yihuazhang/rename-gts by Mark D. Roth · 7 years ago
  84. 75c190d Merge pull request #14177 from jtattermusch/fix_epollex_shutdown by Jan Tattermusch · 7 years ago
  85. c73758a Elide cygrpc.ChannelArg and cygrpc.ChannelArgs by Nathaniel Manista · 7 years ago
  86. ebe5fbf Revert "Merge pull request #13932 from dgquintas/conn_subchannel" by Nicolas "Pixel" Noble · 7 years ago
  87. dc80282 Merge pull request #14042 from apolcyn/ruby_25_on_kokoro_mac by apolcyn · 7 years ago
  88. 0a6d900 explicitly initialize all grpc_pollset fields (epollex) by Jan Tattermusch · 7 years ago
  89. 6fe6509 fix: avoid doing a poll when already shutdown by Jan Tattermusch · 7 years ago
  90. 8ddc6b2 Merge pull request #14146 from markdroth/inlined_vector_clear by Mark D. Roth · 7 years ago
  91. 80c9631 Merge pull request #14137 from jtattermusch/no_proxy_str_memleak by Jan Tattermusch · 7 years ago
  92. 965b11b Merge pull request #14171 from yang-g/cork_all by Yang Gao · 7 years ago
  93. 190a8db Fix linker error on objc mac tests by explicitly installing cocoapods v1.3.1, rather than picking up 1.4.1 by Alexander Polcyn · 7 years ago
  94. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  95. 167113f Merge pull request #14114 from jtattermusch/bump_190_pre2 by Mehrdad Afshari · 7 years ago
  96. 69b4e4c Use DEBUG level for polling engine trace logs. by yang-g · 7 years ago
  97. 9e272b4 Merge pull request #14166 from AspirinSJL/todo by Juanli Shen · 7 years ago
  98. 42cf556 Merge pull request #14157 from ZhouyihaiDing/pr_callcredentials_metadata_leak by Stanley Cheung · 7 years ago
  99. de79daa Merge pull request #14164 from yang-g/cork_all by Yang Gao · 7 years ago
  100. dea0f0b php: fix call leaks by Zhouyihai Ding · 7 years ago