index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
calendarspec.c
Age
Commit message (
Expand
)
Author
2017-02-12
calendarspec: fix duplicate detection (#5310)
Doug Christman
2017-02-02
time-util: refuse formatting/parsing times that we can't store
Lennart Poettering
2017-02-02
time: time_t is signed, and mktime() is happy to return negative time
Lennart Poettering
2016-12-20
calendarspec: minor refactoring and style fix
Douglas Christman
2016-12-20
calendarspec: improve overflow handling
Douglas Christman
2016-12-16
calendarspec: remove superfluous variables
Douglas Christman
2016-12-16
calendarspec: rename fields of CalendarComponent
Douglas Christman
2016-12-16
calendarspec: allow repetition values with ranges
Douglas Christman
2016-12-14
calendarspec: free memory when parsing fails (#4890)
Doug Christman
2016-12-06
calendarspec: always interpret missing seconds as :00 (#4813)
Doug Christman
2016-11-25
calendarspec: refactor format_chain()
Douglas Christman
2016-11-24
calendarspec: rename "eom" to "end_of_month"
Douglas Christman
2016-11-24
calendarspec: make specifications with ranges reversible
Douglas Christman
2016-11-24
calendarspec: allow whole second ranges
Douglas Christman
2016-11-24
calendarspec: make specifications with seconds wildcard reversible
Douglas Christman
2016-11-24
calendarspec: reject strings with spurious spaces and signs
Douglas Christman
2016-11-24
calendarspec: reject open weekday ranges
Douglas Christman
2016-11-24
calendarspec: reject strings that only contain a timezone
Douglas Christman
2016-11-24
calendarspec: always interpret a missing time as 00:00:00
Douglas Christman
2016-11-23
calendarspec: add support for scheduling timers at the end of the month
Douglas Christman
2016-11-23
calendarspec: add upper bound on year
Douglas Christman
2016-08-03
util-lib: make timestamp generation and parsing reversible (#3869)
Lennart Poettering
2016-07-01
calendarspec: use ".." notation for ranges of weekdays
Douglas Christman
2016-07-01
calendarspec: allow ranges in date and time specifications
Douglas Christman
2016-02-23
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-22
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-22
calendarspec: fix find_next skipping times
Hristo Venev
2016-02-21
util-lib: fix returned error code
Lennart Poettering
2016-02-21
util-lib: add (void) cast to indicate that we don't care about the normalizat...
Lennart Poettering
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2015-12-01
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-11-30
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-17
calendarspec: sub-second support, v3
Hristo Venev
2015-11-16
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-10
time-util: add parse_time(), which is like parse_sec() but allows specificati...
Lennart Poettering
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-25
basic: use the return value of endswith
Hristo Venev
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-15
basic: calendarspec UTC support
Hristo Venev
2015-07-29
tree-wide: port everything over to fflush_and_check()
Lennart Poettering
2015-06-11
build-sys: split internal basic/ library from shared/
Kay Sievers