author | Max Kellermann <max@duempel.org> | |
Thu, 18 Sep 2008 09:17:17 +0000 (11:17 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Thu, 18 Sep 2008 09:17:17 +0000 (11:17 +0200) | ||
commit | dcb67250b34dc92aced026516e162a42000f1857 | |
tree | 6314bf5b1353347ce2b3973274513e2b78491aba | tree | snapshot |
parent | 919cebb0bcd44170a7dd773717eefa1e515d628c | commit | diff |
libmpdclient: added resolver library
The resolver library provides unified access to all resolvers
(getaddrinfo(), gethostbyname(), Unix domain sockets). Like
getaddrinfo(), it can return more than one address for a host name.
This fixes bug 1517 (http://www.musicpd.org/mantis/view.php?id=1517).
The resolver library provides unified access to all resolvers
(getaddrinfo(), gethostbyname(), Unix domain sockets). Like
getaddrinfo(), it can return more than one address for a host name.
This fixes bug 1517 (http://www.musicpd.org/mantis/view.php?id=1517).
src/Makefile.am | diff | blob | history | |
src/libmpdclient.c | diff | blob | history | |
src/resolver.c | [new file with mode: 0644] | blob |
src/resolver.h | [new file with mode: 0644] | blob |