2006-04-18 |
Bert Hubert | spiff up ipv6 output a bit, work around odd linker... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | tyop |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | keep track of duplicate counts, they show up as unmatch... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | make clientside ipv4/ip6 agnostic, including allow... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | build fixes |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | remove sample code from kqueuemplexer, fix huge fd... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | fix duplicate return of sockets to the pool, improve... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | fix timeouts of running TCP client queries - we shouldn... |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | fix 'removing unlisted fd from multiplexer' |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | abstract out part of the common logic |
commit | commitdiff | tree | snapshot |
2006-04-18 |
Bert Hubert | update version |
commit | commitdiff | tree | snapshot |
2006-04-17 |
Bert Hubert | enable logging to syslog (oops) |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | save some memory, s/kqueue/epoll/ |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | hook up tcp timeout var again |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | remove debugging chatter |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | implement OS specific sysdeps + compiletime selection... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | add automatic mplexer selection at runtime, still need... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | make kqueue mplexer actually work |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | first shot, wrote it under linux hehe |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | move to mplexer |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | add epoll mplexer, update selectmplexer |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | valgrind spotted some undefined variables |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | start of mother of all multiplexors :-) |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Bert Hubert | fix TCP outgoing error handling, fixing possible crashe... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Bert Hubert | work around gcc 4.0 bug, prepare move to boost::functio... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | make nearMisses only account for the proper fd |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | fix djbdns-mode |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | move full-blown djbdns-style socket-per-query support |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | make it work |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | make anti-spoofing measures question and not ip address... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | implement stunningly cool spoofing protection, plus... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | add query-local-port, and make us move around if unset |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | WARNING WARNING: We now listen on 127.0.0.1 by default... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | actually check output of sendEvent and log |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | mtasked did 3 or 4 walks of waiter-list for each call... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Bert Hubert | passed around strings to asynresolve as a char*, causin... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bert Hubert | sigh.. some queries have embedded nulls in them, which... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bert Hubert | improve MX-record parsing for additional processing... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bert Hubert | add tool dnsscan (mostly for internal use) |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bert Hubert | prevent possible crashes (score one for valgrind) |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bert Hubert | small compile cleanup |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bert Hubert | silence warning |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Bert Hubert | also compress the first answer against the question... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | don't packet cache notifications! Thanks again to Dan... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | fix crashes in tcp receiver (thanks Dan Bilik <dan... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | fix memory leak (Dan Bilik <dan@mail.neosystem.cz>... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | fix handling of truncated packets with partial records... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | slightly improve error messages and reporting, attempti... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | consolidate license change previously announced here: |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | the FSF has moved! |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Bert Hubert | forgot to commit - need to update server parser errors... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bert Hubert | add counts for broken packets |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bert Hubert | generally spiff up appearance, nothing real |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bert Hubert | add unauthorized-udp, unauthorized-tcp, client-parse... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bert Hubert | add hardcoded support for 127.0.0.1 and 1.0.0.127.in... |
commit | commitdiff | tree | snapshot |
2006-04-11 |
Bert Hubert | add support for CERT record (RFC 2538) to MOADNSParser |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Bert Hubert | Try to prevent the 'Oops, sent partial answer' error... |
commit | commitdiff | tree | snapshot |
2006-04-10 |
Bert Hubert | implement very simple SMP support |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Bert Hubert | inline "strcasecmp" (stolen from glibc), short-circuit... |
commit | commitdiff | tree | snapshot |
2006-04-09 |
Bert Hubert | 1) make everyting intrinsically case-insensitive |
commit | commitdiff | tree | snapshot |
2006-04-08 |
Bert Hubert | add max-tcp-per-client to limit number of TCP connectio... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Bert Hubert | documentation, retuned cache pruning - should take... |
commit | commitdiff | tree | snapshot |
2006-04-07 |
Bert Hubert | add allow-from option to limit who can recurse. enable... |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Bert Hubert | make .deps find boost! |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Bert Hubert | recursor separate distribution fixes |
commit | commitdiff | tree | snapshot |
2006-04-06 |
Bert Hubert | lower case diff for hints-zone |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Bert Hubert | add peak cpu use line |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Bert Hubert | remove vestiges of 'opaque record' support we now deal... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Bert Hubert | ok - this is a scary commit. It fixes TCP packets with... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Bert Hubert | and now make it work (well) on linux again |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Bert Hubert | fix compilation on freebsd, reduce warning |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Bert Hubert | fix interesting bug whereby powerdns would sometimes... |
commit | commitdiff | tree | snapshot |
2006-04-05 |
Bert Hubert | sigh - people change their SOA serials a lot these... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Bert Hubert | move cache to being pruned 'CLOCK' fashion |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Bert Hubert | move negcache to tuple based keys instead of crappy... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Bert Hubert | optimized toLower and toLowerCanonic that they never... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Bert Hubert | Oops.. Fix bug where records we transmit transparently... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Bert Hubert | remove unused 'title' facility from MTasker - saving... |
commit | commitdiff | tree | snapshot |
2006-04-04 |
Bert Hubert | oops, DS uses hex (just like SSHFP). Thanks to Jakob... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Bert Hubert | ok, I lied - rfc 4255 has chosen In All Its Wisdom... |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Bert Hubert | implement rfc4255 |
commit | commitdiff | tree | snapshot |
2006-04-03 |
Bert Hubert | make dist-recursor script solaris compliant |
commit | commitdiff | tree | snapshot |
2006-04-01 |
Bert Hubert | lower default buffer size, add cpu-use counters to... |
commit | commitdiff | tree | snapshot |
2006-03-31 |
Bert Hubert | implement very simple cache cache that catches repeated... |
commit | commitdiff | tree | snapshot |
2006-03-30 |
Bert Hubert | arg! -I line was *still* wrong! |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Bert Hubert | it is probable we plough through the cache too much... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Bert Hubert | 20% speedup or so in xfrLabel by implementing 'vstringt... |
commit | commitdiff | tree | snapshot |
2006-03-29 |
Bert Hubert | new tests in dnspbench |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Bert Hubert | recursor README typos (thanks Entil), add nedmalloc... |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Bert Hubert | oops, latency is GAUGE, not COUNTER (thanks Kai!) |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Bert Hubert | very slight speedup (toLower==toLower -> strcasecmp) |
commit | commitdiff | tree | snapshot |
2006-03-28 |
Bert Hubert | Work around a bug in gcc 3.4.something, reported by... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Bert Hubert | improve error messages some more |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Bert Hubert | slightly improve error messages |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Bert Hubert | make socket buffer raising report better errors |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Bert Hubert | small fixups to the graphs - you can now set your own... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Bert Hubert | make rec_control clean up its socket properly. Remove... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Bert Hubert | various packaging things for new separate recursor... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Bert Hubert | trim some build dependencies, make rec_control/pdns_rec... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Bert Hubert | new stuff for making a separate recursor package |
commit | commitdiff | tree | snapshot |
next |