1. 5dd3226 Switch C++ sync server to use gpr_thd rather than std::thread and provide resource exhaustion mechanism by Vijay Pai · 7 years ago
  2. eb64fad Provide a way to use custom search path for gmock.h by yang-g · 7 years ago
  3. 9d77be1 Merge pull request #13837 from yang-g/interop by Yang Gao · 7 years ago
  4. 3a1a2f0 Use the same ParseCommandLineFlags for golden file test that is used in other test binaries by Alexander Polcyn · 7 years ago
  5. 19d1eb2 When seeing an error in interop test, also log the debug error string. by yang-g · 7 years ago
  6. d3dbc0d Mark one test binary as testonly by Alexander Polcyn · 7 years ago
  7. e9b0fd0 Merge pull request #13494 from dgquintas/backoff_cpp by David G. Quintas · 7 years ago
  8. 1c4d410 Merge pull request #13720 from apolcyn/enable_golden_file_test_in_bazel by apolcyn · 7 years ago
  9. 1bedfa3 Fix another data race in client_lb_end2end by David Garcia Quintas · 7 years ago
  10. 4f4a45e fix tsan issue in client_lb_end2end by David Garcia Quintas · 7 years ago
  11. 251af24 Disabled the json_run_localhost:*_low_thread_count family of tests by David Garcia Quintas · 7 years ago
  12. 3bc0dac Removed exec_ctx from new client_lb_end2end code by David Garcia Quintas · 7 years ago
  13. f19b20f Merge pull request #13803 from apolcyn/mark_testonly by apolcyn · 7 years ago
  14. 5f72c6a Mark a couple of test binaries asa testonly by Alexander Polcyn · 7 years ago
  15. 9c8ea03 Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  16. 590099c PR comments, round 3 by David Garcia Quintas · 7 years ago
  17. d928673 PR comments by David Garcia Quintas · 7 years ago
  18. 487ee31 Address review comments by Yuchen Zeng · 7 years ago
  19. 2435050 Support access token credential in grpc_cli by Yuchen Zeng · 7 years ago
  20. 78335ac Merge pull request #13710 from ctiller/fix17it1 by Craig Tiller · 7 years ago
  21. 54d699d Merge branch 'master' of github.com:grpc/grpc into backoff_cpp by David Garcia Quintas · 7 years ago
  22. af42ea7 Added tests for initial and min connect backoffs by David Garcia Quintas · 7 years ago
  23. 5bd81fe Merge pull request #13721 from y-zeng/cli_metadata by Yuchen Zeng · 7 years ago
  24. 3a6e5bb Fixes by Craig Tiller · 7 years ago
  25. 66d1019 Merge pull request #13631 from sreecha/cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  26. 2455b3d Fix tsan issue by Yuchen Zeng · 7 years ago
  27. 19889d7 Add escape sequences for the grpc_cli metadata flag by Yuchen Zeng · 7 years ago
  28. 2830e3a Enable golden file test in bazel by Alexander Polcyn · 7 years ago
  29. 7fd3417 Merge pull request #13678 from sreecha/rpc-deadline-fix by Sree Kuchibhotla · 7 years ago
  30. 04bd8b3 Fix test helper binaries by Craig Tiller · 7 years ago
  31. 5b1a66c Merge pull request #13413 from ncteisen/surfacing-error-details-wrapped by Noah Eisen · 7 years ago
  32. 6193c63 Reviewer feedback by ncteisen · 7 years ago
  33. ca398ee Merge branch 'master' into cv-wait-monotonic by Sree Kuchibhotla · 7 years ago
  34. 94e676e Merge pull request #13659 from grpc/revert-13658-revert-13058-execctx by Yash Tibrewal · 7 years ago
  35. d6c292f Merge master by Yash Tibrewal · 7 years ago
  36. 0b6bdbc Merge pull request #12488 from dgquintas/removed_expiration_interval by David G. Quintas · 7 years ago
  37. 495476a Merge pull request #13682 from dgquintas/send_rpc_status_return by David G. Quintas · 7 years ago
  38. a802157 Merge pull request #13677 from kpayson64/fix_benchmark by kpayson64 · 7 years ago
  39. 9702566 Make it possible to ignore result of SendRPC() in test by David Garcia Quintas · 7 years ago
  40. cc6601e Tweak the RpcDeadline test to reduce flakes by Sree Kuchibhotla · 7 years ago
  41. 8873975 Fix Async QPS Test by Ken Payson · 7 years ago
  42. 4d9f7f6 PR comments by David Garcia Quintas · 7 years ago
  43. d196658 Merge branch 'master' of github.com:grpc/grpc into removed_expiration_interval by David Garcia Quintas · 7 years ago
  44. d5ca876 Fixed ClientLbEnd2endTest.RoundRobinReresolve flakiness by David Garcia Quintas · 7 years ago
  45. 8cf1470 Revert "Revert "All instances of exec_ctx being passed around in src/core removed"" by Yash Tibrewal · 7 years ago
  46. ad4d2dd Revert "All instances of exec_ctx being passed around in src/core removed" by Yash Tibrewal · 7 years ago
  47. a3df36c Merge pull request #13058 from yashykt/execctx by Yash Tibrewal · 7 years ago
  48. 9dbb6e3 Merge pull request #13559 from dmaclach/threadnames by Vijay Pai · 7 years ago
  49. 73bb67d Merge master into execctx by Yash Tibrewal · 7 years ago
  50. 43b8f8a Update grpclb_test.cc by Vijay Pai · 7 years ago
  51. 05cd310 Merge pull request #13630 from dgquintas/fix_deadupdate by David G. Quintas · 7 years ago
  52. 770bf07 Regen projects and fix more uses of gpr_thd_new by Vijay Pai · 7 years ago
  53. 6fa206d Merge pull request #13336 from markdroth/server_connection_timeout by Mark D. Roth · 7 years ago
  54. 18bc278 Add tests by ncteisen · 7 years ago
  55. 54961bb Change the code to use MONOTONIC clocks when calling gpr_cv_wait (condition varialbes in linux support MONOTONIC clock type) by Sree Kuchibhotla · 7 years ago
  56. 3a9743c Fix UpdatesTest.UpdateBalancersDeadUpdate expectation by David Garcia Quintas · 7 years ago
  57. c3b1e55 Merge pull request #13576 from vjpai/qps_killer by Vijay Pai · 7 years ago
  58. c6587ca Reintroduce lambdas by Vijay Pai · 7 years ago
  59. f230ffd clang-format by Vijay Pai · 7 years ago
  60. 083b9be Make all-streams op about cleanup only and replace a lambda with a virtual by Vijay Pai · 7 years ago
  61. 6a019e7 Merge pull request #13329 from dwittmer/dwittmer_runserver by Yang Gao · 7 years ago
  62. d9f6407 Merge master into execctx after removal of assert in tls_gcc by yashkt · 7 years ago
  63. c8dd4c5 Remove some unneeded and spammy logs by Vijay Pai · 7 years ago
  64. 6389457 Adjust stream cancellation point and fix races in sync client by Vijay Pai · 7 years ago
  65. e109ddf Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  66. 764ef8c Merge pull request #13575 from vjpai/dehist by Vijay Pai · 7 years ago
  67. 36522e9 Merge master after no Extern C changes by Yash Tibrewal · 7 years ago
  68. 195cf1e Move histogram to test/core/util by Vijay Pai · 7 years ago
  69. 10f2790 Merge branch 'master' into execctx by Yash Tibrewal · 7 years ago
  70. c354269 Remove _ prefixed variable names by Yash Tibrewal · 7 years ago
  71. 14b27b8 Merge commit 'aa358d5e43' into no-more-extern-c by ncteisen · 7 years ago
  72. c5d0df9 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  73. 1fece54 Add all tests to test/cpp/util bazel BUILD file by Vijay Pai · 7 years ago
  74. 03412ee Remove TLS_NO_SUPPORT and always use GPR_TLS. Reorder statements in grpc_init and grpc_shutdown. Add grpc_init and grpc_shutdown in failing test/cpp tests by Yash Tibrewal · 7 years ago
  75. 5491eb7 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  76. aaad0c2 clang-format by Mark D. Roth · 7 years ago
  77. eaf67db Fixing errors and minor bugs by Yash Tibrewal · 7 years ago
  78. a13a8c0 A few src/core fixes due to missing exec_ctx_finish by Yash Tibrewal · 7 years ago
  79. 7486144 Merge master by Yash Tibrewal · 7 years ago
  80. e8bb874 Merge branch 'master' of https://github.com/grpc/grpc into no-more-extern-c by ncteisen · 7 years ago
  81. dd010f2 Merge pull request #13364 from ncteisen/surfacing-error-details by Noah Eisen · 7 years ago
  82. da6b479 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  83. 6dc1097 Fix test cert build by ncteisen · 7 years ago
  84. 472d7c9 Fix formatting - missed moving ‘*’ next to type. by Dan Wittmer · 7 years ago
  85. b88ab92 Fix formatting of RunServer params. by Dan Wittmer · 7 years ago
  86. adbfbd5 Remove all extern C by ncteisen · 7 years ago
  87. 510fcb8 Merge pull request #13409 from kpayson64/fix_json_run_localhost by kpayson64 · 7 years ago
  88. 177039b Merge master by Yash Tibrewal · 7 years ago
  89. 7cf8d72 Fix TSAN json_run_localhost flake by Ken Payson · 7 years ago
  90. 6d18fcd Add ServerStartedCondition to hold the mutex, condition variable and condition. Changes allow callers to correctly handle spurious wakeups. by Dan Wittmer · 7 years ago
  91. 728f1d2 s//used by Dan Wittmer · 7 years ago
  92. 3039b37 Fix bad merge by ncteisen · 7 years ago
  93. 767e1cb Merge pull request #13405 from apolcyn/grpc_config_txt_prefix by apolcyn · 7 years ago
  94. df817f3 Merge branch 'master' of https://github.com/grpc/grpc into surfacing-error-details by ncteisen · 7 years ago
  95. 03610f6 Merge remote-tracking branch 'upstream/master' into server_connection_timeout by Mark D. Roth · 7 years ago
  96. 56a19ae Query for TXT service configs with _gprc_config prefix by Alexander Polcyn · 7 years ago
  97. 6c26b16 Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ExecCtx and some minor changes by Yash Tibrewal · 7 years ago
  98. 070f0c4 Merge pull request #13139 from AspirinSJL/stress_test by Juanli Shen · 7 years ago
  99. e5d2139 Add client channel stress test by Juanli Shen · 7 years ago
  100. 75122c2 Address some PR comments by Yash Tibrewal · 7 years ago