aboutsummaryrefslogtreecommitdiff
path: root/src/resolver.c
Commit message (Collapse)AuthorAge
* require GLib 2.16Max Kellermann2012-07-10
| | | | | GLib 2.16 was released more than 4 years ago. Let's remove some cruft from the glib_compat.h header, and avoid new cruft to it.
* don't define WINVER in *.c filesMax Kellermann2011-10-09
| | | | | In a C file, that is too late, because _mingw.h defaults to 0x0502, and ours would be illegal redefintion.
* resolver: add function resolve_host_port()Max Kellermann2011-09-20
|
* socket_util: move sockaddr_to_string() to resolver.cMax Kellermann2011-09-20