summaryrefslogtreecommitdiffstats
path: root/src/resolve/meson.build (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33535 from neighbourhoodie/tests/dns-cacheLuca Boccassi2024-07-231-0/+6
|\
| * resolved: tests for dns_cache_put(); successful A queryJames Coglan2024-07-231-0/+6
* | Merge pull request #33534 from neighbourhoodie/tests/dns-queryLuca Boccassi2024-07-231-0/+11
|\ \
| * | resolved: tests for dns_query_new()James Coglan2024-07-231-0/+11
| |/
* / resolved: tests for dns_synthesize_answer()James Coglan2024-07-231-0/+11
|/
* resolved: tests for dns_zone_put()James Coglan2024-07-231-0/+11
* resolved: tests for dns_search_domain_new()James Coglan2024-07-231-0/+13
* Merge pull request #33529 from neighbourhoodie/tests/dns-linkLuca Boccassi2024-07-231-0/+11
|\
| * resolved: tests for link_new(), link_process_rtnl()James Coglan2024-07-221-0/+11
* | resolved: tests for dns_answer_add(), dns_answer_match_key()James Coglan2024-07-231-0/+3
* | resolved: tests for dns_question_add()James Coglan2024-07-231-0/+3
* | resolved: test for DNS_RESOURCE_RECORD_RDATA()James Coglan2024-07-231-0/+3
* | resolved: tests for dns_packet_set_flags()James Coglan2024-07-221-0/+3
* | resolved: tests for parsing DNS packet headersJames Coglan2024-07-221-0/+3
|/
* gcrypt: dlopenify for libsystemdLuca Boccassi2024-04-031-1/+0
* test: introduce a dummy DNS test serverFrantisek Sumsal2024-01-101-0/+14
* meson: add build option for install path of main config filesFranck Bui2023-10-171-1/+1
* meson: add comments to compat symlinksZbigniew Jędrzejewski-Szmek2023-09-261-0/+1
* meson: use install_emptydir() and drop meson-make-symlink.shYu Watanabe2023-08-081-7/+8
* meson: also merge declarations of fuzzers with other executablesYu Watanabe2023-08-031-25/+13
* meson: merge declarations of normal and test executablesYu Watanabe2023-08-031-50/+48
* meson: move declarations of resolved and friendsYu Watanabe2023-07-311-2/+40
* Drop split-usr and unmerged-usr supportLuca Boccassi2023-07-281-1/+1
* meson: Introduce userspace depJan Janssen2023-03-101-0/+1
* meson: Use dicts for fuzzer definitionsJan Janssen2023-02-211-16/+20
* meson: Use dicts for test definitionsJan Janssen2023-02-211-46/+47
* meson: Do not include headers in source listsJan Janssen2023-01-241-43/+4
* tests: fuzz dns resource recordsEvgeny Vereshchagin2022-11-261-0/+5
* meson: also allow setting GIT_VERSION via templatesZbigniew Jędrzejewski-Szmek2022-04-051-1/+1
* meson: move files' closing brace to separate lineZbigniew Jędrzejewski-Szmek2022-03-031-5/+10
* meson: do not use split() in file listsZbigniew Jędrzejewski-Szmek2022-03-021-76/+73
* resolved: Test for DnsStream (plain TCP DNS and DoT)Joan Bruguera2022-01-271-1/+10
* tests: fuzz etc_hosts_parseEvgeny Vereshchagin2022-01-201-0/+7
* meson: Use files() for fuzzersJan Janssen2022-01-111-1/+1
* meson: Use files() for testsJan Janssen2022-01-111-8/+8
* meson: fix build with -Dcryptolib=openssl -Ddns-over-tls=falseYu Watanabe2021-12-241-8/+1
* meson: stop building out convenience libraries by defaultZbigniew Jędrzejewski-Szmek2021-12-161-1/+2
* meson: drop libgcrypt dep from resolved testsZbigniew Jędrzejewski-Szmek2021-12-081-7/+0
* resolve: Port dnssec verify from gcrypt to openssl^gcryptKevin Kuehler2021-11-301-8/+16
* build: preserve correct mode when generating files via jinja2Christian Brauner2021-11-081-2/+1
* meson: use jinja2 for src/resolve/Zbigniew Jędrzejewski-Szmek2021-05-191-10/+9
* resolved: split out function to determine the local llmnr hostnameZbigniew Jędrzejewski-Szmek2021-03-261-0/+2
* meson: fix build error of test-dnssec-complexYu Watanabe2021-03-211-3/+7
* resolved: instead of closing DNS UDP transaction fds right-away, add them to ...Lennart Poettering2021-02-151-0/+2
* meson: move test or fuzzer definitions to relevant meson.build in subdirectoriesYu Watanabe2021-01-181-0/+11
* meson: slightly disentangle code dependenciesYu Watanabe2021-01-181-1/+3
* meson: enable several tests even if the relevant features are disabledYu Watanabe2021-01-181-13/+7
* meson: fix indentationYu Watanabe2021-01-181-4/+6
* meson: drop unnecessary variable declarationsYu Watanabe2021-01-181-4/+2
* meson: drop unnecessary loopYu Watanabe2021-01-181-53/+36