1. fb369d9 Merge pull request #14343 from muxi/revert-12708 by Muxi Yan · 7 years ago
  2. 99f1a8f Remove compression_ruby by Muxi Yan · 7 years ago
  3. 931f68e regenerate metadata by Muxi Yan · 7 years ago
  4. 3db2caa Replace message/deflate,gzip with deflate,gzip by Muxi Yan · 7 years ago
  5. 6f0b195 Replace GRPC_COMPRESS_MESSAGE_* with GRPC_COMPRESS_* by Muxi Yan · 7 years ago
  6. 33cdd57 grpclb in charge of its re-resolution by Juanli Shen · 7 years ago
  7. 08d9f3d Change Ref() methods to return a RefCountedPtr<>. by Mark D. Roth · 7 years ago
  8. b1f5d59 Merge pull request #14272 from ncteisen/bug-chasing by Jan Tattermusch · 7 years ago
  9. 35367cc fix typo by Shohei Kamimori · 7 years ago
  10. d934602 Merge pull request #14275 from sreecha/enable-epollex by Sree Kuchibhotla · 7 years ago
  11. 8011a09 Merge pull request #14281 from AspirinSJL/fake_resolver_results_upon_error by Juanli Shen · 7 years ago
  12. af66bed Mark poll FD shutdown as UNAVAILABLE by ncteisen · 7 years ago
  13. d82e137 Add a results_upon_error setter to fake resolver by Juanli Shen · 7 years ago
  14. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 7 years ago
  15. 8adf19c clang-format by David Garcia Quintas · 7 years ago
  16. 64d02ba Merge branch 'master' of github.com:grpc/grpc into dns_cooldown by David Garcia Quintas · 7 years ago
  17. 12a6c1e Batch size to 1 since it is better for latency (this is similar to what by Sree Kuchibhotla · 7 years ago
  18. e53d6b3 PR comments by David Garcia Quintas · 7 years ago
  19. ffa4fbd enable epollex by default by Sree Kuchibhotla · 7 years ago
  20. f4a94b6 Merge pull request #14264 from yang-g/to_scope by Yang Gao · 7 years ago
  21. 3d63a67 Merge pull request #14244 from sreecha/polling-api-trace by Sree Kuchibhotla · 7 years ago
  22. 052c07d Remove spurious closure inits by David Garcia Quintas · 7 years ago
  23. a3cc9ea Remove unnecessary closures by David Garcia Quintas · 7 years ago
  24. 7159c0f Merge pull request #14263 from yang-g/latency_tool by Yang Gao · 7 years ago
  25. ce1cfea Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE. by yang-g · 7 years ago
  26. f25126c PR comments by David Garcia Quintas · 7 years ago
  27. 74f50aa Merge branch 'master' into polling-api-trace by Sree Kuchibhotla · 7 years ago
  28. 8f65906 Shutdown timer manager first and then executor by yang-g · 7 years ago
  29. a9d07ef Fix DNS resolvers to reset the backoff in the right place. by Mark D. Roth · 7 years ago
  30. af7afbd fixed format string by David Garcia Quintas · 7 years ago
  31. 64637bf Merge pull request #14230 from dgquintas/fix_ares_wrapper_lb_addr by David G. Quintas · 7 years ago
  32. 132c7d1 Fix format specifier for gpr_millis by Sree Kuchibhotla · 7 years ago
  33. 394daf8 Update ev_posix.cc by Sree Kuchibhotla · 7 years ago
  34. 546e739 Debug statements for polling api by Sree Kuchibhotla · 7 years ago
  35. 75508a3 Removed debug log by David Garcia Quintas · 7 years ago
  36. 27909dc Merge pull request #14215 from jtattermusch/fix_bad_merge_magic_number by Jan Tattermusch · 7 years ago
  37. e7cd835 c-ares resolver changes by David Garcia Quintas · 7 years ago
  38. 3ee68da PR Comments by David Garcia Quintas · 7 years ago
  39. ef4df60 Merge pull request #14217 from sreecha/epollex-fix by Sree Kuchibhotla · 7 years ago
  40. 041c3ed Add timer trace annotations to epollex by yang-g · 7 years ago
  41. f550426 Don't destroy null lb_addr by David Garcia Quintas · 7 years ago
  42. 7896b62 DNS cooldown mechanism by David Garcia Quintas · 7 years ago
  43. 9f91136 Update ev_epollex_linux.cc by Sree Kuchibhotla · 7 years ago
  44. 53853d5 Fix an issue in epollex that was causing some workers to get indefinitely stuck in pollset_work() by Sree Kuchibhotla · 7 years ago
  45. 219c512 magic number 13 probably a typo in manual merge by Jan Tattermusch · 7 years ago
  46. 77474d4 Merge pull request #13820 from yihuazhang/rename-gts by Mark D. Roth · 7 years ago
  47. 75c190d Merge pull request #14177 from jtattermusch/fix_epollex_shutdown by Jan Tattermusch · 7 years ago
  48. 0a6d900 explicitly initialize all grpc_pollset fields (epollex) by Jan Tattermusch · 7 years ago
  49. 6fe6509 fix: avoid doing a poll when already shutdown by Jan Tattermusch · 7 years ago
  50. 8ddc6b2 Merge pull request #14146 from markdroth/inlined_vector_clear by Mark D. Roth · 7 years ago
  51. 80c9631 Merge pull request #14137 from jtattermusch/no_proxy_str_memleak by Jan Tattermusch · 7 years ago
  52. 965b11b Merge pull request #14171 from yang-g/cork_all by Yang Gao · 7 years ago
  53. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  54. 69b4e4c Use DEBUG level for polling engine trace logs. by yang-g · 7 years ago
  55. c872ad4 Fix comment by Juanli Shen · 7 years ago
  56. 10f38f5 Initialize data members in a single place. by Mark D. Roth · 7 years ago
  57. 8e4c9d3 Extract lb_calld from glb_policy by Juanli Shen · 7 years ago
  58. 9ab4d0c Add const version of operator[]. by Mark D. Roth · 7 years ago
  59. 633add8 Merge pull request #14060 from euroelessar/boringssl-use-bio-pair by Jiangtao Li · 7 years ago
  60. 19688bf Add clear() method for InlinedVector<>. by Mark D. Roth · 7 years ago
  61. dd2260c resolve comment by yang-g · 7 years ago
  62. 4d8828b Clear pending read when service handler is finished by yang-g · 7 years ago
  63. d36fe07 rename gts to alts by Yihua Zhang · 7 years ago
  64. 81b608a fix no_proxy_str memory leak by Jan Tattermusch · 7 years ago
  65. ac0808b Merge pull request #14093 from markdroth/arena_alignment by Mark D. Roth · 7 years ago
  66. a958664 Merge pull request #14079 from kpayson64/disable_fork_support by kpayson64 · 7 years ago
  67. 62569dd Fix arena to return aligned memory. by Mark D. Roth · 7 years ago
  68. 392e213 Removing grpc_alarm from core requires a major version bump for core by Vijay Pai · 7 years ago
  69. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 7 years ago
  70. 1722640 [ssl] Reduce number of copies by Ruslan Nigmatullin · 7 years ago
  71. fb309a9 Merge pull request #14092 from mehrdada/bump1-10 by Mehrdad Afshari · 7 years ago
  72. cbb4f78 Merge pull request #14089 from markdroth/no_plus_in_directory_names by Mark D. Roth · 7 years ago
  73. 4388404 Regenerate projects by Mehrdad Afshari · 7 years ago
  74. 4f2b0fd Rename 'gpr++' directories to 'gprpp'. by Mark D. Roth · 7 years ago
  75. 9585746 PR feedback changes by Ken Payson · 7 years ago
  76. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  77. 9813858 Merge pull request #14070 from markdroth/backoff_api_cleanup by Mark D. Roth · 7 years ago
  78. 83251bb Merge pull request #14076 from grpc/execctx_remfinish by Yash Tibrewal · 7 years ago
  79. 51f5125 Merge remote-tracking branch 'upstream/master' into disable_fork_support by Ken Payson · 7 years ago
  80. f91d4ef Merge remote-tracking branch 'upstream/master' into disable_fork_support by Ken Payson · 7 years ago
  81. e2e41ff Allow turning off fork support with env variable by Ken Payson · 7 years ago
  82. 9db1691 Merge pull request #14051 from markdroth/reorganize_support by Mark D. Roth · 7 years ago
  83. 9cd22de Remove extraneous Finish in ExecCtx by Yash Tibrewal · 7 years ago
  84. 9a4c6b3 Merge pull request #14068 from coryan/patch-1 by Mehrdad Afshari · 7 years ago
  85. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  86. 44fe6e2 Combine BackOff Begin() and Step() methods. by Mark D. Roth · 7 years ago
  87. b508929 fix "not enough actual parameters for macro" warning by Jan Tattermusch · 7 years ago
  88. 41723fa Fixed typo in documentation. by Carlos O'Ryan · 7 years ago
  89. e607f1a Merge pull request #14052 from mehrdada/legacyepoll by Mehrdad Afshari · 7 years ago
  90. fb66900 Eliminate GRPC_LINUX_LEGACY_EPOLL by Mehrdad Afshari · 7 years ago
  91. 8b0e9fb Explicitly enable epoll on manylinux1 by Mehrdad Afshari · 7 years ago
  92. 156d6e1 Fix bad merge by David Garcia Quintas · 7 years ago
  93. 41d27e1 Merge branch 'master' of github.com:grpc/grpc into conn_subchannel by David Garcia Quintas · 7 years ago
  94. c24630f Merge pull request #14041 from mehrdada/enable-epoll by Mehrdad Afshari · 7 years ago
  95. 8afe8d3 Merge pull request #13984 from markdroth/ref_counting by Mark D. Roth · 7 years ago
  96. 1957fd0 Enable epoll on Python manylinux1 by Mehrdad Afshari · 7 years ago
  97. 2b19f49 Code review changes. by Mark D. Roth · 7 years ago
  98. e5b7ddd Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failure by Jan Tattermusch · 7 years ago
  99. f512c0d Merge remote-tracking branch 'upstream/master' into ref_counting by Mark D. Roth · 7 years ago
  100. 69c539f clang-format by Mark D. Roth · 7 years ago