index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
test-socket-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
test: Gracefully handle running within user namespace with single user
Daan De Meyer
2024-08-18
1
-1
/
+1
*
tree-wide: fix type of read() return variable at a couple of places
Lennart Poettering
2024-06-22
1
-3
/
+3
*
iovec-util: add exported constant empty but valid (i.e. non-NULL) iovec
Lennart Poettering
2024-06-14
1
-4
/
+1
*
test: initialize _cleanup_ variables
Luca Boccassi
2024-04-19
1
-1
/
+1
*
test: initialize _cleanup_ variables
Luca Boccassi
2024-04-16
1
-8
/
+8
*
ASSERT_STREQ for simple cases
Ivan Kruglov
2024-04-15
1
-7
/
+7
*
user-util: add new helper fully_set_uid_gid()
Lennart Poettering
2023-12-06
1
-4
/
+1
*
process-util: add new FORK_DEATHSIG_SIGKILL flag, rename FORK_DEATHSIG → FO...
Lennart Poettering
2023-11-02
1
-7
/
+7
*
fd-uitl: rename PIPE_EBADF → EBADF_PAIR, and add EBADF_TRIPLET
Lennart Poettering
2023-10-26
1
-1
/
+1
*
io-util: split out "struct iovec" related calls into their own .c/.h files
Lennart Poettering
2023-10-20
1
-1
/
+1
*
socket-util: add send/receive helpers for FD array
Luca Boccassi
2023-07-29
1
-0
/
+65
*
socket: bump listen() backlog to INT_MAX everywhere
Lennart Poettering
2023-06-13
1
-3
/
+3
*
tree-wide: replace IOVEC_INIT with IOVEC_MAKE
Yu Watanabe
2023-03-06
1
-8
/
+8
*
tree-wide: use -EBADF also in pipe initializers
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-5
/
+5
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-5
/
+5
*
socket-util: change sockaddr_un_set_path() to return recognizable error on 10...
Lennart Poettering
2022-05-13
1
-0
/
+47
*
tests: add helper for creating tempfiles with content
Zbigniew Jędrzejewski-Szmek
2022-03-29
1
-14
/
+5
*
test: Use TEST macro
Jan Janssen
2021-11-25
1
-54
/
+14
*
test: use assert_se() instead of assert()
Yu Watanabe
2021-10-12
1
-27
/
+27
*
socket-util: add helper for checking if IPv6 is enabled
Lennart Poettering
2021-03-05
1
-0
/
+6
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
basic: convert ifname_valid_full() to take flags and allow numeric interfaces
Zbigniew Jędrzejewski-Szmek
2020-09-10
1
-7
/
+11
*
test-in-addr-util: add log headers
Zbigniew Jędrzejewski-Szmek
2020-09-10
1
-6
/
+0
*
test: move several tests from test-socket-util.c
Yu Watanabe
2020-09-04
1
-262
/
+0
*
util: introduce in_addr_port_ifindex_name_from_string_auto() and in_addr_port...
Yu Watanabe
2020-07-20
1
-0
/
+33
*
Merge pull request #15669 from andir/systemd-ipv6-pd-subnet-id
Lennart Poettering
2020-05-27
1
-0
/
+40
|
\
|
*
in-addr-util: introduce in_addr_prefix_nth
Andreas Rammhold
2020-05-26
1
-0
/
+40
*
|
shared: move in_addr_ifindex_name_from_string_auto() there
Marc-André Lureau
2020-05-07
1
-0
/
+19
|
/
*
util-lib: move things that parse ifnames to shared/
Zbigniew Jędrzejewski-Szmek
2020-01-11
1
-217
/
+3
*
util: introduce ifname_valid_full()
Yu Watanabe
2019-12-16
1
-0
/
+1
*
test-socket-util: avoid writing past the defined buffer
Zbigniew Jędrzejewski-Szmek
2019-10-24
1
-3
/
+2
*
test: add test for flush_accept()
Lennart Poettering
2019-04-18
1
-0
/
+62
*
headers: remove unneeded includes from util.h
Zbigniew Jędrzejewski-Szmek
2019-03-27
1
-2
/
+3
*
socket-util: re-implement socket_address_parse_netlink() by using extract_fir...
Yu Watanabe
2019-02-21
1
-5
/
+20
*
util: drop missing.h from socket-util.h
Yu Watanabe
2018-12-06
1
-0
/
+1
*
util-lib: split out all temporary file related calls into tmpfiles-util.c
Lennart Poettering
2018-12-02
1
-2
/
+2
*
basic/socket-util: use c-escaping to print unprintable socket paths
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-0
/
+52
*
shared/socket-util: do not print empty CID
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-1
/
+1
*
test-socket-util: add test for socket_address_print
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-31
/
+39
*
test-socket-util: the usual modernization
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-47
/
+83
*
socket-util: include trailing NUL byte in SOCKADDR_UN_LEN() count for fs sockets
Lennart Poettering
2018-10-15
1
-1
/
+1
*
tests: use a helper function to parse environment and open logging
Zbigniew Jędrzejewski-Szmek
2018-09-14
1
-1
/
+2
*
test-socket-util: avoid "memleak" reported by valgrind
Zbigniew Jędrzejewski-Szmek
2018-08-23
1
-6
/
+9
*
test-socket-util: Add tests for receive_fd_iov() and friends.
Filipe Brandenburger
2018-08-02
1
-0
/
+215
*
tree-wide: drop copyright headers from frequent contributors
Zbigniew Jędrzejewski-Szmek
2018-06-20
1
-3
/
+0
*
tree-wide: beautify remaining copyright statements
Lennart Poettering
2018-06-14
1
-1
/
+1
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
test-socket-util: add test for ListenNetlink with spaces
Zbigniew Jędrzejewski-Szmek
2018-03-18
1
-0
/
+10
*
fuzz: commit test case for oss-fuzz issue 6884
Zbigniew Jędrzejewski-Szmek
2018-03-14
1
-0
/
+3
[next]