aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/resolve_address_posix_test.cc
Commit message (Expand)AuthorAge
* Support named scope id's with ipv6 resolver on posixGravatar Alexander Polcyn2018-12-26
* Disable SRV and TXT lookups for localhostGravatar Alexander Polcyn2018-12-12
* change tests to use the new class instead of grpc_test_initGravatar yang-g2018-11-30
* Fix some more formatting issuesGravatar Sree Kuchibhotla2018-04-16
* Move assignment for Thread, make destructor optional, loop cv waitsGravatar Vijay Pai2018-03-01
* clang-fmtGravatar Vijay Pai2018-02-19
* C++ize gpr_thread as grpc_core::Thread, make it 2-phase init (construct/Start)Gravatar Vijay Pai2018-02-19
* Remove support for detached threads. All threads must be joined.Gravatar Vijay Pai2018-02-15
* Internalize gpr_thd except for id and currentidGravatar Vijay Pai2018-02-12
* Privatize useful.h and avl.hGravatar Vijay Pai2018-02-02
* Revert "Revert "All instances of exec_ctx being passed around in src/core rem...Gravatar Yash Tibrewal2017-12-06
* Revert "All instances of exec_ctx being passed around in src/core removed"Gravatar Yash Tibrewal2017-12-06
* Merge pull request #13058 from yashykt/execctxGravatar Yash Tibrewal2017-12-05
|\
* | Fix up review commentsGravatar Dave MacLachlan2017-11-30
| * Remove _ prefixed variable namesGravatar Yash Tibrewal2017-11-29
* | Add thread naming support on platforms that support it.Gravatar Dave MacLachlan2017-11-29
| * Fix race conditions and more grpc_inits required. csharp tests will be fixed ...Gravatar 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 ExecCt...Gravatar Yash Tibrewal2017-11-14
| * Address some PR commentsGravatar Yash Tibrewal2017-11-14
* | 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
* | 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