summaryrefslogtreecommitdiff
path: root/src/basic/calendarspec.c
AgeCommit message (Expand)Author
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