Timeline
03/27/06:
- 15:06 Changeset [637] by
- improve error messages some more Update README for the recursor separate …
- 13:51 Changeset [636] by
- slightly improve error messages
- 09:31 Changeset [635] by
- make socket buffer raising report better errors blast packets back to back …
- 09:28 Changeset [634] by
- small fixups to the graphs - you can now set your own SOCKETDIR
- 02:03 Changeset [633] by
- make rec_control clean up its socket properly. Remove some silly …
- 02:01 Changeset [632] by
- various packaging things for new separate recursor package
- 01:34 WikiStart edited by
- (diff)
- 00:16 Changeset [631] by
- trim some build dependencies, make rec_control/pdns_recursor grok /var/run …
- 00:12 Changeset [630] by
- new stuff for making a separate recursor package
03/26/06:
- 16:30 Changeset [629] by
- fix silly debugging output, remove O_LARGEFILE (hope you don't need it!)
- 12:51 Changeset [628] by
- move negcache to boost::multi_index, make sure it gets pruned a bit …
- 00:34 Changeset [627] by
- "I can't belieeeeeve it!" same bug twice
03/25/06:
- 22:29 Changeset [626] by
- fix for SOA serial overflows, by Dan Bilik & co-worker
- 22:15 Changeset [625] by
- oops - case insensitivity fixes for rec_control
- 22:05 Changeset [624] by
- empty commit, but forgot to document on previous commit: add getIP method …
- 22:01 Changeset [623] by
- move cache to composite_keys, doing away the nasty string-concatenation …
- 21:59 Changeset [622] by
- several speedups that do little to make the code more readable
- 21:57 Changeset [621] by
- oops, getsockopt called incorrectly. make the case of our root-zone match …
- 18:55 Changeset [620] by
- provide helpful u32 ip function
- 18:54 Changeset [619] by
- no longer pass around IPv4 addresses as.. strings (sorry about that)
- 18:09 Changeset [618] by
- remote a lot of silly string processing used for --trace output, even w/o …
- 13:10 Changeset [617] by
- move throttle map away from simple string and onto a nice tuple. Should …
- 11:53 Changeset [616] by
- improve truncating behaviour: don't truncate because of additional …
03/24/06:
- 23:28 Changeset [615] by
- fix incredibly stupid throttle cache pruning bug
03/23/06:
- 19:21 Changeset [614] by
- add qa-latency to rrd, add throttle-entries to rrd, add 'QUIT' command, …
03/22/06:
- 22:07 Changeset [613] by
- make stuff compile by default on solaris 10 - all you need to do is move …
- 18:47 Changeset [612] by
- big bag 'o Solaris fixes! (partially sent by Juergen Georgi) pdns_recursor …
- 15:49 PowerDNSFaq edited by
- (diff)
- 07:53 Changeset [611] by
- slight speedup to the processing of unknown records, which is still bound …
03/21/06:
- 23:53 Changeset [610] by
- oops, did cache-entries accounting wrong. made 'average latency' ignore …
- 22:39 Changeset [609] by
- add sizing of UDP receive buffers, plus fix (somewhat) the latency …
- 13:22 Changeset [608] by
- speed up replay speed, add qa-latency stats
- 09:19 Changeset [607] by
- fix small escape bug, remove a flag from rrdtool that is too new
03/20/06:
- 16:36 Changeset [606] by
- spiff up statistics, add graph maker
- 16:33 Changeset [605] by
- add servfail stats, make cachehits/misses unsigend
03/19/06:
- 22:15 Changeset [604] by
- too many bashisms
- 21:17 Changeset [603] by
- adding rrdtool scripts for the recursor
- 20:57 Changeset [602] by
- add per query latency accounting. WARNING: DTime from now on does implicit …
- 20:26 Changeset [601] by
- resolved, add cacheHits, cacheMisses
- 20:21 Changeset [600] by
- save a few time(0) calls, hook up PulseRate?
- 20:20 Changeset [599] by
- optimize DecayingEwma? to no longer gettimeofday in constructor, add …
- 20:19 Changeset [598] by
- make asyncresolve accept d_now from caller, and use it to seed DTime, and …
- 20:18 Changeset [597] by
- move timeval arithmetic away from dnsreplay-mindex, make DTime able to …
- 20:17 Changeset [596] by
- update copyright
03/18/06:
- 22:24 Changeset [595] by
- quiet fix
- 22:07 Changeset [594] by
- tune up stats, add 64-bit logger output, hookup control channel, remove a …
- 12:10 Changeset [593] by
- add beginnings of recursor control channel
- 11:30 Changeset [592] by
- kill some signed/unsigned warnings, speedup cache pruning slightly, clean …
03/17/06:
- 19:31 Changeset [591] by
- update documentation error, actually make --enable-nedmalloc work
- 19:12 Changeset [590] by
- update to automake stuff, make nedmalloc default to 'yes' on freebsd, …
- 18:38 Changeset [589] by
- add 'nedmalloc' for FreeBSD zooming performance
- 18:31 Changeset [588] by
- tag!
03/15/06:
- 23:34 HACKING edited by
- (diff)
- 19:27 Changeset [587] by
- 'thanks!'
- 19:18 Changeset [586] by
- use hashed indexes if available
- 19:11 Changeset [585] by
- update documentation, make sure we ship sgml expander, make sure we don't …
- 19:06 Changeset [584] by
- bring cache pruning in line (once a minute)
03/14/06:
03/13/06:
- 21:29 Ticket #62 ([patch] dnsbackend getSOA() behavior (maybe DoS)) closed by
- fixed: see commit 583
- 21:28 Changeset [583] by
- Fix default getSOA implementation throwing an exception, upsetting …
- 20:49 Changeset [582] by
- make things compile again
- 20:41 Changeset [581] by
- fix compilation problems on RHEL3
- 20:40 Changeset [580] by
- move to multi_index_container to speed up prunes
- 20:38 Changeset [579] by
- work around a g++ 4.1 profiling bug wrt anonymous namespaces
03/11/06:
- 22:38 Changeset [578] by
- arg() is sat upon by the boost::multi_index namespace
- 22:37 Changeset [577] by
- move to KeyTag? caused havoc with g++ 4.1, revert to numbered indexes
- 15:22 Changeset [576] by
- make sdig compile again, slight change to mtasker which might make things …
03/10/06:
- 14:10 Changeset [575] by
- documentation changes, add spiffy links to trac
- 14:05 Changeset [574] by
- only prune cache once every 5 minutes, not every minute we neglected to …
03/06/06:
- 22:39 Changeset [573] by
- make zone2sql work again, thanks to Wolfram Schlich for providing fix
03/05/06:
- 00:59 Changeset [572] by
- fixed small but possibly relevant memory leak in mtasker on duplicate wait …
03/04/06:
- 12:59 Changeset [571] by
- update copyright, add 64/32-bit notification for bi-arch users
- 12:42 Changeset [570] by
- The PowerDNS recursor did not use to try all IP addresses of a nameserver! …
- 12:01 Changeset [569] by
- some module g++ 4.1 cleanups
03/02/06:
- 22:21 Changeset [568] by
- g++ 4.1 fixes (all trivial), copyright update
- 21:39 Ticket #9 (DDNS updates by RFC2136) closed by
- fixed: Indeed! It is not high on the agenda though, it will happen after the move …
- 21:36 Ticket #20 (win32 version bug report) closed by
- wontfix: The windows version is currently under review, apologies
- 21:35 Ticket #41 (Power DNS managment software) closed by
- fixed: PowerMail?, PowerDNS Express
- 21:35 Ticket #38 (ldapbackend typedef problem (linux)) closed by
- fixed
- 21:26 Ticket #34 (Rolex) closed by
- wontfix: Same fix applies
- 21:25 Ticket #28 (Error receiving packet from recursor backend: Connection refused) closed by
- fixed: Your recursor backend is not listening it appears
- 21:22 Ticket #42 (The installation finished but ...) closed by
- invalid: not my bug
- 21:21 Ticket #8 (recursion and CNAMEs) closed by
- fixed: Fixed in 2.9.19
- 21:21 Ticket #44 (Configuring PowerDNS in a chroot jail) closed by
- wontfix: Ask the mailing lists - I told you this many times already!
- 21:19 Ticket #54 (unexpected round robin behavior) closed by
- fixed: Fixed in commit 567, this was a 2.9.19 regression.
- 21:19 Changeset [567] by
- teach recursor to shuffle, by moving shuffle logic away from dnspacket.cc …
- 20:57 Ticket #60 (Email Marketing) closed by
- fixed: Not a real fix, but in commit 566 we at least improve our error message. …
- 20:56 Changeset [566] by
- not a real fix for ticket #60, but it will have to do. The suggestion to …
- 20:37 Ticket #29 (out of bound bugs in pdns/dnspacket.cc -> signal 11 on recent ...) closed by
- fixed: Fixed by commit 538
- 20:36 Ticket #55 (recursor: additional handling of records broken wrt to AAAA) closed by
- fixed: Fixed in commit 562, thanks!
- 20:34 Ticket #63 (PDNS to support Views) closed by
- wontfix
- 20:34 Ticket #24 (Missing syntax check on "pdns_control notify") closed by
- fixed: Fixed by commit #565, apologies! Random stack issues caused this error not …
- 20:32 Changeset [565] by
- remove some duplicate ;'s teach dynhandler to reject non-ip address …
- 08:14 PowerDNSFaq edited by
- (diff)
- 08:12 TodoList edited by
- (diff)
- 08:12 Ticket #64 (RaUU5uC4VK) closed by
- invalid
03/01/06:
- 23:39 Ticket #64 (RaUU5uC4VK) created by
- efNHIxLJz1VF TlqMdbXaCe?8Pk YAF5gyEfzI4
- 22:44 TodoList edited by
- (diff)
- 22:43 RecentChanges edited by
- (diff)
- 22:42 WikiFormatting edited by
- (diff)
- 22:40 PowerDNSFaq edited by
- (diff)
- 22:37 TracInstall edited by
- (diff)
- 22:37 TitleIndex edited by
- (diff)
- 22:36 HACKING edited by
- (diff)
- 22:35 TracGuide edited by
- (diff)
- 20:26 Ticket #63 (PDNS to support Views) created by
- I was wondering if powerdns supports the concept of "views" the way ISC …
02/25/06:
- 15:10 Ticket #62 ([patch] dnsbackend getSOA() behavior (maybe DoS)) created by
- Hi Bert The dnsbackend throws an exception in getSOA() if the ldapbackend …
Note: See TracTimeline
for information about the timeline view.