]> granicus.if.org Git - pdns/shortlog
pdns
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...
2006-04-14 Bert Hubertpassed around strings to asynresolve as a char*, causin...
2006-04-13 Bert Hubertsigh.. some queries have embedded nulls in them, which...
2006-04-13 Bert Hubertimprove MX-record parsing for additional processing...
2006-04-13 Bert Hubertadd tool dnsscan (mostly for internal use)
2006-04-13 Bert Hubertprevent possible crashes (score one for valgrind)
2006-04-13 Bert Hubertsmall compile cleanup
2006-04-13 Bert Hubertsilence warning
2006-04-13 Bert Hubertalso compress the first answer against the question...
2006-04-12 Bert Hubertdon't packet cache notifications! Thanks again to Dan...
2006-04-12 Bert Hubertfix crashes in tcp receiver (thanks Dan Bilik <dan...
2006-04-12 Bert Hubertfix memory leak (Dan Bilik <dan@mail.neosystem.cz>...
2006-04-12 Bert Hubertfix handling of truncated packets with partial records...
2006-04-12 Bert Hubertslightly improve error messages and reporting, attempti...
2006-04-12 Bert Hubertconsolidate license change previously announced here:
2006-04-12 Bert Hubertthe FSF has moved!
2006-04-12 Bert Hubertforgot to commit - need to update server parser errors...
2006-04-11 Bert Hubertadd counts for broken packets
2006-04-11 Bert Hubertgenerally spiff up appearance, nothing real
2006-04-11 Bert Hubertadd unauthorized-udp, unauthorized-tcp, client-parse...
2006-04-11 Bert Hubertadd hardcoded support for 127.0.0.1 and 1.0.0.127.in...
2006-04-11 Bert Hubertadd support for CERT record (RFC 2538) to MOADNSParser
2006-04-10 Bert HubertTry to prevent the 'Oops, sent partial answer' error...
2006-04-10 Bert Hubertimplement very simple SMP support
2006-04-09 Bert Hubertinline "strcasecmp" (stolen from glibc), short-circuit...
2006-04-09 Bert Hubert1) make everyting intrinsically case-insensitive
2006-04-08 Bert Hubertadd max-tcp-per-client to limit number of TCP connectio...
2006-04-07 Bert Hubertdocumentation, retuned cache pruning - should take...
next