]> git.ipfire.org Git - thirdparty/bind9.git/commit
rename qpdb to qpcache
authorEvan Hunt <each@isc.org>
Thu, 7 Mar 2024 01:54:37 +0000 (17:54 -0800)
committerEvan Hunt <each@isc.org>
Fri, 8 Mar 2024 23:36:56 +0000 (15:36 -0800)
commit5709f7bad9e3cf14e0b58d0c6a67437481fac420
treeaad2a2d2d1e66e4e5fedbbd1198748684c2698e1
parente14a116ced0af1dc745baa4ca507b45f86b69758
rename qpdb to qpcache

move qpdb.c to qpcache.c and rename the "qp" database implementation
to "qpcache", in order to make it more clearly distinguishable from
"qpzone".
configure.ac
lib/dns/Makefile.am
lib/dns/cache.c
lib/dns/db.c
lib/dns/qpcache.c [moved from lib/dns/qpdb.c with 99% similarity]
lib/dns/qpcache_p.h [moved from lib/dns/qpdb_p.h with 80% similarity]
tests/dns/qpdb_test.c
tests/dns/qpzone_test.c