summaryrefslogtreecommitdiff
path: root/src/resolve
AgeCommit message (Expand)Author
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-10defs: rework CONF_DIRS_NULSTR() macroLennart Poettering
2015-11-06doc: correct punctuation and improve typography in documentationJan Engelhardt
2015-11-03util-lib: move CONF_DIRS_NULSTR definition to def.hLennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27io-util.h: move iovec stuff from macro.h to io-util.hLennart Poettering
2015-10-27src/basic: rename audit.[ch] → audit-util.[ch] and capability.[ch] → capa...Lennart Poettering
2015-10-27util-lib: move more locale-related calls to locale-util.[ch]Lennart Poettering
2015-10-27util-lib: move string table stuff into its own string-table.[ch]Lennart Poettering
2015-10-27util-lib: split out hex/dec/oct encoding/decoding into its own fileLennart Poettering
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-27resolved: port to extract_first_wordSusant Sahani
2015-10-26util-lib: split out user/group/uid/gid calls into user-util.[ch]Lennart Poettering
2015-10-26util-lib: split out IO related calls to io-util.[ch]Lennart Poettering
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-05hashmap: refactor hash_funcTom Gundersen
2015-09-30tree-wide: clean up log_syntax() usageLennart Poettering
2015-09-16resolved: cache - cache what we can of negative redirect chainsTom Gundersen
2015-09-16resolved: cache - handle CNAME redirectionTom Gundersen
2015-09-16resolved: cache - only allow putting a single question key at a timeTom Gundersen
2015-09-16resolved: rr - introduce dns_resource_key_new_redirect()Tom Gundersen
2015-09-16resolved: rr - introduce dns_resource_key_new_cname()Tom Gundersen
2015-09-16resolved: cache - clarify loggingTom Gundersen
2015-09-09tree-wide: take benefit of the fact that hashmap_free() returns NULLLennart Poettering
2015-09-09tree-wide: make use of the fact that strv_free() returns NULLLennart Poettering
2015-09-09tree-wide: drop {} from one-line if blocksLennart Poettering
2015-09-09tree-wide: make use of log_error_errno() return valueLennart Poettering
2015-09-08treewide: fix typosTorstein Husebø
2015-08-26manager: close hostname fd *after* removing it epollLennart Poettering
2015-08-26resolved: dump cache and zone contents to syslog on SIGUSR1Lennart Poettering
2015-08-25resolve: fix regression in dns-scopeDaniel Mack
2015-08-25resolved: add comments to DNS_PACKET_MAKE_FLAGS() clarifying DNS vs LLMNRLennart Poettering
2015-08-25resolved: make packet flags logic more expressive againLennart Poettering
2015-08-25resolved: rename DNS UDP socket to 'dns_udp_fd'Lennart Poettering
2015-08-25resolved: allow dns_cache_put() without a questionDaniel Mack
2015-08-25resolved: move assertionDaniel Mack
2015-08-25resolved: use switch-case statements for protocol detailsDaniel Mack
2015-08-25resolved: remove runtime check for previously asserted conditionDaniel Mack
2015-08-24resolved: change error code when trying to resolve direct LLMNR PTR RRsLennart Poettering
2015-08-24resolved: remove duplicate handling of "no servers" query resultLennart Poettering
2015-08-24resolved: replace transaction list by hashmapLennart Poettering
2015-08-22Merge pull request #1010 from poettering/resolved-question-keyTom Gundersen
2015-08-21resolved: always split up questions into per-RR transactionsLennart Poettering
2015-08-21resolved: only maintain one question RR key per transactionLennart Poettering
2015-08-21resolved: add extra check for family when doing LLMNR TCP connectionsLennart Poettering
2015-08-21resolved: add reference to negative caching RFCLennart Poettering
2015-08-21remove unused variablesThomas Hindoe Paaboel Andersen
2015-08-21resolved: when passing RRs across the bus, make sure not to use name compressionLennart Poettering
2015-08-21resolved: rework synthesizing logicLennart Poettering