1. 461d59c Add BUILD file by Adele Zhou · 7 years ago
  2. 8011a09 Merge pull request #14281 from AspirinSJL/fake_resolver_results_upon_error by Juanli Shen · 7 years ago
  3. 45ba983 Merge pull request #14284 from dgquintas/kill_lb_policies_test by David G. Quintas · 7 years ago
  4. d82e137 Add a results_upon_error setter to fake resolver by Juanli Shen · 7 years ago
  5. e5b0a50 Merge pull request #14015 from vjpai/alarm by Vijay Pai · 7 years ago
  6. 8d8214a Removed obsolete lb_policies_test by David Garcia Quintas · 7 years ago
  7. 64d02ba Merge branch 'master' of github.com:grpc/grpc into dns_cooldown by David Garcia Quintas · 7 years ago
  8. ce1cfea Deprecate GPR_TIMER_BEGIN/END and replace with GPR_TIMER_SCOPE. by yang-g · 7 years ago
  9. f25126c PR comments by David Garcia Quintas · 7 years ago
  10. e294279 Merge pull request #14236 from jtattermusch/fix_passthru_endpoint_race by Jan Tattermusch · 7 years ago
  11. 382374e add comment by Jan Tattermusch · 7 years ago
  12. a984e45 Merge pull request #14112 from yashykt/badclient by Yash Tibrewal · 7 years ago
  13. 956fe5e Added tests, supporting c-ares as well as std resolver. by David Garcia Quintas · 7 years ago
  14. b86cdde Undo changes to dns_resolver_test.cc by David Garcia Quintas · 7 years ago
  15. 83ad85e Remove unnecessary check and few more comments by Yash Tibrewal · 7 years ago
  16. 54f6092 Force the client to shutdown so that the server write can complete by Yash Tibrewal · 7 years ago
  17. 12ba4b1 make grpc_passthru_endpoint_stats refcounted by Jan Tattermusch · 7 years ago
  18. 8376749 fix EventState::done() data race by Jan Tattermusch · 7 years ago
  19. e6cf0ae Merge pull request #14211 from yashykt/httpsclibazel by Yash Tibrewal · 7 years ago
  20. 7896b62 DNS cooldown mechanism by David Garcia Quintas · 7 years ago
  21. ac35926 Manually set roots pem env variable for httpscli_test by Yash Tibrewal · 7 years ago
  22. faa7422 Disable failing ssl_transport_security_tests when using OpenSSL lib by jiangtaoli2016 · 7 years ago
  23. e8e2426 Bazel fix for httpcli_test by Yash Tibrewal · 7 years ago
  24. dbc5214 Fix end2end test flake #13477 by Yash Tibrewal · 7 years ago
  25. 8f40827 Merge pull request #14136 from jtattermusch/add_ubuntu_1710 by Jan Tattermusch · 7 years ago
  26. dc80282 Merge pull request #14042 from apolcyn/ruby_25_on_kokoro_mac by apolcyn · 7 years ago
  27. 2f090e9 silence switch fallthrough warning on gcc7.2 by Jan Tattermusch · 7 years ago
  28. 8ddc6b2 Merge pull request #14146 from markdroth/inlined_vector_clear by Mark D. Roth · 7 years ago
  29. 190a8db Fix linker error on objc mac tests by explicitly installing cocoapods v1.3.1, rather than picking up 1.4.1 by Alexander Polcyn · 7 years ago
  30. 153ebda reduce send size for window overflow test by Yash Tibrewal · 7 years ago
  31. fd900e0 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  32. d0e1f74 Fix build problem. by Mark D. Roth · 7 years ago
  33. b9a3433 Make the thread wait so that write can complete too by Yash Tibrewal · 7 years ago
  34. ea8027a Merge branch 'master' into badclient by Yash Tibrewal · 7 years ago
  35. 7cbbee7 remove unnecessary assert by Yash Tibrewal · 7 years ago
  36. 0d8b21e Add helper function for rst_stream by Yash Tibrewal · 7 years ago
  37. 9ab4d0c Add const version of operator[]. by Mark D. Roth · 7 years ago
  38. 19688bf Add clear() method for InlinedVector<>. by Mark D. Roth · 7 years ago
  39. ac0808b Merge pull request #14093 from markdroth/arena_alignment by Mark D. Roth · 7 years ago
  40. 2094ad7 fix -Wmemset-elt-size warning in gcc7.2 by Jan Tattermusch · 7 years ago
  41. 62569dd Fix arena to return aligned memory. by Mark D. Roth · 7 years ago
  42. 97d3d08 Use wait_for_ready in goaway_server_test. by Mark D. Roth · 7 years ago
  43. eea1d9b nullptr check by Yash Tibrewal · 7 years ago
  44. 1791df0 Bad client changes to make large metadata test to work again by Yash Tibrewal · 7 years ago
  45. 28b6a44 Migrate all remaining features of core test to C++ layer test by Vijay Pai · 7 years ago
  46. 2b226ad Remove alarm from core, implement in C++ layer only by Vijay Pai · 7 years ago
  47. cbb4f78 Merge pull request #14089 from markdroth/no_plus_in_directory_names by Mark D. Roth · 7 years ago
  48. 4f2b0fd Rename 'gpr++' directories to 'gprpp'. by Mark D. Roth · 7 years ago
  49. fb061c3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  50. 9813858 Merge pull request #14070 from markdroth/backoff_api_cleanup by Mark D. Roth · 7 years ago
  51. 98f22c7 Merge pull request #14078 from yashykt/asan_sockaddr by Yash Tibrewal · 7 years ago
  52. 45e754a Fix typo s/resolition/resolution by Yash Tibrewal · 7 years ago
  53. f0798f9 Solve a stack_use_after_scope issue in sockaddr_resolver_test by Yash Tibrewal · 7 years ago
  54. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  55. 44fe6e2 Combine BackOff Begin() and Step() methods. by Mark D. Roth · 7 years ago
  56. 6a365cc Merge pull request #14046 from jtattermusch/try_fixing_dualstack_socket_test by Jan Tattermusch · 7 years ago
  57. 143fb81 Merge pull request #14005 from jtattermusch/fix_win_alarm_test by Jan Tattermusch · 7 years ago
  58. 0f5f461 use grpc_timeout_milliseconds_to_deadline directly by Jan Tattermusch · 7 years ago
  59. fb66900 Eliminate GRPC_LINUX_LEGACY_EPOLL by Mehrdad Afshari · 7 years ago
  60. 8afe8d3 Merge pull request #13984 from markdroth/ref_counting by Mark D. Roth · 7 years ago
  61. 816e8f7 try avoid deadline_exceeded failure in dualstack_socket_test by Jan Tattermusch · 7 years ago
  62. a6ff754 fix alarm test flake on windows by Jan Tattermusch · 7 years ago
  63. 33cb500 Add fuzzed example that found this crash by Craig Tiller · 7 years ago
  64. d7ae4a1 Also stop processing input stream by Craig Tiller · 7 years ago
  65. be44870 Fix issue whereby fuzzer creates infinitely deep creds (since this is not actually interesting) by Craig Tiller · 7 years ago
  66. f512c0d Merge remote-tracking branch 'upstream/master' into ref_counting by Mark D. Roth · 7 years ago
  67. a01e040 Merge pull request #13975 from danzh2010/adjustrcvbuf by Yang Gao · 7 years ago
  68. 81c0e38 Merge pull request #14004 from jtattermusch/gpr_sync_windows by Jan Tattermusch · 7 years ago
  69. 94dad60 Add equality operators to RefCountedPtr. by Mark D. Roth · 7 years ago
  70. 86c17bf start with fewer iterations by Jan Tattermusch · 7 years ago
  71. 148700a windows needs fflush after fprintf by Jan Tattermusch · 7 years ago
  72. 5ca71f2 Fix issue with filter_status_code test for proxy tests. by Ken Payson · 7 years ago
  73. b353297 Revert "Revert "Set error status correctly on server side"" by Ken Payson · 7 years ago
  74. 951f84a Revert "Set error status correctly on server side" by David G. Quintas · 7 years ago
  75. 3742b72 change to int type by Dan Zhang · 7 years ago
  76. 324703d Fix existing ref counting classes and add new ones. by Mark D. Roth · 7 years ago
  77. 5343053 Merge pull request #13676 from markdroth/inlined_vector by Mark D. Roth · 7 years ago
  78. 1d91362 exec_ctx_fwd.h should never have been in public headers by Vijay Pai · 7 years ago
  79. 9ee9c92 change to pass in value by Dan Zhang · 7 years ago
  80. c6406f3 Implement InlinedVector independently of absl. by Mark D. Roth · 7 years ago
  81. 0ea629c Merge pull request #13912 from ncteisen/nullptr by David G. Quintas · 7 years ago
  82. 9423c27 Need to include functional to use std::bind by Vijay Pai · 7 years ago
  83. 6535cfd Set error status correctly on server side by Ken Payson · 7 years ago
  84. 5219f3f Missing s/NULL/nullptr by ncteisen · 7 years ago
  85. 0c2fc92 fix data race in shutdown_and_destroy_pollset by Dan Zhang · 7 years ago
  86. 40ebe9a fix typo by Dan Zhang · 7 years ago
  87. 8fba583 fix udp_server_test flakiness by Dan Zhang · 7 years ago
  88. 4d48a3d format change by Dan Zhang · 7 years ago
  89. 0d18814 Add a start_cb to grpc_udp_listener to be called when listener is created. by Dan Zhang · 7 years ago
  90. 54d699d Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  91. 032e9b3 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  92. dcb9493 Merge pull request #13450 from daniel-j-born/tcp_client by Mark D. Roth · 7 years ago
  93. bdf6391 Refactor POSIX TCP client connect. by Dan Born · 7 years ago
  94. 86ece2c Fix stream compression test bazel build by Muxi Yan · 7 years ago
  95. 99024d6 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago
  96. fe1e05e Fix build error in compression_test.cc by Muxi Yan · 7 years ago
  97. ca398ee Merge branch 'master' into cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  98. 9c02a3c Do not separate message/stream compression levels by Muxi Yan · 7 years ago
  99. c7499e8 Fix bazel BUILD by Muxi Yan · 7 years ago
  100. 6043006 Merge remote-tracking branch 'upstream/master' into fix-stream-compression-config-interface by Muxi Yan · 7 years ago