summaryrefslogtreecommitdiff
path: root/src/basic/time-util.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-04-051-2/+1
* log: minimize includes in log.hLennart Poettering2018-01-111-0/+1
* process-spec: add another flag FORK_WAIT to safe_fork()Lennart Poettering2018-01-041-8/+1
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2017-12-251-8/+5
* tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering2017-12-111-1/+1
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-201-2/+1
* util: add new helper in_utc_timezone()Lennart Poettering2017-11-201-0/+6
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeou...Lennart Poettering2017-10-051-0/+4
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-10-041-1/+1
* time-util: mktime_or_timegm are changing the struct tmMarcel Hollerbach2017-09-221-3/+3
* time-util: correctly handle the timezone when parsingMarcel Hollerbach2017-09-221-3/+11
* time-util: fix shadowing of timezoneMarcel Hollerbach2017-09-211-4/+4
* Fix for dst/non-dst timezonesIvan Kurnosov2017-09-171-5/+3
* Simplify the if cases for timezone checkingZbigniew Jędrzejewski-Szmek2017-09-171-6/+2
* Added timezone to the CalendarSpec, parser/formatter and the timedatectlIvan Kurnosov2017-09-171-61/+131
* time-util: make parse_timestamp() return -EINVAL if the input is very old dat...Yu Watanabe2017-07-111-11/+7
* time-util: make parse_timestamp() set 0 if the input is very old date (#6297)Yu Watanabe2017-07-081-4/+8
* Parse "timeout=0" as infinity in various generators (#6264)Zbigniew Jędrzejewski-Szmek2017-07-031-0/+10
* time-util: add new call usec_shift_clock() for converting times between clocksLennart Poettering2017-06-221-0/+19
* time-util: rename usec_sub() to usec_sub_signed() and add usec_sub_unsigned()Lennart Poettering2017-06-221-6/+6
* basic/time-util: make parsing of dual_timestamp more strictZbigniew Jędrzejewski-Szmek2017-05-191-2/+16
* time-util: Fix overflow check introduce in commit f977849 (#5216)Benjamin Robin2017-02-031-1/+1
* time-util: add overflow checking to monotonic timestamp specificationsLennart Poettering2017-02-021-0/+2
* time-util: when formatting usec_t as raw integers use PRIu64Lennart Poettering2017-02-021-2/+2
* time-util: when converting to time_t do something useful in 2038Lennart Poettering2017-02-021-2/+4
* time-util: refuse formatting/parsing times that we can't storeLennart Poettering2017-02-021-2/+9
* time: time_t is signed, and mktime() is happy to return negative timeLennart Poettering2017-02-021-5/+4
* tree-wide: adjust fall through comments so that gcc is happyZbigniew Jędrzejewski-Szmek2017-01-311-1/+1
* time-util: accept "µs" as time unit, in addition to "us" (#4836)Lennart Poettering2016-12-061-0/+2
* tree-wide: add PRI_[NU]SEC, and use time format strings moreZbigniew Jędrzejewski-Szmek2016-11-071-4/+4
* time-util: export timespec_load_nsec()Ivan Shapovalov2016-09-151-3/+1
* util-lib: make timestamp generation and parsing reversible (#3869)Lennart Poettering2016-08-031-23/+123
* time-util: add triple timestamp objectLennart Poettering2016-06-061-0/+72
* tree-wide: don't assume CLOCK_BOOTIME is generally availableLennart Poettering2016-04-221-14/+23
* Revert "time-util: fall back to CLOCK_MONOTONIC if CLOCK_BOOTTIME unsupported"revert-2843-clock_boottimeLennart Poettering2016-04-011-5/+2
* time-util: fall back to CLOCK_MONOTONIC if CLOCK_BOOTTIME unsupportedLubomir Rintel2016-03-151-2/+5
* tree-wide: make ++/-- usage consistent WRT spacingVito Caputo2016-02-221-2/+2
* time-util: check for overflow in conversion from ts to nsec_tZbigniew Jędrzejewski-Szmek2016-02-201-7/+6
* time-util: rewrite check in a way that does not confuse gccZbigniew Jędrzejewski-Szmek2016-02-181-18/+19
* time-util: Rename and fix call of deserialize_timestamp_value()Benjamin Robin2016-02-151-4/+3
* time-util: introduce deserialize_timestamp_value()Alexander Kuleshov2016-02-161-0/+13
* time-util: map ALARM clockids to non-ALARM clockids in now()Lennart Poettering2016-02-121-2/+22
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* time-util: make timespec_load_nsec() staticAlexander Kuleshov2016-02-101-2/+3
* Merge pull request #2542 from 0xAX/get_ts_deltaLennart Poettering2016-02-091-22/+4
|\
| * time-util: introduce usec_sub()Alexander Kuleshov2016-02-091-22/+4
* | time-util: merge format_timestamp_internal() and format_timestamp_internal_us()Alexander Kuleshov2016-02-091-28/+18
|/
* time-util: use dual_timestamp_get()Alexander Kuleshov2016-02-061-2/+1
* basic: re-sort includesThomas Hindoe Paaboel Andersen2015-12-011-2/+2