Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-21 | resolved: only maintain one question RR key per transaction | Lennart Poettering | |
Let's simplify things and only maintain a single RR key per transaction object, instead of a full DnsQuestion. Unicast DNS and LLMNR don't support multiple questions per packet anway, and Multicast DNS suggests coalescing questions beyond a single dns query, across the whole system. | |||
2015-08-21 | resolved: make DnsQuestion logic handle NULL arrays as empty arrays | Lennart Poettering | |
Following our usual logic of treating NULL arrays as empty arrays (for example, see strv.c) do the same for questions too. | |||
2015-07-28 | resolved: compare dns question arrays properly | Lennart Poettering | |
Let's optimize things a bit and properly compare DNS question arrays, instead of checking if they are mutual supersets. This also makes ANY query handling more accurate. | |||
2015-06-10 | resolve: move dns routines into shared | Nick Owens | |
2014-07-30 | resolved: fix cname handling | Lennart Poettering | |
2014-07-29 | resolved: when resolving an address PTR record via llmnr, make a tcp ↵ | Lennart Poettering | |
connection by default | |||
2014-07-23 | resolved: implement negative caching | Lennart Poettering | |
2014-07-23 | resolved: rework logic so that we can share transactions between queries of ↵ | Lennart Poettering | |
different clients |