]> git.ipfire.org Git - thirdparty/pdns.git/shortlog
thirdparty/pdns.git
2016-10-06  Christian HofstaedtlerAPI: search should not return ENTs 4542/head
2016-10-05  Remi GacogneMerge pull request #4530 from paddg/patch-3
2016-10-05  Winfried AngeleUpdate README-dnsdist.md 4530/head
2016-10-04  bert hubertMerge pull request #4519 from rgacogne/dnsdist-ecs...
2016-09-30  Pieter Lexisignore a generated file
2016-09-29  bert hubertMerge pull request #4485 from mind04/cache-soa
2016-09-29  bert hubertfix up packetcache not to use constexpr which upset...
2016-09-29  bert hubertdocument cache cleaning rate adjustment, plus switch...
2016-09-29  bert hubertMerge pull request #4504 from mind04/pcsize
2016-09-29  Kees Monshouwers/soa-minimum-default/soa-minimum-ttl/ 4485/head
2016-09-29  Remi GacogneMerge pull request #4432 from rgacogne/dnsdist-protobuf...
2016-09-29  Remi Gacognednsdist: Allow altering the ECS behavior via rules... 4519/head
2016-09-28  Kees Monshouwerremove debug output and correct iterator increase 4504/head
2016-09-28  Kees Monshouweradaptive packetcache cleaning interval
2016-09-28  Pieter LexisMerge pull request #4431 from pieterlexis/issue-4430...
2016-09-28  Pieter LexisMerge pull request #4473 from rgacogne/coverity-fixes...
2016-09-28  Pieter LexisMerge pull request #4513 from martinkouba/patch-1
2016-09-28  Kees Monshouwerdisable negative getSOA caching if the negcache_ttl...
2016-09-27  Martin KoubaUpdated description of allow-unsigned-notify 4513/head
2016-09-26  Kees Monshouwercleanup packetcache cleanup()
2016-09-26  bert hubertmake sure we clean based on sequence index and not...
2016-09-26  Kees Monshouwerremove some outdated comments in packetcache.cc
2016-09-26  Kees Monshouwerremove unnecessary locking in packetcache
2016-09-26  Kees Monshouwerupdate packetcache size in insert()
2016-09-26  bert hubertmake sure we log the [id] as well for DNSSEC trace
2016-09-25  Pieter LexisMerge pull request #4506 from HLFH/patch-1
2016-09-25  Pieter LexisMerge pull request #4507 from HLFH/patch-2
2016-09-25  Peter van DijkMerge pull request #4499 from rgacogne/rec-boost-contex...
2016-09-25  HLFHGive tarball link 4507/head
2016-09-25  HLFHRemoval of pipebackend-abi-version setting 4506/head
2016-09-25  bert hubertMerge pull request #4497 from phonedph1/root-hint
2016-09-23  Remi Gacognerec: Always test if BOOST_VERSION is < 1.61, not >... 4499/head
2016-09-23  Peter van DijkMerge pull request #4492 from pieterlexis/post-deresour...
2016-09-23  Pieter LexisMerge pull request #4486 from cmouse/yahttp-update
2016-09-23  Pieter LexisMerge pull request #4487 from mzealey/wipe-domain-doc...
2016-09-23  Peter van DijkMerge pull request #4494 from zeha/warnings
2016-09-23  Remi Gacognerec: Add support for boost::context >= 1.61
2016-09-23  bert hubertwhen encountering bad zone data in backend, make sure...
2016-09-23  phonedph1e.root-servers.net has IPv6 now 4497/head
2016-09-22  Christian HofstaedtlerFix struct/class mismatch warning reported by apple... 4494/head
2016-09-22  Pieter LexisDon't ServFail on version.bind post-deresource 4492/head
2016-09-19  Mark ZealeyAdd doc about the $ feature of wipe-domain 4487/head
2016-09-18  Aki Tuomiyahttp: Update to v0.2.0 4486/head
2016-09-15  Remi Gacogneauth: `id` variable shadows reference in `Bind2Backend... 4473/head
2016-09-15  Remi Gacogneauth: Use unique_ptr for `AuthLua` and `AuthLua4` objects
2016-09-15  Remi Gacogneauth: Fix 'Identical code for different branches' cover...
2016-09-14  bert hubertMerge pull request #4467 from ahupowerdns/deresource
2016-09-13  bert hubertreinstate shuffling in the new DNSZoneRecord world 4467/head
2016-09-13  bert hubertmake randombackend DNSZoneRecord native
2016-09-13  bert hubertmake it possible to compare pointers/references to...
2016-09-13  bert hubertfix up lua-auth for new DNSZoneRecord world
2016-09-13  bert hubertrestore old ldap logging behaviour
2016-09-13  bert hubertand it works for ldap-simple too!
2016-09-13  bert hubertwe now actually pass these tests
2016-09-13  bert hubertfix zone2ldap in one other place
2016-09-13  bert hubertmake sure that zone2ldap encodes root as .
2016-09-13  bert hubertenable a lot of LDAP logging to uncover what might...
2016-09-13  bert hubertreenable LDAP testing, plus fix up partial SOA records...
2016-09-13  bert hubertfix up mydns backend to properly return SOA records...
2016-09-13  bert hubertalso propagate scopeMask to emulated get()
2016-09-13  bert hubertfix up TXT content matching when backend does not add "
2016-09-13  bert hubertfix presigned NSEC3s
2016-09-13  bert hubertdisable ldap, which I can't debug locally. Perhaps...
2016-09-13  bert hubertwe got one labelReversal case wrong
2016-09-13  bert hubertsome further labelreverse improvements
2016-09-13  bert hubertset of labelReverse incorrect migrations, two of which...
2016-09-13  bert hubertfix case where we did not do duplicate record detection...
2016-09-13  bert hubertmake an ENTRecordType
2016-09-13  bert hubertreinstate duplicate record detection, slowing us down...
2016-09-13  bert hubertfix up testcases
2016-09-13  bert huberttwo compilation errors (one in an internal tool, one...
2016-09-13  bert hubertmore speedups and cleanups for DNSZoneRecord world
2016-09-13  bert hubertinit some DNSZoneRecord members
2016-09-13  bert hubertfix up zone2sql compilation after fixups
2016-09-13  bert hubertpacketcache hashed
2016-09-13  bert hubertbindbackend hashed
2016-09-13  bert hubertyolo - big DNSResourceRecord removal
2016-09-12  bert hubertMerge pull request #4463 from pieterlexis/centos-6...
2016-09-12  Pieter LexisAuth: build Bind backend for CentOS 6 4463/head
2016-09-12  Pieter LexisMerge pull request #4461 from pieterlexis/boost161...
2016-09-12  bert hubertMerge pull request #4459 from ahupowerdns/pqmemleak
2016-09-12  Pieter LexisRec: Disable boost-fcontext on boost 1.61 and up 4461/head
2016-09-12  Pieter LexisRevert "Rec: support boost's fcontext in boost 1.61+"
2016-09-12  bert hubertMerge pull request #4424 from pieterlexis/static_vector...
2016-09-11  bert hubertMerge pull request #4458 from James-TR/patch-1
2016-09-11  bert huberteleksir noted that we leak a ton of memory in postgresq... 4459/head
2016-09-11  James TaylorCorrect typo in backend-pipe.md 4458/head
2016-09-10  Pieter LexisMerge pull request #4449 from peterthomassen/master
2016-09-09  Peter ThomassenDocs: clarify that recursor does not do DNSSEC for... 4449/head
2016-09-09  Pieter LexisMerge pull request #4447 from rgacogne/secpoll-doc...
2016-09-09  Remi GacogneUpdate secpoll and documentation for 2016-01 4447/head
2016-09-08  Remi Gacognednsdist: Add regression tests for protobuf alteration... 4432/head
2016-09-08  Remi Gacognednsdist: Add bindings for the `DNSResponse` object
2016-09-08  Peter van DijkMerge pull request #4440 from rgacogne/rec-fix-lua...
2016-09-08  Peter van DijkMerge pull request #4441 from cmouse/lua-auth4-fix
2016-09-08  Peter van DijkMerge pull request #4442 from cmouse/geoip-naming
2016-09-08  Aki Tuomigeoipbackend: Fix minor naming issue 4442/head
2016-09-08  Aki Tuomilua-auth4: Remove recursor includes 4441/head
2016-09-08  Remi Gacognerec: Fix Lua-enabled compilation on OS X and FreeBSD 4440/head
2016-09-07  bert hubertMerge pull request #4435 from ahupowerdns/rollback-fix
next