summaryrefslogtreecommitdiffstats
path: root/src/resolve/resolved-dns-dnssec.h (unfollow)
Commit message (Expand)AuthorFilesLines
2018-06-06sd-event: voidify more thingsLennart Poettering1-1/+1
2018-06-06sd-event: propagate errors from source_set_pending() in all casesLennart Poettering1-5/+14
2018-06-06sd-event: drop pending events when we turn off/on an event sourceLennart Poettering1-0/+15
2018-06-06sd-event: use symbolic name for normal priorityLennart Poettering1-1/+1
2018-06-06sd-event: use structure initialization for epoll_eventLennart Poettering1-15/+20
2018-06-06man: fix typoMichael Prokop1-1/+1
2018-06-06Fix DPI for Logitech M185, M510, and M705. (#9182)Peter Jones1-1/+1
2018-06-06util: tighten on_tty() check a bit, also check stderrLennart Poettering1-1/+10
2018-06-05core: watch PIDs of scope units right after starting themLennart Poettering1-0/+3
2018-06-05core: rework how we track service and scope PIDsLennart Poettering4-34/+115
2018-06-05cgroup: tiny log message tweak, say that we ignore one kind of failureLennart Poettering1-1/+1
2018-06-05man: use entities for fedora number and update URLZbigniew Jędrzejewski-Szmek1-7/+10
2018-06-05travis: use Fedora 27 as a base imageEvegeny Vereshchagin1-2/+1
2018-06-05travis: get python installed while building a docker imageEvegeny Vereshchagin1-0/+1
2018-06-04travis: drop ccache requirementMichal Sekletar1-1/+0
2018-06-04travis: DOCKER_REPOSITORY is no longer set. Don't require it.Michal Sekletar1-2/+1
2018-06-04travis: use Travis CI only for running scheduled Coverity scansMichal Sekletar3-133/+9
2018-06-04conf-parser: fix memleak (#9177)Yu Watanabe1-1/+2
2018-06-04Update 60-sensor.hwdbMarcel Hoppe1-0/+1
2018-06-04basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek20-114/+60
2018-06-04basic/path-util: use FLAGS_SET in one more placeZbigniew Jędrzejewski-Szmek1-4/+2
2018-06-04Add macro for checking if some flags are setZbigniew Jędrzejewski-Szmek12-13/+30
2018-06-04coccinelle: add option to make changes in placeZbigniew Jędrzejewski-Szmek1-2/+10
2018-06-04coccinelle: run spatch just on version-controlled filesZbigniew Jędrzejewski-Szmek1-2/+5
2018-06-04core: go to failure state if the main service process fails and RemainAfterEx...Lennart Poettering1-6/+5
2018-06-04login: log session state "closing" (as well as New/Removed)Alan Jenkins1-1/+12
2018-06-04test: fix function nameYu Watanabe1-2/+2
2018-06-03man: RuntimeDirectory= or friends accept dot contained pathsYu Watanabe1-1/+1
2018-06-03conf-parser: remove redundant utf8-validity checkYu Watanabe3-18/+1
2018-06-03conf-parse: use free_and_replace()Yu Watanabe1-4/+1
2018-06-03conf-parser: reject utf8-invalid linesYu Watanabe1-0/+3
2018-06-03test: add test for trailing dot in WorkingDirectory= and RuntimeDirectory=Yu Watanabe4-0/+11
2018-06-03load-fragment: use path_simplify_and_warn() where applicableYu Watanabe1-108/+74
2018-06-03conf-parse: use path_simplify_and_warn() in config_parse_path()Yu Watanabe2-15/+6
2018-06-03path-util: introduce path_simplify_and_warn()Yu Watanabe2-0/+58
2018-06-03path-util: make path_make_relative() support path including dotsYu Watanabe2-37/+33
2018-06-03path-util: introduce path_simplify()Yu Watanabe32-87/+125
2018-06-03network: avoid temporary variables for parsing, use TAKE_PTR (#9166)Zbigniew Jędrzejewski-Szmek1-30/+15
2018-06-02test-ellipsize: add tests for ellipsize_mem, fix bugsZbigniew Jędrzejewski-Szmek4-32/+129
2018-06-02basic/string-util: make ellipsize() inlineZbigniew Jędrzejewski-Szmek2-8/+4
2018-06-02hwdb: Add accelerometer orientation quirk for the Onda V891w tabletHans de Goede1-0/+7
2018-06-02hwdb: Add accelerometer orientation quirk for the Nuvision/TMAX TM800W560LHans de Goede1-0/+6
2018-06-02netdev: fix parser for VRF.Table=Yu Watanabe1-1/+1
2018-06-02hwdb: Add accelerometer orientation quirk for the Archos 80 Cesium tablet.Hans de Goede1-0/+6
2018-06-02hwdb: Extend Point of View TAB-P800W accelerometer quirk for another versionHans de Goede1-0/+1
2018-06-02test-time-util: print names of test functionsZbigniew Jędrzejewski-Szmek1-1/+30
2018-06-02time-util: fix build with gcc8 -Werror=format-truncation=Martin Jansa1-1/+1
2018-06-02basic: set errno in raw_clone() on sparcMike Gilbert2-6/+16
2018-06-01process-util: also filter non-printable characters in get_process_com()Lennart Poettering2-4/+48
2018-06-01string-util: tweak cellescape() a bitLennart Poettering2-22/+113