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