summaryrefslogtreecommitdiff
path: root/src/shared/calendarspec.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: fix typoYu Watanabe2020-12-141-1/+1
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: coccinelle fixesFrantisek Sumsal2020-10-041-1/+1
* shared: fix integer overflow in calendarspecFrantisek Sumsal2020-05-151-0/+4
* calendarspec: be more graceful with two kinds of calendar expressionsLennart Poettering2020-05-051-0/+16
* calendarspec: minor simplificationLennart Poettering2020-05-051-3/+2
* calendarspec: drop _pure_ from static functionLennart Poettering2020-05-051-1/+1
* calendarspec: encode that it's OK to store µs in 'int'sLennart Poettering2020-05-051-0/+3
* basic: add STRCASE_IN_SET() which is to STR_IN_SET() what strcaseeq() is to s...Lennart Poettering2020-05-041-7/+10
* tree-wide: fix how we set $TZLennart Poettering2019-11-131-1/+6
* tree-wide: drop time.h when time-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop alloca.h when alloc-util.h is includedYu Watanabe2019-11-041-1/+0
* tree-wide: drop string.h when string-util.h or friends are includedYu Watanabe2019-11-041-1/+0
* calendarspec: fix calculation of timespec iterations that fall onto a DST changeZbigniew Jędrzejewski-Szmek2019-10-301-20/+34
* shared/calendarspec: make output arg optionalZbigniew Jędrzejewski-Szmek2019-05-171-2/+2
* calendarspec: make return time value of calendar_spec_next_usec() optionalLennart Poettering2019-04-251-7/+12
* Add open_memstream_unlocked() wrapperZbigniew Jędrzejewski-Szmek2019-04-121-4/+1
* calendarspec: fix possible integer overflowYu Watanabe2019-04-081-0/+3
* calendarspec: use _cleanup_ attributes for CalendarComponentYu Watanabe2019-04-081-74/+46
* calendarspec: rename free_chain() to chain_free()Yu Watanabe2019-04-081-24/+24
* calendarspec: use structured initializersYu Watanabe2019-04-081-13/+20
* util: split out errno related stuffLennart Poettering2019-03-141-0/+1
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-0/+1
* shared/calendarspec: do not allocate a big string on stackZbigniew Jędrzejewski-Szmek2019-02-161-3/+11
* Move various files that don't need to be in basic/ to shared/Zbigniew Jędrzejewski-Szmek2018-11-201-0/+1370
* build-sys: split internal basic/ library from shared/Kay Sievers2015-06-111-1006/+0
* shared: untabifyLennart Poettering2015-02-101-1/+1
* calendarspec: add constant for weekdays_bitsDaniele Medri2014-11-011-5/+7
* calendarspec: parse 'quarterly' and 'semi-annually' as shortcutsLennart Poettering2014-10-271-3/+56
* calendar: new case 'minutely'Daniele Medri2014-10-271-1/+6
* calendarspec: fix typo in "annually"Zbigniew Jędrzejewski-Szmek2014-10-251-1/+2
* calendar: make freeing a calendar spec object deal fine with NULLLennart Poettering2014-10-241-1/+3
* time: support @ syntax for denoting times since the UNIX epoch 1970-1-1Lennart Poettering2014-03-251-1/+0
* calendar: support 'yearly' and 'annually' names the same way as cronLennart Poettering2013-11-201-0/+17
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-2/+2
* Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek2013-03-291-2/+2
* util: introduce strcaseeq/strncaseeqThomas Hindoe Paaboel Andersen2013-02-131-4/+4
* Make gcc a bit quieterLennart Poettering2013-01-041-1/+1
* timer: implement calendar time eventsLennart Poettering2012-11-231-0/+927