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
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
1
-1
/
+1
*
tree-wide: when in doubt use greek small letter mu rather than micro symbol
Lennart Poettering
2023-06-14
1
-1
/
+1
*
tree-wide: port various pieces of code over to ROUND_UP()
Lennart Poettering
2023-06-02
1
-1
/
+1
*
tree-wide: use memstream-util
Yu Watanabe
2023-05-31
1
-16
/
+5
*
calendarspec: rename arguments
Yu Watanabe
2023-05-31
1
-6
/
+6
*
Merge pull request #27770 from mrc0mmand/more-nallocfuzz-shenanigans
Yu Watanabe
2023-05-25
1
-8
/
+10
|
\
|
*
tree-wide: check memstream buffer after closing the handle
Frantisek Sumsal
2023-05-24
1
-8
/
+10
*
|
tree-wide: use free_and_replace() more
David Tardon
2023-05-24
1
-2
/
+1
|
/
*
tree-wide: add global ascii_isdigit() + ascii_isalpha()
Lennart Poettering
2022-07-05
1
-1
/
+1
*
shared/calendarspec: fix formatting of entries which collapse to a star
Zbigniew Jędrzejewski-Szmek
2022-05-10
1
-8
/
+19
*
shared/calendarspec: fix printing of second ranges which start with 0
Zbigniew Jędrzejewski-Szmek
2022-05-10
1
-1
/
+1
*
shared/calendarspec: wrap long comments and reduce scope of one var
Zbigniew Jędrzejewski-Szmek
2022-05-10
1
-3
/
+1
*
shared/calendarspec: make function static void
Zbigniew Jędrzejewski-Szmek
2022-05-10
1
-6
/
+2
*
shared/calendarspec: reduce scope of variables
Zbigniew Jędrzejewski-Szmek
2022-05-08
1
-18
/
+14
*
calendarspec: fix possibly skips next elapse
Gibeom Gwon
2022-04-07
1
-7
/
+20
*
variuos: add missing includes
Zbigniew Jędrzejewski-Szmek
2021-09-22
1
-0
/
+1
*
shared/calendarspec: when mktime() moves us backwards, jump forward
Zbigniew Jędrzejewski-Szmek
2021-03-23
1
-8
/
+11
*
shared/calendarspec: constify parameter and simplify assignments to variable
Zbigniew Jędrzejewski-Szmek
2021-03-22
1
-11
/
+22
*
shared/calendarspec: abort calculation after 1000 iterations
Zbigniew Jędrzejewski-Szmek
2021-03-22
1
-1
/
+13
*
tree-wide: return NULL from freeing functions
Zbigniew Jędrzejewski-Szmek
2021-02-16
1
-4
/
+3
*
tree-wide: fix typo
Yu Watanabe
2020-12-14
1
-1
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: coccinelle fixes
Frantisek Sumsal
2020-10-04
1
-1
/
+1
*
shared: fix integer overflow in calendarspec
Frantisek Sumsal
2020-05-15
1
-0
/
+4
*
calendarspec: be more graceful with two kinds of calendar expressions
Lennart Poettering
2020-05-05
1
-0
/
+16
*
calendarspec: minor simplification
Lennart Poettering
2020-05-05
1
-3
/
+2
*
calendarspec: drop _pure_ from static function
Lennart Poettering
2020-05-05
1
-1
/
+1
*
calendarspec: encode that it's OK to store µs in 'int's
Lennart Poettering
2020-05-05
1
-0
/
+3
*
basic: add STRCASE_IN_SET() which is to STR_IN_SET() what strcaseeq() is to s...
Lennart Poettering
2020-05-04
1
-7
/
+10
*
tree-wide: fix how we set $TZ
Lennart Poettering
2019-11-13
1
-1
/
+6
*
tree-wide: drop time.h when time-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop alloca.h when alloc-util.h is included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
tree-wide: drop string.h when string-util.h or friends are included
Yu Watanabe
2019-11-03
1
-1
/
+0
*
calendarspec: fix calculation of timespec iterations that fall onto a DST change
Zbigniew Jędrzejewski-Szmek
2019-10-30
1
-20
/
+34
*
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
[next]