summaryrefslogtreecommitdiffstats
path: root/src/timedate (follow)
Commit message (Expand)AuthorAgeFilesLines
* fileio: port write_string_file() to LabelOps, and thus add WRITE_STRING_FILE_...Lennart Poettering2024-10-221-2/+1
* bus-util: Log more information when connecting to a bus socket failsDaan De Meyer2024-10-091-1/+1
* basic/memory-util: introduce mempcpy_typesafeMike Yuan2024-09-201-1/+1
* time-util: rework localtime_or_gmtime() into localtime_or_gmtime_usec()Lennart Poettering2024-09-052-35/+80
* hwclock-util: the struct tm parameter is not a pure return parameter, it's al...Lennart Poettering2024-09-052-7/+6
* timedatectl: drop unnecessary temporal variablesYu Watanabe2024-08-191-3/+2
* tree-wide: voidify polkit_agent_open_if_enabled()Yu Watanabe2024-08-191-6/+6
* timedatectl: enable interactive authentication for DBus methodsYu Watanabe2024-08-191-0/+2
* timedatectl: setting set_local_rtc to 1 will throw Warning as well, use log_w...ShreyasMahangade2024-07-201-8/+16
* Rename spawn-polkit-agent.c to just polkit-agent.cZbigniew Jędrzejewski-Szmek2024-06-261-1/+1
* Merge pull request #33214 from keszybz/system-clock-epochMike Yuan2024-06-164-6/+62
|\
| * Move two functions only used in timesyncd from libshared to the binaryZbigniew Jędrzejewski-Szmek2024-06-124-6/+62
* | tree-wide: never consider service idle if polkit authentication is still pendingLennart Poettering2024-06-121-1/+13
|/
* timedate: handle gracefully if RTC lost time because of power lossLennart Poettering2024-04-201-0/+2
* timedate: fix typoYu Watanabe2024-03-281-1/+1
* timedated: Respond on org.freedesktop.timedate1.SetNTP only when really finishedMichal Koutný2024-03-271-3/+18
* polkit: update the rest of bus_verify_polkit_async_full() calls to new flags ...Luca Boccassi2024-03-111-4/+4
* timedatectl: add -PZbigniew Jędrzejewski-Szmek2024-03-041-13/+13
* timedated: modernizationMike Yuan2024-01-091-8/+7
* bus-polkit: port polkit_registry to use value destructors in hash_opsLennart Poettering2024-01-031-1/+1
* polkit: simplify bus_verify_polkit_async() + drop auth-by-cap dbus featureLennart Poettering2023-12-211-16/+12
* timedatectl: add missing commands to the help outputAntonio Alvarez Feijoo2023-10-231-0/+3
* tree-wide: port various parsers over to read_stripped_line()Lennart Poettering2023-10-171-6/+4
* timedate: Extend timeout for setting NTPPhylLu2023-10-112-2/+13
* tree-wide: use LIST_CLEAR()David Tardon2023-08-171-6/+1
* meson: move declarations of timedated and friendsYu Watanabe2023-07-311-0/+16
* label: Introduce LabelOps to do pre/post labelling operationsDaan De Meyer2023-05-311-1/+1
* basic: add RuntimeScope enumLennart Poettering2023-03-101-1/+1
* timedatectl: port to new 'vertical' table typeLennart Poettering2022-11-101-29/+23
* Rename def.h to constants.hZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* basic: move version() to build.h+cZbigniew Jędrzejewski-Szmek2022-11-081-1/+1
* tree-wide: use ASSERT_PTR moreDavid Tardon2022-09-132-35/+14
* Use https for freedesktop.orgMichael Biebl2022-06-282-2/+2
* timedatectl: fix a memory leakEvgeny Vereshchagin2022-05-041-1/+1
* 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
* policy files: adjust landing page linkZbigniew Jędrzejewski-Szmek2022-01-121-1/+1
* timedatectl: Uniform commas in NTPMessage outputScott Worley2021-12-211-1/+1
* Merge pull request #20138 from keszybz/coding-style-variable-declsLuca Boccassi2021-11-051-1/+1
|\
| * Make pager_open() return voidZbigniew Jędrzejewski-Szmek2021-11-031-1/+1
* | tree-wide: do not print hint about -M if -M is already usedZbigniew Jędrzejewski-Szmek2021-11-041-1/+1
|/
* alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-141-1/+1
* Drop the text argument from assert_not_reached()Zbigniew Jędrzejewski-Szmek2021-08-031-1/+1
* tree-wide: add FORMAT_TIMESPAN()Zbigniew Jędrzejewski-Szmek2021-07-091-18/+12
* tree-wide: use FORMAT_TIMESTAMP()Zbigniew Jędrzejewski-Szmek2021-07-091-9/+5
* timedated: make ntp_synced() staticZbigniew Jędrzejewski-Szmek2021-05-121-0/+13
* bus-print-property: introduce BusPrintPropertyFlagsYu Watanabe2021-04-281-13/+9
* timedate: make log_unit_xxx_errno() refuse zero errnoYu Watanabe2021-04-161-15/+24