summaryrefslogtreecommitdiff
path: root/src/test/test-calendarspec.c
Commit message (Expand)AuthorAgeFilesLines
* test-calendarspec: use _cleanup_David Tardon2023-04-241-11/+5
* tree-wide: use STRERROR()Zbigniew Jędrzejewski-Szmek2022-10-111-4/+4
* shared/calendarspec: fix formatting of entries which collapse to a starZbigniew Jędrzejewski-Szmek2022-05-101-0/+1
* shared/calendarspec: fix printing of second ranges which start with 0Zbigniew Jędrzejewski-Szmek2022-05-101-0/+5
* test-calendarspec: tighten tests and add more loggingZbigniew Jędrzejewski-Szmek2022-05-101-26/+31
* calendarspec: fix possibly skips next elapseGibeom Gwon2022-04-071-0/+2
* test: Use TEST macroJan Janssen2021-11-251-10/+12
* alloc-util: add strdupa_safe() + strndupa_safe() and use it everywhereLennart Poettering2021-10-141-1/+1
* test: use assert_se() instead of assert()Yu Watanabe2021-10-121-1/+1
* tree-wide: add FORMAT_TIMESTAMP_STYLE()Zbigniew Jędrzejewski-Szmek2021-07-091-6/+4
* tree-wide: use FORMAT_TIMESTAMP()Zbigniew Jędrzejewski-Szmek2021-07-091-2/+1
* shared/calendarspec: when mktime() moves us backwards, jump forwardZbigniew Jędrzejewski-Szmek2021-03-231-0/+3
* test-calendarspec: do not convert timezone "" to ":"Zbigniew Jędrzejewski-Szmek2021-03-221-1/+1
* test-calendarspec: print offending line in outputZbigniew Jędrzejewski-Szmek2021-03-221-26/+22
* tree-wide: use UINT64_MAX or friendsYu Watanabe2021-03-051-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* basic/time-util: add function to format timestamps with different stylesLuca Boccassi2020-08-191-5/+5
* calendarspec: be more graceful with two kinds of calendar expressionsLennart Poettering2020-05-051-2/+2
* tree-wide: fix how we set $TZLennart Poettering2019-11-131-3/+6
* tree-wide: drop double newlineYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* tree-wide: introduce strerror_safe()Yu Watanabe2019-07-051-4/+5
* 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
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* test-calendarspec: add the test case from oss-fuzz 6886Zbigniew Jędrzejewski-Szmek2018-03-151-0/+1
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* Added timezone to the CalendarSpec, parser/formatter and the timedatectlIvan Kurnosov2017-09-171-0/+12
* calendarspec: parse unix timestamps (@...) (#5947)Zbigniew Jędrzejewski-Szmek2017-05-171-0/+5
* calendarspec: fix duplicate detection (#5310)Doug Christman2017-02-121-0/+1
* calendarspec: improve overflow handlingDouglas Christman2016-12-201-0/+2
* calendarspec: allow repetition values with rangesDouglas Christman2016-12-161-5/+18
* calendarspec: always interpret missing seconds as :00 (#4813)Doug Christman2016-12-061-0/+3
* calendarspec: make specifications with ranges reversibleDouglas Christman2016-11-241-6/+7
* calendarspec: allow whole second rangesDouglas Christman2016-11-241-0/+1
* calendarspec: make specifications with seconds wildcard reversibleDouglas Christman2016-11-241-0/+1
* calendarspec: reject strings with spurious spaces and signsDouglas Christman2016-11-241-0/+3
* calendarspec: reject open weekday rangesDouglas Christman2016-11-241-0/+3
* calendarspec: reject strings that only contain a timezoneDouglas Christman2016-11-241-0/+1
* calendarspec: always interpret a missing time as 00:00:00Douglas Christman2016-11-241-0/+4
* calendarspec: add support for scheduling timers at the end of the monthDouglas Christman2016-11-231-0/+8
* calendarspec: add upper bound on yearDouglas Christman2016-11-231-0/+1
* tests: fix memleak in test-calendarspec (#4424)Evgeny Vereshchagin2016-10-201-0/+2
* test-calendarspec: test that hourly timers are incremented properlyZbigniew Jędrzejewski-Szmek2016-10-171-1/+24
* util-lib: make timestamp generation and parsing reversible (#3869)Lennart Poettering2016-08-031-0/+23
* calendarspec: use ".." notation for ranges of weekdaysDouglas Christman2016-07-011-2/+5
* calendarspec: allow ranges in date and time specificationsDouglas Christman2016-07-011-0/+5
* calendarspec: fix find_next skipping timesHristo Venev2016-02-221-0/+1
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* test: calendarspec sub-second testsHristo Venev2015-11-171-1/+12