aboutsummaryrefslogtreecommitdiffstats
path: root/test/run_resolver.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* test: add missing includesMax Kellermann2014-01-071-0/+1
|
* test/*: use fprintf(stderr,...) and Log() instead of g_printerr()Max Kellermann2013-12-241-4/+2
| | | Avoid GLib.
* system/Resolver: sockaddr_to_string() returns std::string()Max Kellermann2013-12-041-10/+2
| | | | No GLib memory allocation.
* Log: new logging library APIMax Kellermann2013-10-021-2/+3
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* util/Error: new error passing libraryMax Kellermann2013-09-041-7/+8
| | | | Replaces GLib's GError.
* system/resolver: convert to C++Max Kellermann2013-09-041-0/+66