]> git.ipfire.org Git - thirdparty/pdns.git/history - pdns/dnswriter.cc
and the final bit of whitespace/tab cleanup
[thirdparty/pdns.git] / pdns / dnswriter.cc
2009-12-24  Bert Hubertand the final bit of whitespace/tab cleanup
2009-12-23  Bert Hubertit turns out that boost::iequals is dog slow, introduce...
2009-12-23  Bert Hubertsilence 'sdig' EDNS-PING output, replace Utility::strca...
2009-10-11  Bert Hubertsome more namespace cleanups
2009-07-31  Bert Hubert64-bit compatability issue in dnswriter
2009-07-12  Bert Hubertmake us a bit more efficient on writing out compressed...
2009-04-09  Bert Hubertfix up reading a blob at the very end of a packet,...
2009-02-14  Bert Hubertimplement auto-splitting of long TXT entries, inspired...
2008-08-24  Bert Hubertshave 25% off packet generation times (32usec -> 25...
2008-07-13  Bert Hubertimplement EDNS NSID call (RFC 5001), plus an experiment...
2008-03-13  Bert Hubertimprove case-insensitivity of label compression
2008-02-04  Bert Hubertsmall clarification
2007-11-15  Bert HubertTSIG preparations
2007-11-04  Bert Hubertimplement 48 bit rdata in preparation of TSIG
2007-04-14  Bert HubertThanks to Heinrich Ruthensteiner and Christoph Haas...
2007-04-12  Bert Hubertfix escaped dots! Plus close debian bug 406462, 'm...
2007-03-25  Bert Hubertfix TXT storage and processing model. Each TXT record...
2007-02-18  Bert Hubertmove 'resolver.cc' to MOADNSParser, which allows us...
2006-12-16  Bert Hubertwhitespace, version info
2006-12-14  Bert Hubertfirst of the speedup patches. move labelmap to an unsor...
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 Hubertcut our ties with arpa/nameser.h
2006-04-26  Bert Hubertthis fixes prio in MX and in SRV records from being...
2006-04-14  Bert Hubertimplement stunningly cool spoofing protection, plus...
2006-04-13  Bert Hubertprevent possible crashes (score one for valgrind)
2006-04-13  Bert Hubertalso compress the first answer against the question...
2006-04-09  Bert Hubert1) make everyting intrinsically case-insensitive
2006-04-05  Bert Hubertok - this is a scary commit. It fixes TCP packets with...
2006-04-03  Bert Hubertok, I lied - rfc 4255 has chosen In All Its Wisdom...
2006-03-29  Bert Hubert20% speedup or so in xfrLabel by implementing 'vstringt...
2006-03-28  Bert Hubertvery slight speedup (toLower==toLower -> strcasecmp)
2006-03-28  Bert HubertWork around a bug in gcc 3.4.something, reported by...
2006-03-25  Bert Hubertseveral speedups that do little to make the code more...
2006-01-15  Bert Hubertadd opendbx
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 Hubertthe gist is: move pdns_recursor over to new {zone,packe...
2005-10-08  Bert Hubertexpose dnsheader
2005-10-08  Bert Hubertfix double-srv regression test error
2005-10-02  Bert Hubertadd OPT pseudo-record support
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-09-25  Bert Hubertthe magic 'turn the parser into a generator' work