summaryrefslogtreecommitdiffstats
path: root/src/test/test-date.c (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-14core/mount-setup: remove part of check which is always trueZbigniew Jędrzejewski-Szmek1-1/+1
2018-05-14man: fix reference in StandardOutput=Lucas Werkmeister1-2/+2
2018-05-14test: use _cleanup_hashmap_free_ instread of _cleanup_(hashmap_freep)Yu Watanabe1-1/+1
2018-05-14core: use _cleanup_set_free_ instread of _cleanup_(set_freep)Yu Watanabe4-5/+5
2018-05-14sd-bus: use free_and_strdup()Yu Watanabe1-22/+11
2018-05-13man: drop a trailing spaceYu Watanabe1-1/+1
2018-05-13test: add tests for unit_name_from_dbus_path()Yu Watanabe1-0/+295
2018-05-13dbus-manager: introduce property_get_{hashmap,set}_size()Yu Watanabe1-29/+11
2018-05-13dbus-unit: check userdata before obtaining dataYu Watanabe1-4/+6
2018-05-13dbus-unit: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe1-108/+6
2018-05-13dbus-swap: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe1-42/+10
2018-05-13dbus-socket: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe1-18/+1
2018-05-13dbus-mount: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe1-62/+17
2018-05-13dbus-manager: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe1-92/+6
2018-05-13dbus-execute: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe1-54/+3
2018-05-13bus-util: add several macros for defining functions of getting dbus propertiesYu Watanabe1-0/+38
2018-05-12basic: add log_level argument to timezone_is_validMike Gilbert9-19/+23
2018-05-12core: use automatic cleanup moreDavid Tardon3-23/+11
2018-05-12po: uk: fixed missed wordMikhail Kasimov1-1/+1
2018-05-12Updated uk translationDanylo Korostil1-179/+250
2018-05-11basic: timezone_is_valid: check for magic bytes "TZif"Mike Gilbert1-3/+26
2018-05-11systemd-analyze: make dump work for large # of unitsDavid Tardon3-8/+73
2018-05-11man: Fix a minor typo in systemctl(1)Philip Withnall1-1/+1
2018-05-11resolvectl: show current DNS server only when it is setYu Watanabe1-8/+10
2018-05-11resolvectl: show fallback DNS servers by status commandYu Watanabe1-0/+9
2018-05-11resolve: introduce FallbackDNS bus propertyYu Watanabe1-10/+27
2018-05-11network: make route_update() accept NULLYu Watanabe2-7/+7
2018-05-11network: fix indentationYu Watanabe1-104/+124
2018-05-11tmpfiles: remove newline that shouldn't be thereLennart Poettering1-3/+1
2018-05-11terminal-util: add a function that shows a pretty separator lineLennart Poettering4-4/+27
2018-05-11test: do not call alloca() inside the list of argumentsYu Watanabe1-86/+57
2018-05-11test-execute: remove state directories before running testsYu Watanabe2-1/+7
2018-05-11units: set RestrictNamespaces=yes to networkd and resolvedYu Watanabe2-0/+2
2018-05-11sd-dhcp: drop deserialize_dhcp_option() as it is equivalent to unhexmem()Yu Watanabe3-15/+4
2018-05-11resolve: allow whitespaces in the DS digest or DNSKEY key dataYu Watanabe1-15/+20
2018-05-11hexdecoct: drop an unnecessary checkYu Watanabe1-3/+1
2018-05-11basic: fix comment styleYu Watanabe1-4/+4
2018-05-11hexdecoct: ignore whitespace within the input hexadecimal text of unhexmem()Yu Watanabe2-25/+81
2018-05-11test: add testcase for environment file variables with backslashesJoost Heitbrink6-9/+13
2018-05-11Update systemd-journal-upload.service.xmlMikhail Kasimov1-1/+2
2018-05-11man: systemd-journal-upload: rsa 2048Mikhail Kasimov1-2/+2
2018-05-10bash-completion: analyze: support cat-config verbYu Watanabe1-1/+18
2018-05-10bash-completion: analyze: add --no-pager for some verbsYu Watanabe1-3/+3
2018-05-10mtd: some basic code cleanupsLennart Poettering3-33/+40
2018-05-10Networkd tests: add bridge link properties to testSusant Sahani1-0/+23
2018-05-10man: journal-gatewayd.service: links on {rem,upl}Mikhail Kasimov1-1/+3
2018-05-10string-util: rename strdash_if_empty() to empty_to_dash()Yu Watanabe3-13/+9
2018-05-10path-util: introduce empty_to_root() and use it many placesYu Watanabe7-13/+12
2018-05-10core: merge duplicated functionsYu Watanabe4-42/+24
2018-05-10core: send NULL instead of empty stringYu Watanabe3-7/+5