summaryrefslogtreecommitdiff
path: root/src/timedate
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Merge pull request #14381 from keszybz/ifindex-cleanupLennart Poettering2020-01-131-13/+12
|\
| * timedatectl: drop ifindex output parameter tooZbigniew Jędrzejewski-Szmek2020-01-111-15/+11
| * tree-wide: make parse_ifindex simply return the indexZbigniew Jędrzejewski-Szmek2020-01-111-2/+5
* | tree-wide: use table_log_add_error()Yu Watanabe2020-01-101-22/+22
|/
* timedatectl: use format-table.[ch]Yu Watanabe2020-01-091-59/+187
* tree-wide: clean up --help texts a bitLennart Poettering2019-11-181-6/+5
* Merge pull request #14010 from poettering/localtime-symlinkLennart Poettering2019-11-131-10/+25
|\
| * 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: fix how we set $TZLennart Poettering2019-11-131-2/+3
|/
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* Highlight the synopsis and summary in --helpZbigniew Jędrzejewski-Szmek2019-10-081-2/+4
* Move the Commands section above Options sectionZbigniew Jędrzejewski-Szmek2019-10-081-14/+14
* 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
* timedatectl: add 'ntp-servers' and 'revert' commands to modify link NTP serversYu Watanabe2019-07-171-0/+103
* tree-wide: get rid of strappend()Lennart Poettering2019-07-121-1/+1
* Enable log colors for most of tools in /usr/binZbigniew Jędrzejewski-Szmek2019-05-081-0/+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
* bus-util: drop unnecessary re-formattingYu Watanabe2019-03-041-1/+1
* 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-122-3/+41
* 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
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-8/+6
* Split out pretty-print.c and move pager.c and main-func.h to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1
* timedatectl: define main through macroZbigniew Jędrzejewski-Szmek2018-11-201-17/+9
* log: introduce new helper call log_setup_service()Lennart Poettering2018-11-201-3/+1
* Merge pull request #10753 from keszybz/pager-no-interruptLennart Poettering2018-11-141-3/+3
|\
| * basic/pager: convert the pager options to a flags argumentZbigniew Jędrzejewski-Szmek2018-11-141-3/+3
* | hostnamed,localed,timedate: properly propagate errors from sd_event_add_signal()Lennart Poettering2018-11-121-4/+8
|/
* bus-util: make --property= optionally take valueYu Watanabe2018-09-121-10/+2
* tree-wide: add clickable man page link to all --help textsLennart Poettering2018-08-201-1/+11
* timedate: emit property changed signal after all jobs are completedYu Watanabe2018-08-081-30/+40
* tree-wide: shorten error logging a bitYu Watanabe2018-08-071-8/+8
* 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