index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
time-util.c
Age
Commit message (
Expand
)
Author
2017-02-03
time-util: Fix overflow check introduce in commit f977849 (#5216)
Benjamin Robin
2017-02-02
time-util: add overflow checking to monotonic timestamp specifications
Lennart Poettering
2017-02-02
time-util: when formatting usec_t as raw integers use PRIu64
Lennart Poettering
2017-02-02
time-util: when converting to time_t do something useful in 2038
Lennart Poettering
2017-02-02
time-util: refuse formatting/parsing times that we can't store
Lennart Poettering
2017-02-02
time: time_t is signed, and mktime() is happy to return negative time
Lennart Poettering
2017-01-31
tree-wide: adjust fall through comments so that gcc is happy
Zbigniew Jędrzejewski-Szmek
2016-12-06
time-util: accept "µs" as time unit, in addition to "us" (#4836)
Lennart Poettering
2016-11-07
tree-wide: add PRI_[NU]SEC, and use time format strings more
Zbigniew Jędrzejewski-Szmek
2016-09-15
time-util: export timespec_load_nsec()
Ivan Shapovalov
2016-08-03
util-lib: make timestamp generation and parsing reversible (#3869)
Lennart Poettering
2016-06-06
time-util: add triple timestamp object
Lennart Poettering
2016-04-22
tree-wide: don't assume CLOCK_BOOTIME is generally available
Lennart Poettering
2016-04-01
Revert "time-util: fall back to CLOCK_MONOTONIC if CLOCK_BOOTTIME unsupported"
Lennart Poettering
2016-03-15
time-util: fall back to CLOCK_MONOTONIC if CLOCK_BOOTTIME unsupported
Lubomir Rintel
2016-02-22
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-20
time-util: check for overflow in conversion from ts to nsec_t
Zbigniew Jędrzejewski-Szmek
2016-02-18
time-util: rewrite check in a way that does not confuse gcc
Zbigniew Jędrzejewski-Szmek
2016-02-15
time-util: Rename and fix call of deserialize_timestamp_value()
Benjamin Robin
2016-02-16
time-util: introduce deserialize_timestamp_value()
Alexander Kuleshov
2016-02-12
time-util: map ALARM clockids to non-ALARM clockids in now()
Lennart Poettering
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
time-util: make timespec_load_nsec() static
Alexander Kuleshov
2016-02-09
Merge pull request #2542 from 0xAX/get_ts_delta
Lennart Poettering
2016-02-09
time-util: introduce usec_sub()
Alexander Kuleshov
2016-02-09
time-util: merge format_timestamp_internal() and format_timestamp_internal_us()
Alexander Kuleshov
2016-02-06
time-util: use dual_timestamp_get()
Alexander Kuleshov
2015-12-01
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-11-30
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-17
calendarspec: sub-second support, v3
Hristo Venev
2015-11-13
util-lib: when parsing time values, accept "M" as short for "month"
Lennart Poettering
2015-11-10
time-util: add parse_time(), which is like parse_sec() but allows specificati...
Lennart Poettering
2015-11-03
Time-util: introduce usec to jiffies
Susant Sahani
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move a number of fs operations into fs-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-25
basic: use the return value of endswith
Hristo Venev
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-15
basic: parse_timestamp UTC and fractional seconds support
Hristo Venev
2015-10-15
basic: add mktime_or_timegm and localtime_or_gmtime_r
Hristo Venev
2015-09-01
tree-wide: do not shadow the global var timezone
Thomas Hindoe Paaboel Andersen
2015-08-28
Merge pull request #1063 from poettering/dbus-interface-from-type
Tom Gundersen
2015-08-28
cgtop: major modernizations
Lennart Poettering
2015-08-26
time-util: add new get_timezone() call to get local timezone
Lennart Poettering
2015-08-24
machined: introduce pseudo-machine ".host" refererring to the host system
Lennart Poettering
2015-06-11
build-sys: split internal basic/ library from shared/
Kay Sievers