]> git.ipfire.org Git - thirdparty/pdns.git/history - pdns/lwres.cc
remove silly enum for AF_INET and AF_INET6 and in the process discovered auth webserv...
[thirdparty/pdns.git] / pdns / lwres.cc
2014-04-02  bert hubertremove silly enum for AF_INET and AF_INET6 and in the...
2014-03-28  bert hubertMerge pull request #1347 from mind04/warning
2014-03-25  Christian HofstaedtlerRecursor HTTP: Fix processing of split requests
2014-02-06  Peter van DijkMerge pull request #1265 from zeha/ws-full-soa-data
2014-02-06  Peter van DijkMerge pull request #1264 from zeha/ws-mangle-zone-id
2014-02-05  bert hubertmanual merge of Aki Tuomi's pull request #1263. Thanks!
2013-11-15  Peter van DijkMerge branch 'master' of https://github.com/i-maravic...
2013-11-05  Peter van DijkMerge pull request #1096 from zeha/new-urls-auth
2013-11-05  Christian Hofstaedtlerwebserver: add URL router with support for <vars>
2013-11-04  Peter van DijkMerge pull request #1062 from jhcloos/inet
2013-10-29  Peter van DijkMerge branch 'remove-windows-services' of github.com...
2013-10-25  Peter van DijkMerge pull request #1079 from Zugschlus/master
2013-10-24  Marc Haberadd OpenSSL exception to PowerDNS, Netherlabs, van... 1079/head
2013-09-03  Peter van DijkMerge pull request #849 from zeha/f/issue-676
2013-09-03  Peter van DijkMerge pull request #785 from zeha/f/init.d-fixup
2013-08-15  Peter van DijkMerge pull request #947 from mind04/right
2013-08-15  Peter van DijkMerge pull request #940 from mind04/903
2013-08-15  Peter van DijkMerge pull request #941 from mind04/denitify
2013-08-11  Kees Monshouwers/ahuexception/pdnsexception part 2
2011-03-22  Bert Hubertfix up various small things, plus remove ugly debugging...
2011-01-03  Bert Hubertused a non-existent database connection in tcp backend...
2010-01-10  Bert Hubertfix up the statistics of packets with errors again...
2010-01-07  Bert Hubertno longer log response packets with an empty domain...
2009-12-27  Bert Hubertfix up typo in previous commit
2009-12-27  Bert Hubertprevent duplicate SOA from appearing in case a response...
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-12-17  Bert Hubertclean up getQueryLocal() port handling htons
2009-10-11  Bert Hubertmove to multiple query-local-addresses (4 and 6), plus...
2009-09-26  Bert Hubertteach pdns_recursor how to do TCP/IP connect to remote...
2009-09-22  Bert Hubertimplement timeouts with millisecond resolution, and...
2009-04-05  Bert HubertLay groundwork for rd/non-rd zone forwarding
2009-02-07  Bert Hubertimplement EDNS & EDNS-PING probing, plus logic to benef...
2008-11-15  Bert Hubertupdate pdns_recursor to support boost 1.37.0 (thanks...
2008-06-10  Bert Hubertfix issue reported by Sten Spans: we don't always bind...
2008-04-20  Bert Hubertfix issue resolving popular domains where one of the...
2008-03-16  Bert Hubertmove to a real CSRNG, plus hooks for 'dns-0x20'.
2008-02-04  Bert Hubertreprime root hints using EDNS0, thanks to dns-operation...
2007-12-29  Bert Hubertremove hideous code from the beginning of time (1997...
2006-11-16  Bert Hubertimplement 'dont-query', and enable it by default, which...
2006-10-21  Bert Hubertfix potential for busyloop - unknown how this might...
2006-10-21  Bert Hubertfix support for outgoing TCP questions where send(...
2006-08-13  Bert Hubertby Jan Gyselinck: rebalance syslog priorities/urgencies...
2006-06-16  Bert Hubertdrop yet more calles to gettimeofday() and time(0)
2006-06-14  Bert Huberttiny speedups, raise version. should save around 20...
2006-05-23  Bert Hubertmake query chaining select on type as well..
2006-04-30  Bert Hubertfix bug in configuration file parsing found by the...
2006-04-29  Bert HubertBig bag of VC++ fixes, mostly by Michel 'Wimpie' Stol
2006-04-29  Bert Hubertdrop and add some includes, all trivial
2006-04-28  Bert Hubertmake our speed stats deal with multiple IP(v6) addresse...
2006-04-20  Bert Hubertremove bashisms
2006-04-18  Bert Hubertfix 'removing unlisted fd from multiplexer'
2006-04-16  Bert Hubertfix TCP outgoing error handling, fixing possible crashe...
2006-04-14  Bert Hubertmove full-blown djbdns-style socket-per-query support
2006-04-14  Bert Hubertmake anti-spoofing measures question and not ip address...
2006-04-14  Bert HubertWARNING WARNING: We now listen on 127.0.0.1 by default...
2006-04-14  Bert Hubertpassed around strings to asynresolve as a char*, causin...
2006-04-13  Bert Hubertsigh.. some queries have embedded nulls in them, which...
2006-04-13  Bert Hubertimprove MX-record parsing for additional processing...
2006-04-13  Bert Hubertadd tool dnsscan (mostly for internal use)
2006-04-12  Bert Hubertfix handling of truncated packets with partial records...
2006-04-12  Bert Hubertslightly improve error messages and reporting, attempti...
2006-04-12  Bert Hubertthe FSF has moved!
2006-04-12  Bert Hubertforgot to commit - need to update server parser errors...
2006-04-09  Bert Hubert1) make everyting intrinsically case-insensitive
2006-03-27  Bert Hubertmake rec_control clean up its socket properly. Remove...
2006-03-26  Bert Huberttrim some build dependencies, make rec_control/pdns_rec...
2006-03-25  Bert Hubertno longer pass around IPv4 addresses as.. strings ...
2006-03-19  Bert Hubertmake asyncresolve accept d_now from caller, and use...
2005-10-20  Bert Hubertfix some bogus possible closes in resolver.cc (which...
2005-10-16  Bert Hubertmake ./configure fail if Boost is not installed, and...
2005-10-10  Bert Hubertthe gist is: move pdns_recursor over to new {zone,packe...
2005-07-11  Bert Hubertfix TCP related crashes due to HUUUUGE daum.net records...
2005-07-06  Bert Hubertupdates to the new TCP code - there was a bizarre typo...
2005-07-05  Bert Hubertfirst shot at working TCP resolving code on receipt...
2005-06-21  Bert Hubertimprove statistics for the recursor, split out timeout...
2005-02-18  Bert Hubertremove a zillion time() and gettimeofday calls from...
2004-01-16  Bert Hubertlots
2003-01-21  Bert Hubertjuh
2003-01-14  Bert Hubertheap of works
2003-01-13  Bert Huberttiny bugfix
2003-01-10  Bert Hubertlwres