1. 8e4c9d3 Extract lb_calld from glb_policy by Juanli Shen · 7 years ago
  2. ef7d312 Merge pull request #14080 from yang-g/return_early by Yang Gao · 7 years ago
  3. badfd41 Merge pull request #14086 from ncteisen/more-clang-tidy by Noah Eisen · 7 years ago
  4. 98cd36e Add a test by yang-g · 7 years ago
  5. 011779e Merge pull request #13935 from muxi/create-grpc-c++-podspec by Muxi Yan · 7 years ago
  6. ac0808b Merge pull request #14093 from markdroth/arena_alignment by Mark D. Roth · 7 years ago
  7. 62569dd Fix arena to return aligned memory. by Mark D. Roth · 7 years ago
  8. 97d3d08 Use wait_for_ready in goaway_server_test. by Mark D. Roth · 7 years ago
  9. d88f903 Merge branch 'master' of https://github.com/grpc/grpc into more-clang-tidy by ncteisen · 7 years ago
  10. bc4b789 Merge remote-tracking branch 'upstream/master' into create-grpc-c++-podspec by Muxi Yan · 7 years ago
  11. 61bb29f Clean up C++ tests and example by Muxi Yan · 7 years ago
  12. cbb4f78 Merge pull request #14089 from markdroth/no_plus_in_directory_names by Mark D. Roth · 7 years ago
  13. 4f2b0fd Rename 'gpr++' directories to 'gprpp'. by Mark D. Roth · 7 years ago
  14. 9813858 Merge pull request #14070 from markdroth/backoff_api_cleanup by Mark D. Roth · 7 years ago
  15. 93563bc remote stale import by Noah Eisen · 7 years ago
  16. bb2f7e2 Merge pull request #14081 from yang-g/cpp17 by Yang Gao · 7 years ago
  17. 98f22c7 Merge pull request #14078 from yashykt/asan_sockaddr by Yash Tibrewal · 7 years ago
  18. 277e2e4 Clean up tests, examples, and podspecs by Muxi Yan · 7 years ago
  19. a29d6d0 remove use of random_shuffle by yang-g · 7 years ago
  20. 45e754a Fix typo s/resolition/resolution by Yash Tibrewal · 7 years ago
  21. 9db1691 Merge pull request #14051 from markdroth/reorganize_support by Mark D. Roth · 7 years ago
  22. f0798f9 Solve a stack_use_after_scope issue in sockaddr_resolver_test by Yash Tibrewal · 7 years ago
  23. dbdf495 Split lib/support into lib/gpr and lib/gpr++. by Mark D. Roth · 7 years ago
  24. 1e9543d fix finding openssl by Jan Tattermusch · 7 years ago
  25. 1c42023 fix distribtest typo by Jan Tattermusch · 7 years ago
  26. 44fe6e2 Combine BackOff Begin() and Step() methods. by Mark D. Roth · 7 years ago
  27. 6a365cc Merge pull request #14046 from jtattermusch/try_fixing_dualstack_socket_test by Jan Tattermusch · 7 years ago
  28. 143fb81 Merge pull request #14005 from jtattermusch/fix_win_alarm_test by Jan Tattermusch · 7 years ago
  29. 0f5f461 use grpc_timeout_milliseconds_to_deadline directly by Jan Tattermusch · 7 years ago
  30. e607f1a Merge pull request #14052 from mehrdada/legacyepoll by Mehrdad Afshari · 7 years ago
  31. fb66900 Eliminate GRPC_LINUX_LEGACY_EPOLL by Mehrdad Afshari · 7 years ago
  32. 41d27e1 Merge branch 'master' of github.com:grpc/grpc into conn_subchannel by David Garcia Quintas · 7 years ago
  33. 8afe8d3 Merge pull request #13984 from markdroth/ref_counting by Mark D. Roth · 7 years ago
  34. 816e8f7 try avoid deadline_exceeded failure in dualstack_socket_test by Jan Tattermusch · 7 years ago
  35. a6ff754 fix alarm test flake on windows by Jan Tattermusch · 7 years ago
  36. 33cb500 Add fuzzed example that found this crash by Craig Tiller · 7 years ago
  37. d7ae4a1 Also stop processing input stream by Craig Tiller · 7 years ago
  38. be44870 Fix issue whereby fuzzer creates infinitely deep creds (since this is not actually interesting) by Craig Tiller · 7 years ago
  39. e5b7ddd Merge pull request #13363 from grpc/revert-13346-revert-13322-oauth_failure by Jan Tattermusch · 7 years ago
  40. f512c0d Merge remote-tracking branch 'upstream/master' into ref_counting by Mark D. Roth · 7 years ago
  41. 69d3e09 Merge pull request #13815 from vjpai/catcher by Vijay Pai · 7 years ago
  42. a01e040 Merge pull request #13975 from danzh2010/adjustrcvbuf by Yang Gao · 7 years ago
  43. 81c0e38 Merge pull request #14004 from jtattermusch/gpr_sync_windows by Jan Tattermusch · 7 years ago
  44. 94dad60 Add equality operators to RefCountedPtr. by Mark D. Roth · 7 years ago
  45. aebb45e Merge pull request #14003 from grpc/revert-13697-nostdthread by Vijay Pai · 7 years ago
  46. 86c17bf start with fewer iterations by Jan Tattermusch · 7 years ago
  47. c9ec2c0 Revert "Stop using std::thread in C++ library since it can trigger exceptions" by Jan Tattermusch · 7 years ago
  48. 148700a windows needs fflush after fprintf by Jan Tattermusch · 7 years ago
  49. 5ca71f2 Fix issue with filter_status_code test for proxy tests. by Ken Payson · 7 years ago
  50. b353297 Revert "Revert "Set error status correctly on server side"" by Ken Payson · 7 years ago
  51. 951f84a Revert "Set error status correctly on server side" by David G. Quintas · 7 years ago
  52. 4db3b74 Merge pull request #13697 from vjpai/nostdthread by Vijay Pai · 7 years ago
  53. 3742b72 change to int type by Dan Zhang · 7 years ago
  54. 324703d Fix existing ref counting classes and add new ones. by Mark D. Roth · 7 years ago
  55. 5343053 Merge pull request #13676 from markdroth/inlined_vector by Mark D. Roth · 7 years ago
  56. 1d91362 exec_ctx_fwd.h should never have been in public headers by Vijay Pai · 7 years ago
  57. 9ee9c92 change to pass in value by Dan Zhang · 7 years ago
  58. c6406f3 Implement InlinedVector independently of absl. by Mark D. Roth · 7 years ago
  59. 70fbe62 Merge branch 'master' of github.com:grpc/grpc into conn_subchannel by David Garcia Quintas · 7 years ago
  60. 0ea629c Merge pull request #13912 from ncteisen/nullptr by David G. Quintas · 7 years ago
  61. 7500577 Address review feedback; stop using result of 'what' by Vijay Pai · 7 years ago
  62. b425fc7 Comment on cpp guard by Vijay Pai · 7 years ago
  63. 9809ce3 Use appropriate preprocessor guards to allow building without exceptions by Vijay Pai · 7 years ago
  64. 8fc3715 Catch exceptions from sync method handlers without crashing server by Vijay Pai · 7 years ago
  65. 9423c27 Need to include functional to use std::bind by Vijay Pai · 7 years ago
  66. 5dd3226 Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism by Vijay Pai · 7 years ago
  67. 53bfe69 Connected subchannel refactoring by David Garcia Quintas · 7 years ago
  68. d83cff5 Delete stale file by Muxi Yan · 7 years ago
  69. a2d64be Add C++ library iOS test by Muxi Yan · 7 years ago
  70. 6535cfd Set error status correctly on server side by Ken Payson · 7 years ago
  71. 5219f3f Missing s/NULL/nullptr by ncteisen · 7 years ago
  72. d9ab30a Merge pull request #13871 from yang-g/gmock_search_path by Yang Gao · 7 years ago
  73. eb64fad Provide a way to use custom search path for gmock.h by yang-g · 7 years ago
  74. 0c2fc92 fix data race in shutdown_and_destroy_pollset by Dan Zhang · 7 years ago
  75. 40ebe9a fix typo by Dan Zhang · 7 years ago
  76. 8fba583 fix udp_server_test flakiness by Dan Zhang · 7 years ago
  77. 4d48a3d format change by Dan Zhang · 7 years ago
  78. 0d18814 Add a start_cb to grpc_udp_listener to be called when listener is created. by Dan Zhang · 7 years ago
  79. 9d77be1 Merge pull request #13837 from yang-g/interop by Yang Gao · 7 years ago
  80. 3a1a2f0 Use the same ParseCommandLineFlags for golden file test that is used in other test binaries by Alexander Polcyn · 7 years ago
  81. 19d1eb2 When seeing an error in interop test, also log the debug error string. by yang-g · 7 years ago
  82. d3dbc0d Mark one test binary as testonly by Alexander Polcyn · 7 years ago
  83. e9b0fd0 Merge pull request #13494 from dgquintas/backoff_cpp by David G. Quintas · 7 years ago
  84. 1c4d410 Merge pull request #13720 from apolcyn/enable_golden_file_test_in_bazel by apolcyn · 7 years ago
  85. 1bedfa3 Fix another data race in client_lb_end2end by David Garcia Quintas · 7 years ago
  86. 4f4a45e fix tsan issue in client_lb_end2end by David Garcia Quintas · 7 years ago
  87. 251af24 Disabled the json_run_localhost:*_low_thread_count family of tests by David Garcia Quintas · 7 years ago
  88. 3bc0dac Removed exec_ctx from new client_lb_end2end code by David Garcia Quintas · 7 years ago
  89. f19b20f Merge pull request #13803 from apolcyn/mark_testonly by apolcyn · 7 years ago
  90. 7f16daf Merge pull request #13793 from apolcyn/fix_ruby_distrib_retry by apolcyn · 7 years ago
  91. 5f72c6a Mark a couple of test binaries asa testonly by Alexander Polcyn · 7 years ago
  92. 9c8ea03 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  93. 590099c PR comments, round 3 by David Garcia Quintas · 7 years ago
  94. acd56b7 Fix failing ruby distrib tests on ruby 2.0 images by Alexander Polcyn · 7 years ago
  95. d928673 PR comments by David Garcia Quintas · 7 years ago
  96. 487ee31 Address review comments by Yuchen Zeng · 7 years ago
  97. 2435050 Support access token credential in grpc_cli by Yuchen Zeng · 7 years ago
  98. 78335ac Merge pull request #13710 from ctiller/fix17it1 by Craig Tiller · 7 years ago
  99. ef0e64c Revert "Revert "Switching from UNAUTHENTICATED to UNAVAILABLE for auth metadata failure"" by Jan Tattermusch · 7 years ago
  100. 54d699d Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago