aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/naming
Commit message (Collapse)AuthorAge
...
| * Regenerate projectsGravatar Mehrdad Afshari2018-02-07
| |
* | Merge branch 'master' into gpr_review_host_portGravatar Vijay Pai2018-02-02
|\|
| * Fix path relative to TEST_SRCDIRGravatar Adele Zhou2018-01-31
| |
* | Privatize host_port.h; was not used in any wrapped language implementationGravatar Vijay Pai2018-01-25
|/
* 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
|
* Merge masterGravatar Yash Tibrewal2017-11-16
|\
| * Query for TXT service configs with _gprc_config prefixGravatar Alexander Polcyn2017-11-15
| |
* | 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
| |
* | Removing more exec_ctx instancesGravatar Yash Tibrewal2017-11-09
| |
* | Merge with masterGravatar Yash Tibrewal2017-11-09
|\|
| * Merge masterGravatar Yash Tibrewal2017-11-06
| |\
| | * Update clang-format to 5.0Gravatar Craig Tiller2017-11-03
| | |
| * | Remove unnecessary extern CsGravatar 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 flowctl+millisGravatar Craig Tiller2017-09-29
|\
| * Add c-ares resolver tests against GCE DNS, using the unit test.Gravatar Alexander Polcyn2017-09-27
| |
| * Merge pull request #12631 from y-zeng/dns_fixGravatar Yuchen Zeng2017-09-22
| |\ | | | | | | Drain readable fds in grpc_ares_ev_driver_posix
| | * Remove extra record_to_resolveGravatar Yuchen Zeng2017-09-20
| | |
| | * Drain readable fdGravatar Yuchen Zeng2017-09-19
| | |
* | | Merge github.com:grpc/grpc into grpc_millisGravatar Craig Tiller2017-09-19
|\| |
* | | clang-formatGravatar Craig Tiller2017-09-19
| | |
* | | Fix compileGravatar Craig Tiller2017-09-19
| |/ |/|
| * Fix compile errorGravatar Craig Tiller2017-09-18
|/
* Add tests for c-ares wrapper using a local DNS server.Gravatar Alexander Polcyn2017-09-14