Unbound is a validating, recursive, and caching DNS resolver.
Go to file
Wouter Wijngaards ee5ee20071 Porting continues. TCP works fine now.
git-svn-id: file:///svn/unbound/trunk@1128 be551aaa-1e26-0410-a405-d3ace91eadb9
2008-06-23 13:52:03 +00:00
compat compiles cleaner on ming32, socketpair compat. 2008-06-13 15:32:16 +00:00
contrib rpm spec updated. 2008-05-22 08:34:11 +00:00
daemon winsock_event handler, working resolution and validation on windows. 2008-06-17 14:57:18 +00:00
doc Porting continues. TCP works fine now. 2008-06-23 13:52:03 +00:00
iterator Fixup Richard Doty reported lameness detection fault. 2008-06-09 08:29:59 +00:00
libunbound testbound works on XP. 2008-06-18 08:16:04 +00:00
services unit test, testbound, basic udp and tcp tests are working on XP. 2008-06-18 14:27:30 +00:00
smallapp bug184 fixed. 2008-06-02 13:14:12 +00:00
testcode Porting continues. TCP works fine now. 2008-06-23 13:52:03 +00:00
testdata Porting continues. TCP works fine now. 2008-06-23 13:52:03 +00:00
util Porting continues. TCP works fine now. 2008-06-23 13:52:03 +00:00
validator DSA signature compatibility. 2008-04-15 19:51:28 +00:00
aclocal.m4 fix mkdir check. 2008-06-13 13:26:15 +00:00
acx_pthread.m4 Pthread configure.ac fu. 2007-02-19 15:32:07 +00:00
config.guess newer libtool contents. 2008-06-04 10:37:08 +00:00
config.h.in winsock_event handler, working resolution and validation on windows. 2008-06-17 14:57:18 +00:00
config.sub newer libtool contents. 2008-06-04 10:37:08 +00:00
configure winsock_event handler, working resolution and validation on windows. 2008-06-17 14:57:18 +00:00
configure.ac winsock_event handler, working resolution and validation on windows. 2008-06-17 14:57:18 +00:00
install-sh Created trunk/ 2007-01-03 08:53:52 +00:00
ldns-src.tar.gz ldns 1.3.0 release as tarball included with unbound. 2008-06-02 13:27:44 +00:00
LICENSE Added licenses, this is the BSD license. 2007-01-03 09:17:12 +00:00
ltmain.sh newer libtool contents. 2008-06-04 10:37:08 +00:00
makedist.sh fixes. 2008-02-08 13:27:49 +00:00
Makefile.in unit test, testbound, basic udp and tcp tests are working on XP. 2008-06-18 14:27:30 +00:00
README default to faster internal event loop. 2008-02-22 10:19:49 +00:00

Unbound README
* ./configure && make && make install
* on BSDs and Solaris use gmake (GNU make).
* You can use libevent if you want. libevent is useful when using 
  many (10000) outgoing ports. By default 16 ports are used and the
  builtin alternative is equally capable and a little faster.
* More detailed README, README.svn, README.tests in doc directory
* manual pages can be found in doc directory, and are installed, unbound(8).
* example configuration file doc/example.conf