]> granicus.if.org Git - pdns/shortlog
pdns
2006-06-26 Bert Hubertchangelog, build things for 4.1.1
2006-06-25 Bert Hubertmake dnswasher compile again
2006-06-25 Bert Hubertchange version
2006-06-23 Bert Hubertfix for epoll on debian default 2.6.8 kernel, found...
2006-06-23 Bert Hubertadd support for class=ANY queries.
2006-06-21 Bert Hubertfix odd TCP query bugs that could lead to memory leaks...
2006-06-18 Bert Hubertfix up dnsscan a bit (internal tool), change version...
2006-06-18 Bert Hubertcache now prefers authoritative data, suggested and...
2006-06-17 Bert Hubertslight speedup by testing the TCP sessions for timeouts...
2006-06-16 Bert Hubertkill some debugging output, make ANY queries work again..
2006-06-16 Bert Hubertdrop yet more calles to gettimeofday() and time(0)
2006-06-16 Bert Hubertbig speedup
2006-06-15 Bert Hubertprevent silly logging of stats on startup of a busy...
2006-06-14 Bert Huberttiny speedups, raise version. should save around 20...
2006-06-09 Bert Hubertoops - when exceeding configured TCP query limit, we...
2006-06-08 Bert Hubertoops, internal authoritative server did not differentia...
2006-06-08 Bert Hubertnon-rd queries checked the cache first and auth/forward...
2006-06-07 Bert Hubertadd simple non-rd auth & forward support
2006-06-06 Bert Hubertadd support to make powerdns able to listen on multiple...
2006-06-06 Bert Hubertadd ignore-rd-bit for compatability with some load...
2006-05-23 Bert Hubertmake query chaining select on type as well..
2006-05-23 Bert Hubertversion update, release notes..
2006-05-23 Bert Hubertversion updates
2006-05-23 Bert Hubertadd linux 'cooked' packet support to dnsscope, dnsrepla...
2006-05-21 Bert Hubertpossibly fix a bug in user/system CPU reporting after...
2006-05-19 Bert Hubertmake RFC 2181 'authoritative zone can lower NS TTL...
2006-05-19 Bert Hubertfix 'perpetually self-reviving NS records', as noted...
2006-05-16 Bert Hubertfollow rfc 2181 for now
2006-05-12 Bert Hubertmakes things react quicker if the network was down...
2006-05-12 Bert Hubertimplement query chaining to prevent even the 1 second...
2006-05-12 Bert Hubertadd 'chain' to PacketID, shift ordering so it can be...
2006-05-12 Bert Hubertrandom
2006-05-12 Bert Hubertversion update, typoe
2006-05-12 Bert Hubertraise version, fix compilation on solaris10
2006-05-10 Bert HubertIPv6 link local net appears to be fe80::/10 and not...
2006-05-08 Bert Hubertdocument release notes, update version in several places
2006-05-08 Bert Hubertfix duplicate reporting of remotes in top-remotes
2006-05-08 Bert Hubertimplement 'back mapping' for IPv4 addresses mapped...
2006-05-08 Bert Hubertlog startup errors as well, suggested by Marcus Rueckert
2006-05-06 Bert Hubertupdate version, fix const correctness for VC++
2006-05-06 Bert Hubertimplement reload-zones
2006-05-06 Bert Hubertmake preParseFile blank out a parameter it parses ...
2006-05-06 Bert Hubertok, the cache wiping bug mentioned in the release notes...
2006-05-06 Bert Hubertimplement improved control channel error logging
2006-05-05 Bert Hubertimplement RFC 2181 paragraph 5.2:
2006-05-04 Bert Hubertmake rec_control be more user friendly
2006-04-30 Bert Hubertthe eventlogger!
2006-04-30 Bert Hubertmore logging && service fixes
2006-04-30 Bert Hubertwe are now a 'solution'
2006-04-30 Bert Hubertupgraded the project file
2006-04-30 Bert Hubertreinstated hooks to NT event log
2006-04-30 Bert Hubertimplement 'netstringerror', to be called to report...
2006-04-30 Bert Hubertdist and windows makefile fixes
2006-04-30 Bert Huberttiny fixup
2006-04-30 Bert Hubertreinstate windows 'service' support - untested
2006-04-30 Bert Hubertfix small possible bug found by debugging iterators
2006-04-30 Bert Hubertfix bug in configuration file parsing found by the...
2006-04-30 Bert Hubertdistribution now makes a zip
2006-04-30 Bert Hubertsilence msvc warnings a bit (I know about the _s functions)
2006-04-30 Bert Hubertdon't do skip locking on msvc :-)
2006-04-30 Bert Hubertcentralise and fix 'packed' ugliness for EDNS0 and...
2006-04-29 Bert HubertBig bag of VC++ fixes, mostly by Michel 'Wimpie' Stol
2006-04-29 Bert Hubertadd Makefile for win32 (mingw based)
2006-04-29 Bert Hubertmove some things to the #ifdef WIN32 block
2006-04-29 Bert Huberttrivial moves to Utility::, use gmtime on windows inste...
2006-04-29 Bert Hubertpush some implementation down from rec_channel.hh to...
2006-04-29 Bert Hubertdrop and add some includes, all trivial
2006-04-29 Bert Hubertthis is snapshot2
2006-04-29 Bert Hubertsimple changes, gettimeofday -> Utility::gettimeofday etc
2006-04-29 Bert Hubertremove heap of structs XP no longer needs
2006-04-29 Bert Hubertupdate bunch of win32 support libraries + add stub...
2006-04-29 Bert Hubertcut our ties with arpa/nameser.h
2006-04-29 Bert Hubertupdate documentation with new features, fix built-in SOA
2006-04-28 Bert Hubertimprove error reporting from houseKeeping(), fix bind...
2006-04-28 Bert Hubertmake our speed stats deal with multiple IP(v6) addresse...
2006-04-28 Bert Hubertmake AAAA records be output on screen in a pretty way
2006-04-28 Bert Hubertmake ComboAddress have an explicit string constructor...
2006-04-28 Bert Huberttune throttling, add unreachable accounting
2006-04-28 Bert Hubertreplace ugly cache insertion/deleting code by nice...
2006-04-28 Bert Hubertadd support for serving rfc-1918, on by default
2006-04-28 Bert Hubertfix bug where we temporarily would not be doing negativ...
2006-04-27 Bert Hubertfix many documentation problems found by Seth Arnold
2006-04-27 Bert Hubertadd documentation for auth-zones, forward-zones and...
2006-04-27 Bert Hubertfix . zone refreshing bug (we didn't actually import...
2006-04-27 Bert Hubertupdate version
2006-04-27 Bert Hubertmake the zoneparser tng no longer suck
2006-04-27 Bert Hubertadd isCanonical and toCanonic
2006-04-27 Bert Hubertslight speedups, restore 'cache peaking' w/o being...
2006-04-27 Bert Hubertadd some performance notes, and rfc deviation
2006-04-26 Bert Hubertimplement SRV additional processing, generalise additio...
2006-04-26 Bert Hubertthis fixes prio in MX and in SRV records from being...
2006-04-25 Bert Hubertupdate version for rpm rec-3-0-1 rec-3.0.1
2006-04-25 Bert Hubertrelease notes
2006-04-25 Bert Hubert'packer' makes our debian archives
2006-04-25 Bert Hubertupdate version
2006-04-25 Bert Hubertmake sure destructors are called, cleaning up socket
2006-04-25 Bert Hubertdefault to gcc for c files
2006-04-25 Bert Hubertwork around solaris 8-isms
2006-04-25 Bert Hubertadded design & engineering
2006-04-24 Bert Hubertcomplete ComboAddressification (things now not only...
next