]> git.ipfire.org Git - thirdparty/pdns.git/commit
Split the AXFRRetriever from resolver.cc
authorPieter Lexis <pieter.lexis@powerdns.com>
Mon, 16 Mar 2020 15:53:56 +0000 (16:53 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Wed, 1 Apr 2020 09:10:22 +0000 (11:10 +0200)
commit0dd42dbb99505ff667a1fbf72f73c87c84e95461
tree6a39f9f5e8bc5012b5e6cda91226ed4298208c99
parent6a10f0802eb216a0eadd1b7ca82e5b3b55da6d5a
Split the AXFRRetriever from resolver.cc

ALso, this moves the `parseResult` function into the pdns::resolver
namespace
15 files changed:
pdns/Makefile.am
pdns/axfr-retriever.cc [new file with mode: 0644]
pdns/axfr-retriever.hh [new file with mode: 0644]
pdns/communicator.cc
pdns/ixfrdist.cc
pdns/ixplore.cc
pdns/recursordist/Makefile.am
pdns/recursordist/axfr-retriever.cc [new symlink]
pdns/recursordist/axfr-retriever.hh [new symlink]
pdns/resolver.cc
pdns/resolver.hh
pdns/rpzloader.cc
pdns/slavecommunicator.cc
pdns/tcpreceiver.cc
pdns/tsig-tests.cc