summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: do not wrap assert_se in extra parenthesesZbigniew Jędrzejewski-Szmek2018-05-148-15/+16
* core/mount-setup: remove part of check which is always trueZbigniew Jędrzejewski-Szmek2018-05-141-1/+1
* test: use _cleanup_hashmap_free_ instread of _cleanup_(hashmap_freep)Yu Watanabe2018-05-141-1/+1
* core: use _cleanup_set_free_ instread of _cleanup_(set_freep)Yu Watanabe2018-05-144-5/+5
* sd-bus: use free_and_strdup()Yu Watanabe2018-05-141-22/+11
* Merge pull request #8968 from yuwata/bus-macro-2Zbigniew Jędrzejewski-Szmek2018-05-137-409/+98
|\
| * dbus-manager: introduce property_get_{hashmap,set}_size()Yu Watanabe2018-05-131-29/+11
| * dbus-unit: check userdata before obtaining dataYu Watanabe2018-05-131-4/+6
| * dbus-unit: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-108/+6
| * dbus-swap: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-42/+10
| * dbus-socket: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-18/+1
| * dbus-mount: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-62/+17
| * dbus-manager: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-92/+6
| * dbus-execute: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-131-54/+3
| * bus-util: add several macros for defining functions of getting dbus propertiesYu Watanabe2018-05-131-0/+38
* | test: add tests for unit_name_from_dbus_path()Yu Watanabe2018-05-131-0/+295
* | Merge pull request #8962 from floppym/issue8905Zbigniew Jędrzejewski-Szmek2018-05-139-18/+45
|\ \ | |/ |/|
| * basic: add log_level argument to timezone_is_validMike Gilbert2018-05-129-19/+23
| * basic: timezone_is_valid: check for magic bytes "TZif"Mike Gilbert2018-05-111-3/+26
* | Merge pull request #8966 from yuwata/bus-resolve-fallback-dnsZbigniew Jędrzejewski-Szmek2018-05-122-18/+46
|\ \
| * | resolvectl: show current DNS server only when it is setYu Watanabe2018-05-111-8/+10
| * | resolvectl: show fallback DNS servers by status commandYu Watanabe2018-05-111-0/+9
| * | resolve: introduce FallbackDNS bus propertyYu Watanabe2018-05-111-10/+27
* | | core: use automatic cleanup moreDavid Tardon2018-05-123-23/+11
* | | systemd-analyze: make dump work for large # of unitsDavid Tardon2018-05-113-8/+73
* | | Merge pull request #8924 from yuwata/fix-3682Zbigniew Jędrzejewski-Szmek2018-05-116-148/+167
|\ \ \
| * | | test: do not call alloca() inside the list of argumentsYu Watanabe2018-05-111-86/+57
| * | | sd-dhcp: drop deserialize_dhcp_option() as it is equivalent to unhexmem()Yu Watanabe2018-05-113-15/+4
| * | | resolve: allow whitespaces in the DS digest or DNSKEY key dataYu Watanabe2018-05-111-15/+20
| * | | hexdecoct: drop an unnecessary checkYu Watanabe2018-05-111-3/+1
| * | | basic: fix comment styleYu Watanabe2018-05-111-4/+4
| * | | hexdecoct: ignore whitespace within the input hexadecimal text of unhexmem()Yu Watanabe2018-05-112-25/+81
* | | | network: make route_update() accept NULLYu Watanabe2018-05-112-7/+7
* | | | network: fix indentationYu Watanabe2018-05-111-104/+124
| |/ / |/| |
* | | tmpfiles: remove newline that shouldn't be thereLennart Poettering2018-05-111-3/+1
* | | terminal-util: add a function that shows a pretty separator lineLennart Poettering2018-05-114-4/+27
* | | Merge pull request #8953 from yuwata/bus-macroLennart Poettering2018-05-1020-178/+77
|\ \ \
| * | | string-util: rename strdash_if_empty() to empty_to_dash()Yu Watanabe2018-05-113-13/+9
| * | | path-util: introduce empty_to_root() and use it many placesYu Watanabe2018-05-117-13/+12
| * | | core: merge duplicated functionsYu Watanabe2018-05-114-42/+24
| * | | core: send NULL instead of empty stringYu Watanabe2018-05-113-7/+5
| * | | core: use offsetof() for Syslog{Level,Facility} dbus propertiesYu Watanabe2018-05-111-8/+8
| * | | core: use bus_property_get_*() functions instead of NULLYu Watanabe2018-05-104-9/+9
| * | | core: drop property_get_syscall_errno()Yu Watanabe2018-05-101-19/+1
| * | | core: drop property_get_{capability_bounding_set,ambient_capabilities}()Yu Watanabe2018-05-101-38/+2
| * | | core: use BUS_DEFINE_PROPERTY_GET_ENUM() macroYu Watanabe2018-05-101-19/+2
| * | | core: drop 'bus_' prefix from bus_property_get_protect_{home,system}()Yu Watanabe2018-05-101-6/+4
| * | | core: simplify property_get_cpu_affinity()Yu Watanabe2018-05-101-4/+1
* | | | test-execute: remove state directories before running testsYu Watanabe2018-05-101-0/+6
| |/ / |/| |
* | | test: add testcase for environment file variables with backslashesJoost Heitbrink2018-05-111-1/+4
| |/ |/|