1. db0a475 more WIP by Mark D. Roth · 6 years ago
  2. 7c1b5db Convert subchannel_list code to C++. by Mark D. Roth · 6 years ago
  3. d536dba Work-around for ref-counted subclass deletion address problem. by Mark D. Roth · 6 years ago
  4. 7f25d20 Merge pull request #14734 from markdroth/c++_retry_throttle by Mark D. Roth · 6 years ago
  5. 9db86fc Convert retry throttle code to C++ and add tests. by Mark D. Roth · 6 years ago
  6. 158375a Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  7. 49f625f more comments by David Garcia Quintas · 6 years ago
  8. e44efe0 rest of pr comments by David Garcia Quintas · 6 years ago
  9. bd6bdf9 Merge pull request #13290 from apolcyn/cares_address_sorting_master_c by apolcyn · 6 years ago
  10. 811169d Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  11. fa460dc Factor out grpc_add_default_authority_if_not_present by David Garcia Quintas · 6 years ago
  12. e63e06d Fall calls with wait_for_ready=false on transient resolver failure. by Mark D. Roth · 6 years ago
  13. 0abc077 Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  14. a10634c Merge branch 'master' of github.com:grpc/grpc into authority_header by David Garcia Quintas · 6 years ago
  15. 31e9576 Moved assertion for GRPC_ARG_DEFAULT_AUTHORITY into the authority filter by David Garcia Quintas · 6 years ago
  16. 77f64f7 Put address_sorting's public header under its own directory. Also add by Alex Polcyn · 6 years ago
  17. 690dde6 Add address sorting submodule for use in c-ares wrapper by Alexander Polcyn · 7 years ago
  18. 3b42f83 Revert "Revert "Channel Tracing Implementation; Part 1"" by ncteisen · 6 years ago
  19. 9bef139 Merge pull request #14746 from grpc/revert-13883-channel-tracing by Noah Eisen · 6 years ago
  20. bce37d2 Merge pull request #14464 from yashykt/socklent by Yash Tibrewal · 6 years ago
  21. f2bea37 Revert "Channel Tracing Implementation; Part 1" by Noah Eisen · 6 years ago
  22. 0e2c645 Merge master into yashykt:socklent by Yash Tibrewal · 6 years ago
  23. 78e532a Reviewer comments by ncteisen · 6 years ago
  24. b93a006 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  25. 961353a moved filter to ext by David Garcia Quintas · 6 years ago
  26. 44a1588 Merge master into yashykt:socklent by Yash Tibrewal · 6 years ago
  27. a22e16a Merge master into yashykt:execctxcleanup by Yash Tibrewal · 6 years ago
  28. c0cd82f Remove unnecessary includes of exec_ctx.h by Yash Tibrewal · 6 years ago
  29. 0dee3d9 Merge branch 'master' into socklent by Yash Tibrewal · 6 years ago
  30. fc0d0e7 Simplify dn_resolver_ares by kpayson64 · 6 years ago
  31. 539f506 Abstract libuv implementation by kpayson64 · 6 years ago
  32. 7b84b3d PR comments by David Garcia Quintas · 6 years ago
  33. c7c0d69 Secure channels: use the right authority by David Garcia Quintas · 6 years ago
  34. 4d46260 Explicit static_cast conversions by Yash Tibrewal · 6 years ago
  35. e63ab97 Merge branch 'master' into socklent by Yash Tibrewal · 6 years ago
  36. 3d8b32d Convert byte_stream API to C++. by Mark D. Roth · 6 years ago
  37. 68dbea2 Trial windows changes by Yash Tibrewal · 6 years ago
  38. 0c6024b Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  39. d2365d6 Reviewer comments by ncteisen · 6 years ago
  40. bec1a61 Reviewer feedback by ncteisen · 6 years ago
  41. e9587db Move status util by ncteisen · 6 years ago
  42. 1cc064d Reviewer feedback, s/object_registry/channel_trace_registry by ncteisen · 6 years ago
  43. 31c05ba reviewer feedback, rename by ncteisen · 6 years ago
  44. 7fed69b Use static_cast rather than reinterpret_cast whenever possible by Vijay Pai · 6 years ago
  45. 6ea7f33 Reviewer comments by ncteisen · 6 years ago
  46. 75cf85c Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  47. a84f818 Merge pull request #10684 from markdroth/retry by Mark D. Roth · 6 years ago
  48. 718c834 Retry support. by Mark D. Roth · 6 years ago
  49. 41a6aa3 Address the comments on backup poller by Yuchen Zeng · 6 years ago
  50. 3e7f2df Convert slice hash table and service config code to C++. by Mark D. Roth · 6 years ago
  51. 200dffc Merge pull request #14525 from grpc/v1.10.x by Mehrdad Afshari · 6 years ago
  52. af9f81c Cancel max idle timer when shutting down the server channel by Yuchen Zeng · 6 years ago
  53. db3e898 Add a sanity check for inclusion of port_platform.h by Alexander Polcyn · 6 years ago
  54. a90d718 Merge pull request #14455 from markdroth/grpclb_channel_args by Mark D. Roth · 6 years ago
  55. 3ef4af2 Fix crash when failing to create an LB policy. by Mark D. Roth · 6 years ago
  56. bd0f151 Refactor code for generating balancer channel args. by Mark D. Roth · 6 years ago
  57. c887549 Convert LB policy API to C++. by Mark D. Roth · 6 years ago
  58. 84f94c1 Merge pull request #14438 from grpc/revert-14412-revert-14376-revert-14356-revert-13671-grpclb_reresolution by Juanli Shen · 6 years ago
  59. 1b95f47 Fix refcounting bug in resolver callback. by Mark D. Roth · 6 years ago
  60. 782fdc7 Merge pull request #14416 from markdroth/send_message_slice_ownership by Mark D. Roth · 6 years ago
  61. 87c6504 Revert "Revert "Revert "Revert "grpclb re-resolution"""" by Juanli Shen · 6 years ago
  62. 24f388b Fix compile by ncteisen · 6 years ago
  63. bf323a9 Use grpc_channel_arg_get_string when appropriate by ncteisen · 6 years ago
  64. 6f374ea Use new helper funciton in one file by ncteisen · 6 years ago
  65. 874f812 Merge pull request #14428 from ncteisen/fuzz-2460 by Noah Eisen · 6 years ago
  66. ffff542 Fix fuzz test by Noah Eisen · 6 years ago
  67. 5f1e853 Cleanup from a quickly merged PR by ncteisen · 6 years ago
  68. 49cab8f Fix handshaker crash by Noah Eisen · 6 years ago
  69. e010dc9 Fix http_server filter to destroy its byte stream if it isn't returned. by Mark D. Roth · 6 years ago
  70. ac86f04 Merge branch 'master' of https://github.com/grpc/grpc into channel-tracing by ncteisen · 6 years ago
  71. f66cf0d Revert "Revert "Revert "grpclb re-resolution""" by David G. Quintas · 6 years ago
  72. 776490a Revert "Revert "grpclb re-resolution"" by Juanli Shen · 6 years ago
  73. 10a9e4e Merge pull request #14150 from ncteisen/more-clang-tidy by Noah Eisen · 6 years ago
  74. e1bec40 Manually fix build issue by Noah Eisen · 6 years ago
  75. 7756b37 Addressing #14170 leftover comments by David Garcia Quintas · 6 years ago
  76. 4d20a66 Run clang fmt by Noah Eisen · 6 years ago
  77. be82e64 Autofix c casts to c++ casts by Noah Eisen · 6 years ago
  78. 0693b72 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  79. 0024ebc Merge pull request #14196 from vjpai/gpr_review_tls by Vijay Pai · 6 years ago
  80. 239b7d4 Merge branch 'master' into gpr_review by Vijay Pai · 6 years ago
  81. 209f644 Convert resolver API to C++. by Mark D. Roth · 6 years ago
  82. 25b61fd Merge branch 'master' into gpr_review_tls by Vijay Pai · 6 years ago
  83. 7bd5e18 Merge pull request #14197 from vjpai/gpr_review_host_port by Vijay Pai · 6 years ago
  84. 8f4fbb1 Move avl to its own directory and rename it to grpc_avl by Vijay Pai · 6 years ago
  85. c8f572b Merge pull request #14170 from dgquintas/fake_resolver_dont_push_rr_reresolve2 by David G. Quintas · 6 years ago
  86. a68a11e PR comments by David Garcia Quintas · 6 years ago
  87. b1ef84a Merge branch 'master' into gpr_review_host_port by Vijay Pai · 6 years ago
  88. a485cf5 Merge pull request #14356 from grpc/revert-13671-grpclb_reresolution by Juanli Shen · 6 years ago
  89. aa7dc29 Revert "grpclb re-resolution" by Juanli Shen · 6 years ago
  90. 33cdd57 grpclb in charge of its re-resolution by Juanli Shen · 6 years ago
  91. 2033170 Make RR re-resolve upon any subchannel failure by David Garcia Quintas · 6 years ago
  92. 08d9f3d Change Ref() methods to return a RefCountedPtr<>. by Mark D. Roth · 6 years ago
  93. b9335eb Upmerge branch 'v1.9.x' into 'master' by Mehrdad Afshari · 6 years ago
  94. 9e620c3 Merge pull request #14315 from kpayson64/fix_refcounting by kpayson64 · 6 years ago
  95. f069dd4 Add refcounts for async callbacks in auth and client filters. by Ken Payson · 6 years ago
  96. 8011a09 Merge pull request #14281 from AspirinSJL/fake_resolver_results_upon_error by Juanli Shen · 7 years ago
  97. 1acfaca Merge branch 'master' into gpr_review_host_port by Vijay Pai · 7 years ago
  98. d4d0a30 Privatize useful.h and avl.h by Vijay Pai · 7 years ago
  99. d82e137 Add a results_upon_error setter to fake resolver by Juanli Shen · 7 years ago
  100. 8adf19c clang-format by David Garcia Quintas · 7 years ago