| Commit message (Expand) | Author | Age | Files | Lines |
* | timedated: make ntp_synced() static | Zbigniew Jędrzejewski-Szmek | 2021-05-12 | 1 | -0/+13 |
* | timedate: make log_unit_xxx_errno() refuse zero errno | Yu Watanabe | 2021-04-16 | 1 | -15/+24 |
* | timedated: use format_timestamp instead of ctime | Luca Boccassi | 2021-04-08 | 1 | -1/+2 |
* | timedated: fix skipping of comments in config file | Zbigniew Jędrzejewski-Szmek | 2021-03-09 | 1 | -1/+1 |
* | timedate: do not ignore fix_system argument in SetLocalRTC method | Yu Watanabe | 2021-02-24 | 1 | -7/+9 |
* | tree-wide: enable colorized logging for daemons when run in console | Yu Watanabe | 2021-02-01 | 1 | -1/+1 |
* | timedate: actually reset system time with new timezone | Yu Watanabe | 2021-01-13 | 1 | -1/+1 |
* | timedate: use localtime_or_gmtime_r() and mktime_or_timegm() | Yu Watanabe | 2020-11-21 | 1 | -16/+4 |
* | license: LGPL-2.1+ -> LGPL-2.1-or-later | Yu Watanabe | 2020-11-09 | 1 | -1/+1 |
* | shared: split out property get helpers | Lennart Poettering | 2020-06-30 | 1 | -0/+1 |
* | shared: split out code that maps properties to local structs | Lennart Poettering | 2020-06-30 | 1 | -0/+1 |
* | shared: actually move all BusLocator related calls to bus-locator.c | Lennart Poettering | 2020-06-30 | 1 | -1/+1 |
* | Make failures of mac_selinux_init() fatal | Christian Göttsche | 2020-06-23 | 1 | -1/+4 |
* | timedate: switch to BusLocator-oriented helpers | Vito Caputo | 2020-05-07 | 1 | -25/+9 |
* | timedated: convert to the new scheme and add --bus-introspect | Zbigniew Jędrzejewski-Szmek | 2020-05-05 | 1 | -3/+11 |
* | importd,logind: add --bus-introspect= option | Zbigniew Jędrzejewski-Szmek | 2020-05-05 | 1 | -0/+1 |
* | logind,importd,hostnamed,localed,timedated,machined,resolved: add option pars... | Zbigniew Jędrzejewski-Szmek | 2020-05-03 | 1 | -3/+7 |
* | tree-wide: implement new log control API dbus interface in all our daemons | Lennart Poettering | 2020-04-21 | 1 | -0/+5 |
* | timedated: add dbus parameter names | Zbigniew Jędrzejewski-Szmek | 2020-04-12 | 1 | -5/+39 |
* | shared: split out polkit stuff from bus-util.c → bus-polkit.c | Lennart Poettering | 2020-01-22 | 1 | -1/+1 |
* | timedated: it might be that tzinfo files are just not installed | Lennart Poettering | 2019-11-13 | 1 | -1/+1 |
* | timedated: handle UTC specially, when generating /etc/localtime | Lennart Poettering | 2019-11-13 | 1 | -9/+24 |
* | tree-wide: drop string.h when string-util.h or friends are included | Yu Watanabe | 2019-11-04 | 1 | -1/+0 |
* | timedated: always enable&start the service with highest priority | Zbigniew Jędrzejewski-Szmek | 2019-08-06 | 1 | -39/+20 |
* | timedated: log about unit enablement actions and enhance logs in general | Zbigniew Jędrzejewski-Szmek | 2019-08-05 | 1 | -12/+52 |
* | timedated: minor code simplifications | Zbigniew Jędrzejewski-Szmek | 2019-08-04 | 1 | -18/+9 |
* | timedated: add back support for ntp-units.d/ | Zbigniew Jędrzejewski-Szmek | 2019-07-22 | 1 | -8/+64 |
* | tree-wide: get rid of strappend() | Lennart Poettering | 2019-07-12 | 1 | -1/+1 |
* | headers: remove unneeded includes from util.h | Zbigniew Jędrzejewski-Szmek | 2019-03-27 | 1 | -0/+2 |
* | util: split out memcmp()/memset() related calls into memory-util.[ch] | Lennart Poettering | 2019-03-13 | 1 | -1/+1 |
* | timedate: fix emitted value when ntp client is enabled/disabled (#11951) | Yu Watanabe | 2019-03-10 | 1 | -2/+2 |
* | timedate: refuse to set time when previous request is not finished | Yu Watanabe | 2019-01-15 | 1 | -0/+11 |
* | timedate: treat 'activating' or 'inactivating' NTP client status as 'active' | Yu Watanabe | 2019-01-15 | 1 | -2/+2 |
* | timedated: Add dbus method to retrieve list of time zones (#11114) | tibbling | 2018-12-12 | 1 | -0/+23 |
* | util: drop missing.h from util.h | Yu Watanabe | 2018-12-04 | 1 | -0/+1 |
* | util-lib: split out all temporary file related calls into tmpfiles-util.c | Lennart Poettering | 2018-12-02 | 1 | -0/+1 |
* | timedate: define main through macro | Yu Watanabe | 2018-11-23 | 1 | -34/+21 |
* | log: introduce new helper call log_setup_service() | Lennart Poettering | 2018-11-20 | 1 | -3/+1 |
* | hostnamed,localed,timedate: properly propagate errors from sd_event_add_signal() | Lennart Poettering | 2018-11-12 | 1 | -4/+8 |
* | timedate: emit property changed signal after all jobs are completed | Yu Watanabe | 2018-08-08 | 1 | -30/+40 |
* | timedate: defer the property changed signal until job of starting/stopping NT... | Yu Watanabe | 2018-07-26 | 1 | -13/+65 |
* | timedate: increment reference count of sd_bus_message | Yu Watanabe | 2018-07-26 | 1 | -5/+9 |
* | timedate: set sd_event_add_signal() | Yu Watanabe | 2018-07-20 | 1 | -1/+12 |
* | tree-wide: use localtime_r() instead of localtime() | Yu Watanabe | 2018-06-26 | 1 | -3/+3 |
* | timedate: use gmtime_r() and localtime_r() | Lennart Poettering | 2018-06-25 | 1 | -10/+10 |
* | tree-wide: remove Lennart's copyright lines | Lennart Poettering | 2018-06-14 | 1 | -3/+0 |
* | tree-wide: drop 'This file is part of systemd' blurb | Lennart Poettering | 2018-06-14 | 1 | -2/+0 |
* | basic/log: add the log_struct terminator to macro | Zbigniew Jędrzejewski-Szmek | 2018-06-04 | 1 | -4/+2 |
* | timedated: add some debug logging when a number of kernel calls fail | Lennart Poettering | 2018-05-29 | 1 | -16/+26 |
* | timedated: show the short timezone name when changing timezones in logs | Lennart Poettering | 2018-05-29 | 1 | -3/+8 |