root/trunk/pdns/pdns/pdns_recursor.cc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @636 [636] 7 years ahu slightly improve error messages
(edit) @635 [635] 7 years ahu make socket buffer raising report better errors blast packets back to back …
(edit) @633 [633] 7 years ahu make rec_control clean up its socket properly. Remove some silly …
(edit) @631 [631] 7 years ahu trim some build dependencies, make rec_control/pdns_recursor grok /var/run …
(edit) @628 [628] 7 years ahu move negcache to boost::multi_index, make sure it gets pruned a bit …
(edit) @627 [627] 7 years ahu "I can't belieeeeeve it!" same bug twice
(edit) @621 [621] 7 years ahu oops, getsockopt called incorrectly. make the case of our root-zone match …
(edit) @616 [616] 7 years ahu improve truncating behaviour: don't truncate because of additional …
(edit) @614 [614] 7 years ahu add qa-latency to rrd, add throttle-entries to rrd, add 'QUIT' command, …
(edit) @610 [610] 7 years ahu oops, did cache-entries accounting wrong. made 'average latency' ignore …
(edit) @609 [609] 7 years ahu add sizing of UDP receive buffers, plus fix (somewhat) the latency …
(edit) @608 [608] 7 years ahu speed up replay speed, add qa-latency stats
(edit) @605 [605] 7 years ahu add servfail stats, make cachehits/misses unsigend
(edit) @602 [602] 7 years ahu add per query latency accounting. WARNING: DTime from now on does implicit …
(edit) @600 [600] 7 years ahu save a few time(0) calls, hook up PulseRate?
(edit) @595 [595] 7 years ahu quiet fix
(edit) @594 [594] 7 years ahu tune up stats, add 64-bit logger output, hookup control channel, remove a …
(edit) @593 [593] 7 years ahu add beginnings of recursor control channel
(edit) @592 [592] 7 years ahu kill some signed/unsigned warnings, speedup cache pruning slightly, clean …
(edit) @584 [584] 7 years ahu bring cache pruning in line (once a minute)
(edit) @574 [574] 7 years ahu only prune cache once every 5 minutes, not every minute we neglected to …
(edit) @572 [572] 7 years ahu fixed small but possibly relevant memory leak in mtasker on duplicate wait …
(edit) @571 [571] 7 years ahu update copyright, add 64/32-bit notification for bi-arch users
(edit) @567 [567] 7 years ahu teach recursor to shuffle, by moving shuffle logic away from dnspacket.cc …
(edit) @544 [544] 8 years ahu big rename, arg() -> ::arg(), bind() -> ::bind() remove a read from the …
(edit) @535 [535] 8 years ahu fix pruning of negcache specialize the common case where we see identical …
(edit) @533 [533] 8 years ahu not only convert error into proper exception, catch it as well
(edit) @530 [530] 8 years ahu last minute release fixups
(edit) @524 [524] 8 years ahu update TODO list some cosmetic changes in pdns_recursor make …
(edit) @522 [522] 8 years ahu remove silly debugging output
(edit) @521 [521] 8 years ahu add beginning of next generation zoneparser add error checking to socket …
(edit) @518 [518] 8 years ahu make ./configure fail if Boost is not installed, and give out helpful tip …
(edit) @517 [517] 8 years ahu add support for properly truncating records in the pdns_recursor again …
(edit) @516 [516] 8 years ahu fix compilation of dnsreplay move pdns_recursor cache to 'optString', …
(edit) @515 [515] 8 years ahu fix 1.2.3.4 reporting instead of real addresses in recursor add some …
(edit) @514 [514] 8 years ahu the gist is: move pdns_recursor over to new …
(edit) @508 [508] 8 years ahu add OPT pseudo-record support teach DNSPacketWriter about differing …
(edit) @477 [477] 8 years ahu Move from u_intxx_t to uintxx_t typedefs, which are preferred: …
(edit) @469 [469] 8 years ahu remove quite a number of gettimeofday calls
(edit) @464 [464] 8 years ahu make recursor quiet by default update to 2.9.19-svn version work on …
(edit) @462 [462] 8 years ahu add dnsreplay based on boost multi-index remove dirty pthread hacks for …
(edit) @447 [447] 8 years ahu release fixes - drop xdbbackend from the static builds, fix up …
(edit) @444 [444] 8 years ahu ignore SIGPIPE, fix warning
(edit) @442 [442] 8 years ahu add titles to mthreads fix confusion in mtasker when waiting for …
(edit) @440 [440] 8 years ahu fix TCP related crashes due to HUUUUGE daum.net records (3.5kbyte!)
(edit) @439 [439] 8 years ahu simplified TCP outgoing query code in attempt to smoke out crasher bug
(edit) @436 [436] 8 years ahu add TCP client timeouts, add way to limit the number of simultaneous TCP …
(edit) @435 [435] 8 years ahu update some copyrights, license version 2.0 improve logging so TCP-queries …
(edit) @433 [433] 8 years ahu first shot at working TCP resolving code on receipt of packet with TC bit …
(edit) @421 [421] 8 years ahu MASSIVE speedup - after 60 seconds of operation pruning would be continous
(edit) @416 [416] 8 years ahu remove dead file (recns.cc) update configuration description fix run w/o …
(edit) @415 [415] 8 years ahu improve logging a bit, add --query-local-address
(edit) @414 [414] 8 years ahu improve statistics for the recursor, split out timeout and real errors, …
(edit) @413 [413] 8 years ahu This commit closes #11 , thanks Matthijs and Thomas Hood
(edit) @330 [330] 8 years ahu ancient patch by Bram Vandoren implementing setuid, setgid and chroot in …
(edit) @325 [325] 8 years ahu Based on request of Simon Kirby, added ability to listen on multiple …
(edit) @324 [324] 8 years ahu remove some more time(0) calls remove outdated and #ifdeffed code …
(edit) @323 [323] 8 years ahu remove a zillion time() and gettimeofday calls from the recursor, and it …
(edit) @287 [287] 8 years ahu Further fix for old-style ticket 26 (Ralf van der Enden)
(edit) @267 [267] 8 years ahu probable fix for #26 on FreeBSD. Thanks to tremere at cainites dot net and …
(edit) @262 [262] 9 years ahu Fixed last parts of ticket #13 - the parts I did not consider a bug *were* …
(edit) @260 [260] 9 years ahu correct pdns_recursor --local-address help
(edit) @251 [251] 9 years ahu Close bug #13 - or at least, the parts I consider a bug. Furthermore, it …
(edit) @234 [234] 9 years ahu dynlistener now cleans up after itself does slightly better error messages …
(edit) @232 [232] 9 years ahu do timeout stats
(edit) @228 [228] 9 years ahu b.root pdns_recursor speedups mysql support for ports again valgrind fixes
(edit) @215 [215] 9 years ahu lots
(edit) @198 [198] 10 years ahu opteron fixes ldap fixes documentation fixes
(edit) @190 [190] 10 years ahu pdns_recursor static build fix, docs
(edit) @187 [187] 10 years ahu gsqlite backend
(edit) @186 [186] 10 years ahu mostly work on delegation-only, debian patches
(edit) @180 [180] 10 years ahu lots of fixes, axfp ldap support, ldap ttl support, spurious debugging …
(edit) @178 [178] 10 years ahu up to 2.9.11
(edit) @176 [176] 10 years ahu 2.9.10
(edit) @174 [174] 10 years ahu lots of changes, mostly a crash fix
(edit) @166 [166] 10 years ahu tcp fixes
(edit) @156 [156] 10 years ahu working up to 2.9.7
(edit) @148 [148] 10 years ahu prevent crashes add ldap backend
(edit) @141 [141] 10 years ahu working up to 2.9.5
(edit) @140 [140] 10 years ahu more pdns recursor stats
(edit) @138 [138] 10 years ahu juh
(edit) @137 [137] 10 years ahu recursor work, alignment issues
(edit) @135 [135] 10 years ahu heap of works
(edit) @130 [130] 10 years ahu tiny bugfix
(edit) @129 [129] 10 years ahu more work
(add) @128 [128] 10 years ahu further work on a lot of things
Note: See TracRevisionLog for help on using the revision log.