summaryrefslogtreecommitdiff
path: root/src/basic/time-util.c
Commit message (Expand)AuthorAge
* time-util: make parse_timestamp() return -EINVAL if the input is very old dat...Yu Watanabe2017-07-25
* time-util: make parse_timestamp() set 0 if the input is very old date (#6297)Yu Watanabe2017-07-25
* Parse "timeout=0" as infinity in various generators (#6264)Zbigniew Jędrzejewski-Szmek2017-07-25
* time-util: add new call usec_shift_clock() for converting times between clocksLennart Poettering2017-07-25
* time-util: rename usec_sub() to usec_sub_signed() and add usec_sub_unsigned()Lennart Poettering2017-07-25
* basic/time-util: make parsing of dual_timestamp more strictZbigniew Jędrzejewski-Szmek2017-07-25
* time-util: Fix overflow check introduce in commit f977849 (#5216)Benjamin Robin2017-07-17
* time-util: add overflow checking to monotonic timestamp specificationsLennart Poettering2017-07-17
* time-util: when formatting usec_t as raw integers use PRIu64Lennart Poettering2017-07-17
* time-util: when converting to time_t do something useful in 2038Lennart Poettering2017-07-17
* time-util: refuse formatting/parsing times that we can't storeLennart Poettering2017-07-17
* time: time_t is signed, and mktime() is happy to return negative timeLennart Poettering2017-07-17
* tree-wide: adjust fall through comments so that gcc is happyZbigniew Jędrzejewski-Szmek2017-07-17
* time-util: accept "µs" as time unit, in addition to "us" (#4836)Lennart Poettering2017-07-17
* tree-wide: add PRI_[NU]SEC, and use time format strings moreZbigniew Jędrzejewski-Szmek2017-07-17
* time-util: export timespec_load_nsec()Ivan Shapovalov2017-07-05
* util-lib: make timestamp generation and parsing reversible (#3869)Lennart Poettering2017-07-05
* Prep v231: Apply missing fixes from upstream (1/6) src/basicSven Eden2017-06-16
* Prep v230: Apply missing upstream fixes and updates (2/8) src/basic.Sven Eden2017-06-16
* tree-wide: don't assume CLOCK_BOOTIME is generally availableLennart Poettering2017-06-16
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2017-06-16
* time-util: Rename and fix call of deserialize_timestamp_value()Benjamin Robin2017-06-16
* time-util: introduce deserialize_timestamp_value()Alexander Kuleshov2017-06-16
* Prep v229: Add missing fixes from upstream [1/6] src/basicSven Eden2017-05-17
* time-util: introduce usec_sub()Alexander Kuleshov2017-05-17
* time-util: use dual_timestamp_get()Alexander Kuleshov2017-05-17
* calendarspec: sub-second support, v3Hristo Venev2017-05-17
* Prep v228: Condense elogind source masks (3/5)Sven Eden2017-04-26
* Prep v228: Add remaining updates from upstream (2/3)Sven Eden2017-04-26
* basic: parse_timestamp UTC and fractional seconds supportHristo Venev2017-04-26
* Cleaned up more unneeded functions and types in:Sven Eden2017-03-14
* Prep v220: Fix src/basic/time-util.h, unmask timezone_is_valid, mask unneeded...Sven Eden2017-03-14
* Prep v226: Apply missing fixes and changes to src/basicSven Eden2017-03-14
* Prep v225: Added needed udev support and re-enabled some masked cgroup functi...Sven Eden2017-03-14
* Prep v225: Applying various fixes and changes to src/basic that got lost duri...Sven Eden2017-03-14
* Prep v224: Major cleanup of unneeded functions and some source files.Sven Eden2017-03-14
* Prep v221: Update and clean up build system to sync with upstreamSven Eden2017-03-14