summaryrefslogtreecommitdiff
path: root/src/timedate
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use "cannot" instead of "can not"Zbigniew Jędrzejewski-Szmek2018-02-081-1/+1
* Comment the fact that some tools need to termintate their bus connect firstFranck Bui2018-01-121-0/+2
* Revert "tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appro...Franck Bui2018-01-121-1/+2
* tree-wide: make name requesting asynchronous in all our servicesLennart Poettering2018-01-051-2/+2
* timedatectl: fix status output (#7696)Yu Watanabe2017-12-191-1/+1
* Replace free and reassignment with free_and_replaceDaniel Lockyer2017-11-241-3/+1
* Add license headers and SPDX identifiers to meson.build filesZbigniew Jędrzejewski-Szmek2017-11-191-0/+17
* Add SPDX license headers to various assorted filesZbigniew Jędrzejewski-Szmek2017-11-193-0/+6
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-192-0/+2
* po: add a copy of polkit its rulesZbigniew Jędrzejewski-Szmek2017-11-141-0/+1
* i18n: drop intltool use, use meson's merge_file directlyZbigniew Jędrzejewski-Szmek2017-11-132-12/+12
* tree-wide: use _cleanup_(sd_bus_flush_close_unrefp) at various appropriate p...Lennart Poettering2017-11-101-2/+1
* treewide: unify identical definitions of polkit_agent_open_if_enabled() (#7187)Zbigniew Jędrzejewski-Szmek2017-10-301-16/+4
* timedatectl: stop using xstrftimeZbigniew Jędrzejewski-Szmek2017-10-181-10/+11
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-1/+1
* timedatectl: be more explicit what "ntp synchronized" meansZbigniew Jędrzejewski-Szmek2017-09-211-10/+10
* build-sys: drop gitignore patterns for in-tree buildsZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* build-sys: drop automake supportZbigniew Jędrzejewski-Szmek2017-07-181-1/+0
* meson: use booleans for conf.set and drop unecessary conditionalsZbigniew Jędrzejewski-Szmek2017-05-021-1/+1
* meson: reindent all files with 8 spacesZbigniew Jędrzejewski-Szmek2017-04-231-13/+11
* meson: properly conditionalize polkit installationZbigniew Jędrzejewski-Szmek2017-04-231-1/+1
* meson: build systemd using mesonZbigniew Jędrzejewski-Szmek2017-04-231-0/+16
* tree-wide: add SD_ID128_MAKE_STR, remove LOG_MESSAGE_IDZbigniew Jędrzejewski-Szmek2017-02-151-2/+2
* tree-wide: make bus_map_all_properties return a proper sd_bus_errorLennart Poettering2017-02-091-1/+4
* Add enable_disable() helperZbigniew Jędrzejewski-Szmek2016-07-311-1/+1
* sd-bus: make sure bus_map_all_properties() handle booleans rightLennart Poettering2016-06-211-4/+4
* systemctl: make sure we terminate the bus connection first, and then close th...Lennart Poettering2016-06-161-1/+2
* tree-wide: use ansi_highlight() instead of ANSI_HIGHLIGHT where appropriateLennart Poettering2016-05-301-7/+7
* selinux: always try to load the full selinux dbZbigniew Jędrzejewski-Szmek2016-03-011-1/+1
* timedated: trivial stylistic fixMartin Pitt2016-02-291-2/+2
* Merge pull request #2749 from martinpitt/adjtimeZbigniew Jędrzejewski-Szmek2016-02-281-16/+30
|\
| * timedated: be more tolerant in parsing /etc/adjtimeMartin Pitt2016-02-261-15/+29
| * clock-util: make clock_is_localtime() testable and add initial testsMartin Pitt2016-02-261-1/+1
|/
* tree-wide: merge pager_open_if_enabled() to the pager_open()Alexander Kuleshov2016-02-261-9/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-102-4/+0
* tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2015-11-272-11/+10
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering2015-10-271-0/+1
* util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering2015-10-271-10/+11
* util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering2015-10-271-0/+1
* bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering2015-09-291-1/+1
* util: introduce common version() implementation and use it everywhereLennart Poettering2015-09-291-9/+7
* cgtop: underline table headerLennart Poettering2015-09-221-2/+2
* bus-util: support details in CheckAuthorization callsMichael Chapman2015-09-061-0/+4
* time-util: add new get_timezone() call to get local timezoneLennart Poettering2015-08-261-25/+8
* timedatectl: when no timezone is set consider UTC the defaultLennart Poettering2015-08-201-1/+1
* timedatectl: assert timezone is not null in setenv() call.Dimitri John Ledkov2015-08-191-1/+1
* sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2015-07-032-3/+3
* timedatectl: trim non-local RTC warning to 80 chars wideVedran Miletić2015-07-021-5/+6
* tree-wide: fix memory leaks in users of bus_map_all_properties()David Herrmann2015-06-141-7/+10