1. b1dbb1d Add bionic vm_sockets header by Hao Chen · 4 years, 3 months ago
  2. a0d43cf Vsock support for GRPC by Hao Chen · 4 years, 9 months ago
  3. 5bb69e0 Merge pull request #16488 from hcaseyal/hpack_static_table by hcaseyal · 6 years ago
  4. 327c514 Some reorganizing to respond to code review comments by Hope Casey-Allen · 6 years ago
  5. dd10cbc Change force_creation from atm to bool by Juanli Shen · 6 years ago
  6. 2062504 Follow the no_logging param to parse_ipv6_host_port by Alexander Polcyn · 6 years ago
  7. 5b27941 Even cleaner implementation that does not modify the grpc_mdelem struct. by Hope Casey-Allen · 6 years ago
  8. 964d679 Resolve ip literals and Windows localhost manually when using c-ares by Alexander Polcyn · 6 years ago
  9. 0b4e263 Small formatting and style changes by Hope Casey-Allen · 6 years ago
  10. fbe594b Much cleaner approach that should address code review comments as well by Hope Casey-Allen · 6 years ago
  11. 009d828 WIP. Modifying grpc_mdelem to store the static hpack table idnex by Hope Casey-Allen · 6 years ago
  12. c004a8e Responding to code review comments by Hope Casey-Allen · 6 years ago
  13. 796509b Fix ubsan error in subchannel_list code. by Mark D. Roth · 6 years ago
  14. 2edfddb Merge pull request #16055 from ncteisen/channelz-subchannels by Noah Eisen · 6 years ago
  15. 2ff5be8 reveiwer comments by ncteisen · 6 years ago
  16. 1a09a59 Merge pull request #16558 from ncteisen/user-agent by Noah Eisen · 6 years ago
  17. 58f6912 Merge pull request #16517 from sreecha/fix-addrlen by Sree Kuchibhotla · 6 years ago
  18. f2b34aa Clang tidy by Hope Casey-Allen · 6 years ago
  19. 9e08651 Fix mdelem tracing by Hope Casey-Allen · 6 years ago
  20. 2f76fd4 Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels by ncteisen · 6 years ago
  21. be8844b reviewer feedback by ncteisen · 6 years ago
  22. bf53d1c Fix subchannel key comparison by Juanli Shen · 6 years ago
  23. 3c1a3d9 Fix subchannel key comparison if forcing creation by Juanli Shen · 6 years ago
  24. 33d87e3 Fix internal_data to be the same size as the new grpc_linked_mdelem by Hope Casey-Allen · 6 years ago
  25. 8a8ed0e WIP. Handling error conditions such as duplicate metadata, metadata size limit, and default count. Clang tidy. by Hope Casey-Allen · 6 years ago
  26. 16f53ff Surface user agent by default by ncteisen · 6 years ago
  27. c9e300d Add channel arg control for user agent by ncteisen · 6 years ago
  28. 3a41245 Rectify the condition and add a test by Yash Tibrewal · 6 years ago
  29. dd95194 Prefer grpc status over http status by Yash Tibrewal · 6 years ago
  30. 5e054bf Stop unconditionally surfacing user agent to server by ncteisen · 6 years ago
  31. cd74b35 Merge pull request #16460 from hcaseyal/refactor_transport by hcaseyal · 6 years ago
  32. 85721e2 Change method name for consistency by Hope Casey-Allen · 6 years ago
  33. 4b859a6 Merge branch 'cronetfix' into status by Yash Tibrewal · 6 years ago
  34. d68e8b4 %s/state_op_done[OP_FAILED]/state_callback_received[OP_FAILED] by Yash Tibrewal · 6 years ago
  35. 9968024 Merge pull request #16209 from ncteisen/bugprone-undefined-memory-manipulation by Noah Eisen · 6 years ago
  36. 50419a0 fix format specifier for size_t and and a typo in test by Sree Kuchibhotla · 6 years ago
  37. c163baa Merge branch 'master' into fix-addrlen by Sree Kuchibhotla · 6 years ago
  38. 0a7363f Add a test to parse invalid addresses by Sree Kuchibhotla · 6 years ago
  39. 7269fd4 Fix ipv6 address parsing issue by Sree Kuchibhotla · 6 years ago
  40. f8a4aae Fix all instances of bugprone-undefined-memory-manipulation by ncteisen · 6 years ago
  41. 73d0cd4 Add ability to use static hpack table on the encode path by Hope Casey-Allen · 6 years ago
  42. 12b9e0b Fixed formatting by Moiz Haidry · 6 years ago
  43. e3e1840 Porting fix from CL- https://critique.corp.google.com/#review/210573936 by Moiz Haidry · 6 years ago
  44. 4b5b019 Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels by ncteisen · 6 years ago
  45. 896fc6e Merge pull request #15618 from markdroth/naming_doc_update by Mark D. Roth · 6 years ago
  46. 69b416a Update naming documentation. by Mark D. Roth · 6 years ago
  47. 8d47cd4 Revert "Revert "Fathom tcp changes"" by Yash Tibrewal · 6 years ago
  48. a144c13 Merge pull request #16342 from markdroth/pf_keep_unselected_subchannels by Mark D. Roth · 6 years ago
  49. 97ba943 Revert "Fathom tcp changes" by Jan Tattermusch · 6 years ago
  50. 2529cfe Light refactoring of some transport code by Hope Casey-Allen · 6 years ago
  51. aab47cb Merge pull request #15941 from yashykt/fathomtcpchanges by Yash Tibrewal · 6 years ago
  52. 32a8a86 Fix build issue by Juanli Shen · 6 years ago
  53. 142acb3 Merge pull request #16425 from lamby/spelling-errors by Juanli Shen · 6 years ago
  54. 5b0e753 Merge pull request #16398 from markdroth/round_robin_size_t_fix by Mark D. Roth · 6 years ago
  55. fba18d8 Fix a number of spelling errors. by Chris Lamb · 6 years ago
  56. 622f1a8 Reviewer comment by Yash Tibrewal · 6 years ago
  57. 85ff14d Modify existing error child manipulation by Yash Tibrewal · 6 years ago
  58. b91d96b Merge branch 'master' into status by Yash Tibrewal · 6 years ago
  59. 4eceb65 Merge remote-tracking branch 'upstream/master' into pf_keep_unselected_subchannels by Mark D. Roth · 6 years ago
  60. add7276 Fix round_robin to avoid negative size_t value. by Mark D. Roth · 6 years ago
  61. 1a81d98 Merge pull request #16307 from AspirinSJL/revert_c_to_tf by Juanli Shen · 6 years ago
  62. 472b932 Merge pull request #16374 from vjpai/census by Vijay Pai · 6 years ago
  63. 25f7d0f Revert to TRANSIENT_FAILURE during backoff by Juanli Shen · 6 years ago
  64. 8ba4563 Merge pull request #16373 from markdroth/mu_guard_cleanup by Mark D. Roth · 6 years ago
  65. e9e92d4 Merge remote-tracking branch 'juanlishen/pf_check_state_before_watch' into pf_keep_unselected_subchannels by Mark D. Roth · 6 years ago
  66. 4d6f002 Code review changes and fix threading bug in test. by Mark D. Roth · 6 years ago
  67. d19fd1c PF: Check connectivity state before watching by Juanli Shen · 6 years ago
  68. 381bcab Move a file from src/cpp to src/core since core depends on it by Vijay Pai · 6 years ago
  69. 7a7e4f5 Move C++ mu_guard class out of C-core public headers and fix style. by Mark D. Roth · 6 years ago
  70. b840d5e Revert "Add more filter priority levels" by Yang Gao · 6 years ago
  71. 4c4e51d Merge remote-tracking branch 'juanlishen/pf_check_state_before_watch' into pf_keep_unselected_subchannels by Mark D. Roth · 6 years ago
  72. d08ea30 Fixed ordering in adding pending picks to PF by David Garcia Quintas · 6 years ago
  73. 8e35441 Fix LR test by Juanli Shen · 6 years ago
  74. 5e1cf10 Fix clamp for window update by ncteisen · 6 years ago
  75. b8f030b reformat by ncteisen · 6 years ago
  76. 4043019 Merge pull request #16319 from sreecha/transport-comments by Sree Kuchibhotla · 6 years ago
  77. 556775d Merge master by Yash Tibrewal · 6 years ago
  78. ba7ca97 Merge pull request #16035 from ncteisen/flow-control-tracing by Noah Eisen · 6 years ago
  79. e0ae6c7 Fix bug with proxy end2end test by ncteisen · 6 years ago
  80. 4e1e6ce Fix pick_first to not throw away unused subchannels. by Mark D. Roth · 6 years ago
  81. ccf04c4 WIP by ncteisen · 6 years ago
  82. c850354 Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels by ncteisen · 6 years ago
  83. 186df43 As per review by Juanli Shen · 6 years ago
  84. f023814 minor comments format fix by Sree Kuchibhotla · 6 years ago
  85. d760b26 Modify comments by Sree Kuchibhotla · 6 years ago
  86. 2feba5f Merge from v1.14.x by Srini Polavarapu · 6 years ago
  87. 9b72650 PF: Check connectivity state before watching by Juanli Shen · 6 years ago
  88. 2580e1d Merge branch 'master' into transport-comments by Sree Kuchibhotla · 6 years ago
  89. 22f00ac add comments to transport by Sree Kuchibhotla · 6 years ago
  90. 5cd8b1e Enable c-ares queries on Windows by Alex Polcyn · 6 years ago
  91. 9490969 Revert #15983 - gRPC channels blocking indefinitely and not respecting deadlines on network disconnect by Srini Polavarapu · 6 years ago
  92. 60069ba Merge pull request #16225 from markdroth/reset_connection_backoff by Mark D. Roth · 6 years ago
  93. be49852 Merge pull request #16214 from yang-g/order_order_please by Yang Gao · 6 years ago
  94. f7e7256 Add experimental API for resetting connection backoff. by Mark D. Roth · 6 years ago
  95. cddfd4f Revert "Immediately run write closures for failed stream" by Hope Casey-Allen · 6 years ago
  96. e2a87da Add some comments by ncteisen · 6 years ago
  97. 0db2b83 Refactor rendering to use template method pattern by ncteisen · 6 years ago
  98. fde951d Intecept recv_trailing in client_channel for channelz by ncteisen · 6 years ago
  99. 2398365 Revert "Immediately run write closures for failed stream" by Noah Eisen · 6 years ago
  100. 6dfc4dd Merge branch 'master' of https://github.com/grpc/grpc into channelz-subchannels by ncteisen · 6 years ago