]> git.ipfire.org Git - thirdparty/pdns.git/commit
Things are starting to work, but I'll need to split the cached
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 13 Oct 2020 15:21:20 +0000 (17:21 +0200)
committerOtto Moerbeek <otto@drijf.net>
Tue, 10 Nov 2020 08:17:10 +0000 (09:17 +0100)
commita44a8d6617e3062846e6092a3fd836f11be757a7
treeabc02a75d5f2b97c7b4d61e822b8bcedf3ca6e67
parentd509757915fa1bf6a26327a466fef6e45fb495d2
Things are starting to work, but I'll need to split the cached
protobuf strings to allow for mod of the response.
13 files changed:
contrib/ProtobufLogger.py
pdns/dnsname.cc
pdns/dnsname.hh
pdns/pdns_recursor.cc
pdns/protozero.cc [new file with mode: 0644]
pdns/protozero.hh [new file with mode: 0644]
pdns/recpacketcache.cc
pdns/recpacketcache.hh
pdns/recursordist/Makefile.am
pdns/recursordist/ext/protozero [new symlink]
pdns/recursordist/protozero.cc [new symlink]
pdns/recursordist/protozero.hh [new symlink]
pdns/test-recpacketcache_cc.cc