1. 69e5dff Handle multiple invocations of grpc_executor_shutdown() by Sree Kuchibhotla · 6 years ago
  2. 37e4990 replace new/delete with grpc_core::New and grpc_core::Delete by Sree Kuchibhotla · 6 years ago
  3. 8aefdd3 use a global executor pointer that is initialized by grpc_executor_init() by Sree Kuchibhotla · 6 years ago
  4. f0ed1a2 Create on first use pattern for initializing global executor by Sree Kuchibhotla · 6 years ago
  5. a0a81a1 remove unnecessary header by Sree Kuchibhotla · 6 years ago
  6. 4b88f3b Merge branch 'master' into fix-dns-job by Sree Kuchibhotla · 6 years ago
  7. d6f4d9c Merge branch 'master' into fix-dns-job by Sree Kuchibhotla · 6 years ago
  8. 7b8a6b6 More PR comments; useful tracing by Sree Kuchibhotla · 6 years ago
  9. a789ac3 Merge pull request #15982 from ncteisen/channelz-registry by Noah Eisen · 6 years ago
  10. e57fae7 Remove unneeded include by ncteisen · 6 years ago
  11. 664ba4f Add note about on-by-default by ncteisen · 6 years ago
  12. 2fe4938 Reviewer comments by ncteisen · 6 years ago
  13. aca5043 Rewrite channelz registry in terms of inlined vector by ncteisen · 6 years ago
  14. 1e69b7c Rename grpc_executor_job_type to C++ style name by Sree Kuchibhotla · 6 years ago
  15. af74fc4 Merge pull request #15978 from yang-g/hanging_transport by Yang Gao · 6 years ago
  16. 02872df more code review comments by Sree Kuchibhotla · 6 years ago
  17. 8cc3a00 Fix typo by Sree Kuchibhotla · 6 years ago
  18. 83d0bfa address code review comemnts by Sree Kuchibhotla · 6 years ago
  19. 581cbef fix potential race condition in ALTS integrity-only extra-copy mode by jiangtaoli2016 · 6 years ago
  20. acb863c Do not start timer if transport is closed. by yang-g · 6 years ago
  21. 7e9d525 Move executor implementation into GrpcExecutor class by Sree Kuchibhotla · 6 years ago
  22. caa85b2 Reviewer feedback by ncteisen · 6 years ago
  23. c9c1fef Write ClientChannelNode in terms of client_channel by ncteisen · 6 years ago
  24. 2300351 Change pattern to have subtype do json population by ncteisen · 6 years ago
  25. afb9829 Fix the muddled linkeage of channelz by ncteisen · 6 years ago
  26. 252d3f3 Merge pull request #15909 from yihuazhang/local_channel_credentials by yihuaz · 6 years ago
  27. f0375f8 Merge pull request #15879 from hcaseyal/client_auth_allocation by hcaseyal · 6 years ago
  28. e83415d minor fix by Yihua Zhang · 6 years ago
  29. 587b40d finished 2nd revision by Yihua Zhang · 6 years ago
  30. 71566ff Allocate on call arena in client_auth_filter by Hope Casey-Allen · 6 years ago
  31. 0bcc55f finished 1st revision by Yihua Zhang · 6 years ago
  32. c5f1eda implement loca credentials by Yihua Zhang · 6 years ago
  33. 9f7e963 Merge pull request #15883 from hcaseyal/remove_server_auth_allocation by hcaseyal · 6 years ago
  34. f061a88 Remove auth_context from call data. Use channel data auth context instead by Hope Casey-Allen · 6 years ago
  35. 9555484 Fix macro error and clang tidy by Hope Casey-Allen · 6 years ago
  36. 95800f4 Remove allocation in server_auth_filter by Hope Casey-Allen · 6 years ago
  37. 7206c05 refactor extra-copy integrity-only protector by jiangtaoli2016 · 6 years ago
  38. 10d853d Merge pull request #15891 from markdroth/subchannel_alignment_fix by Mark D. Roth · 6 years ago
  39. 52a2f21 Allow extra copy in zero-copy protector integrity-only mode by jiangtaoli2016 · 6 years ago
  40. d463a64 Fix subchannel call to align its call stack (similar to 15b37ac for parent call). by Mark D. Roth · 6 years ago
  41. e85e713 timer manager: don't turn off threading in start_threads() by Eric Gribkoff · 6 years ago
  42. 2223e60 Avoid duplicate definitions of ROUND_UP_TO_ALIGNMENT_SIZE() macro. by Mark D. Roth · 6 years ago
  43. 0a6fdb2 Merge pull request #15828 from apolcyn/fix_gcd by apolcyn · 6 years ago
  44. 35bbd90 Merge pull request #15848 from vjpai/thd_fix by Vijay Pai · 6 years ago
  45. 0220a99 Explicitly delete fd from pollset set after c-ares is done by Alexander Polcyn · 6 years ago
  46. 7b0af97 Disable connectivity_state query for now by ncteisen · 6 years ago
  47. e0198fc Merge pull request #15776 from sreecha/epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  48. 618a3f5 Merge pull request #15839 from hcaseyal/server_auth_allocation by hcaseyal · 6 years ago
  49. 3acf8e6 Merge pull request #15840 from dgquintas/common_nanopb by David G. Quintas · 6 years ago
  50. 8f3222c Remove allocation in server_auth filter and allocate on the arena instead by Hope Casey-Allen · 6 years ago
  51. 6cec581 Merge pull request #15850 from grpc/v1.13.x by Mehrdad Afshari · 6 years ago
  52. 46168bf Check the value in the pointer, not the address by Vijay Pai · 6 years ago
  53. f5f1d57 Add load reporting filter by Juanli Shen · 6 years ago
  54. f3955ba Update to use the canonical version of LB proto by David Garcia Quintas · 6 years ago
  55. 1517f80 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  56. c82cd7c Merge pull request #15799 from AspirinSJL/htonl by Juanli Shen · 6 years ago
  57. 46a6059 Changes by kpayson64 · 6 years ago
  58. aaa063a Merge pull request #15820 from ncteisen/noisy-comment by Noah Eisen · 6 years ago
  59. 45915f7 Add caveat to noisy comment, push to dbg mode by ncteisen · 6 years ago
  60. 1ab1287 Reviewer feedback by ncteisen · 6 years ago
  61. 6a025c0 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  62. d8772cf Merge pull request #15715 from markdroth/retry_data_per_attempt by Mark D. Roth · 6 years ago
  63. 68d4f50 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  64. fb08283 Fix bug in pollset_add_fd_locked and a tsan error by Sree Kuchibhotla · 6 years ago
  65. ccc8a46 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  66. 9e3e646 Merge pull request #15274 from JackOfMostTrades/verify-callback-core by Mark D. Roth · 6 years ago
  67. 5bacf2e Allocate retry payload fields with subchannel call instead of with each batch. by Mark D. Roth · 6 years ago
  68. 547bb5e Merge pull request #15782 from markdroth/recv_trailing_metadata_ready3 by Mark D. Roth · 6 years ago
  69. 01cbab6 Merge pull request #15070 from Vizerai/filter_port by Jim King · 6 years ago
  70. ac1b24f TODO by Juanli Shen · 6 years ago
  71. 332b325 Add endianness conversion for long by Juanli Shen · 6 years ago
  72. 09d7da2 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  73. 16ad9b8 Added a test to catch such things in future by Sree Kuchibhotla · 6 years ago
  74. f5691a5 add the missing gpr_mu_destroy by Sree Kuchibhotla · 6 years ago
  75. 7eda619 Separate the posix part of the c-ares driver by Alexander Polcyn · 6 years ago
  76. 561630d Regenerate projects by Mehrdad Afshari · 6 years ago
  77. 8cbd880 Add a null check for the endpoint on shutdown by kpayson64 · 6 years ago
  78. 51bbbc5 Get status from wire even if the recv_trailing_metadata batch callback by Mark D. Roth · 6 years ago
  79. c14e95f Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  80. c7166ae Make channelz an opt in feature by ncteisen · 6 years ago
  81. d661628 Merge pull request #15694 from srini100/bump-to-v1.14 by Srini Polavarapu · 6 years ago
  82. 1c6d6ba Merge pull request #15595 from dgquintas/nanopb_build_cleanup by David G. Quintas · 6 years ago
  83. 211bd0e Prevent pollable from accessing a potentially orphaned/destroyed fd by Sree Kuchibhotla · 6 years ago
  84. 8ad28d5 Fix comment typo in http_server_filter by Hope Casey-Allen · 6 years ago
  85. a726484 Merge pull request #15698 from yashykt/httpsproxy by Yash Tibrewal · 6 years ago
  86. 657a3eb Merge branch 'master' of github.com:grpc/grpc into nanopb_build_cleanup by David Garcia Quintas · 6 years ago
  87. c2e4017 Merge pull request #15726 from kwasimensah/master by Nicolas Noble · 6 years ago
  88. 2bf8ef2 Remove check for whether channel is secure/insecure. Always prefer 'https_proxy' and fallback on 'http_proxy' by Yash Tibrewal · 6 years ago
  89. 84328e7 No need to fallback on https_proxy for insecure connections by Yash Tibrewal · 6 years ago
  90. 1b9a7fa Prefer using https_proxy for secure channels and http_proxy for insecure channels by Yash Tibrewal · 6 years ago
  91. 817d28f Revert "Merge pull request #15746 from grpc/revert-15709-recv_trailing_metadata_ready2" by Mark D. Roth · 6 years ago
  92. 7ea8a60 Revert "Add Type Checking On Channel Args" by Noah Eisen · 6 years ago
  93. f92460e Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  94. e98ce72 Merge pull request #15678 from ncteisen/channel-arg-sanity by Noah Eisen · 6 years ago
  95. 26287ea Merge pull request #15727 from kpayson64/null_endpoint by kpayson64 · 6 years ago
  96. 3f9308c Merge pull request #15746 from grpc/revert-15709-recv_trailing_metadata_ready2 by Vijay Pai · 6 years ago
  97. 01953a5 Merge pull request #15730 from sreecha/epollex-pls-add-documentation by Sree Kuchibhotla · 6 years ago
  98. 1198d8d Reviewer feedback by ncteisen · 6 years ago
  99. 0159026 Revert "Second attempt: move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops" by Mark D. Roth · 6 years ago
  100. 057fd3f Merge pull request #15490 from apolcyn/ares_under_combiner by apolcyn · 6 years ago