chiark / gitweb /
tree-wide: drop 'This file is part of systemd' blurb
[elogind.git] / src / basic / time-util.c
2018-08-24 Lennart Poetteringtree-wide: drop 'This file is part of systemd' blurb
2018-08-24 Yu Watanabeutil-lib: reject too long path for timedate_is_valid()
2018-08-24 Lennart Poetteringtime-util: introduce common implementation of TFD_TIMER...
2018-08-24 Martin Jansatime-util: fix build with gcc8 -Werror=format-truncation=
2018-08-24 Zbigniew Jędrzejew... Always allow timestamps to be printed
2018-08-24 Mike Gilbertbasic: add log_level argument to timezone_is_valid
2018-08-24 Mike Gilbertbasic: timezone_is_valid: check for magic bytes "TZif"
2018-08-24 Yu Watanabetime-util: fix indentation for comments
2018-08-24 Lennart Poetteringtree-wide: be more careful with the type of array sizes
2018-08-24 Zbigniew Jędrzejew... tree-wide: drop license boilerplate
2018-08-24 Yu Watanabetree-wide: use TAKE_PTR() and TAKE_FD() macros
2018-05-30 Lennart Poetteringlog: minimize includes in log.h
2018-05-30 Lennart Poetteringprocess-spec: add another flag FORK_WAIT to safe_fork()
2018-05-30 Lennart Poetteringtree-wide: introduce new safe_fork() helper and port...
2018-03-26 Sven EdenPrep v236 : Add missing SPDX-License-Identifier (2...
2017-12-08 Lennart Poetteringtree-wide: drop a few == NULL and != NULL comparison
2017-11-19 Shawn Landdentree-wide: adjust fall through comments so that gcc...
2017-12-12 Sven Edentime-util: Disable explicit fallthrough wanring on...
2017-12-08 Lennart Poetteringunit: when JobTimeoutSec= is turned off, implicitly...
2017-12-08 Yu Watanabetree-wide: use IN_SET macro (#6977)
2017-12-07 Sven EdenApply updates from upstream
2017-11-23 Zbigniew Jędrzejew... build-sys: use #if Y instead of #ifdef Y everywhere
2017-11-20 Daniel MackAdd abstraction model for BPF programs
2017-11-19 Sven Edenv235: Added missing updates
2017-09-20 Marcel Hollerbachtime-util: mktime_or_timegm are changing the struct tm
2017-09-20 Marcel Hollerbachtime-util: correctly handle the timezone when parsing
2017-09-19 Marcel Hollerbachtime-util: fix shadowing of timezone
2017-09-17 Ivan KurnosovFix for dst/non-dst timezones
2017-09-17 Zbigniew Jędrzejew... Simplify the if cases for timezone checking
2017-09-25 Ivan KurnosovAdded timezone to the CalendarSpec, parser/formatter...
2017-07-25 Yu Watanabetime-util: make parse_timestamp() return -EINVAL if...
2017-07-25 Yu Watanabetime-util: make parse_timestamp() set 0 if the input...
2017-07-25 Zbigniew Jędrzejew... Parse "timeout=0" as infinity in various generators...
2017-07-25 Lennart Poetteringtime-util: add new call usec_shift_clock() for converti...
2017-07-25 Lennart Poetteringtime-util: rename usec_sub() to usec_sub_signed() and...
2017-07-25 Zbigniew Jędrzejew... basic/time-util: make parsing of dual_timestamp more...
2017-07-17 Benjamin Robintime-util: Fix overflow check introduce in commit f9778...
2017-07-17 Lennart Poetteringtime-util: add overflow checking to monotonic timestamp...
2017-07-17 Lennart Poetteringtime-util: when formatting usec_t as raw integers use...
2017-07-17 Lennart Poetteringtime-util: when converting to time_t do something usefu...
2017-07-17 Lennart Poetteringtime-util: refuse formatting/parsing times that we...
2017-07-17 Lennart Poetteringtime: time_t is signed, and mktime() is happy to return...
2017-07-17 Zbigniew Jędrzejew... tree-wide: adjust fall through comments so that gcc...
2017-07-17 Lennart Poetteringtime-util: accept "µs" as time unit, in addition to...
2017-07-17 Zbigniew Jędrzejew... tree-wide: add PRI_[NU]SEC, and use time format strings...
2017-07-07 Sven EdenMerge pull request #22 from elogind/dev_v232
2017-07-05 Ivan Shapovalovtime-util: export timespec_load_nsec()
2017-07-05 Lennart Poetteringutil-lib: make timestamp generation and parsing reversi...
2017-07-03 Sven EdenMerge pull request #19 from elogind/dev_v231
2017-06-16 Sven EdenPrep v231: Apply missing fixes from upstream (1/6)...
2017-06-16 Sven EdenPrep v230: Apply missing upstream fixes and updates...
2017-06-16 Lennart Poetteringtree-wide: don't assume CLOCK_BOOTIME is generally...
2017-06-16 Vito Caputotree-wide: make ++/-- usage consistent WRT spacing
2017-06-16 Benjamin Robintime-util: Rename and fix call of deserialize_timestamp...
2017-06-16 Alexander Kuleshovtime-util: introduce deserialize_timestamp_value()
2017-05-23 Sven EdenMerge pull request #15 from elogind/dev_v229
2017-05-17 Sven EdenPrep v229: Add missing fixes from upstream [1/6] src...
2017-05-17 Alexander Kuleshovtime-util: introduce usec_sub()
2017-05-17 Alexander Kuleshovtime-util: use dual_timestamp_get()
2017-05-17 Hristo Venevcalendarspec: sub-second support, v3
2017-05-04 Sven EdenMerge pull request #7 from elogind/dev_v228-r1
2017-04-26 Sven EdenPrep v228: Condense elogind source masks (3/5)
2017-04-26 Sven EdenPrep v228: Add remaining updates from upstream (2/3)
2017-04-26 Hristo Venevbasic: parse_timestamp UTC and fractional seconds support
2017-03-21 Sven EdenMerge pull request #3 from elogind/dev_v226-r1
2017-03-14 Sven EdenCleaned up more unneeded functions and types in:
2017-03-14 Sven EdenPrep v220: Fix src/basic/time-util.h, unmask timezone_i...
2017-03-14 Sven EdenPrep v226: Apply missing fixes and changes to src/basic
2017-03-14 Sven EdenPrep v225: Added needed udev support and re-enabled...
2017-03-14 Sven EdenPrep v225: Applying various fixes and changes to src...
2017-03-14 Sven EdenPrep v224: Major cleanup of unneeded functions and...
2017-03-14 Sven EdenPrep v221: Update and clean up build system to sync...