1. 0d757a6 Adding docs and cleaning up by Yash Tibrewal · 6 years ago
  2. f039793 Fathom TCP level changes. TracedBuffer for keeping track of all buffers by Yash Tibrewal · 6 years ago
  3. a99f776 Reduce spammy logs by ncteisen · 6 years ago
  4. 69e5dff Handle multiple invocations of grpc_executor_shutdown() by Sree Kuchibhotla · 6 years ago
  5. 37e4990 replace new/delete with grpc_core::New and grpc_core::Delete by Sree Kuchibhotla · 6 years ago
  6. 8aefdd3 use a global executor pointer that is initialized by grpc_executor_init() by Sree Kuchibhotla · 6 years ago
  7. f0ed1a2 Create on first use pattern for initializing global executor by Sree Kuchibhotla · 6 years ago
  8. a0a81a1 remove unnecessary header by Sree Kuchibhotla · 6 years ago
  9. 4b88f3b Merge branch 'master' into fix-dns-job by Sree Kuchibhotla · 6 years ago
  10. 7b8a6b6 More PR comments; useful tracing by Sree Kuchibhotla · 6 years ago
  11. e57fae7 Remove unneeded include by ncteisen · 6 years ago
  12. 664ba4f Add note about on-by-default by ncteisen · 6 years ago
  13. 2fe4938 Reviewer comments by ncteisen · 6 years ago
  14. aca5043 Rewrite channelz registry in terms of inlined vector by ncteisen · 6 years ago
  15. 1e69b7c Rename grpc_executor_job_type to C++ style name by Sree Kuchibhotla · 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. 7e9d525 Move executor implementation into GrpcExecutor class by Sree Kuchibhotla · 6 years ago
  20. caa85b2 Reviewer feedback by ncteisen · 6 years ago
  21. c9c1fef Write ClientChannelNode in terms of client_channel by ncteisen · 6 years ago
  22. 2300351 Change pattern to have subtype do json population by ncteisen · 6 years ago
  23. afb9829 Fix the muddled linkeage of channelz by ncteisen · 6 years ago
  24. 252d3f3 Merge pull request #15909 from yihuazhang/local_channel_credentials by yihuaz · 6 years ago
  25. f0375f8 Merge pull request #15879 from hcaseyal/client_auth_allocation by hcaseyal · 6 years ago
  26. e83415d minor fix by Yihua Zhang · 6 years ago
  27. 587b40d finished 2nd revision by Yihua Zhang · 6 years ago
  28. 71566ff Allocate on call arena in client_auth_filter by Hope Casey-Allen · 6 years ago
  29. 0bcc55f finished 1st revision by Yihua Zhang · 6 years ago
  30. c5f1eda implement loca credentials by Yihua Zhang · 6 years ago
  31. f061a88 Remove auth_context from call data. Use channel data auth context instead by Hope Casey-Allen · 6 years ago
  32. 9555484 Fix macro error and clang tidy by Hope Casey-Allen · 6 years ago
  33. 95800f4 Remove allocation in server_auth_filter by Hope Casey-Allen · 6 years ago
  34. 10d853d Merge pull request #15891 from markdroth/subchannel_alignment_fix by Mark D. Roth · 6 years ago
  35. e85e713 timer manager: don't turn off threading in start_threads() by Eric Gribkoff · 6 years ago
  36. 2223e60 Avoid duplicate definitions of ROUND_UP_TO_ALIGNMENT_SIZE() macro. by Mark D. Roth · 6 years ago
  37. 0a6fdb2 Merge pull request #15828 from apolcyn/fix_gcd by apolcyn · 6 years ago
  38. 35bbd90 Merge pull request #15848 from vjpai/thd_fix by Vijay Pai · 6 years ago
  39. 0220a99 Explicitly delete fd from pollset set after c-ares is done by Alexander Polcyn · 6 years ago
  40. 7b0af97 Disable connectivity_state query for now by ncteisen · 6 years ago
  41. e0198fc Merge pull request #15776 from sreecha/epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  42. 618a3f5 Merge pull request #15839 from hcaseyal/server_auth_allocation by hcaseyal · 6 years ago
  43. 8f3222c Remove allocation in server_auth filter and allocate on the arena instead by Hope Casey-Allen · 6 years ago
  44. 6cec581 Merge pull request #15850 from grpc/v1.13.x by Mehrdad Afshari · 6 years ago
  45. 46168bf Check the value in the pointer, not the address by Vijay Pai · 6 years ago
  46. 1517f80 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  47. c82cd7c Merge pull request #15799 from AspirinSJL/htonl by Juanli Shen · 6 years ago
  48. 46a6059 Changes by kpayson64 · 6 years ago
  49. 1ab1287 Reviewer feedback by ncteisen · 6 years ago
  50. 68d4f50 Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  51. fb08283 Fix bug in pollset_add_fd_locked and a tsan error by Sree Kuchibhotla · 6 years ago
  52. ccc8a46 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  53. 9e3e646 Merge pull request #15274 from JackOfMostTrades/verify-callback-core by Mark D. Roth · 6 years ago
  54. 547bb5e Merge pull request #15782 from markdroth/recv_trailing_metadata_ready3 by Mark D. Roth · 6 years ago
  55. ac1b24f TODO by Juanli Shen · 6 years ago
  56. 332b325 Add endianness conversion for long by Juanli Shen · 6 years ago
  57. 09d7da2 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  58. 16ad9b8 Added a test to catch such things in future by Sree Kuchibhotla · 6 years ago
  59. f5691a5 add the missing gpr_mu_destroy by Sree Kuchibhotla · 6 years ago
  60. 561630d Regenerate projects by Mehrdad Afshari · 6 years ago
  61. 8cbd880 Add a null check for the endpoint on shutdown by kpayson64 · 6 years ago
  62. 51bbbc5 Get status from wire even if the recv_trailing_metadata batch callback by Mark D. Roth · 6 years ago
  63. c14e95f Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  64. c7166ae Make channelz an opt in feature by ncteisen · 6 years ago
  65. d661628 Merge pull request #15694 from srini100/bump-to-v1.14 by Srini Polavarapu · 6 years ago
  66. 211bd0e Prevent pollable from accessing a potentially orphaned/destroyed fd by Sree Kuchibhotla · 6 years ago
  67. c2e4017 Merge pull request #15726 from kwasimensah/master by Nicolas Noble · 6 years ago
  68. 817d28f Revert "Merge pull request #15746 from grpc/revert-15709-recv_trailing_metadata_ready2" by Mark D. Roth · 6 years ago
  69. 7ea8a60 Revert "Add Type Checking On Channel Args" by Noah Eisen · 6 years ago
  70. f92460e Merge branch 'master' of https://github.com/grpc/grpc into channelz by ncteisen · 6 years ago
  71. e98ce72 Merge pull request #15678 from ncteisen/channel-arg-sanity by Noah Eisen · 6 years ago
  72. 26287ea Merge pull request #15727 from kpayson64/null_endpoint by kpayson64 · 6 years ago
  73. 3f9308c Merge pull request #15746 from grpc/revert-15709-recv_trailing_metadata_ready2 by Vijay Pai · 6 years ago
  74. 01953a5 Merge pull request #15730 from sreecha/epollex-pls-add-documentation by Sree Kuchibhotla · 6 years ago
  75. 1198d8d Reviewer feedback by ncteisen · 6 years ago
  76. 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
  77. 0293ceb Add a null check for the endpoint on shutdown by kpayson64 · 6 years ago
  78. 6c25d60 Merge pull request #15709 from markdroth/recv_trailing_metadata_ready2 by Mark D. Roth · 6 years ago
  79. f82e28f Clean up use of GRPC_ARG_INTEGER by ncteisen · 6 years ago
  80. 6dc54c4 Remove all uses of raw GRPC_ARG_POINTER by ncteisen · 6 years ago
  81. 86246e7 clang format by Sree Kuchibhotla · 6 years ago
  82. ca4e7cd Document fd_cache by Sree Kuchibhotla · 6 years ago
  83. eb10abe Merge pull request #15648 from apolcyn/remove_fd_shutdown_already_closed by apolcyn · 6 years ago
  84. 68eff58 Create verify_peer_options when creating ssl credentials in order to expose a verification callback option. by Ian Haken · 7 years ago
  85. 87a63e0 Merge pull request #15691 from apolcyn/roll_forward_fix_shutdown_closed_socket by apolcyn · 6 years ago
  86. 7d594b2 Fixing typo by kwasimensah · 6 years ago
  87. d80edf5 Add sys/epoll.h by kwasimensah · 6 years ago
  88. 9ee372e Add sys/epoll.h by kwasimensah · 6 years ago
  89. a14729f Merge pull request #15092 from yashykt/epollerr by Yash Tibrewal · 6 years ago
  90. 66e6780 Merge pull request #15714 from muxi/fix-cfstream-dup-schedule by Muxi Yan · 6 years ago
  91. 15b37ac Fix call stack alignment. by Mark D. Roth · 6 years ago
  92. 5b3824b Code review changes. by Mark D. Roth · 6 years ago
  93. dddf207 Merge branch 'master' into epollerr by Yash Tibrewal · 6 years ago
  94. c63673e nit - Rename stream_sync to stream_handle to match class name by Muxi Yan · 6 years ago
  95. 0f6016a bug - Fix #15679 by Muxi Yan · 6 years ago
  96. 7174ed5 Backport #15714 to v1.13.x by Muxi Yan · 6 years ago
  97. 9846826 Revert "Revert "move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops"" by Mark D. Roth · 6 years ago
  98. 3089cc8 Merge pull request #15676 from ncteisen/error-creation-sanity by Noah Eisen · 6 years ago
  99. c6664b0 Revert "move recv_trailing_metadata into its own callback, don't use on_complete for recv_ops" by Mark D. Roth · 6 years ago
  100. 586c639 Regenerate projects by Srini Polavarapu · 6 years ago