Age | Commit message (Expand) | Author |
2015-10-27 | util-lib: split out allocation calls into alloc-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move more locale-related calls to locale-util.[ch] | Lennart Poettering |
2015-10-27 | util-lib: move string table stuff into its own string-table.[ch] | Lennart Poettering |
2015-10-25 | util-lib: split out fd-related operations into fd-util.[ch] | Lennart Poettering |
2015-09-16 | resolved: cache - only allow putting a single question key at a time | Tom Gundersen |
2015-08-25 | resolved: rename DNS UDP socket to 'dns_udp_fd' | Lennart Poettering |
2015-08-25 | resolved: move assertion | Daniel Mack |
2015-08-25 | resolved: use switch-case statements for protocol details | Daniel Mack |
2015-08-25 | resolved: remove runtime check for previously asserted condition | Daniel Mack |
2015-08-24 | resolved: change error code when trying to resolve direct LLMNR PTR RRs | Lennart Poettering |
2015-08-24 | resolved: replace transaction list by hashmap | Lennart Poettering |
2015-08-21 | resolved: only maintain one question RR key per transaction | Lennart Poettering |
2015-08-21 | resolved: add extra check for family when doing LLMNR TCP connections | Lennart Poettering |
2015-08-21 | resolved: minor typo comment fix | Lennart Poettering |
2015-08-17 | resolved: cache - add more detailed cache debug logging | Tom Gundersen |
2015-08-03 | sd-event: make sure sd_event_now() cannot fail | Lennart Poettering |
2015-08-03 | resolved: transaction - exponentially increase retry timeouts | Tom Gundersen |
2015-07-28 | resolved: compare dns question arrays properly | Lennart Poettering |
2015-07-27 | resolved: transaction - don't explicitly verify packet source | Tom Gundersen |
2015-07-27 | resolved: transaction - don't unref server when creating TCP socket | Tom Gundersen |
2015-07-27 | resolved: transaction - introduce dns_transaction_emit() | Tom Gundersen |
2015-07-27 | resolved: transaction - move a couple of functions | Tom Gundersen |
2015-07-27 | resolved: transaction - move DNS UDP socket creation to the scope | Tom Gundersen |
2015-07-27 | resolved: transaction - close socket when changing server | Tom Gundersen |
2015-07-27 | resolved: transaction - don't request PKTINFO for unicast DNS | Tom Gundersen |
2015-07-27 | resloved: transaction - unify IPv4 and IPv6 sockets | Tom Gundersen |
2015-07-23 | resolve: transaction - stop processing packet when found to be invalid | Tom Gundersen |
2015-07-14 | resolved: use one UDP socket per transaction | Tom Gundersen |
2015-07-14 | resolved: implement RFC5452 | Tom Gundersen |
2015-07-14 | resolved: pin the server used in a transaction | Tom Gundersen |
2015-07-13 | resolved: separate LLMNR specific header bits | Daniel Mack |
2015-07-13 | resolved: use a #define for LLMNR port | Daniel Mack |
2015-04-11 | shared: add random-util.[ch] | Ronny Chevalier |
2015-03-27 | fix gcc warnings about uninitialized variables | Harald Hoyer |
2014-09-15 | hashmap: introduce hash_ops to make struct Hashmap smaller | Michal Schmidt |
2014-08-11 | resolved: actually, the peer with the lower IP address wins conflicts | Lennart Poettering |
2014-08-11 | resolved: make sure we don't mark the wrong zone RRs conflicting | Lennart Poettering |
2014-08-11 | resolved: be a bit more communicative about conflicts | Lennart Poettering |
2014-08-11 | resolved: implement full LLMNR conflict detection logic | Lennart Poettering |
2014-08-05 | resolved: don't abort if a transaction is aborted because its scope is removed | Lennart Poettering |
2014-08-05 | resolved: add 100ms initial jitter to all LLMNR requests | Lennart Poettering |
2014-08-05 | resolved: when sending fails, don't try connecting to the next DNS server if ... | Lennart Poettering |
2014-08-05 | resolved: bypass local cache when we issue a transaction for verification pur... | Lennart Poettering |
2014-08-01 | resolved: flush cache each time we change to a different DNS server | Lennart Poettering |
2014-08-01 | resolved: use CLOCK_BOOTTIME instead of CLOCK_MONOTONIC when aging caches and... | Lennart Poettering |
2014-07-31 | resolved: implement LLMNR uniqueness verification | Lennart Poettering |