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