Timeline


and

11/12/05:

21:32 Changeset [549] by ahu
add missing ./configure support for gcc locking hack
16:17 Changeset [548] by ahu
move recursor to 'hash_map' remove optString 'optimization' which turned …
16:13 Changeset [547] by ahu
move mtasker 'waiter' structure to boost::multi_index so schedule() is no …
15:53 Ticket #46 (pdns_recursor wont compile (build 546)) closed by ahu
wontfix: PowerDNS is not expected to always build from subversion. Please wait a …
12:12 Ticket #46 (pdns_recursor wont compile (build 546)) created by tremere@…
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Ibackends/bind …

11/11/05:

22:03 Ticket #45 (PowerDNS sends wrong version in HELO string to pipe backend) closed by anonymous
fixed: thanks, fixed in commit 546
22:02 Changeset [546] by ahu
Pipebackend did not properly propagate pipebackend-abi-version. This …
21:04 Ticket #45 (PowerDNS sends wrong version in HELO string to pipe backend) created by kickdaddy@…
I have pipebackend-abi-version=2 set in my pdns.conf file for the pipe …
13:45 Changeset [545] by ahu
big speedup in endsOn
12:57 Changeset [544] by ahu
big rename, arg() -> ::arg(), bind() -> ::bind() remove a read from the …
12:41 Changeset [543] by ahu
move to 'floats' for nameserver statistics - we don't need 80 bits of …
12:34 Changeset [542] by ahu
speedups + move to dns_isspace
12:33 Changeset [541] by ahu
phase out tolower and isspace for dns_tolower and dns_isspace to prevent …
12:24 Changeset [540] by ahu
qtype speedup - lack of a direct copy constructor caused heaps of string …
12:17 Changeset [539] by ahu
Fix 'same level NS referral', as exemplified by the new …
12:15 Changeset [538] by ahu
this commit fixes ticket #29 properly, thanks to Bernd Froemel for …

11/03/05:

04:11 Ticket #44 (Configuring PowerDNS in a chroot jail) created by luongductruong@…
How to buil or config PowerDNS in a chroot jail? Thanks,

11/02/05:

18:01 Changeset [537] by ahu
allow a '/' in domain names, which is sometimes used for classless …
16:22 Changeset [536] by ahu
back out optString for now special-special case MemRecursorCache::replace …
15:27 Changeset [535] by ahu
fix pruning of negcache specialize the common case where we see identical …

11/01/05:

11:35 Changeset [534] by ahu
memory hole you can drive a truck through..
08:52 Ticket #43 (/etc/init.d/pdns: syntax error at line 27: `ret=$' unexpected) created by luongductruong@…
The PDNS installation finished. I run /etc/init.d/pdns monitor, but that …

10/31/05:

20:45 Changeset [533] by ahu
not only convert error into proper exception, catch it as well
19:07 Changeset [532] by ahu
oops - exception could escape, which could make the pdns_recursor keel …
09:48 Ticket #42 (The installation finished but ...) created by luongductruong@…
I couldn't execute some command: host, dig, host... My OS : SunOS vn 5.8 …
08:59 Ticket #41 (Power DNS managment software) created by luongductruong@…
Does any software which it use GUI to manage Power DNS? What's its name? …

10/29/05:

19:50 Changeset [531] by ahu
tag!
19:01 Changeset [530] by ahu
last minute release fixups
17:45 Changeset [529] by ahu
documentation updates
15:07 Changeset [528] by ahu
remove - this file has no reason to be in svn
15:04 Changeset [527] by ahu
drop pcap.h dependency
01:05 Changeset [526] by ahu
document bugfix in previous commit fix named.conf include file problem …
00:34 Changeset [525] by ahu
make pipe backend clean up after itself, fixing the problem reported in …

10/28/05:

15:31 Ticket #40 (/usr/ccs/bin/ld: cannot find -lmysqlclient) created by luongductruong@…
I install PowerDNS. When I config the source code, i use following …

10/27/05:

12:10 Ticket #39 (How to remove 'init_priority' attributes from dnsparser.cc?) created by luongductruong@…
I use Subversion to download PowerDNS source code. When i install, i …
00:09 Changeset [524] by ahu
update TODO list some cosmetic changes in pdns_recursor make …

10/26/05:

20:52 Ticket #35 (Segfaults recursor with netwerk loops(?)) closed by ahu
worksforme: Hi anonymous, Thanks for your report. I tried to reproduce using …

10/25/05:

17:44 Ticket #38 (ldapbackend typedef problem (linux)) created by Peter Fern <pdns@…>
Small patch against the current SVN version to get libldapbackend to …
13:19 Ticket #37 (Missing getDomainInfo in LDAP backend) created by paul@…
Because the LDAP backend lacks the getDomainInfo backend, a manual notify …

10/24/05:

15:50 Ticket #36 (empty.com) created by luongductruong@…
Now, i has a small problem: when I remove three lines: 146-148: …
13:35 Ticket #31 (The Problem with lex when install PDNS) closed by ahu
fixed: Install 'flex' instead of Solaris lex.
13:34 Ticket #32 (dnsparser.cc has error when I install on Solaris 8) closed by ahu
duplicate
13:34 Ticket #33 (dnsparser.cc has error when I install on Solaris 8) closed by ahu
duplicate
13:33 Ticket #34 (Rolex) closed by ahu
worksforme: See  http://gcc.gnu.org/faq.html on how to get gcc to use the GNU linker. …
09:25 Ticket #35 (Segfaults recursor with netwerk loops(?)) created by anonymous
The recursor segfaults when a network is not 100% neatly configged. I had …
04:03 Ticket #34 (Rolex) created by luongductruong@…
The error is: if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Ibackends/bind …
04:02 Ticket #33 (dnsparser.cc has error when I install on Solaris 8) created by luongductruong@…
The error is: if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Ibackends/bind …
04:01 Ticket #32 (dnsparser.cc has error when I install on Solaris 8) created by luongductruong@…
The error is: if g++ -DHAVE_CONFIG_H -I. -I. -I.. -Ibackends/bind …

10/23/05:

18:41 Changeset [523] by ahu
Final fix for the AXFR problems, closing Debian bug 330184. Improve …
16:56 Changeset [522] by ahu
remove silly debugging output
16:53 Changeset [521] by ahu
add beginning of next generation zoneparser add error checking to socket …

10/20/05:

23:20 Changeset [520] by ahu
fix some bogus possible closes in resolver.cc (which should be eradicated …
06:06 Ticket #31 (The Problem with lex when install PDNS) created by luongductruong@…
I'm using svn to download Pdns Source. Follow the install instruction on …

10/16/05:

21:55 Changeset [519] by ahu
add provisional release notes for 2.9.19 implement our '.-policy': we …
17:36 Changeset [518] by ahu
make ./configure fail if Boost is not installed, and give out helpful tip …
13:47 Changeset [517] by ahu
add support for properly truncating records in the pdns_recursor again …
Note: See TracTimeline for information about the timeline view.