index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
time-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
time-util: add timespec_store_nsec()
Lennart Poettering
2020-08-28
1
-2
/
+18
*
basic/time-util: add function to format timestamps with different styles
Luca Boccassi
2020-08-19
1
-19
/
+45
*
time-util: rework clock conversion logic
Lennart Poettering
2020-07-21
1
-20
/
+62
*
time-util: also use 32bit hack on EOVERFLOW
Lennart Poettering
2019-12-19
1
-1
/
+1
*
time-util: deal with systems where userspace has 64bit time_t but kernel does...
Lennart Poettering
2019-12-17
1
-3
/
+24
*
Merge pull request #14010 from poettering/localtime-symlink
Lennart Poettering
2019-11-13
1
-2
/
+11
|
\
|
*
time-util: treat /etc/localtime missing as UTC
Lennart Poettering
2019-11-13
1
-2
/
+11
*
|
tree-wide: fix how we set $TZ
Lennart Poettering
2019-11-13
1
-1
/
+5
|
/
*
time-util: uniquify timezone list, in case UTC is listed in timezone1970.tab,...
Lennart Poettering
2019-11-11
1
-0
/
+1
*
time-util: always accept UTC as valid timezone
Lennart Poettering
2019-11-11
1
-0
/
+4
*
tree-wide: drop stat.h or statfs.h when stat-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
time-util: improve detection of synchronized clock
Miroslav Lichvar
2019-08-01
1
-1
/
+4
*
time-util: introduce jiffies_to_usec()
Yu Watanabe
2019-07-29
1
-3
/
+13
*
util: fix sign-compare warning
Yu Watanabe
2019-07-09
1
-7
/
+6
*
basic/time-util: make output argument optional
Zbigniew Jędrzejewski-Szmek
2019-05-21
1
-8
/
+7
*
Use new time zone list
Christopher Wong
2019-02-28
1
-1
/
+1
*
time-util: Introduce parse_sec_def_infinity
Filipe Brandenburger
2019-02-14
1
-0
/
+9
*
build: don't include shared's "serialize.h" in basic's "time-util.c"
Thomas Haller
2018-12-29
1
-1
/
+0
*
util: drop missing.h from time-util.c
Yu Watanabe
2018-12-06
1
-1
/
+1
*
util: drop missing.h from util.h
Yu Watanabe
2018-12-04
1
-0
/
+1
*
tree-wide: port more code over to PATH_STARTSWITH_SET()
Lennart Poettering
2018-11-26
1
-3
/
+1
*
Move LONG_LINE_MAX definition to fileio.h
Zbigniew Jędrzejewski-Szmek
2018-11-14
1
-1
/
+0
*
Merge pull request #10594 from poettering/env-reload-fix
Zbigniew Jędrzejewski-Szmek
2018-11-07
1
-1
/
+1
|
\
|
*
strv: wrap strv_new() in a macro so that NULL sentinel is implicit
Lennart Poettering
2018-10-31
1
-1
/
+1
*
|
time-util: make parse_sec() not accept "12.34.56"
Yu Watanabe
2018-11-06
1
-101
/
+110
|
/
*
core: rework serialization
Lennart Poettering
2018-10-26
1
-58
/
+1
*
time-util: change parse_sec_fix_0() to accept "0s" for infinity too (#10501)
Lennart Poettering
2018-10-24
1
-9
/
+10
*
util: check overflow in parse_nsec()
Yu Watanabe
2018-10-23
1
-2
/
+12
*
util: check overflow in parse_time()
Yu Watanabe
2018-10-23
1
-1
/
+10
*
tree-wide: some automatic coccinelle fixes (#10463)
Lennart Poettering
2018-10-19
1
-3
/
+3
*
time-util: FOREACH_LINE excorcism
Lennart Poettering
2018-10-18
1
-4
/
+11
*
trivial: fix spelling in code comments
Thomas Haller
2018-09-30
1
-1
/
+1
*
parse-util: make sure "3.+1s" or "3. 1s" are not considered valid time specif...
Filipe Brandenburger
2018-07-20
1
-2
/
+4
*
parse-util: make sure "-0.-0s" is not considered a valid time specification
Lennart Poettering
2018-07-17
1
-8
/
+14
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
util-lib: reject too long path for timedate_is_valid()
Yu Watanabe
2018-06-11
1
-0
/
+3
*
time-util: introduce common implementation of TFD_TIMER_CANCEL_ON_SET client ...
Lennart Poettering
2018-06-06
1
-0
/
+24
*
time-util: fix build with gcc8 -Werror=format-truncation=
Martin Jansa
2018-06-02
1
-1
/
+1
*
Always allow timestamps to be printed
Zbigniew Jędrzejewski-Szmek
2018-05-31
1
-2
/
+5
*
basic: add log_level argument to timezone_is_valid
Mike Gilbert
2018-05-12
1
-7
/
+7
*
basic: timezone_is_valid: check for magic bytes "TZif"
Mike Gilbert
2018-05-11
1
-3
/
+26
*
time-util: fix indentation for comments
Yu Watanabe
2018-05-09
1
-9
/
+7
*
tree-wide: be more careful with the type of array sizes
Lennart Poettering
2018-04-27
1
-4
/
+4
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-0
/
+1
*
process-spec: add another flag FORK_WAIT to safe_fork()
Lennart Poettering
2018-01-04
1
-8
/
+1
*
tree-wide: introduce new safe_fork() helper and port everything over
Lennart Poettering
2017-12-25
1
-8
/
+5
[next]