]> granicus.if.org Git - pdns/shortlog
pdns
2007-03-21 Bert Hubertfix TXT record serving + improve error messages creatin...
2007-03-21 Bert Hubertfix for BIND-backend issue about non-loaded zones,...
2007-03-21 Bert Hubertimprove binary compatability with BIND
2007-03-19 Bert Hubertfurther cleanups of TCP
2007-03-19 Bert Hubertconvert MOADNSParser into error, don't let it drop
2007-03-18 Bert Hubertfirst round of tcpreceiver cleanups - should fix memory...
2007-03-18 Bert Hubertsilence (correct) valgrind warning, plus add ComboAddre...
2007-03-18 Bert Hubert implement AFSDB, closing ticket #129, as reported...
2007-03-18 Bert Hubertldap, opendbx updates
2007-03-18 Bert Hubertimplement DNSSEC 'KEY' type - on request
2007-03-18 Bert Hubertfix MOADNSParser conversion repercussions - mostly...
2007-03-18 Bert Hubertclose ticket #130 - unable to send servfail, thanks...
2007-03-18 Bert HubertfillSOAData is no longer part of DNSPacket, update...
2007-03-17 Bert Hubertmove DNSPacket over to MOADNSParser!
2007-03-11 Bert Hubertfix windows build
2007-03-09 Bert Hubertfix issue with ever increasing zone names, found by...
2007-03-08 Bert Hubertoops - forgot impedance mismatching for MX records
2007-03-08 Bert Hubertdeal with out-of-zone errors properly
2007-03-07 Bert Hubertfix that we also accept lower-case $include, $generate...
2007-03-07 Bert Hubertno longer die on zone parsing errors in bindbackend
2007-03-07 Bert Hubertwork around a g++ quirk (probably, might also be legiti...
2007-02-27 Bert Hubertsome const char* correctness disocovered by darix on...
2007-02-19 Bert Hubertimplement 'forward-zones-file' for large amounts of...
2007-02-18 Bert Hubertmove 'resolver.cc' to MOADNSParser, which allows us...
2007-02-18 Bert Hubertput DNSPacket on a diet, move several static functions...
2007-02-18 Bert Hubertdemove qgen.cc (outdated, use sdig), add dnsdemog.cc
2007-02-18 Bert Hubertremove bind1backend, remove old zoneparser, switch...
2007-02-18 Bert Hubertautogenerated file that shouldn't be in svn
2007-02-18 Bert Hubertautogenerated file that really shouldn't be in svn...
2007-02-18 Bert Huberthook up MOADNSParser to the main PowerDNS Auth server...
2007-02-18 Bert Hubertrebase error logging priorities
2007-02-18 Bert Hubertclose bug #121, compilation error on gcc4 and x86-64
2007-02-18 Bert Hubertadd stripDot() for use by bindbackend, spiff up zonepar...
2007-02-18 Bert Hubertteach zoneparser-tng about $ORIGIN and $GENERATE, is...
2007-02-16 Bert Hubertteach zoneparser-tng about $INCLUDE and partially imple...
2007-01-18 Bert Hubertghetto fix for large outgoing AXFRs as mentioned in...
2007-01-15 Bert HubertAAAA does work, our formatting changed. Make sure tar...
2007-01-15 Bert Hubertremove 'bind-example-zones' for now, as it doesn't...
2007-01-15 Bert Hubertfix 'ns with identical glue' giving sort of NXRRSET...
2007-01-14 Bert Hubertthis example config file hasn't been updated in ages...
2007-01-14 Bert Hubertmake rec_control not block indefinitely
2007-01-14 Bert Hubertclose ticket #110 and improve chroot efficacy by chdir...
2007-01-14 Bert Hubertcleanup
2007-01-14 Bert Hubertadd and document gsqlite3 backend by Antony Lesuisse
2007-01-04 Bert Hubertadd MR record type support to auth server
2007-01-03 Bert Hubertadd 'uptime' to rrd graphs, merge Augie Schwer's fixes...
2007-01-01 Bert Hubertrpm now wants manpages in a specific place
2007-01-01 Bert Hubertsmall monitoring tool
2007-01-01 Bert Hubertremove executable bit, spotted by Ruben Kerkhof
2006-12-31 Bert HubertSGML cleanups by Ruben Kerkhof, many thanks!
2006-12-27 Bert Hubertimplement 'rec_control get uptime' (suggested by Niels...
2006-12-21 Bert Hubertsome more stats
2006-12-21 Bert Hubertoops, syncres stats too
2006-12-21 Bert Hubertadd rec_control stats for shunts
2006-12-16 Bert Hubertimplement rest of speedups + some debugging output...
2006-12-16 Bert Hubertwhitespace, version info
2006-12-16 Bert Hubertupdate version to 3.1.5, some whitespace changes
2006-12-14 Bert Hubertspeed up chopOff operations by doing the chopping manua...
2006-12-14 Bert Hubertadd #ifdeffed out tsc instructions, for high-precision...
2006-12-14 Bert Hubertspeed up both parsing of IP addresses from textual...
2006-12-14 Bert Hubertfirst of the speedup patches. move labelmap to an unsor...
2006-11-21 Bert Hubertfix for zones > window size
2006-11-16 Bert Hubertimplement 'dont-query', and enable it by default, which...
2006-11-16 Bert Hubertrelease stuff rec-3.1.4
2006-11-11 Bert Hubertmake malloc.c/malloc.h compile w/o warnings on very...
2006-11-10 Bert Hubertmany thanks to David GAVARRET
2006-11-09 Bert Hubertfix alignment issue generating SOA records on ARM....
2006-11-07 Bert Hubertpre3 release, silence some common errors, update docs
2006-11-07 Bert Hubertfix ipv6 matching problem spotted by Wouter of WideXS...
2006-11-07 Bert Hubertfix possible TCP related crash on malformed packet
2006-11-06 Bert Hubertspeed up exit, possibly fixing #84
2006-11-06 Bert HubertClose ticket #100 - thanks Wouter @ widexs!
2006-11-05 Bert Hubertupdate version to 3.1.4-pre2
2006-11-05 Bert Hubert3.1.4 release notes
2006-10-30 Bert Hubertimprove error reporting when pdns_control commands...
2006-10-30 Bert Hubertfurther fixes of bindbackend for Marco
2006-10-29 Bert Hubertmake entire state reference counted + document semantics
2006-10-27 Bert Hubertfirst cut at fixing up bindbackend2 for 640000 domains...
2006-10-27 Bert Hubertfix 'rediscover' clobbering 'us' pointer
2006-10-27 Bert Hubertfix memory corruption after performing a zone reload...
2006-10-21 Bert Hubertfix potential for busyloop - unknown how this might...
2006-10-21 Bert Hubertfix support for outgoing TCP questions where send(...
2006-10-13 Bert HubertChristian Kuehn <christian.kuehn at mcs.de> discovered...
2006-10-11 Bert Hubertnarrow down NSSET invalidation to "flawed sets", remove...
2006-10-09 Bert Hubertclose ticket #97 (probably) - we'd crash on any record...
2006-10-09 Bert Hubertoops - returnSocket does not close of the fdmultiplexer...
2006-10-08 Bert Hubertoops, hints-file should be hint-file, thanks to Marco...
2006-09-30 Bert Hubertfix yet another FD leak, problem observed by Stefan...
2006-09-30 Bert Hubertadd support for dropping broken nssets, and re-retrievi...
2006-09-30 Bert Hubertmake dnsreplay compile again, and slow it down a bit
2006-09-30 Bert Hubertrelease related version number updates
2006-09-28 Bert Hubertfix up case as described in http://darkwing.uoregon...
2006-09-22 Bert Hubertoops! On a error connecting our connectionless socket...
2006-09-18 Bert Huberthopefully fix AXFR problems on FreeBSD
2006-09-18 Bert Hubertadd dlg-only-drop statistic, and document it
2006-09-06 Bert HubertDan Bilik has found a problem with leaking TCP connecti...
2006-08-28 Bert Hubertriver tarnell <river@attenuate.org> noticed our error...
2006-08-28 Bert Hubertsten spans has documented do-ipv6-additional-processing...
2006-08-24 Bert Hubertsame fix for IPv6 issue, thanks to Sten Spans
2006-08-24 Bert Hubertsmall improvement for resolving ipv6
next