]> git.ipfire.org Git - thirdparty/pdns.git/commit - pdns/pdnsutil.cc
speed up pdnsutil list-zone significantly, plus load up the lmdbbackend files
authorbert hubert <bert.hubert@netherlabs.nl>
Tue, 5 Feb 2019 16:37:40 +0000 (17:37 +0100)
committerbert hubert <bert.hubert@netherlabs.nl>
Tue, 5 Feb 2019 16:47:25 +0000 (17:47 +0100)
commit6a40fc00256a97e0999542163454138184167e11
treeeabb973f3aa59bf088616b3fc74bf1934936486c
parent8c4d22c6dc243ee2c132815ad35b07a93deb6250
speed up pdnsutil list-zone significantly, plus load up the lmdbbackend files
modules/lmdbbackend/Makefile.am [new file with mode: 0644]
modules/lmdbbackend/OBJECTFILES [new file with mode: 0644]
modules/lmdbbackend/OBJECTLIBS [new file with mode: 0644]
modules/lmdbbackend/lmdb-safe.cc [new file with mode: 0644]
modules/lmdbbackend/lmdb-safe.hh [new file with mode: 0644]
modules/lmdbbackend/lmdb-typed.cc [new file with mode: 0644]
modules/lmdbbackend/lmdb-typed.hh [new file with mode: 0644]
modules/lmdbbackend/lmdbbackend.cc [new file with mode: 0644]
modules/lmdbbackend/lmdbbackend.hh [new file with mode: 0644]
pdns/pdnsutil.cc