summaryrefslogtreecommitdiff
path: root/src/timedate
Commit message (Expand)AuthorAgeFilesLines
* 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
* timedate: use gmtime_r() and localtime_r()Lennart Poettering2018-06-251-10/+10
* tree-wide: drop copyright headers from frequent contributorsZbigniew Jędrzejewski-Szmek2018-06-201-3/+0
* Drop my copyright headersZbigniew Jędrzejewski-Szmek2018-06-141-2/+0
* tree-wide: beautify remaining copyright statementsLennart Poettering2018-06-142-2/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-142-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-142-4/+0
* timedatectl: add 'show' command to display machine-readable outputYu Watanabe2018-06-141-0/+22
* tree-wide: drop !! casts to booleansZbigniew Jędrzejewski-Szmek2018-06-131-1/+1
* basic/log: add the log_struct terminator to macroZbigniew Jędrzejewski-Szmek2018-06-041-4/+2
* timedated: add some debug logging when a number of kernel calls failLennart Poettering2018-05-291-16/+26
* timedated: show the short timezone name when changing timezones in logsLennart Poettering2018-05-291-3/+8
* Merge pull request #8985 from yuwata/bus-macro-3Lennart Poettering2018-05-181-24/+3
|\
| * timedate: use BUS_DEFINE_PROPERTY_GET* macrosYu Watanabe2018-05-151-24/+3
* | Merge pull request #9002 from yuwata/fix-timedateLennart Poettering2018-05-171-4/+5
|\ \
| * | timedate: do not copy input string before bus_verify_polkit_async()Yu Watanabe2018-05-151-4/+5
| |/
* | timedatectl: do not wrap polkit policy messageYu Watanabe2018-05-181-4/+2
|/
* basic: add log_level argument to timezone_is_validMike Gilbert2018-05-121-1/+1
* timedate: use free_and_strdup()Yu Watanabe2018-05-101-11/+5
* timedatectl: add timesync-status and show-timesync commandsYu Watanabe2018-05-031-13/+461
* remove unused variables (#8768)Tobias Jungel2018-04-201-2/+0
* timedatectl: update output format of status commandYu Watanabe2018-04-171-21/+21
* timedated: support multiple NTP servicesYu Watanabe2018-04-171-72/+311
* timedate: use sd_bus_error_set() if nothing is substitutedYu Watanabe2018-04-171-3/+3
* timedate: move error mapping to bus-common-errors.[ch]Yu Watanabe2018-04-171-7/+2