index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-daemon
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-daemon: add fd array size safety check to sd_notify_with_fds()
Lennart Poettering
2024-11-04
1
-0
/
+6
*
sd-daemon: count array elements in size_t
Lennart Poettering
2024-11-04
1
-11
/
+2
*
sd-daemon: drop some redundant 'else'
Lennart Poettering
2024-11-04
1
-3
/
+3
*
sd-daemon: clean up env var unsetting
Lennart Poettering
2024-11-04
1
-45
/
+68
*
fd-util: introduce fd_validate() helper
Lennart Poettering
2024-10-08
1
-1
/
+4
*
fs-util: rename laccess to access_nofollow
Mike Yuan
2024-10-05
1
-1
/
+1
*
various: correct laccess() error check
Mike Yuan
2024-10-04
1
-7
/
+8
*
sd-daemon: downgrade log level for library code, use correct errno
Mike Yuan
2024-04-27
1
-6
/
+6
*
sd-daemon: minor modernization, use assert_return
Mike Yuan
2024-04-27
1
-11
/
+9
*
sd-daemon: Replace SO_LINGER with shutdown() + recv()
Daan De Meyer
2024-04-26
1
-10
/
+13
*
sd-daemon: Set SO_LINGER on AF_VSOCK notify socket fds
Daan De Meyer
2024-04-25
1
-0
/
+10
*
sd-notify: fix unsetting of environment variable on error
Zbigniew Jędrzejewski-Szmek
2024-04-05
1
-14
/
+26
*
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
1
-1
/
+1
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
1
-1
/
+1
*
iovec-util: make IOVEC_INCREMENT a regular function too
Lennart Poettering
2023-10-20
1
-1
/
+1
*
iovec-util: make IOVEC_TOTAL_SIZE() a regular function
Lennart Poettering
2023-10-20
1
-1
/
+1
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-0
/
+1
*
sd-daemon: Add vsock fallback to SOCK_STREAM
Daan De Meyer
2023-06-13
1
-13
/
+29
*
sd-daemon: Use socket type from vsock address if set
Daan De Meyer
2023-06-13
1
-10
/
+13
*
sd-daemon: Add debug logging
Daan De Meyer
2023-05-31
1
-6
/
+6
*
sd-daemon: Introduce pid_notify_with_fds_internal()
Daan De Meyer
2023-05-31
1
-40
/
+33
*
sd-daemon: add sd_pid_notify_barrier() call and use it in systemd-notify
Lennart Poettering
2023-05-03
1
-2
/
+6
*
libsystemd: add missing _public_ attributes
Yu Watanabe
2023-04-29
1
-1
/
+1
*
sd-daemon: add sd_pid_notifyf_with_fds()
Lennart Poettering
2023-04-25
1
-0
/
+30
*
tree-wide: also use CMSG_TYPED_DATA() on writing message header
Yu Watanabe
2023-04-16
1
-1
/
+1
*
sd_notify: support AF_VSOCK
Luca Boccassi
2023-01-05
1
-7
/
+60
*
tree-wide: introduce PIPE_EBADF macro
Yu Watanabe
2022-12-20
1
-1
/
+1
*
tree-wide: use -EBADF also in pipe initializers
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-1
/
+1
*
basic: rename util.h to logarithm.h
Zbigniew Jędrzejewski-Szmek
2022-11-08
1
-1
/
+0
*
sd-daemon: remove sd_ prefix from static function
Zbigniew Jędrzejewski-Szmek
2022-06-30
1
-5
/
+5
*
tree-wide: use timestamp_is_set() more
Lennart Poettering
2022-02-22
1
-1
/
+1
*
sd-daemon: use path_join() instead of manual path concat
Lennart Poettering
2022-02-14
1
-3
/
+4
*
tree-wide: port various places over to new stat_inode_same() helper
Lennart Poettering
2022-02-14
1
-8
/
+4
*
treewide: tighten variable scope in loops (#18372)
Susant Sahani
2021-01-27
1
-2
/
+2
*
tree-wide: unsetenv cannot fail
Zbigniew Jędrzejewski-Szmek
2020-11-10
1
-7
/
+6
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
Rename strv_split_extract() to strv_split_full()
Zbigniew Jędrzejewski-Szmek
2020-09-09
1
-1
/
+1
*
tree-wide: port to fd_wait_for_event()
Lennart Poettering
2020-06-10
1
-10
/
+2
*
tree-wide: check POLLNVAL everywhere
Lennart Poettering
2020-06-10
1
-0
/
+2
*
Introduce sd_notify_barrier
Kumar Kartikeya Dwivedi
2020-04-30
1
-0
/
+30
*
tree-wide: use the return value from sockaddr_un_set_path()
Zbigniew Jędrzejewski-Szmek
2020-03-02
1
-7
/
+5
*
tree-wide: drop socket.h when socket-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
*
sd-daemon: make sd_booted() return negative errno on unexpected error
Yu Watanabe
2019-02-07
1
-1
/
+7
*
tree-wide: more IOVEC_MAKE() conversions
Lennart Poettering
2018-11-28
1
-4
/
+3
*
tree-wide: port various users over to sockaddr_un_set_path()
Lennart Poettering
2018-10-15
1
-18
/
+6
*
tree-wide: drop empty comments
Yu Watanabe
2018-06-29
1
-2
/
+0
*
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
[next]