1. 2cec9c5 Merge pull request #16264 from ericgribkoff/fork_support_v2 by Eric Gribkoff · 6 years ago
  2. 0ff641a Define the allow pthread atfork macro for gRPC Python MacOS builds by Eric Gribkoff · 6 years ago
  3. 5b0e753 Merge pull request #16398 from markdroth/round_robin_size_t_fix by Mark D. Roth · 6 years ago
  4. f8cf7ee Support gRPC Python client-side fork with epoll1 by Eric Gribkoff · 6 years ago
  5. 39e53c1 remove extra blank line by Yash Tibrewal · 6 years ago
  6. 2c37c51 Add logging for tcp_user_timeout not supported by Yash Tibrewal · 6 years ago
  7. fba18d8 Fix a number of spelling errors. by Chris Lamb · 6 years ago
  8. 986fa0e reviewer comments by Yash Tibrewal · 6 years ago
  9. 0aa1bd2 Ensure thread_pool is not None for grpc.Server by Mehrdad Afshari · 6 years ago
  10. 622f1a8 Reviewer comment by Yash Tibrewal · 6 years ago
  11. dfe377e Did not initialize len earlier by Yash Tibrewal · 6 years ago
  12. ecee4ac Use linux kernel version 2.6.37 to decide whether to use TCP_USER_TIMEOUT or not by Yash Tibrewal · 6 years ago
  13. 1cfd81a Explain the newer semantics of grpc_error_add_child by Yash Tibrewal · 6 years ago
  14. 82bc60c Merge pull request #16170 from hcaseyal/timer_test by hcaseyal · 6 years ago
  15. f94d988 Remove unnecessary atm by Juanli Shen · 6 years ago
  16. 2f8e60a Set TCP_USER_TIMEOUT socket option by Yash Tibrewal · 6 years ago
  17. 97ceb59 Remove unwanted logs and also add status details to status error by Yash Tibrewal · 6 years ago
  18. 85ff14d Modify existing error child manipulation by Yash Tibrewal · 6 years ago
  19. 91cb48a Add timer tests for long running services by Hope Casey-Allen · 6 years ago
  20. 9e51595 size_t shouldn't have the value -1; switch to int by Vijay Pai · 6 years ago
  21. 5fb2281 Merge pull request #16404 from ZhouyihaiDing/fix_16392 by Zhouyihai Ding · 6 years ago
  22. 461c910 PHP: fix failed test 16392 by ZhouyihaiDing · 6 years ago
  23. b91d96b Merge branch 'master' into status by Yash Tibrewal · 6 years ago
  24. ccc6ee3 Merge pull request #15984 from g-easy/hdrs by Vijay Pai · 6 years ago
  25. 4eceb65 Merge remote-tracking branch 'upstream/master' into pf_keep_unselected_subchannels by Mark D. Roth · 6 years ago
  26. 46008f0 Merge pull request #15926 from cartr/platform_solaris_aix by Vijay Pai · 6 years ago
  27. add7276 Fix round_robin to avoid negative size_t value. by Mark D. Roth · 6 years ago
  28. 49e74c0 Simplify call arena size growth by Juanli Shen · 6 years ago
  29. 66a4efc PHP: fix failed test 16392 by ZhouyihaiDing · 6 years ago
  30. 1a81d98 Merge pull request #16307 from AspirinSJL/revert_c_to_tf by Juanli Shen · 6 years ago
  31. 472b932 Merge pull request #16374 from vjpai/census by Vijay Pai · 6 years ago
  32. 25f7d0f Revert to TRANSIENT_FAILURE during backoff by Juanli Shen · 6 years ago
  33. 8ba4563 Merge pull request #16373 from markdroth/mu_guard_cleanup by Mark D. Roth · 6 years ago
  34. bf941c1 Merge remote-tracking branch 'upstream/master' into pf_keep_unselected_subchannels by Mark D. Roth · 6 years ago
  35. b897204 Merge pull request #16306 from AspirinSJL/pf_check_state_before_watch by Juanli Shen · 6 years ago
  36. e9e92d4 Merge remote-tracking branch 'juanlishen/pf_check_state_before_watch' into pf_keep_unselected_subchannels by Mark D. Roth · 6 years ago
  37. 4d6f002 Code review changes and fix threading bug in test. by Mark D. Roth · 6 years ago
  38. a20e207 Configure module level loggers with basicConfig() by Naresh · 6 years ago
  39. b22c300 Fix typo by Yash Tibrewal · 6 years ago
  40. d19fd1c PF: Check connectivity state before watching by Juanli Shen · 6 years ago
  41. d9f4c76 Add a nullptr check by Yash Tibrewal · 6 years ago
  42. 381bcab Move a file from src/cpp to src/core since core depends on it by Vijay Pai · 6 years ago
  43. 7a7e4f5 Move C++ mu_guard class out of C-core public headers and fix style. by Mark D. Roth · 6 years ago
  44. 052beef Add further comments by Yash Tibrewal · 6 years ago
  45. 7e4be89 Merge pull request #16368 from grpc/revert-16214-order_order_please by Yang Gao · 6 years ago
  46. b840d5e Revert "Add more filter priority levels" by Yang Gao · 6 years ago
  47. 33e5c0d Replace is by == for a status comparison by Paul Petit · 6 years ago
  48. 8a86f53 Merge pull request #16356 from vjpai/exhaustion by Vijay Pai · 6 years ago
  49. a45e386 Merge pull request #16054 from dgquintas/pf_ppicks_fix by David G. Quintas · 6 years ago
  50. 2cb3e82 Merge pull request #16361 from ncteisen/php by Noah Eisen · 6 years ago
  51. befcfee Add error checking for server args in PHP by ncteisen · 6 years ago
  52. 3f00256 Add error checking for server args in PHP by ncteisen · 6 years ago
  53. 9c32dab Expand comment based on reviewer feedback by Vijay Pai · 6 years ago
  54. 4c4e51d Merge remote-tracking branch 'juanlishen/pf_check_state_before_watch' into pf_keep_unselected_subchannels by Mark D. Roth · 6 years ago
  55. d08ea30 Fixed ordering in adding pending picks to PF by David Garcia Quintas · 6 years ago
  56. 70ef911 Add C++ support for GetServers by ncteisen · 6 years ago
  57. 47edf79 Merge branch 'channelz-server' into channelz-cpp-server by ncteisen · 6 years ago
  58. 632b58c regenerate projects by ncteisen · 6 years ago
  59. 408f64c Merge branch 'channelz-server' into channelz-cpp-server by ncteisen · 6 years ago
  60. f3c600f Fix up C++ test to be more stable by ncteisen · 6 years ago
  61. da786c2 Merge pull request #16354 from vjpai/tidy by Vijay Pai · 6 years ago
  62. d9781df Address reviewer comments by Vijay Pai · 6 years ago
  63. 8e35441 Fix LR test by Juanli Shen · 6 years ago
  64. 3aa987a Add channelz server support by ncteisen · 6 years ago
  65. 14ad82a Create a new method handler for resource exhaustion and tie into thread mgr by Vijay Pai · 6 years ago
  66. 6321a53 fix typo by ncteisen · 6 years ago
  67. f025b6e Change thread default to INT_MAX by ncteisen · 6 years ago
  68. cbca2ff Match parameter name in definition to declaration by Vijay Pai · 6 years ago
  69. 17a6bf6 Merge pull request #16298 from vjpai/custom_poller by Vijay Pai · 6 years ago
  70. 4b42288 Merge pull request #16302 from vjpai/callback_cq by Vijay Pai · 6 years ago
  71. e91ae9d Fix abstract base class definition by Vijay Pai · 6 years ago
  72. d0f116c Can't count on shutdown_cb nullptr if version is 1 by Vijay Pai · 6 years ago
  73. fe7f791 Address reviewer comments by Vijay Pai · 6 years ago
  74. 4eff373 Add detailed comment for g_factories by Vijay Pai · 6 years ago
  75. b49f47d linux version needs to be defined by Yash Tibrewal · 6 years ago
  76. 5e1cf10 Fix clamp for window update by ncteisen · 6 years ago
  77. 82b1a08 Try1 by Yash Tibrewal · 6 years ago
  78. ac50c81 Try by Yash Tibrewal · 6 years ago
  79. 0bf39e2 Subchannel support to C++ by ncteisen · 6 years ago
  80. b8f030b reformat by ncteisen · 6 years ago
  81. d69fdef Merge branch 'master' into minor-timer-fix by Sree Kuchibhotla · 6 years ago
  82. 4043019 Merge pull request #16319 from sreecha/transport-comments by Sree Kuchibhotla · 6 years ago
  83. 4af7ef8 Reviewer comments by Yash Tibrewal · 6 years ago
  84. bbb9731 Merge branch 'master' into callback_cq by Vijay Pai · 6 years ago
  85. 556775d Merge master by Yash Tibrewal · 6 years ago
  86. 0ec6973 Revert semantic changes for fd_notify_on_* by Yash Tibrewal · 6 years ago
  87. 716857e Merge branch 'master' into rq-threads-2 by Sree Kuchibhotla · 6 years ago
  88. ba7ca97 Merge pull request #16035 from ncteisen/flow-control-tracing by Noah Eisen · 6 years ago
  89. a4c0cb7 Merge pull request #16339 from jtattermusch/msbuild_intergration_prepare1 by Jan Tattermusch · 6 years ago
  90. ff26cd1 Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels by ncteisen · 6 years ago
  91. e0ae6c7 Fix bug with proxy end2end test by ncteisen · 6 years ago
  92. 4e1e6ce Fix pick_first to not throw away unused subchannels. by Mark D. Roth · 6 years ago
  93. da8c26f Merge pull request #16261 from muxi/dynamic-cfstream-init by Muxi Yan · 6 years ago
  94. c2f270f sync nunit version for all test projects by Jan Tattermusch · 6 years ago
  95. ec8a5f2 C# sanity test accepts [TestCase] attribute too by Jan Tattermusch · 6 years ago
  96. ccf04c4 WIP by ncteisen · 6 years ago
  97. c850354 Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels by ncteisen · 6 years ago
  98. daf21c6 Merge pull request #16321 from srini100/master by Srini Polavarapu · 6 years ago
  99. 84ac8c2 Merge pull request #16325 from muxi/add-new-line by Muxi Yan · 6 years ago
  100. e786b33 Merge pull request #16322 from jtattermusch/csharp_protobuf_update361 by Jan Tattermusch · 6 years ago