summaryrefslogtreecommitdiff
path: root/src/basic/calendarspec.c
AgeCommit message (Expand)Author
2017-02-12calendarspec: fix duplicate detection (#5310)Doug Christman
2017-02-02time-util: refuse formatting/parsing times that we can't storeLennart Poettering
2017-02-02time: time_t is signed, and mktime() is happy to return negative timeLennart Poettering
2016-12-20calendarspec: minor refactoring and style fixDouglas Christman
2016-12-20calendarspec: improve overflow handlingDouglas Christman
2016-12-16calendarspec: remove superfluous variablesDouglas Christman
2016-12-16calendarspec: rename fields of CalendarComponentDouglas Christman
2016-12-16calendarspec: allow repetition values with rangesDouglas Christman
2016-12-14calendarspec: free memory when parsing fails (#4890)Doug Christman
2016-12-06calendarspec: always interpret missing seconds as :00 (#4813)Doug Christman
2016-11-25calendarspec: refactor format_chain()Douglas Christman
2016-11-24calendarspec: rename "eom" to "end_of_month"Douglas Christman
2016-11-24calendarspec: make specifications with ranges reversibleDouglas Christman
2016-11-24calendarspec: allow whole second rangesDouglas Christman
2016-11-24calendarspec: make specifications with seconds wildcard reversibleDouglas Christman
2016-11-24calendarspec: reject strings with spurious spaces and signsDouglas Christman
2016-11-24calendarspec: reject open weekday rangesDouglas Christman
2016-11-24calendarspec: reject strings that only contain a timezoneDouglas Christman
2016-11-24calendarspec: always interpret a missing time as 00:00:00Douglas Christman
2016-11-23calendarspec: add support for scheduling timers at the end of the monthDouglas Christman
2016-11-23calendarspec: add upper bound on yearDouglas Christman
2016-08-03util-lib: make timestamp generation and parsing reversible (#3869)Lennart Poettering
2016-07-01calendarspec: use ".." notation for ranges of weekdaysDouglas Christman
2016-07-01calendarspec: allow ranges in date and time specificationsDouglas Christman
2016-02-23tree-wide: minor formatting inconsistency cleanupsVito Caputo
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-22calendarspec: fix find_next skipping timesHristo Venev
2016-02-21util-lib: fix returned error codeLennart Poettering
2016-02-21util-lib: add (void) cast to indicate that we don't care about the normalizat...Lennart Poettering
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2015-12-01basic: re-sort includesThomas Hindoe Paaboel Andersen
2015-11-30basic: include only what we useThomas Hindoe Paaboel Andersen
2015-11-17calendarspec: sub-second support, v3Hristo Venev
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-11-10time-util: add parse_time(), which is like parse_sec() but allows specificati...Lennart Poettering
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: move more file I/O related calls into fileio.[ch]Lennart Poettering
2015-10-25basic: use the return value of endswithHristo Venev
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-15basic: calendarspec UTC supportHristo Venev
2015-07-29tree-wide: port everything over to fflush_and_check()Lennart Poettering
2015-06-11build-sys: split internal basic/ library from shared/Kay Sievers