1. 0ec6973 Revert semantic changes for fd_notify_on_* by Yash Tibrewal · 6 years ago
  2. 0d757a6 Adding docs and cleaning up by Yash Tibrewal · 6 years ago
  3. f039793 Fathom TCP level changes. TracedBuffer for keeping track of all buffers by Yash Tibrewal · 6 years ago
  4. 31c7ab1 Merge pull request #16016 from hcaseyal/fix_timer_scope_typo by hcaseyal · 6 years ago
  5. a99f776 Reduce spammy logs by ncteisen · 6 years ago
  6. be40b0d Add server load reporting service by Juanli Shen · 6 years ago
  7. 15c947a Fix typo in GPR_TIMER_SCOPE annotation. The typo could be misleading in performance profiles by Hope Casey-Allen · 6 years ago
  8. 7cb6e9d Merge pull request #15962 from sreecha/fix-dns-job by Sree Kuchibhotla · 6 years ago
  9. 69e5dff Handle multiple invocations of grpc_executor_shutdown() by Sree Kuchibhotla · 6 years ago
  10. 4decd14 Merge pull request #15896 from markdroth/client_channel_refactor by Mark D. Roth · 6 years ago
  11. ea44d93 Merge pull request #15998 from grpc/v1.13.x by Mehrdad Afshari · 6 years ago
  12. 37e4990 replace new/delete with grpc_core::New and grpc_core::Delete by Sree Kuchibhotla · 6 years ago
  13. 8aefdd3 use a global executor pointer that is initialized by grpc_executor_init() by Sree Kuchibhotla · 6 years ago
  14. f0ed1a2 Create on first use pattern for initializing global executor by Sree Kuchibhotla · 6 years ago
  15. ea75af5 Merge pull request #15947 from dgquintas/rr_ppicks_fix by David G. Quintas · 6 years ago
  16. a0a81a1 remove unnecessary header by Sree Kuchibhotla · 6 years ago
  17. 4b88f3b Merge branch 'master' into fix-dns-job by Sree Kuchibhotla · 6 years ago
  18. d6f4d9c Merge branch 'master' into fix-dns-job by Sree Kuchibhotla · 6 years ago
  19. 7b8a6b6 More PR comments; useful tracing by Sree Kuchibhotla · 6 years ago
  20. 4f0dec7 Refactor resolver result callback. by Mark D. Roth · 6 years ago
  21. a789ac3 Merge pull request #15982 from ncteisen/channelz-registry by Noah Eisen · 6 years ago
  22. e57fae7 Remove unneeded include by ncteisen · 6 years ago
  23. 664ba4f Add note about on-by-default by ncteisen · 6 years ago
  24. 2fe4938 Reviewer comments by ncteisen · 6 years ago
  25. aca5043 Rewrite channelz registry in terms of inlined vector by ncteisen · 6 years ago
  26. 1e69b7c Rename grpc_executor_job_type to C++ style name by Sree Kuchibhotla · 6 years ago
  27. af74fc4 Merge pull request #15978 from yang-g/hanging_transport by Yang Gao · 6 years ago
  28. 02872df more code review comments by Sree Kuchibhotla · 6 years ago
  29. 8cc3a00 Fix typo by Sree Kuchibhotla · 6 years ago
  30. 83d0bfa address code review comemnts by Sree Kuchibhotla · 6 years ago
  31. 581cbef fix potential race condition in ALTS integrity-only extra-copy mode by jiangtaoli2016 · 6 years ago
  32. acb863c Do not start timer if transport is closed. by yang-g · 6 years ago
  33. f5b1966 add a TODO by Jan Tattermusch · 6 years ago
  34. df332f3 explain the shutdown hooks in detail by Jan Tattermusch · 6 years ago
  35. cd01eef Remove C# shutdown hook on .NET Core by Chris Bacon · 6 years ago
  36. 7e9d525 Move executor implementation into GrpcExecutor class by Sree Kuchibhotla · 6 years ago
  37. 1cc028f Upmerge v1.13.x into master by Mehrdad Afshari · 6 years ago
  38. 7ff678c Merge pull request #15906 from ncteisen/channelz by Noah Eisen · 6 years ago
  39. 86aa172 Merge pull request #15919 from AspirinSJL/reorder by Juanli Shen · 6 years ago
  40. caa85b2 Reviewer feedback by ncteisen · 6 years ago
  41. c9c1fef Write ClientChannelNode in terms of client_channel by ncteisen · 6 years ago
  42. 2300351 Change pattern to have subtype do json population by ncteisen · 6 years ago
  43. afb9829 Fix the muddled linkeage of channelz by ncteisen · 6 years ago
  44. c53f8df Fixed ordering in adding pending picks to RR by David Garcia Quintas · 6 years ago
  45. 252d3f3 Merge pull request #15909 from yihuazhang/local_channel_credentials by yihuaz · 6 years ago
  46. f0375f8 Merge pull request #15879 from hcaseyal/client_auth_allocation by hcaseyal · 6 years ago
  47. 024c663 Merge pull request #15771 from ncteisen/serialization by Noah Eisen · 6 years ago
  48. e83415d minor fix by Yihua Zhang · 6 years ago
  49. 587b40d finished 2nd revision by Yihua Zhang · 6 years ago
  50. ff6c5b2 Merge remote-tracking branch 'upstream/master' into local_channel_credentials by Yihua Zhang · 6 years ago
  51. 71566ff Allocate on call arena in client_auth_filter by Hope Casey-Allen · 6 years ago
  52. f44f0bc Merge branch 'master' into kerrick-lyft-patch-1 by Kerrick Staley · 6 years ago
  53. 0bcc55f finished 1st revision by Yihua Zhang · 6 years ago
  54. c5f1eda implement loca credentials by Yihua Zhang · 6 years ago
  55. 1f96515 Reorder steps when starting a server by Juanli Shen · 6 years ago
  56. 9f7e963 Merge pull request #15883 from hcaseyal/remove_server_auth_allocation by hcaseyal · 6 years ago
  57. f061a88 Remove auth_context from call data. Use channel data auth context instead by Hope Casey-Allen · 6 years ago
  58. 9555484 Fix macro error and clang tidy by Hope Casey-Allen · 6 years ago
  59. 95800f4 Remove allocation in server_auth_filter by Hope Casey-Allen · 6 years ago
  60. a0a5953 s/CodegenGeneric/Raw/g by ncteisen · 6 years ago
  61. 7206c05 refactor extra-copy integrity-only protector by jiangtaoli2016 · 6 years ago
  62. 10d853d Merge pull request #15891 from markdroth/subchannel_alignment_fix by Mark D. Roth · 6 years ago
  63. 8db7788 Merge branch 'master' of https://github.com/grpc/grpc into serialization by ncteisen · 6 years ago
  64. 52a2f21 Allow extra copy in zero-copy protector integrity-only mode by jiangtaoli2016 · 6 years ago
  65. 9687447 Regenerate projects by Srini Polavarapu · 6 years ago
  66. d463a64 Fix subchannel call to align its call stack (similar to 15b37ac for parent call). by Mark D. Roth · 6 years ago
  67. e85e713 timer manager: don't turn off threading in start_threads() by Eric Gribkoff · 6 years ago
  68. 2223e60 Avoid duplicate definitions of ROUND_UP_TO_ALIGNMENT_SIZE() macro. by Mark D. Roth · 6 years ago
  69. 0a6fdb2 Merge pull request #15828 from apolcyn/fix_gcd by apolcyn · 6 years ago
  70. a7e282e PHP: add call invoker by ZhouyihaiDing · 6 years ago
  71. 1e0de6a Merge pull request #15777 from muxi/cfstream-doc by Muxi Yan · 6 years ago
  72. 35bbd90 Merge pull request #15848 from vjpai/thd_fix by Vijay Pai · 6 years ago
  73. 3c3b6b8 Merge pull request #15838 from muxi/objc-channel-args by Muxi Yan · 6 years ago
  74. ec1c014 Update link to network transition behavior doc by Muxi Yan · 6 years ago
  75. 82d65f2 Merge pull request #14650 from muxi/network-behavior-doc by Muxi Yan · 6 years ago
  76. 5d4bb06 Fix grammar by Muxi Yan · 6 years ago
  77. 0220a99 Explicitly delete fd from pollset set after c-ares is done by Alexander Polcyn · 6 years ago
  78. 7b0af97 Disable connectivity_state query for now by ncteisen · 6 years ago
  79. 2995000 Comments by Muxi Yan · 6 years ago
  80. e0198fc Merge pull request #15776 from sreecha/epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  81. 618a3f5 Merge pull request #15839 from hcaseyal/server_auth_allocation by hcaseyal · 6 years ago
  82. 4fb5378 Fix Bazel build instructions by Kerrick Staley · 6 years ago
  83. 3acf8e6 Merge pull request #15840 from dgquintas/common_nanopb by David G. Quintas · 6 years ago
  84. 8f3222c Remove allocation in server_auth filter and allocate on the arena instead by Hope Casey-Allen · 6 years ago
  85. 24416c7 Merge pull request #15834 from ganmacs/ensure-that-cancelled-server_streamer-call-raise-cancell by apolcyn · 6 years ago
  86. 1645e1c Sync'd load_balancer.proto by David Garcia Quintas · 6 years ago
  87. 6cec581 Merge pull request #15850 from grpc/v1.13.x by Mehrdad Afshari · 6 years ago
  88. c1b64e3 GRPC::Cancelled should be occured when calling Enumrable#next on canceled call by ganmacs · 6 years ago
  89. ed0dc06 Regenerate Projects by Mehrdad Afshari · 6 years ago
  90. 46168bf Check the value in the pointer, not the address by Vijay Pai · 6 years ago
  91. 1176dc3 Add tests by Muxi Yan · 6 years ago
  92. f5f1d57 Add load reporting filter by Juanli Shen · 6 years ago
  93. afbc251 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  94. f3955ba Update to use the canonical version of LB proto by David Garcia Quintas · 6 years ago
  95. 291bbc7 Add load reporter by Juanli Shen · 6 years ago
  96. 3da6227 Merge pull request #15800 from ganmacs/remove-redefine-class by apolcyn · 6 years ago
  97. 1517f80 Merge branch 'master' into epollex-ownerfd-fix by Sree Kuchibhotla · 6 years ago
  98. 6c7b6b8 Merge pull request #15779 from ZhouyihaiDing/deserialize by Zhouyihai Ding · 6 years ago
  99. 9a0a2cc Merge pull request #15826 from mehrdada/upmerge-v1.13.x-into-master by Mehrdad Afshari · 6 years ago
  100. c82cd7c Merge pull request #15799 from AspirinSJL/htonl by Juanli Shen · 6 years ago