summaryrefslogtreecommitdiff
path: root/src/basic/time-util.c
AgeCommit message (Expand)Author
2016-09-15time-util: export timespec_load_nsec()Ivan Shapovalov
2016-08-03util-lib: make timestamp generation and parsing reversible (#3869)Lennart Poettering
2016-06-06time-util: add triple timestamp objectLennart Poettering
2016-04-22tree-wide: don't assume CLOCK_BOOTIME is generally availableLennart Poettering
2016-04-01Revert "time-util: fall back to CLOCK_MONOTONIC if CLOCK_BOOTTIME unsupported"Lennart Poettering
2016-03-15time-util: fall back to CLOCK_MONOTONIC if CLOCK_BOOTTIME unsupportedLubomir Rintel
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-20time-util: check for overflow in conversion from ts to nsec_tZbigniew Jędrzejewski-Szmek
2016-02-18time-util: rewrite check in a way that does not confuse gccZbigniew Jędrzejewski-Szmek
2016-02-15time-util: Rename and fix call of deserialize_timestamp_value()Benjamin Robin
2016-02-16time-util: introduce deserialize_timestamp_value()Alexander Kuleshov
2016-02-12time-util: map ALARM clockids to non-ALARM clockids in now()Lennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-10time-util: make timespec_load_nsec() staticAlexander Kuleshov
2016-02-09Merge pull request #2542 from 0xAX/get_ts_deltaLennart Poettering
2016-02-09time-util: introduce usec_sub()Alexander Kuleshov
2016-02-09time-util: merge format_timestamp_internal() and format_timestamp_internal_us()Alexander Kuleshov
2016-02-06time-util: use dual_timestamp_get()Alexander Kuleshov
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
2015-11-17calendarspec: sub-second support, v3Hristo Venev
2015-11-13util-lib: when parsing time values, accept "M" as short for "month"Lennart Poettering
2015-11-10time-util: add parse_time(), which is like parse_sec() but allows specificati...Lennart Poettering
2015-11-03Time-util: introduce usec to jiffiesSusant Sahani
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move a number of fs operations into fs-util.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-25basic: use the return value of endswithHristo Venev
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-15basic: parse_timestamp UTC and fractional seconds supportHristo Venev
2015-10-15basic: add mktime_or_timegm and localtime_or_gmtime_rHristo Venev
2015-09-01tree-wide: do not shadow the global var timezoneThomas Hindoe Paaboel Andersen
2015-08-28Merge pull request #1063 from poettering/dbus-interface-from-typeTom Gundersen
2015-08-28cgtop: major modernizationsLennart Poettering
2015-08-26time-util: add new get_timezone() call to get local timezoneLennart Poettering
2015-08-24machined: introduce pseudo-machine ".host" refererring to the host systemLennart Poettering
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers