]> git.ipfire.org Git - thirdparty/unbound.git/commit
- Acknowledge use of unbound-java code in iterator. Nicer readme.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 25 May 2007 12:02:37 +0000 (12:02 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Fri, 25 May 2007 12:02:37 +0000 (12:02 +0000)
commitc7a9776d913681b951316d4383145f86e93d56f9
tree949f5c0c78d7ad4347c105d1d9fb57f4597b42b1
parent6a08bfbb30bbf1444e4ae0740675d77cbd075c1d
   - Acknowledge use of unbound-java code in iterator. Nicer readme.
       - services/cache/dns.c DNS Cache. Hybrid cache uses msgcache and
         rrset cache from module environment.
       - packed rrset key has type and class as easily accessable struct
         members. They are still kept in network format for fast msg encode.
       - dns cache find_delegation routine.

git-svn-id: file:///svn/unbound/trunk@339 be551aaa-1e26-0410-a405-d3ace91eadb9
13 files changed:
doc/Changelog
doc/README
iterator/iterator.c
services/cache/dns.c [new file with mode: 0644]
services/cache/dns.h [new file with mode: 0644]
services/cache/rrset.c
services/cache/rrset.h
services/outside_network.c
util/data/msgparse.c
util/data/msgreply.c
util/data/packed_rrset.c
util/data/packed_rrset.h
util/net_help.h