]> granicus.if.org Git - pdns/shortlog
pdns
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...
2006-04-24 Bert Hubertmake dnsscan accept multiple files
2006-04-22 Bert Hubertfix david g's bug one level up as well - we used to...
2006-04-22 Bert Hubertfix crash on malformed EDNS0 packet (thanks David G)
2006-04-21 Bert Hubertimprove error checking and reporting of selftest
2006-04-21 Bert Hubertadd self-test to epoll to detect non-supported kernels...
2006-04-21 Bert Hubertdup2 /dev/null on fd's 0, 1 and 2 to prevent accidental...
2006-04-21 Bert Hubertwe don't differentiate between NXDOMAIN and NXRECORDSET...
2006-04-20 Bert Hubertdocumentation, install fix, compilation fix for Solaris...
2006-04-20 Bert Hubertoops, search /etc/powerdns not /etc rec-3-0 rec-3.0
2006-04-20 Bert Hubertmove to 3.0! No longer overwrite configuration on make...
2006-04-20 Bert Hubertremove bashisms
2006-04-20 Bert Hubertthings not only compile but work now too for freebsd...
2006-04-20 Bert Hubertwork around 3.4.4 compiler bugs (freebsd 6 system compiler)
2006-04-20 Bert Hubertwork around compiler bug
2006-04-19 Bert Hubertmake logging really work
2006-04-19 Bert Huberthave to shift the multiplexer to way after fork - freeb...
2006-04-19 Bert Hubertadd init.d script, install it
2006-04-19 Bert Hubertsecond one!
2006-04-19 Bert Hubertfirst manpage
2006-04-19 Bert Hubertease-of-make stuff, help user compile powerdns
2006-04-19 Bert Hubertfixes for easier packaging
2006-04-19 Bert Hubertsolaris completion ports don't survive fork
2006-04-19 Bert Hubertdocumentation, plus newline termination of 'pong' :-)
2006-04-19 Bert Hubertimplement rec_control 'ping', make socket-dir error...
2006-04-19 Bert Hubert#ifdef out solaris specifics, fix possible solaris...
2006-04-19 Bert Hubertneed to ship portsmplexer.cc too
2006-04-19 Bert Hubertadd SunOS sysdeps
2006-04-19 Bert Hubertfirst shot at solaris completion ports multiplexer...
2006-04-18 Bert Hubertoops, need to limit top-remotes
2006-04-18 Bert Hubertplacate valgrind + protect powerdns against non-IN...
2006-04-18 Bert Hubertimplement id.server, version.bind ("version-string...
2006-04-18 Bert Hubertmake advanced multiplexers and --fork play nicely
2006-04-18 Bert Hubertspiff up ipv6 output a bit, work around odd linker...
2006-04-18 Bert Huberttyop
2006-04-18 Bert Hubertkeep track of duplicate counts, they show up as unmatch...
2006-04-18 Bert Hubertmake clientside ipv4/ip6 agnostic, including allow...
2006-04-18 Bert Hubertbuild fixes
2006-04-18 Bert Hubertremove sample code from kqueuemplexer, fix huge fd...
2006-04-18 Bert Hubertfix duplicate return of sockets to the pool, improve...
2006-04-18 Bert Hubertfix timeouts of running TCP client queries - we shouldn...
2006-04-18 Bert Hubertfix 'removing unlisted fd from multiplexer'
2006-04-18 Bert Hubertabstract out part of the common logic
2006-04-18 Bert Hubertupdate version
2006-04-17 Bert Hubertenable logging to syslog (oops)
2006-04-16 Bert Hubertsave some memory, s/kqueue/epoll/
2006-04-16 Bert Huberthook up tcp timeout var again
2006-04-16 Bert Hubertremove debugging chatter
2006-04-16 Bert Hubertimplement OS specific sysdeps + compiletime selection...
2006-04-16 Bert Hubertadd automatic mplexer selection at runtime, still need...
2006-04-16 Bert Hubertmake kqueue mplexer actually work
2006-04-16 Bert Hubertfirst shot, wrote it under linux hehe
2006-04-16 Bert Hubertmove to mplexer
2006-04-16 Bert Hubertadd epoll mplexer, update selectmplexer
2006-04-16 Bert Hubertvalgrind spotted some undefined variables
2006-04-16 Bert Hubertstart of mother of all multiplexors :-)
2006-04-16 Bert Hubertfix TCP outgoing error handling, fixing possible crashe...
2006-04-15 Bert Hubertwork around gcc 4.0 bug, prepare move to boost::functio...
2006-04-14 Bert Hubertmake nearMisses only account for the proper fd
2006-04-14 Bert Hubertfix djbdns-mode
2006-04-14 Bert Hubertmove full-blown djbdns-style socket-per-query support
2006-04-14 Bert Hubertmake it work
2006-04-14 Bert Hubertmake anti-spoofing measures question and not ip address...
2006-04-14 Bert Hubertimplement stunningly cool spoofing protection, plus...
2006-04-14 Bert Hubertadd query-local-port, and make us move around if unset
2006-04-14 Bert HubertWARNING WARNING: We now listen on 127.0.0.1 by default...
2006-04-14 Bert Hubertactually check output of sendEvent and log
2006-04-14 Bert Hubertmtasked did 3 or 4 walks of waiter-list for each call...
next