index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
timedate
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
basic: add RuntimeScope enum
Lennart Poettering
2023-03-10
1
-1
/
+1
*
timedatectl: port to new 'vertical' table type
Lennart Poettering
2022-11-10
1
-29
/
+23
*
Rename def.h to constants.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
basic: move version() to build.h+c
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+1
*
tree-wide: use ASSERT_PTR more
David Tardon
2022-09-13
2
-35
/
+14
*
Use https for freedesktop.org
Michael Biebl
2022-06-28
2
-2
/
+2
*
timedatectl: fix a memory leak
Evgeny Vereshchagin
2022-05-04
1
-1
/
+1
*
timedate: update to use new-style sd-bus macros
Sonali Srivastava
2022-04-11
1
-36
/
+25
*
strv: make iterator in STRV_FOREACH() declaread in the loop
Yu Watanabe
2022-03-19
1
-1
/
+0
*
list: declare iterator of LIST_FOREACH() in the loop
Yu Watanabe
2022-03-19
1
-6
/
+0
*
timedate: use cleanup attribute at one more place
Yu Watanabe
2022-03-17
1
-11
/
+18
*
policy files: adjust landing page link
Zbigniew Jędrzejewski-Szmek
2022-01-12
1
-1
/
+1
*
timedatectl: Uniform commas in NTPMessage output
Scott Worley
2021-12-21
1
-1
/
+1
*
Merge pull request #20138 from keszybz/coding-style-variable-decls
Luca Boccassi
2021-11-05
1
-1
/
+1
|
\
|
*
Make pager_open() return void
Zbigniew Jędrzejewski-Szmek
2021-11-03
1
-1
/
+1
*
|
tree-wide: do not print hint about -M if -M is already used
Zbigniew Jędrzejewski-Szmek
2021-11-04
1
-1
/
+1
|
/
*
alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhere
Lennart Poettering
2021-10-14
1
-1
/
+1
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
tree-wide: add FORMAT_TIMESPAN()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-18
/
+12
*
tree-wide: use FORMAT_TIMESTAMP()
Zbigniew Jędrzejewski-Szmek
2021-07-09
1
-9
/
+5
*
timedated: make ntp_synced() static
Zbigniew Jędrzejewski-Szmek
2021-05-12
1
-0
/
+13
*
bus-print-property: introduce BusPrintPropertyFlags
Yu Watanabe
2021-04-28
1
-13
/
+9
*
timedate: make log_unit_xxx_errno() refuse zero errno
Yu Watanabe
2021-04-16
1
-15
/
+24
*
Merge pull request #19243 from bluca/lgtm
Zbigniew Jędrzejewski-Szmek
2021-04-09
1
-1
/
+2
|
\
|
*
timedated: use format_timestamp instead of ctime
Luca Boccassi
2021-04-08
1
-1
/
+2
*
|
timedatectl: rework handling of conditions in print_status_info()
Zbigniew Jędrzejewski-Szmek
2021-04-08
1
-16
/
+9
|
/
*
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-01-31
2
-2
/
+2
*
tree-wide: Drop custom formatting for print() help messages
Daan De Meyer
2021-01-31
1
-6
/
+5
*
timedate: actually reset system time with new timezone
Yu Watanabe
2021-01-12
1
-1
/
+1
*
timedate: use localtime_or_gmtime_r() and mktime_or_timegm()
Yu Watanabe
2020-11-20
1
-16
/
+4
*
basic/env-util: add little helper to call setenv or unsetenv
Zbigniew Jędrzejewski-Szmek
2020-11-10
1
-5
/
+3
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
6
-6
/
+6
*
Replace gendered pronouns with gender neutral ones. (#16844)
PhoenixDiscord
2020-08-27
1
-1
/
+1
*
Merge pull request #16624 from keszybz/timesync-retry-interval
Zbigniew Jędrzejewski-Szmek
2020-07-30
1
-1
/
+1
|
\
|
*
timedatectl: do not show (null) if the address of NTP server is not resolved
Yu Watanabe
2020-07-16
1
-1
/
+1
*
|
bus: use bus_log_connect_error to print error message
fangxiuning
2020-07-21
1
-1
/
+1
|
/
*
bus: use bus_log_parse_error to print message
fangxiuning
2020-07-11
1
-1
/
+1
*
table use table_log_print_error() instead of table_log_show_error
fangxiuning
2020-07-08
1
-4
/
+4
*
table add table_log_show_error()
fangxiuning
2020-07-08
1
-4
/
+4
*
shared: split out property get helpers
Lennart Poettering
2020-06-30
1
-0
/
+1
*
shared: split out code for printing properties
Lennart Poettering
2020-06-30
1
-0
/
+1
*
shared: split out code that maps properties to local structs
Lennart Poettering
2020-06-30
2
-0
/
+2
*
shared: actually move all BusLocator related calls to bus-locator.c
Lennart Poettering
2020-06-30
2
-3
/
+3
*
log: introduce log_parse_environment_cli() and log_setup_cli()
Filipe Brandenburger
2020-06-24
1
-3
/
+1
*
Make failures of mac_selinux_init() fatal
Christian Göttsche
2020-06-23
1
-1
/
+4
*
macro: introduce DISABLE_WARNING_TYPE_LIMITS and make use of it everywhere
Lennart Poettering
2020-05-25
1
-3
/
+2
*
timedate: switch to BusLocator-oriented helpers
Vito Caputo
2020-05-07
2
-90
/
+29
*
timedated: convert to the new scheme and add --bus-introspect
Zbigniew Jędrzejewski-Szmek
2020-05-05
1
-3
/
+11
[next]