summaryrefslogtreecommitdiff
path: root/src/basic/time-util.c
Commit message (Expand)AuthorAge
* time-util: change parse_sec_fix_0() to accept "0s" for infinity too (#10501)Lennart Poettering2018-10-29
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-08-24
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-08-24
* util-lib: reject too long path for timedate_is_valid()Yu Watanabe2018-08-24
* time-util: introduce common implementation of TFD_TIMER_CANCEL_ON_SET client ...Lennart Poettering2018-08-24
* time-util: fix build with gcc8 -Werror=format-truncation=Martin Jansa2018-08-24
* Always allow timestamps to be printedZbigniew Jędrzejewski-Szmek2018-08-24
* basic: add log_level argument to timezone_is_validMike Gilbert2018-08-24
* basic: timezone_is_valid: check for magic bytes "TZif"Mike Gilbert2018-08-24
* time-util: fix indentation for commentsYu Watanabe2018-08-24
* tree-wide: be more careful with the type of array sizesLennart Poettering2018-08-24
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-08-24
* tree-wide: use TAKE_PTR() and TAKE_FD() macrosYu Watanabe2018-08-24
* log: minimize includes in log.hLennart Poettering2018-05-30
* process-spec: add another flag FORK_WAIT to safe_fork()Lennart Poettering2018-05-30
* tree-wide: introduce new safe_fork() helper and port everything overLennart Poettering2018-05-30
* Prep v236 : Add missing SPDX-License-Identifier (2/9) src/basicSven Eden2018-03-26
* tree-wide: drop a few == NULL and != NULL comparisonLennart Poettering2017-12-08
* tree-wide: adjust fall through comments so that gcc is happyShawn Landden2017-11-19
* time-util: Disable explicit fallthrough wanring on gcc-7+Sven Eden2017-12-12
* unit: when JobTimeoutSec= is turned off, implicitly turn off JobRunningTimeou...Lennart Poettering2017-12-08
* tree-wide: use IN_SET macro (#6977)Yu Watanabe2017-12-08
* Apply updates from upstreamSven Eden2017-12-07
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-11-23
* Add abstraction model for BPF programsDaniel Mack2017-11-20
* v235: Added missing updatesSven Eden2017-11-19
* time-util: mktime_or_timegm are changing the struct tmMarcel Hollerbach2017-09-20
* time-util: correctly handle the timezone when parsingMarcel Hollerbach2017-09-20
* time-util: fix shadowing of timezoneMarcel Hollerbach2017-09-19
* Fix for dst/non-dst timezonesIvan Kurnosov2017-09-17
* Simplify the if cases for timezone checkingZbigniew Jędrzejewski-Szmek2017-09-17
* Added timezone to the CalendarSpec, parser/formatter and the timedatectlIvan Kurnosov2017-09-25
* 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