summaryrefslogtreecommitdiff
path: root/src/timedate
AgeCommit message (Expand)AuthorFilesLines
2018-05-12basic: add log_level argument to timezone_is_validMike Gilbert1-1/+1
2018-05-10timedate: use free_and_strdup()Yu Watanabe1-11/+5
2018-05-03timedatectl: add timesync-status and show-timesync commandsYu Watanabe1-13/+461
2018-04-20remove unused variables (#8768)Tobias Jungel1-2/+0
2018-04-17timedatectl: update output format of status commandYu Watanabe1-21/+21
2018-04-17timedated: support multiple NTP servicesYu Watanabe1-72/+311
2018-04-17timedate: use sd_bus_error_set() if nothing is substitutedYu Watanabe1-3/+3
2018-04-17timedate: move error mapping to bus-common-errors.[ch]Yu Watanabe1-7/+2
2018-04-06tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek3-39/+0
2018-04-05tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe1-2/+1
2018-03-28bus-util: add flags for bus_map_all_properties() (#8546)Yu Watanabe1-0/+1
2018-03-20bus-util: make bus_map_all_properties() not copy stringYu Watanabe1-13/+8
2018-03-19tree-wide: voidify pager_open()Yu Watanabe1-1/+1
2018-03-19timedatectl: use dispatch_verb()Yu Watanabe1-119/+45
2018-02-16meson: drop unnecessary "transformation" of policy filesZbigniew Jędrzejewski-Szmek2-6/+1
2018-02-16Gettextize policy filesGunnar Hjalmarsson2-14/+12
2018-02-08tree-wide: use "cannot" instead of "can not"Zbigniew Jędrzejewski-Szmek1-1/+1
2018-01-12Comment the fact that some tools need to termintate their bus connect firstFranck Bui1-0/+2
2018-01-12Revert "tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appro...Franck Bui1-1/+2
2018-01-05tree-wide: make name requesting asynchronous in all our servicesLennart Poettering1-2/+2
2017-12-19timedatectl: fix status output (#7696)Yu Watanabe1-1/+1
2017-11-24Replace free and reassignment with free_and_replaceDaniel Lockyer1-3/+1
2017-11-19Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek1-0/+17
2017-11-19Add SPDX license headers to various assorted filesZbigniew Jędrzejewski-Szmek3-0/+6
2017-11-19Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2-0/+2
2017-11-14po: add a copy of polkit its rulesZbigniew Jędrzejewski-Szmek1-0/+1
2017-11-13i18n: drop intltool use, use meson's merge_file directlyZbigniew Jędrzejewski-Szmek2-12/+12
2017-11-10tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appropriate p...Lennart Poettering1-2/+1
2017-10-30treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187)Zbigniew Jędrzejewski-Szmek1-16/+4
2017-10-18timedatectl: stop using xstrftimeZbigniew Jędrzejewski-Szmek1-10/+11
2017-10-04build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek1-1/+1
2017-09-21timedatectl: be more explicit what "ntp synchronized" meansZbigniew Jędrzejewski-Szmek1-10/+10
2017-07-18build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek1-1/+0
2017-07-18build-sys: drop automake supportZbigniew Jędrzejewski-Szmek1-1/+0
2017-05-02meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek1-1/+1
2017-04-23meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek1-13/+11
2017-04-23meson: properly conditionalize polkit installationZbigniew Jędrzejewski-Szmek1-1/+1
2017-04-23meson: build systemd using mesonZbigniew Jędrzejewski-Szmek1-0/+16
2017-02-15tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek1-2/+2
2017-02-09tree-wide: make bus_map_all_properties return a proper sd_bus_errorLennart Poettering1-1/+4
2016-07-31Add enable_disable() helperZbigniew Jędrzejewski-Szmek1-1/+1
2016-06-21sd-bus: make sure bus_map_all_properties() handle booleans rightLennart Poettering1-4/+4
2016-06-16systemctl: make sure we terminate the bus connection first, and then close th...Lennart Poettering1-1/+2
2016-05-30tree-wide: use ansi_highlight() instead of ANSI_HIGHLIGHT where appropriateLennart Poettering1-7/+7
2016-03-01selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek1-1/+1
2016-02-29timedated: trivial stylistic fixMartin Pitt1-2/+2
2016-02-28Merge pull request #2749 from martinpitt/adjtimeZbigniew Jędrzejewski-Szmek1-16/+30
2016-02-26timedated: be more tolerant in parsing /etc/adjtimeMartin Pitt1-15/+29
2016-02-26clock-util: make clock_is_localtime() testable and add initial testsMartin Pitt1-1/+1
2016-02-26tree-wide: merge pager_open_if_enabled() to the pager_open()Alexander Kuleshov1-9/+1