glib/gio/libasyncns
Dan Winship c94d3f9288 Add GResolver, a glib-ish interface to DNS
GResolver provides asynchronous (and synchronous-but-cancellable) APIs
for resolving hostnames, reverse-resolving IP addresses back to
hostnames, and resolving SRV records. Part of #548466.
2009-04-22 08:36:32 -04:00
..
asyncns.c Add GResolver, a glib-ish interface to DNS 2009-04-22 08:36:32 -04:00
asyncns.h Add GResolver, a glib-ish interface to DNS 2009-04-22 08:36:32 -04:00
g-asyncns.h Add GResolver, a glib-ish interface to DNS 2009-04-22 08:36:32 -04:00
Makefile.am Add GResolver, a glib-ish interface to DNS 2009-04-22 08:36:32 -04:00
README Add GResolver, a glib-ish interface to DNS 2009-04-22 08:36:32 -04:00
update.sh Add GResolver, a glib-ish interface to DNS 2009-04-22 08:36:32 -04:00

The sources are derived from Lennart Poettering's libasyncns library:

 http://0pointer.de/lennart/projects/libasyncns/

The 'update.sh' script in this directory, when pointed at
the original sources updates the files in this directory
to the new version