index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
calendarspec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-10
/
+6
*
Simplify the if cases for timezone checking
Zbigniew Jędrzejewski-Szmek
2017-09-17
1
-11
/
+8
*
Added timezone to the CalendarSpec, parser/formatter and the timedatectl
Ivan Kurnosov
2017-09-17
1
-2
/
+80
*
tree-wide: fput[cs]() → fput[cs]_unlocked() wherever that makes sense (#6396)
Lennart Poettering
2017-07-21
1
-18
/
+18
*
calendarspec: parse unix timestamps (@...) (#5947)
Zbigniew Jędrzejewski-Szmek
2017-05-17
1
-12
/
+87
*
calendarspec: fix duplicate detection (#5310)
Doug Christman
2017-02-12
1
-2
/
+1
*
time-util: refuse formatting/parsing times that we can't store
Lennart Poettering
2017-02-02
1
-0
/
+3
*
time: time_t is signed, and mktime() is happy to return negative time
Lennart Poettering
2017-02-02
1
-4
/
+4
*
calendarspec: minor refactoring and style fix
Douglas Christman
2016-12-20
1
-8
/
+4
*
calendarspec: improve overflow handling
Douglas Christman
2016-12-20
1
-6
/
+7
*
calendarspec: remove superfluous variables
Douglas Christman
2016-12-17
1
-15
/
+10
*
calendarspec: rename fields of CalendarComponent
Douglas Christman
2016-12-17
1
-52
/
+52
*
calendarspec: allow repetition values with ranges
Douglas Christman
2016-12-17
1
-80
/
+96
*
calendarspec: free memory when parsing fails (#4890)
Doug Christman
2016-12-14
1
-1
/
+4
*
calendarspec: always interpret missing seconds as :00 (#4813)
Doug Christman
2016-12-06
1
-6
/
+2
*
calendarspec: refactor format_chain()
Douglas Christman
2016-11-25
1
-17
/
+12
*
calendarspec: rename "eom" to "end_of_month"
Douglas Christman
2016-11-25
1
-6
/
+6
*
calendarspec: make specifications with ranges reversible
Douglas Christman
2016-11-25
1
-1
/
+19
*
calendarspec: allow whole second ranges
Douglas Christman
2016-11-25
1
-0
/
+5
*
calendarspec: make specifications with seconds wildcard reversible
Douglas Christman
2016-11-25
1
-1
/
+7
*
calendarspec: reject strings with spurious spaces and signs
Douglas Christman
2016-11-25
1
-0
/
+4
*
calendarspec: reject open weekday ranges
Douglas Christman
2016-11-25
1
-6
/
+12
*
calendarspec: reject strings that only contain a timezone
Douglas Christman
2016-11-25
1
-3
/
+5
*
calendarspec: always interpret a missing time as 00:00:00
Douglas Christman
2016-11-25
1
-8
/
+3
*
calendarspec: add support for scheduling timers at the end of the month
Douglas Christman
2016-11-23
1
-28
/
+60
*
calendarspec: add upper bound on year
Douglas Christman
2016-11-23
1
-1
/
+11
*
util-lib: make timestamp generation and parsing reversible (#3869)
Lennart Poettering
2016-08-04
1
-2
/
+41
*
calendarspec: use ".." notation for ranges of weekdays
Douglas Christman
2016-07-02
1
-6
/
+18
*
calendarspec: allow ranges in date and time specifications
Douglas Christman
2016-07-02
1
-19
/
+45
*
tree-wide: minor formatting inconsistency cleanups
Vito Caputo
2016-02-23
1
-1
/
+1
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-5
/
+5
*
calendarspec: fix find_next skipping times
Hristo Venev
2016-02-22
1
-2
/
+2
*
util-lib: fix returned error code
Lennart Poettering
2016-02-21
1
-1
/
+3
*
util-lib: add (void) cast to indicate that we don't care about the normalizat...
Lennart Poettering
2016-02-21
1
-1
/
+1
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
basic: re-sort includes
Thomas Hindoe Paaboel Andersen
2015-12-01
1
-1
/
+1
*
basic: include only what we use
Thomas Hindoe Paaboel Andersen
2015-11-30
1
-0
/
+6
*
calendarspec: sub-second support, v3
Hristo Venev
2015-11-17
1
-86
/
+150
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-1
/
+1
*
time-util: add parse_time(), which is like parse_sec() but allows specificati...
Lennart Poettering
2015-11-10
1
-2
/
+2
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: move more file I/O related calls into fileio.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
basic: use the return value of endswith
Hristo Venev
2015-10-25
1
-3
/
+6
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-0
/
+1
*
basic: calendarspec UTC support
Hristo Venev
2015-10-15
1
-14
/
+21
*
tree-wide: port everything over to fflush_and_check()
Lennart Poettering
2015-07-29
1
-4
/
+4
*
build-sys: split internal basic/ library from shared/
Kay Sievers
2015-06-11
1
-0
/
+1006