index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-event
/
test-event.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: drop support for kernels without pidfd_open() and pidfd_send_signal()
Mike Yuan
2025-01-12
1
-19
/
+2
*
pidfd: properly detect if libc offers pidfd syscalls and make use of them then
Lennart Poettering
2024-05-08
1
-0
/
+3
*
sd-event: fix fd leak when fd is owned by IO event source
Yu Watanabe
2024-04-22
1
-0
/
+18
*
sd-event: fix sd_event_source_get_inotify_path()
Yu Watanabe
2024-04-20
1
-14
/
+18
*
sd-event: introduce sd_event_source_get_inotify_path()
Yu Watanabe
2024-04-19
1
-0
/
+11
*
signal-util: imply sentinel -1 in sigprocmask_many() + sigset_add_many() args...
Lennart Poettering
2024-02-23
1
-5
/
+5
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
1
-4
/
+4
*
Merge pull request #27843 from yuwata/usleep_safe
Lennart Poettering
2023-06-23
1
-2
/
+2
|
\
|
*
time-util: introduce usleep_safe()
Yu Watanabe
2023-06-22
1
-2
/
+2
*
|
tree-wide: getpid() → getpid_cached()
Lennart Poettering
2023-06-23
1
-1
/
+1
|
/
*
tree-wide: fix a couple of typos
Frantisek Sumsal
2023-06-15
1
-2
/
+2
*
tree-wide: use _cleanup_set_free_ and friends
Yu Watanabe
2023-05-31
1
-1
/
+1
*
sd-event: add an explicit API for leaving the ratelimit state
Lennart Poettering
2023-05-24
1
-0
/
+71
*
tree-wide: Fix false positives on newer gcc
Daan De Meyer
2023-05-23
1
-1
/
+1
*
sd-event: store and compare per-module static origin id
Luca Boccassi
2023-04-25
1
-0
/
+20
*
tree-wide: introduce PIPE_EBADF macro
Yu Watanabe
2022-12-20
1
-3
/
+3
*
tree-wide: use -EBADF also in pipe initializers
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+2
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-3
/
+2
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
tree-wide: Use correct format specifiers
Jan Janssen
2022-08-30
1
-3
/
+3
*
test: add another test for inotify event source
Yu Watanabe
2022-06-27
1
-0
/
+52
*
time-util: assume CLOCK_BOOTTIME always exists
Lennart Poettering
2022-03-28
1
-8
/
+4
*
test: Use TEST macros in more places
Jan Janssen
2022-03-16
1
-38
/
+19
*
sd-event: introduce callback invoked when event source ratelimit expires
Michal Sekletar
2021-11-11
1
-0
/
+12
*
test: add test case for self-destroy inotify handler
Lennart Poettering
2021-11-09
1
-0
/
+36
*
test: use assert_se() instead of assert()
Yu Watanabe
2021-10-12
1
-2
/
+2
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-4
/
+4
*
Move freeze() into shared/
Zbigniew Jędrzejewski-Szmek
2021-07-23
1
-0
/
+1
*
test: reduce debugging logs in test-event
Yu Watanabe
2021-05-19
1
-5
/
+4
*
sd-event: add a simple test for checking the timeout parameter of sd_event_wa...
Lennart Poettering
2021-03-12
1
-0
/
+22
*
test: add log messages
Yu Watanabe
2021-03-11
1
-0
/
+12
*
tree-wide: use UINT64_MAX or friends
Yu Watanabe
2021-03-04
1
-10
/
+10
*
tree-wide: fix typos
Yu Watanabe
2020-12-02
1
-1
/
+1
*
test: add ratelimiting test
Michal Sekletár
2020-12-01
1
-1
/
+95
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: assorted coccinelle fixes
Frantisek Sumsal
2020-10-09
1
-2
/
+1
*
test: add test for pidfd support in sd-event
Lennart Poettering
2019-12-04
1
-6
/
+118
*
test-event: stop debugging spew
Zbigniew Jędrzejewski-Szmek
2019-08-20
1
-2
/
+2
*
tree-wide: replace strjoin() with path_join()
Yu Watanabe
2019-06-20
1
-1
/
+2
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-1
/
+1
*
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-3
/
+2
*
tree-wide: drop empty comments
Yu Watanabe
2018-06-29
1
-2
/
+0
*
Correct a number of trivial typos.
Chris Lamb
2018-06-18
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-1
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
sd-event: add test for the new sd_event_add_inotify() API
Lennart Poettering
2018-06-06
1
-1
/
+147
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-0
/
+1
*
tree-wide: use EXIT_SUCCESS/EXIT_FAILURE in exit() where we can
Lennart Poettering
2017-12-25
1
-1
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
[next]