]> granicus.if.org Git - pdns/shortlog
pdns
2005-11-12 Bert Hubertadd missing ./configure support for gcc locking hack
2005-11-12 Bert Hubertmove recursor to 'hash_map'
2005-11-12 Bert Hubertmove mtasker 'waiter' structure to boost::multi_index...
2005-11-11 Bert HubertPipebackend did not properly propagate pipebackend...
2005-11-11 Bert Hubertbig speedup in endsOn
2005-11-11 Bert Hubertbig rename, arg() -> ::arg(), bind() -> ::bind()
2005-11-11 Bert Hubertmove to 'floats' for nameserver statistics - we don...
2005-11-11 Bert Hubertspeedups + move to dns_isspace
2005-11-11 Bert Hubertphase out tolower and isspace for dns_tolower and dns_i...
2005-11-11 Bert Hubertqtype speedup - lack of a direct copy constructor cause...
2005-11-11 Bert HubertFix 'same level NS referral', as exemplified by the...
2005-11-11 Bert Hubertthis commit fixes ticket #29 properly, thanks to Bernd...
2005-11-02 Bert Hubertallow a '/' in domain names, which is sometimes used...
2005-11-02 Bert Hubertback out optString for now
2005-11-02 Bert Hubertfix pruning of negcache
2005-11-01 Bert Hubertmemory hole you can drive a truck through..
2005-10-31 Bert Hubertnot only convert error into proper exception, catch...
2005-10-31 Bert Hubertoops - exception could escape, which could make the...
2005-10-29 Bert Hubertlast minute release fixups
2005-10-29 Bert Hubertdocumentation updates
2005-10-29 Bert Hubertremove - this file has no reason to be in svn
2005-10-29 Bert Hubertdrop pcap.h dependency
2005-10-28 Bert Hubertdocument bugfix in previous commit
2005-10-28 Bert Hubertmake pipe backend clean up after itself, fixing the...
2005-10-26 Bert Hubertupdate TODO list
2005-10-23 Bert HubertFinal fix for the AXFR problems, closing Debian bug...
2005-10-23 Bert Hubertremove silly debugging output
2005-10-23 Bert Hubertadd beginning of next generation zoneparser
2005-10-20 Bert Hubertfix some bogus possible closes in resolver.cc (which...
2005-10-16 Bert Hubertadd provisional release notes for 2.9.19
2005-10-16 Bert Hubertmake ./configure fail if Boost is not installed, and...
2005-10-16 Bert Hubertadd support for properly truncating records in the...
2005-10-10 Bert Hubertfix compilation of dnsreplay
2005-10-10 Bert Hubertfix 1.2.3.4 reporting instead of real addresses in...
2005-10-10 Bert Hubertthe gist is: move pdns_recursor over to new {zone,packe...
2005-10-08 Bert Hubertexpose dnsheader
2005-10-08 Bert Huberthook up zonemakers
2005-10-08 Bert Hubertmake RFC 3597 'Handling of Unknown DNS Resource Record...
2005-10-08 Bert Hubertfix double-srv regression test error
2005-10-04 Bert HubertFix the bug reported in http://mailman.powerdns.com...
2005-10-02 Bert Hubertadd OPT pseudo-record support
2005-10-02 Bert Hubertcreate more xfrType
2005-10-02 Bert Hubertfix NSEC parsing from zone
2005-10-02 Bert Hubertadd support for blobs and 8 bit ints to the magical...
2005-10-02 Bert Hubertremove base64 stuff from webserver
2005-10-02 Bert Hubertsplit out base64 en/decoding
2005-10-02 Bert Hubertfurther reduction in code, a typical DNS record impleme...
2005-10-01 Bert Hubertadd some license statements
2005-09-25 Bert Hubertfix bindbackend auto-zone reloading
2005-09-25 Bert Hubertmove over more records to the new unified parsing/gener...
2005-09-25 Bert Hubertadd shims so the packetreader is symmetrical with the...
2005-09-25 Bert Hubertthe magic 'turn the parser into a generator' work
2005-09-25 Bert Hubertgive pdns_control a --help option, you can also control...
2005-09-24 Bert Hubertmake bind configuration parser drop dots in zone names...
2005-09-24 Bert Hubertfix parsing of NAPTR records in bind-style zonefiles
2005-09-24 Bert Hubertimprove error checking for adding NAPTR records
2005-09-24 Bert Hubertadd help message on wrong invocation to sdig
2005-09-24 Bert Hubertadd getText for NAPTR and TXT
2005-09-24 Bert Hubertadd NAPTR support to MOADNSParser
2005-09-24 Bert Hubertadd NAPTR test
2005-09-10 Bert Hubertadd 2 new regression tests
2005-09-10 Bert Hubertturn on out-of-zone-additional processing by default
2005-09-10 Bert Hubertreorganize the 'performance' chapter of the documentation
2005-09-06 Bert Hubertimprove IPv6 'bound to' output, shift to [::]:port
2005-09-06 Bert Hubertmake record ordering more stable (mostly cosmetic,...
2005-09-06 Bert Hubertupdate README to remind tester of --no-shuffle
2005-09-04 Bert HubertHEADS UP! Bind2backend is now in charge, bindbackend...
2005-09-04 Bert Hubertimprove locking
2005-09-04 Bert Hubertwhip bindbackend2 into shape
2005-09-04 Bert Hubertadd some whitespace, add comments to help me understand
2005-09-03 Bert Hubertmake AXFR zone ordering more stable
2005-09-03 Bert HubertMove from u_intxx_t to uintxx_t typedefs, which are...
2005-09-03 Bert Hubertbind2backend documentation and variable renaming
2005-09-03 Bert Hubertupdate copyrights, license clarification
2005-09-03 Bert Hubertadd check for boost to configure.in
2005-09-03 Bert Hubertthis works better on freebsd
2005-09-03 Bert Hubertfirst stab at SPF support, which closes ticket #22
2005-09-03 Bert Hubertfix for mtasker on solaris
2005-09-02 Bert Hubertzonk yet more gettimeofday calls
2005-09-02 Bert Hubertremove quite a number of gettimeofday calls
2005-09-02 Bert Hubertmove to new 'wait with select' system
2005-09-02 Bert Hubertmake waitForData accept microseconds waitint time as...
2005-09-02 Bert Hubertthrottle would return undefined values
2005-09-02 Bert Hubertoops - we erased from under us, which leads g++ 4.0...
2005-09-01 Bert Hubertmake recursor quiet by default
2005-09-01 Bert Hubertupdate our doxygen configuration
2005-08-22 Bert Hubertadd dnsreplay based on boost multi-index
2005-08-22 Bert Hubertmove semaphore parts to separate file so we can build...
2005-08-22 Bert Hubertfix AXFR bug with 0 question count packets. Reported...
2005-08-14 Bert Hubertmassively improve dnsreplay performance
2005-08-14 Bert Hubertmove to 'eternal wait' model
2005-08-11 Bert Hubertsame as previous
2005-07-20 Bert Hubertremote mentions of wiggy in control file
2005-07-20 Bert Hubertldap compilation fixes
2005-07-18 Bert Hubertlots stricter DNS name validation - candidate for 2...
2005-07-16 Bert Hubertdocumentation, ldap fixes for bug #17
2005-07-14 Bert Hubertrelease fixes - drop xdbbackend from the static builds...
2005-07-14 Bert Hubertmade dnsreplay lots more efficient
2005-07-14 Bert Hubertheading up to 2.9.18 release
2005-07-14 Bert Hubertignore SIGPIPE, fix warning
next