summaryrefslogtreecommitdiff
path: root/src/timedate
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack2-4/+0
2015-11-27tree-wide: expose "p"-suffix unref calls in public APIs to make gcc cleanup easyLennart Poettering2-11/+10
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering1-0/+1
2015-10-27user-util: move UID/GID related macros from macro.h to user-util.hLennart Poettering1-0/+1
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering1-10/+11
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering1-0/+1
2015-09-29bus-util: rename bus_open_transport() to bus_connect_transport()Lennart Poettering1-1/+1
2015-09-29util: introduce common version() implementation and use it everywhereLennart Poettering1-9/+7
2015-09-22cgtop: underline table headerLennart Poettering1-2/+2
2015-09-06bus-util: support details in CheckAuthorization callsMichael Chapman1-0/+4
2015-08-26time-util: add new get_timezone() call to get local timezoneLennart Poettering1-25/+8
2015-08-20timedatectl: when no timezone is set consider UTC the defaultLennart Poettering1-1/+1
2015-08-19timedatectl: assert timezone is not null in setenv() call.Dimitri John Ledkov1-1/+1
2015-07-03sd-bus: introduce new sd_bus_flush_close_unref() callLennart Poettering2-3/+3
2015-07-02timedatectl: trim non-local RTC warning to 80 chars wideVedran Miletić1-5/+6
2015-06-14tree-wide: fix memory leaks in users of bus_map_all_properties()David Herrmann1-7/+10
2015-05-15timedate: fix memory leak in timedatedCristian Rodríguez1-1/+1
2015-05-06timedated: remove unnecessary gotoZbigniew Jędrzejewski-Szmek1-3/+0
2015-04-29sd-bus: drop bus parameter from message callback prototypeLennart Poettering1-12/+12
2015-04-21tree-wide: get rid of more strerror() callsLennart Poettering1-3/+3
2015-04-11shared: add terminal-util.[ch]Ronny Chevalier1-0/+1