]> git.ipfire.org Git - thirdparty/pdns.git/shortlog
thirdparty/pdns.git
2015-04-11  bert hubertMerge pull request #6 from cmouse/dnsname
2015-04-11  Aki TuomiUse BOOST_CHECK_EXCEPTION
2015-04-10  bert hubertMerge branch 'dnsname' of github.com:ahupowerdns/pdns...
2015-04-10  bert hubertMatt Singh of Centralnic discovered we leaked memory...
2015-04-01  bert hubertfirst step in taking TCP/IP seriously: we actually...
2015-04-01  bert hubertadd error checking on server generation, improving...
2015-04-01  bert hubertsplit out the TCP part of dnsdist to a separate file
2015-03-31  bert hubertadditional testcase inspired by jpmens
2015-03-31  bert hubertdocument webserver
2015-03-31  bert hubertsilence debugging output
2015-03-31  bert hubertMerge branch 'dnsname' of github.com:ahupowerdns/pdns...
2015-03-31  bert huberthook up complete latency to html, cleanup html
2015-03-31  bert hubertfix typo breaking dist
2015-03-31  bert hubertbuild htmldist.h also in pdns
2015-03-30  bert hubertmake sure we build html
2015-03-30  bert hubertfix up populate script so it does incbin right
2015-03-30  bert hubertjson11!
2015-03-30  bert hubertmake sure we can 'make dist' again, including built...
2015-03-29  bert hubertand the actual html, css and js
2015-03-29  bert huberthook up webserver and embedded html (!)
2015-03-29  bert hubertadd some dependencies
2015-03-29  bert hubertMerge branch 'dnsname' of github.com:ahupowerdns/pdns...
2015-03-29  bert hubertimplement somewhat finegrained statistics
2015-03-21  bert hubertpossibly fix up dnssec detection spewing errors, restor...
2015-03-20  bert hubertremove linktime and runtime dependency on libboost...
2015-03-19  bert hubertisolate boost options parser from dnsdist-lua, allow...
2015-03-18  bert hubertimplement & document DNSSEC pool rules
2015-03-18  bert hubertadd DNSSEC selection rule, plus setDNSSECPool() command
2015-03-18  bert hubertfix up error reporting on console
2015-03-17  bert hubertteach dnsscope about EDNS and stats and report the...
2015-03-17  bert hubertcopy in Kees Monshouwers CentOS6/RHEL6 compilation...
2015-03-17  bert hubertvastly improve error reporting on Lua problems
2015-03-16  bert hubertimplement autocomplete in dnsdist
2015-03-16  bert hubertfix building dnsdistdist
2015-03-16  bert hubertmove to one central set of Rules, and document this
2015-03-15  bert hubertfix up dnsdist wrt ragel - we don't want to turn it...
2015-03-12  bert hubertfix up dnsdist so it matches our blogpost wrt decaying...
2015-03-11  bert hubertactually fill out the client ringbuffer
2015-03-11  bert hubertadd topClients()
2015-03-11  bert hubertadd unit tests for label count
2015-03-11  bert hubertfix up labelcount in dnsname
2015-03-11  bert hubertMerge pull request #3 from mind04/dnsname
2015-03-11  Kees Monshouwerfix for root in DNSName isParent() and some tests
2015-03-11  bert hubertslight speedup in checking empty SuffixMatchNodes
2015-03-11  bert hubertKees Monshouwer spotted a bug in our DNSName isParent...
2015-03-11  bert hubertfix up impedence mismatch between Lua and native server...
2015-03-10  bert hubertupdate documentation a bit
2015-03-10  bert hubertremove specific regex drop feature, we have better...
2015-03-10  bert hubertadd unit test for GlobalStateHolder, which promtply...
2015-03-10  bert hubertprepare ourselves for an SSO string version of DNSName.
2015-03-10  bert hubertstart using sendfromto() for dnsdist for 0.0.0.0 service
2015-03-10  bert hubertimplement bind-non-local
2015-03-10  bert hubertsimplify StateHolder API and make std::shared_ptr an...
2015-03-09  bert hubertimplement logging from lua
2015-03-09  bert hubertfix up globalstateholder so it actually works
2015-03-09  bert hubertclean up almost all our concurrent access sins, plus...
2015-03-08  bert hubertfix up remotebackend for utilit rehash
2015-03-08  bert hubertcontinuing fallout of utility disentanglement
2015-03-08  bert hubertfix up dnsdist compilation in main tree
2015-03-08  bert hubertfix up error detection
2015-03-08  bert hubertmake libsodium optimal
2015-03-08  bert hubertdocument compilation requirements
2015-03-08  bert hubertremove polarssl dependency of dnsdist
2015-03-08  bert hubertship dnsdistconf.lua in tarball, move to symlinks to...
2015-03-08  bert hubertfurther include fixes in modules
2015-03-08  bert hubertsome further utility.hh fixes
2015-03-08  bert hubertfix up testrunner
2015-03-08  bert hubertremove ragel requirement from config
2015-03-08  bert hubertMerge pull request #2 from rubenk/luajit
2015-03-07  Ruben KerkhofCheck for luajit before checking for lua
2015-03-07  bert hubertget the right files
2015-03-07  bert hubertdnsdistdist infrastructure (for now)
2015-03-07  bert hubertstrip dnsdist down to the bare essentials
2015-03-07  bert hubertin this commit, we cut the ties between three painful...
2015-03-07  bert hubertimplement LocalState/GlobalState
2015-03-07  bert hubertfurther removals of #include of utility.hh
2015-03-07  bert hubertadd some specific includes here and there to genericall...
2015-03-07  bert hubertremove dependency on unix_utility.cc from misc.hh
2015-03-07  bert hubertsome const correctness, Utility:: diet
2015-03-05  bert hubertdnsname now stores raw DNS data in flat storage
2015-03-05  bert hubertreduce memory usage, but DNSName needs to go on a diet...
2015-03-05  bert hubertfix up endianness issue in our crypto hopefully
2015-03-05  bert hubertparse whole config before daemonize now, which means...
2015-03-05  bert hubertremove some lua functions, fix up names of others
2015-03-05  bert hubertdocumentation
2015-03-05  bert hubertsplit up dnsdist.cc, it was getting large
2015-03-04  bert hubertadd header for server pools to docs
2015-03-04  bert hubertuse one of those fancy c++2011 things, the 'using alias...
2015-03-04  bert hubertimplement pools, fix up setServerPolicy for Lua policie...
2015-03-04  bert hubertfix up compilation on gcc 4.8, older linuxes, fix makeK...
2015-03-03  bert hubertspent an injustifiable amount of time making graphs..
2015-03-03  bert hubertadd QPS limiting per domain or subnet
2015-03-03  bert hubertrename listServers() to showServers() which is the...
2015-03-03  bert hubertmake dnsgram emit 10ms-granularity query/respnse statis...
2015-03-02  bert hubertloads of new goodness
2015-02-27  bert hubertimplement Marek Vavrusa's suggestion that dnsdist could...
2015-02-27  bert hubertimplement ACLs, document them and add a list of sins...
2015-02-27  bert hubertupdate docs with latest features
2015-02-27  bert hubertadd ability to set TC=1 from Lua to turn ANY into TCP...
2015-02-26  bert hubertupdate readme, packager
next