This website requires JavaScript.
Explore
Help
Register
Sign in
kpriv
/
freebsd-ports
Watch
1
Star
0
Fork
You've already forked freebsd-ports
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
ba1b44ab28
freebsd-ports
/
devel
/
libdnsres
/
pkg-plist
6 lines
86 B
Text
Raw
Normal View
History
Unescape
Escape
Libdnsres provides a non-blocking thread-safe API for resolving DNS names. It requires that your main application is built on top of libevent. Libdnsres' API essentially mirrors the traditional gethostbyname and getaddrinfo interfaces. All return values have been replaced by callbacks instead. The code borrows heavily from the BSD resolver library. In fact, it is an extremely ugly hack to make the BSD resolver library non-blocking and thread-safe without changing the API too much. WWW: http://www.monkey.org/~provos/libdnsres/ PR: ports/93365 Submitted by: Phil Oleson <oz@nixil.net>
2006-02-15 12:07:43 +01:00
include/dnsres.h
lib/libdnsres.a
Conversion to a single libtool environment. Approved by: portmgr (kris)
2006-02-23 11:40:44 +01:00
lib/libdnsres.la
Libdnsres provides a non-blocking thread-safe API for resolving DNS names. It requires that your main application is built on top of libevent. Libdnsres' API essentially mirrors the traditional gethostbyname and getaddrinfo interfaces. All return values have been replaced by callbacks instead. The code borrows heavily from the BSD resolver library. In fact, it is an extremely ugly hack to make the BSD resolver library non-blocking and thread-safe without changing the API too much. WWW: http://www.monkey.org/~provos/libdnsres/ PR: ports/93365 Submitted by: Phil Oleson <oz@nixil.net>
2006-02-15 12:07:43 +01:00
lib/libdnsres.so
lib/libdnsres.so.0
Reference in a new issue
Copy permalink