index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
calendarspec.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
shared/calendarspec: make output arg optional
Zbigniew Jędrzejewski-Szmek
2019-05-17
1
-2
/
+2
*
calendarspec: make return time value of calendar_spec_next_usec() optional
Lennart Poettering
2019-04-25
1
-7
/
+12
*
Add open_memstream_unlocked() wrapper
Zbigniew Jędrzejewski-Szmek
2019-04-12
1
-4
/
+1
*
calendarspec: fix possible integer overflow
Yu Watanabe
2019-04-07
1
-0
/
+3
*
calendarspec: use _cleanup_ attributes for CalendarComponent
Yu Watanabe
2019-04-07
1
-74
/
+46
*
calendarspec: rename free_chain() to chain_free()
Yu Watanabe
2019-04-07
1
-24
/
+24
*
calendarspec: use structured initializers
Yu Watanabe
2019-04-07
1
-13
/
+20
*
util: split out errno related stuff
Lennart Poettering
2019-03-14
1
-0
/
+1
*
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+1
*
shared/calendarspec: do not allocate a big string on stack
Zbigniew Jędrzejewski-Szmek
2019-02-16
1
-3
/
+11
*
Move various files that don't need to be in basic/ to shared/
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-0
/
+1370
*
build-sys: split internal basic/ library from shared/
Kay Sievers
2015-06-11
1
-1006
/
+0
*
shared: untabify
Lennart Poettering
2015-02-10
1
-1
/
+1
*
calendarspec: add constant for weekdays_bits
Daniele Medri
2014-11-01
1
-5
/
+7
*
calendarspec: parse 'quarterly' and 'semi-annually' as shortcuts
Lennart Poettering
2014-10-27
1
-3
/
+56
*
calendar: new case 'minutely'
Daniele Medri
2014-10-27
1
-1
/
+6
*
calendarspec: fix typo in "annually"
Zbigniew Jędrzejewski-Szmek
2014-10-25
1
-1
/
+2
*
calendar: make freeing a calendar spec object deal fine with NULL
Lennart Poettering
2014-10-24
1
-1
/
+3
*
time: support @ syntax for denoting times since the UNIX epoch 1970-1-1
Lennart Poettering
2014-03-25
1
-1
/
+0
*
calendar: support 'yearly' and 'annually' names the same way as cron
Lennart Poettering
2013-11-20
1
-0
/
+17
*
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-05-03
1
-2
/
+2
*
Always use errno > 0 to help gcc
Zbigniew Jędrzejewski-Szmek
2013-03-29
1
-2
/
+2
*
util: introduce strcaseeq/strncaseeq
Thomas Hindoe Paaboel Andersen
2013-02-13
1
-4
/
+4
*
Make gcc a bit quieter
Lennart Poettering
2013-01-04
1
-1
/
+1
*
timer: implement calendar time events
Lennart Poettering
2012-11-23
1
-0
/
+927