]> git.ipfire.org Git - thirdparty/unbound.git/commit
- unit test for negative cache, stress tests the refcounting.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 11 Nov 2008 11:54:06 +0000 (11:54 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 11 Nov 2008 11:54:06 +0000 (11:54 +0000)
commit5cfd778608315aa4b896eca2b129017ca11d9de7
treede312f64b8d429747f84e503a3e3df0cf4e0ad22
parent3973cd8f26ce1c02979e8751b45f4efb7e8726ad
- unit test for negative cache, stress tests the refcounting.
- fix for refcounting error that could cause fptr_wlist fatal exit
  in the negative cache rbtree (upcoming 1.1 feature). (Thanks to
  Attila Nagy for testing).
- nicer comments in cachedump about failed RR to string conversion.

git-svn-id: file:///svn/unbound/trunk@1342 be551aaa-1e26-0410-a405-d3ace91eadb9
daemon/cachedump.c
doc/Changelog
testcode/unitmain.c
testcode/unitmain.h
testcode/unitneg.c [new file with mode: 0644]
validator/val_neg.c
validator/val_neg.h