]> granicus.if.org Git - pdns/shortlog
pdns
2015-12-21 bert hubertit turns out, we could not simply compare DNSNames...
2015-12-21 bert hubertexample script correction
2015-12-21 bert hubertreplace old lua example script by new one, we have...
2015-12-20 bert hubertairplane commit - implement pdnslog & loglevels that...
2015-12-19 bert hubertnow fix up Lua compilation of Lua code in recursor...
2015-12-18 bert hubertfix up the non-lua case for recursor
2015-12-18 bert hubertmove policy enum around. Creative use of namespace...
2015-12-18 bert hubertmove recursor to LuaWrapper based new API for blocking...
2015-12-18 bert hubertfix up recursor separate compilation on osx: set c...
2015-12-17 bert hubertmove lua scripts in resolver over to glorious luawrappe...
2015-12-17 bert huberttyop
2015-12-17 bert hubertsilence a luawrapper warning. Hope I got it right.
2015-12-16 bert hubertnew default parameters for toString mess up lua's autod...
2015-12-15 bert hubertsome lua developments for dnsdist and recursor - wip
2015-12-15 bert hubertallRule() for dnsdist
2015-12-14 bert hubertmore debugging
2015-12-14 bert hubertremove .. in pdnsutil list-zone - thanks Sander Smeenk...
2015-12-14 bert hubertremove some stray debugging from loading rpz from file
2015-12-14 bert hubertimplement four dnssec modes: off (3.x behaviour), proce...
2015-12-14 bert hubertimplement delta() to show changes versus configuration...
2015-12-13 bert hubertadd benchRule which benchmarks rules and AndRule which...
2015-12-13 bert hubertadd PoolAction() to Lua
2015-12-13 bert huberthow did we miss this? RegexRule in dnsdist for matching...
2015-12-11 bert hubertfix up so it compiles again, I think - may need more...
2015-12-11 Peter van DijkMerge pull request #3018 from Habbie/osx
2015-12-11 Peter van DijkMerge pull request #3022 from mind04/dname
2015-12-11 bert hubertimplement DS anchor configuration, thank you https...
2015-12-11 bert hubertMerge branch 'master' of github.com:PowerDNS/pdns
2015-12-11 bert hubertMerge pull request #3023 from rgacogne/emptyclientlinen...
2015-12-11 Remi GacogneFix dnsdist console client sending empty lines
2015-12-11 bert hubertMerge pull request #3017 from rgacogne/consoleempty...
2015-12-11 Kees Monshouwertraling dot in DNAME content
2015-12-10 Remi GacogneWarn that addLocal() and setLocal() can't be used at...
2015-12-10 Peter van Dijkminor osx portability nit
2015-12-10 Remi GacogneFix zero-sized response in dnsdist client without libsodium
2015-12-10 bert hubertlog if a domain demands DNSSEC processing or not
2015-12-10 bert hubertlove the unit tests.
2015-12-10 bert hubertnew function: addDomainSpoof("domain", "ipv4", "ipv6...
2015-12-10 bert hubertso, it turns out only the hashing/dnssec parts of power...
2015-12-09 bert hubertRevert "toDNSString inexplicably did a toLower() on...
2015-12-09 bert hubertMerge pull request #3011 from rgacogne/dnsdist-fix...
2015-12-09 Pieter LexisMerge pull request #3004 from zeha/api-cache-flush
2015-12-09 Pieter LexisMerge pull request #2997 from zeha/apirecursortest
2015-12-09 bert hubertimplement fixupCase(true) or fixupCase(false) so you...
2015-12-09 bert huberttoDNSString inexplicably did a toLower() on what it...
2015-12-09 bert hubertfor recursor, if client added an EDNS record, add it...
2015-12-09 bert hubertI can't imagine how this worked - DNSName() as name...
2015-12-09 bert hubertadd makeOpt infrastructure so we can make DNSRecords...
2015-12-09 bert hubertspeedup, use 'tie' for comparisons in recursor packet...
2015-12-09 Christian HofstaedtlerAPI: make cache flushing a public, documented operation
2015-12-09 Christian HofstaedtlerReplace dnsnameFromJson() with apiNameToDNSName(stringF...
2015-12-09 bert hubertsplit out console code from dnsdist.cc, plus move some...
2015-12-09 bert hubertfurther changelog updates
2015-12-09 bert hubertBeginning of 4.0.0 release notes
2015-12-09 bert hubertMerge pull request #2888 from aj-gh/ignored-packet...
2015-12-09 bert hubert**BREAKING** dnsdist console communications control...
2015-12-09 bert hubertspruce up grepq() a little bit with answer count for...
2015-12-08 Andreas JakumAdd counter for ignored packets to recursor statistics...
2015-12-08 bert hubertMerge branch 'adp': better infrastructure for metering...
2015-12-08 Remi GacogneMake the string parameter to testCrypto() optional.
2015-12-08 bert hubertfix up bandwidth exceeded limits, move dnsheader (12...
2015-12-08 Pieter LexisMerge pull request #3007 from ndonegan/patch-1
2015-12-08 bert hubertfix up dns ring measurements for BW and NXDOMAIN to...
2015-12-08 bert hubertmake grepq look at the the n newest queries, not the...
2015-12-07 bert hubertimplement grepq() for dnsdist
2015-12-07 bert huberttrim some dependencies for dnsdistdist benefit
2015-12-07 bert hubertmake sure we insert query size on query ring too
2015-12-07 Christian HofstaedtlerAPI: Reenable Recursor tests
2015-12-07 bert hubertMerge pull request #3005 from rgacogne/dnsdist-luajit
2015-12-07 bert hubertreenable in-tree dnsdist building
2015-12-07 Niall DoneganUpdate backend-remote.md
2015-12-07 Niall DoneganUpdate backend-remote.md
2015-12-07 Niall DoneganUpdate backend-remote.md
2015-12-07 Niall DoneganUpdate backend-remote.md
2015-12-07 Niall DoneganDocumentation Update
2015-12-07 Remi GacogneAdd support for using LuaJIT in dnsdist
2015-12-07 bert hubertlet topClients() default to top-10
2015-12-07 bert hubertMerge pull request #2927 from rgacogne/dnsdist-ecs
2015-12-07 Peter van DijkMerge pull request #2919 from zeha/api-dnsname-dot
2015-12-07 Remi GacogneAdd more tests for dnsdist ECS support.
2015-12-07 Remi GacogneAdd EDNS Client Subnet to queries, unit tests and regre...
2015-12-07 bert hubertimplement getNameWithAddr() for downstreams for pretty...
2015-12-07 bert hubertfurther rings speedup
2015-12-07 bert hubertsome ring statistics speedups
2015-12-06 bert hubertlog when adding a dynamic block
2015-12-06 Peter van DijkMerge pull request #2996 from zeha/jsoninterface
2015-12-06 Christian HofstaedtlerAPI: Update and add more examples
2015-12-06 Christian HofstaedtlerAPI: dot correctness
2015-12-06 Christian HofstaedtlerAdd PacketCache::purgeExact
2015-12-06 Christian HofstaedtlerAPI: copy-edit the spec
2015-12-06 Christian HofstaedtlerAPI docs: fix section headers
2015-12-05 bert hubertwhen installing new overlapping dynamic block, record...
2015-12-05 bert hubertshow some more block/drop kinds in webpage
2015-12-05 bert hubertalso show dynblock number of blocks in showDynBlocks()
2015-12-05 bert hubertrevamp dynamic block syntax, you now insert blocks...
2015-12-05 bert hubertnetmask src rule did not show itself correctly in dnsdi...
2015-12-05 bert hubertresolve conflict, add reporting of acl/locals
2015-12-05 bert hubertMerge branch 'master' of github.com:PowerDNS/pdns
2015-12-05 bert hubertfill out acl and local to index.html
2015-12-05 bert hubertreport acl and local addresses over web-api
next