aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/client_channel
Commit message (Collapse)AuthorAge
* Convert resolver API to C++.Gravatar Mark D. Roth2018-02-08
|
* Add BUILD fileGravatar Adele Zhou2018-02-05
|
* Merge pull request #14281 from AspirinSJL/fake_resolver_results_upon_errorGravatar Juanli Shen2018-02-02
|\ | | | | Add a results_upon_error setter to fake resolver
* \ Merge pull request #14284 from dgquintas/kill_lb_policies_testGravatar David G. Quintas2018-02-02
|\ \ | | | | | | Removed obsolete lb_policies_test
| | * Add a results_upon_error setter to fake resolverGravatar Juanli Shen2018-02-02
| | |
| * | Removed obsolete lb_policies_testGravatar David Garcia Quintas2018-02-01
| |/
* | PR commentsGravatar David Garcia Quintas2018-01-31
| |
* | Added tests, supporting c-ares as well as std resolver.Gravatar David Garcia Quintas2018-01-30
| |
* | Undo changes to dns_resolver_test.ccGravatar David Garcia Quintas2018-01-30
| |
* | DNS cooldown mechanismGravatar David Garcia Quintas2018-01-29
|/
* Merge pull request #14078 from yashykt/asan_sockaddrGravatar Yash Tibrewal2018-01-18
|\ | | | | Solve a stack_use_after_scope issue in sockaddr_resolver_test
| * Fix typo s/resolition/resolutionGravatar Yash Tibrewal2018-01-18
| |
| * Solve a stack_use_after_scope issue in sockaddr_resolver_testGravatar Yash Tibrewal2018-01-18
| |
* | Split lib/support into lib/gpr and lib/gpr++.Gravatar Mark D. Roth2018-01-18
|/
* Revert "Revert "All instances of exec_ctx being passed around in src/core ↵Gravatar Yash Tibrewal2017-12-06
| | | | removed""
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
|
* Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
|
* Fix tests to call grpc_init and grpc_shutdown before using exec_ctxGravatar Yash Tibrewal2017-11-28
|
* Merge masterGravatar Yash Tibrewal2017-11-16
|\
* | Move ExecCtx to grpc_core namespace. Make exec_ctx a private static in ↵Gravatar Yash Tibrewal2017-11-14
| | | | | | | | ExecCtx and some minor changes
* | Address some PR commentsGravatar Yash Tibrewal2017-11-14
| |
| * clang-format after nullptr changesGravatar Craig Tiller2017-11-10
| |
| * Enable clang-tidy as a sanity check, fix up all known failuresGravatar Craig Tiller2017-11-10
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Merge masterGravatar Yash Tibrewal2017-11-06
| |\
| | * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
| * | LLVMfuzzer extern CGravatar Yash Tibrewal2017-10-31
| | |
| * | BUILD changes. test languauge to C++Gravatar Yash Tibrewal2017-10-31
| | |
| * | BUILD files changes for bazelGravatar Yash Tibrewal2017-10-30
| | |
| * | more changesGravatar Yash Tibrewal2017-10-30
| | |
| * | Merge branch 'master' into testc++izeGravatar Yash Tibrewal2017-10-30
| |\|
| | * Fix build failure.Gravatar Mark D. Roth2017-10-27
| | |
| * | rename all test core files to cc and a lot of C++ style conversionsGravatar Yash Tibrewal2017-10-25
| |/
* / Removing instances of exec_ctx being passed around in functions inGravatar Yash Tibrewal2017-10-18
|/ | | | | | | | | | | src/core. exec_ctx is now a thread_local pointer of type ExecCtx instead of grpc_exec_ctx which is initialized whenever ExecCtx is instantiated. ExecCtx also keeps track of the previous exec_ctx so that nesting of exec_ctx is allowed. This means that there is only one exec_ctx being used at any time. Also, grpc_exec_ctx_finish is called in the destructor of the object, and the previous exec_ctx is restored to avoid breaking current functionality. The code still explicitly calls grpc_exec_ctx_finish because removing all such instances causes the code to break.
* Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-19
|\
| * Set last_ping_sent_time to inf_past after receiving dataGravatar Yuchen Zeng2017-09-18
| |
* | Merge github.com:grpc/grpc into wcGravatar Craig Tiller2017-09-01
|\|
| * Make package names consistent under test/coreGravatar yang-g2017-08-31
| |
| * Moving visibility and package creation to the build system.Gravatar Nicolas "Pixel" Noble2017-08-30
| |
* | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-08-29
|\|
| * Add support for service configs to c-ares resolver.Gravatar Mark D. Roth2017-08-03
| |
* | Compiling againGravatar Craig Tiller2017-07-17
|/
* Merge branch 'master' of https://github.com/grpc/grpc into importGravatar Nicolas "Pixel" Noble2017-06-26
|\
| * Add rich closure debug modeGravatar ncteisen2017-06-08
| |
| * Merge branch 'master' of https://github.com/grpc/grpc into ALL-the-thingsGravatar ncteisen2017-06-08
| |\
| | * Merge pull request #11237 from y-zeng/srv_recordGravatar Yuchen Zeng2017-06-08
| | |\ | | | | | | | | Support grpclb address in the c-ares resolver
| * | | Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-08
| |\| |
| | * | fix remaining license noticesGravatar Jan Tattermusch2017-06-08
| | | |
| | * | auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
| | | |
| * | | Merge github.com:grpc/grpc into ALL-the-thingsGravatar Craig Tiller2017-06-07
| |\| |