]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
all: ported to upcoming libknot APIs
authorMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 17 Dec 2015 17:52:57 +0000 (18:52 +0100)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Thu, 17 Dec 2015 22:29:02 +0000 (23:29 +0100)
commit456e5446ad420ad3773ac735cb8499d3e8aa2058
tree347a3b5d65603477e0bdb084e55b46ffa67fd01a
parent3bbdca301ee9eb75a062d6711b5c2fd83defa3db
all: ported to upcoming libknot APIs

this is not going to be backwards compatible change, but it will be the first tagged libknot release sufficient for resolver
52 files changed:
contrib/base32hex.c [new file with mode: 0644]
contrib/base32hex.h [new file with mode: 0644]
contrib/contrib.mk
contrib/wire.h [new file with mode: 0644]
daemon/bindings.c
daemon/engine.c
daemon/engine.h
daemon/lua/kres.lua
daemon/main.c
daemon/network.c
daemon/worker.c
daemon/worker.h
lib/README.rst
lib/cache.c
lib/cache.h
lib/dnssec.c
lib/dnssec.h
lib/dnssec/nsec.c
lib/dnssec/nsec.h
lib/dnssec/nsec3.c
lib/dnssec/nsec3.h
lib/dnssec/packet/pkt.c [deleted file]
lib/dnssec/packet/pkt.h [deleted file]
lib/dnssec/rrtype/ds.h [deleted file]
lib/dnssec/signature.c
lib/layer/iterate.c
lib/layer/pktcache.c
lib/layer/rrcache.c
lib/layer/validate.c
lib/lib.mk
lib/nsrep.c
lib/resolve.c
lib/resolve.h
lib/rplan.c
lib/rplan.h
lib/utils.c
lib/utils.h
lib/zonecut.c
lib/zonecut.h
modules/cachectl/cachectl.c
modules/hints/hints.c
modules/kmemcached/kmemcached.c
modules/kmemcached/namedb_memcached.c
modules/redis/namedb_redis.c
modules/redis/redis.c
modules/stats/stats.c
scripts/bootstrap-depends.sh
tests/test.h
tests/test_array.c
tests/test_cache.c
tests/test_pack.c
tests/test_rplan.c