index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
basic
/
socket-util.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
missing_socket: drop unnecessary definitions
Yu Watanabe
2024-09-09
1
-2
/
+3
*
socket-util: make recvmsg_safe() handle MSG_TRUNC too
Mike Yuan
2024-09-04
1
-1
/
+1
*
socket-util: introduce netlink_socket_get_multicast_groups()
Yu Watanabe
2024-08-02
1
-0
/
+2
*
vmspawn: use our generic vsock CID parser, instead of a howngrown one
Lennart Poettering
2024-01-12
1
-0
/
+5
*
socket-util: modernize socknameinfo_pretty() a bit
Lennart Poettering
2024-01-09
1
-1
/
+1
*
socket-util: add helper for querying the local AF_VSOCK CID
Lennart Poettering
2024-01-08
1
-0
/
+2
*
socket-util: add more careful parsers for AF_VSOCK cid/port
Lennart Poettering
2024-01-05
1
-0
/
+3
*
socket-util: add helper for getting peer pidfd
Lennart Poettering
2024-01-02
1
-0
/
+1
*
socket-util: add send/receive helpers for FD array
Luca Boccassi
2023-07-29
1
-0
/
+24
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-3
/
+3
*
socket: bump listen() backlog to INT_MAX everywhere
Lennart Poettering
2023-06-13
1
-0
/
+7
*
socket-util: introduce CMSG_FIND_AND_COPY_DATA()
Yu Watanabe
2023-04-16
1
-0
/
+5
*
tree-wide: replace __alignof__() with alignof()
Yu Watanabe
2023-04-14
1
-1
/
+1
*
socket-util: add one missing paren
Yu Watanabe
2023-04-14
1
-1
/
+1
*
socket-util: tighten aignment check for CMSG_TYPED_DATA()
Lennart Poettering
2023-04-13
1
-0
/
+7
*
socket-util: fix socket_get_family()
Lennart Poettering
2023-03-10
1
-1
/
+1
*
src/shared/: split AF_UNIX/AF_VSOCK address parsing into src/basic/
Luca Boccassi
2023-01-05
1
-0
/
+6
*
socket-util: add CMSG_TYPED_DATA() as type-safe wrapper around CMSG_DATA()
Lennart Poettering
2022-12-08
1
-6
/
+8
*
basic/socket-util: rename fd_inc_rcvbuf → fd_increase_rxbuf
Zbigniew Jędrzejewski-Szmek
2022-06-30
1
-1
/
+1
*
socket-util: add new connect_unix_path() helper
Lennart Poettering
2022-05-13
1
-0
/
+2
*
socket-util: don't reference field by macro parameter name
Lennart Poettering
2022-05-09
1
-2
/
+2
*
tree-wide: add a space after if, switch, for, and while
Yu Watanabe
2022-04-01
1
-1
/
+1
*
socket-util: add helper for generically initializing sockaddr_union from in_a...
Lennart Poettering
2021-11-22
1
-0
/
+2
*
util: define initializer for 'struct ucred' that properly invalidates all fields
Lennart Poettering
2021-10-11
1
-0
/
+3
*
socket-util: const-ify iov parameter in send_one_fd_iov_sa
Luca Boccassi
2021-09-20
1
-1
/
+1
*
sysctl-util: make sysctl_write_ip_property() a wrapper around sysctl_write()
Lennart Poettering
2021-09-15
1
-3
/
+4
*
tree-wide: fix typo
Yu Watanabe
2021-09-05
1
-1
/
+1
*
socket-util: introduce CMSG_SPACE_TIMEVAL/TIMESPEC macro to support additiona...
Yu Watanabe
2021-08-30
1
-0
/
+22
*
Drop the text argument from assert_not_reached()
Zbigniew Jędrzejewski-Szmek
2021-08-03
1
-1
/
+1
*
socket-util: split out checking valid character for ifname into ifname_valid_...
Yu Watanabe
2021-06-23
1
-0
/
+1
*
basic/socket-util: add hint to silence gcc's maybe-unitialized warning
Zbigniew Jędrzejewski-Szmek
2021-03-31
1
-1
/
+2
*
socket-util: add helper for checking if IPv6 is enabled
Lennart Poettering
2021-03-05
1
-0
/
+1
*
socket-util: fix indentation
Lennart Poettering
2021-02-15
1
-3
/
+3
*
tree-wide: use -EINVAL for enum invalid values
Zbigniew Jędrzejewski-Szmek
2021-02-10
1
-1
/
+1
*
socket-util: add common API for querying socket MTU
Lennart Poettering
2020-12-07
1
-0
/
+2
*
socket-util: add getsockopt_int() helper
Lennart Poettering
2020-12-07
1
-0
/
+13
*
socket-util: add sockopt helper for controlling IP_RECVFRAGSIZE
Lennart Poettering
2020-12-07
1
-0
/
+4
*
socket-util: make several socket_set_xxx() functions inline
Yu Watanabe
2020-12-04
1
-5
/
+17
*
socket-util: add sockaddr_in_addr() helper
Lennart Poettering
2020-12-02
1
-0
/
+1
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: add helper for IPv4/IPv6 sockopts
Lennart Poettering
2020-09-11
1
-1
/
+8
*
basic: convert ifname_valid_full() to take flags and allow numeric interfaces
Zbigniew Jędrzejewski-Szmek
2020-09-10
1
-2
/
+7
*
util: introduce fd_set_{snd,rcv}buf()
Yu Watanabe
2020-09-08
1
-2
/
+8
*
util: introduce SOCKADDR_LEN() macro
Yu Watanabe
2020-09-04
1
-0
/
+29
*
socket-util: add generic socket_pass_pktinfo() helper
Lennart Poettering
2020-05-27
1
-0
/
+2
*
tree-wide: make sure our control buffers are properly aligned
Lennart Poettering
2020-05-07
1
-0
/
+11
*
socket-util: introduce type-safe, dereferencing wrapper CMSG_FIND_DATA around...
Lennart Poettering
2020-04-23
1
-0
/
+8
*
socket-util: add recvmsg_safe() wrapper that handles MSG_CTRUNC
Lennart Poettering
2020-04-23
1
-0
/
+2
*
util-lib: move things that parse ifnames to shared/
Zbigniew Jędrzejewski-Szmek
2020-01-11
1
-10
/
+4
*
util: introduce ifname_valid_full()
Yu Watanabe
2019-12-16
1
-1
/
+4
[next]