summaryrefslogtreecommitdiff
path: root/src/timedate/timedated.c
Commit message (Expand)AuthorAgeFilesLines
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-131-14/+7
* timedate: update to use new-style sd-bus macrosSonali Srivastava2022-04-111-36/+25
* strv: make iterator in STRV_FOREACH() declaread in the loopYu Watanabe2022-03-191-1/+0
* list: declare iterator of LIST_FOREACH() in the loopYu Watanabe2022-03-191-6/+0
* timedate: use cleanup attribute at one more placeYu Watanabe2022-03-171-11/+18
* timedated: make ntp_synced() staticZbigniew Jędrzejewski-Szmek2021-05-121-0/+13
* timedate: make log_unit_xxx_errno() refuse zero errnoYu Watanabe2021-04-161-15/+24
* timedated: use format_timestamp instead of ctimeLuca Boccassi2021-04-081-1/+2
* timedated: fix skipping of comments in config fileZbigniew Jędrzejewski-Szmek2021-03-091-1/+1
* timedate: do not ignore fix_system argument in SetLocalRTC methodYu Watanabe2021-02-241-7/+9
* tree-wide: enable colorized logging for daemons when run in consoleYu Watanabe2021-02-011-1/+1
* timedate: actually reset system time with new timezoneYu Watanabe2021-01-131-1/+1
* timedate: use localtime_or_gmtime_r() and mktime_or_timegm()Yu Watanabe2020-11-211-16/+4
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* shared: split out property get helpersLennart Poettering2020-06-301-0/+1
* shared: split out code that maps properties to local structsLennart Poettering2020-06-301-0/+1
* shared: actually move all BusLocator related calls to bus-locator.cLennart Poettering2020-06-301-1/+1
* Make failures of mac_selinux_init() fatalChristian Göttsche2020-06-231-1/+4
* timedate: switch to BusLocator-oriented helpersVito Caputo2020-05-071-25/+9
* timedated: convert to the new scheme and add --bus-introspectZbigniew Jędrzejewski-Szmek2020-05-051-3/+11
* importd,logind: add --bus-introspect= optionZbigniew Jędrzejewski-Szmek2020-05-051-0/+1
* logind,importd,hostnamed,localed,timedated,machined,resolved: add option pars...Zbigniew Jędrzejewski-Szmek2020-05-031-3/+7
* tree-wide: implement new log control API dbus interface in all our daemonsLennart Poettering2020-04-211-0/+5
* timedated: add dbus parameter namesZbigniew Jędrzejewski-Szmek2020-04-121-5/+39
* shared: split out polkit stuff from bus-util.c → bus-polkit.cLennart Poettering2020-01-221-1/+1
* timedated: it might be that tzinfo files are just not installedLennart Poettering2019-11-131-1/+1
* timedated: handle UTC specially, when generating /etc/localtimeLennart Poettering2019-11-131-9/+24
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* timedated: always enable&start the service with highest priorityZbigniew Jędrzejewski-Szmek2019-08-061-39/+20
* timedated: log about unit enablement actions and enhance logs in generalZbigniew Jędrzejewski-Szmek2019-08-051-12/+52
* timedated: minor code simplificationsZbigniew Jędrzejewski-Szmek2019-08-041-18/+9
* timedated: add back support for ntp-units.d/Zbigniew Jędrzejewski-Szmek2019-07-221-8/+64
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-0/+2
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-1/+1
* timedate: fix emitted value when ntp client is enabled/disabled (#11951)Yu Watanabe2019-03-101-2/+2
* timedate: refuse to set time when previous request is not finishedYu Watanabe2019-01-151-0/+11
* timedate: treat 'activating' or 'inactivating' NTP client status as 'active'Yu Watanabe2019-01-151-2/+2
* timedated: Add dbus method to retrieve list of time zones (#11114)tibbling2018-12-121-0/+23
* util: drop missing.h from util.hYu Watanabe2018-12-041-0/+1
* util-lib: split out all temporary file related calls into tmpfiles-util.cLennart Poettering2018-12-021-0/+1
* timedate: define main through macroYu Watanabe2018-11-231-34/+21
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* hostnamed,localed,timedate: properly propagate errors from sd_event_add_signal()Lennart Poettering2018-11-121-4/+8
* timedate: emit property changed signal after all jobs are completedYu Watanabe2018-08-081-30/+40
* timedate: defer the property changed signal until job of starting/stopping NT...Yu Watanabe2018-07-261-13/+65
* timedate: increment reference count of sd_bus_messageYu Watanabe2018-07-261-5/+9
* timedate: set sd_event_add_signal()Yu Watanabe2018-07-201-1/+12
* tree-wide: use localtime_r() instead of localtime()Yu Watanabe2018-06-261-3/+3