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.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
socket-util: use GREEDY_REALLOC_APPEND where appropriate
Mike Yuan
2024-05-28
1
-5
/
+1
*
tree-wide: make sure net/if.h is included before any linux/ header
Frantisek Sumsal
2024-04-09
1
-1
/
+2
*
Fix assertion in socknameinfo_pretty()
Daan De Meyer
2024-04-01
1
-1
/
+1
*
basic/socket-util: use strdup_to() in sockaddr_pretty()
Zbigniew Jędrzejewski-Szmek
2024-03-20
1
-9
/
+3
*
socket-util: check for sysconf() error before using value
Luca Boccassi
2024-01-30
1
-1
/
+3
*
socket-util: start SO_PEERGROUP loop with sysconf(_SC_NGROUPS_MAX), too
Lennart Poettering
2024-01-29
1
-2
/
+4
*
socket-util: modernize socknameinfo_pretty() a bit
Lennart Poettering
2024-01-09
1
-13
/
+18
*
socket-util: add helper for querying the local AF_VSOCK CID
Lennart Poettering
2024-01-08
1
-0
/
+15
*
socket-util: add more careful parsers for AF_VSOCK cid/port
Lennart Poettering
2024-01-05
1
-3
/
+47
*
socket-util: add helper for getting peer pidfd
Lennart Poettering
2024-01-02
1
-0
/
+15
*
tree-wide: drop space between variable and an increment/decrement
Yu Watanabe
2023-12-24
1
-1
/
+1
*
socket-util: remove unnecessary variable
Lennart Poettering
2023-12-21
1
-3
/
+1
*
socket-util: make sure SO_PEERSEC returned string is always NUL terminated
Lennart Poettering
2023-12-21
1
-1
/
+3
*
socket-util: add send/receive helpers for FD array
Luca Boccassi
2023-07-29
1
-0
/
+124
*
tree-wide: "<n>bit" → "<n>-bit"
Zbigniew Jędrzejewski-Szmek
2023-07-02
1
-1
/
+1
*
socket-util: Allow specifying socket type in vsock address
Daan De Meyer
2023-06-13
1
-3
/
+11
*
stat-util: rename files_same() → inode_same()
Lennart Poettering
2023-05-19
1
-1
/
+1
*
socket-util: introduce CMSG_FIND_AND_COPY_DATA()
Yu Watanabe
2023-04-16
1
-0
/
+18
*
tree-wide: port more code over to CMSG_TYPED_DATA()
Lennart Poettering
2023-04-13
1
-1
/
+1
*
socket-util: fix socket_get_family()
Lennart Poettering
2023-03-10
1
-17
/
+13
*
socket-util: make connect_unix_path() work with a NULL path
Lennart Poettering
2023-02-17
1
-28
/
+36
*
src/shared/: split AF_UNIX/AF_VSOCK address parsing into src/basic/
Luca Boccassi
2023-01-05
1
-0
/
+68
*
tree-wide: use -EBADF for fd initialization
Zbigniew Jędrzejewski-Szmek
2022-12-19
1
-2
/
+2
*
tree-wide: add global ascii_isdigit() + ascii_isalpha()
Lennart Poettering
2022-07-05
1
-1
/
+1
*
Merge pull request #23616 from keszybz/in-addr-to-string-formatting
Yu Watanabe
2022-06-09
1
-3
/
+1
|
\
|
*
tree-wide: convert inet_ntop() calls to anonymous-buffer macros
Zbigniew Jędrzejewski-Szmek
2022-06-06
1
-3
/
+1
*
|
basic/socket-util: align tables
Zbigniew Jędrzejewski-Szmek
2022-06-07
1
-20
/
+20
|
/
*
socket-util: add new connect_unix_path() helper
Lennart Poettering
2022-05-13
1
-0
/
+48
*
socket-util: change sockaddr_un_set_path() to return recognizable error on 10...
Lennart Poettering
2022-05-13
1
-1
/
+4
*
socket-util: add helper for generically initializing sockaddr_union from in_a...
Lennart Poettering
2021-11-22
1
-0
/
+35
*
tree-wide: use new RET_NERRNO() helper at various places
Lennart Poettering
2021-11-16
1
-18
/
+5
*
util: define initializer for 'struct ucred' that properly invalidates all fields
Lennart Poettering
2021-10-11
1
-1
/
+1
*
tree-wide: make format_ifname() or friends return negative errno on failure
Yu Watanabe
2021-09-28
1
-10
/
+11
*
socket-util: const-ify iov parameter in send_one_fd_iov_sa
Luca Boccassi
2021-09-20
1
-2
/
+2
*
sysctl-util: make sysctl_write_ip_property() a wrapper around sysctl_write()
Lennart Poettering
2021-09-15
1
-1
/
+1
*
socket-util: split out checking valid character for ifname into ifname_valid_...
Yu Watanabe
2021-06-23
1
-10
/
+17
*
tree-wide: add missing whitespace at the end of comments
Yu Watanabe
2021-06-15
1
-2
/
+2
*
socket-util: refuse ifnames with embedded '%' as invalid
Lennart Poettering
2021-03-10
1
-1
/
+4
*
socket-util: initialize variable with cleanup attribute
Yu Watanabe
2021-03-07
1
-1
/
+1
*
Merge pull request #18896 from poettering/no-localhost-ipv6
Yu Watanabe
2021-03-06
1
-2
/
+41
|
\
|
*
socket-util: add helper for checking if IPv6 is enabled
Lennart Poettering
2021-03-05
1
-0
/
+26
|
*
socket-util: cache result of socket_ipv6_is_supported()
Lennart Poettering
2021-03-05
1
-3
/
+16
*
|
socket-util: refuse "all" and "default" as valid ifnames
Lennart Poettering
2021-03-06
1
-0
/
+5
|
/
*
socket-util: tighten parsing of ifnames
Lennart Poettering
2021-02-15
1
-8
/
+8
*
socket-util: add common API for querying socket MTU
Lennart Poettering
2020-12-07
1
-0
/
+32
*
socket-util: make several socket_set_xxx() functions inline
Yu Watanabe
2020-12-04
1
-94
/
+3
*
socket-util: add sockaddr_in_addr() helper
Lennart Poettering
2020-12-02
1
-1
/
+20
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
socket-util: make socket_set_recvpktinfo control PACKET_AUXDATA sockopt on AF...
Lennart Poettering
2020-10-27
1
-0
/
+3
*
socket-util: reset length argument for second getsockopt call in fd_[gs]et_rc...
Christian Göttsche
2020-09-15
1
-0
/
+2
[next]