summaryrefslogtreecommitdiff
path: root/src/basic/time-util.c
Commit message (Expand)AuthorAgeFilesLines
* time-util: Introduce parse_sec_def_infinityFilipe Brandenburger2020-06-081-0/+9
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* util-lib: reject too long path for timedate_is_valid()Yu Watanabe2018-06-111-0/+3
* time-util: introduce common implementation of TFD_TIMER_CANCEL_ON_SET client ...Lennart Poettering2018-06-061-0/+24
* time-util: fix build with gcc8 -Werror=format-truncation=Martin Jansa2018-06-021-1/+1
* Always allow timestamps to be printedZbigniew Jędrzejewski-Szmek2018-05-311-2/+5
* basic: add log_level argument to timezone_is_validMike Gilbert2018-05-121-7/+7
* basic: timezone_is_valid: check for magic bytes "TZif"Mike Gilbert2018-05-111-3/+26
* time-util: fix indentation for commentsYu Watanabe2018-05-091-9/+7
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-04-271-4/+4
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* 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