Summary
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.
Versions
v0.1a-r3 :: 0 :: gentoo
- Modified
- License
- BSD-4
- Keywords
- amd64 sparc x86 ~ppc
- USE flags
- static-libs
USE flags
General
- static-libs
- Build static versions of dynamic libraries as well
Dependencies
dev-libs / libevent : Library to execute a function when a specific event occurs on a file descriptor
Runtime Dependencies
dev-libs / libevent : Library to execute a function when a specific event occurs on a file descriptor
Bugs
- 713630
- dev-libs/libdnsres-0.1a-r3 : ./dnsres.h: fatal error: sys/bitypes.h: No such file or directory
- 729906
- dev-libs/libdnsres-0.1a-r3 - ld.lld: error: /usr/lib/gcc/x86_64-pc-linux-gnu/10.1.0/../../../../lib64/crt1.o is incompatible with elf_x86_64
- 880341
- dev-libs/libdnsres-0.1a-r3 - arc4random.c: error: call to undeclared function time; ISO C99 and later
- 912307
- dev-libs/libdnsres-0.1a-r3 - deprecated in all versions of C and is not supported in C2x
Change logs
- Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-libs/libdnsres: cleanup old (EAPI 5)
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Rolf Eike Beer · gentoo
dev-libs/libdnsres: stable 0.1a-r3 for sparc, bug #765145
Package-Manager: Portage-3.0.12, Repoman-3.0.2 RepoMan-Options: --include-arches="sparc" Signed-off-by: Rolf Eike Beer <eike@sf-mail.de> Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Sam James · gentoo
dev-libs/libdnsres: Stabilize 0.1a-r3 x86, #765145
Signed-off-by: Sam James <sam@gentoo.org> - Sam James · gentoo
dev-libs/libdnsres: Stabilize 0.1a-r3 amd64, #765145
Signed-off-by: Sam James <sam@gentoo.org> - Repository mirror & CI · gentoo
Merge updates from master - Jeroen Roovers · gentoo
dev-libs/libdnsres: EAPI=7
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Jeroen Roovers <jer@gentoo.org> - Michael Mair-Keimberger · gentoo
dev-libs/libdnsres: use HTTPS
Closes: https://github.com/gentoo/gentoo/pull/8278 - Robin H. Johnson · gentoo
Drop $Id$ per council decision in bug #611234.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> - Robin H. Johnson · gentoo
proj/gentoo: Initial commit
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed