]> granicus.if.org Git - pdns/shortlog
pdns
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
2015-02-26 bert hubertmove config file, add dist script
2015-02-26 bert hubert-lrt is needed for clock_gettime on some platforms
2015-02-26 bert hubertadd back controlSocket() to configuration file, plus...
2015-02-26 bert hubertmake a default address for the control channel
2015-02-26 bert hubertmove to symmetric crypto, plus document how it works
2015-02-26 bert hubertimplement remote control with libsodium
2015-02-25 bert hubertfix crash at exit, fix history appending
2015-02-25 bert hubertadd addDomainBlock, spruce up documentation
2015-02-25 bert hubertfix doc mistakes
2015-02-25 bert hubertdnsdist now does things & has documentation
2015-02-25 bert hubertsilence some warnings
2015-02-23 bert hubertturns out we were escaping to octal, the standard is...
2015-02-20 bert hubertand fix up recursor separate compilation
2015-02-20 bert hubertdisable boost random tests for now, plus remove some...
2015-02-20 bert hubertgeoip's yaml has a c++2011 issue on travis, disabling...
2015-02-20 bert hubertsome small c++-2011 things that should make travis...
2015-02-20 bert hubertadd #include for std::shared_ptr
2015-02-20 bert hubertmove to std::shared_ptr
2015-02-20 bert hubertteach DNSName to get names from DNS packets, including...
2015-02-20 bert hubertadd a speed test for std::string::append()
2015-02-20 bert hubertadd appending to DNSName
2015-02-19 bert hubertalso extract the qclass from a dnspacket
2015-02-19 bert hubertadd length checking and speedup name parsing a bit
2015-02-19 bert hubertimplement SuffixMatchNode, unit tests, expose it to...
next