GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/systemd.git
gentoo-206
gentoo-207
gentoo-208
gentoo-212
gentoo-215
gentoo-217
gentoo-220
gentoo-229
gentoo-230
gentoo-234
gentoo-236
gentoo-239
gentoo-240
master
Gentoo mirror of systemd with backported commits
systemd project <systemd@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
basic
/
socket-util.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
socket-util: Let's trick out ubsan when it validate struct sockaddr_un.sun_pa...
Lennart Poettering
2018-12-04
1
-4
/
+9
*
socket-util: break lines in sockaddr_pretty() signature
Lennart Poettering
2018-12-04
1
-1
/
+7
*
socket-util: shorten code a bit
Lennart Poettering
2018-12-04
1
-8
/
+4
*
basic/socket-util: use c-escaping to print unprintable socket paths
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-27
/
+43
*
shared/socket-util: do not print empty CID
Zbigniew Jędrzejewski-Szmek
2018-11-30
1
-6
/
+6
*
tree-wide: use setsockopt_int() more
Yu Watanabe
2018-10-19
1
-8
/
+11
*
socket-util: tighten socket_address_verify() checks a bit
Lennart Poettering
2018-10-15
1
-8
/
+17
*
socket-util: tweak commenting in socket_address_get_path()
Lennart Poettering
2018-10-15
1
-0
/
+4
*
socket-util: add sockaddr_un_set_path() helper
Lennart Poettering
2018-10-15
1
-0
/
+44
*
socket-address: document socket address parsing size restrictions in a comment
Lennart Poettering
2018-10-15
1
-2
/
+8
*
socket-util: use structured initialization
Lennart Poettering
2018-10-15
1
-2
/
+3
*
socket-util: add new sockaddr_un_unlink() helper
Lennart Poettering
2018-10-15
1
-15
/
+24
*
socket-util: attempt SO_RCVBUFFORCE/SO_SNDBUFFORCE only if SO_RCVBUF/SO_SNDBU...
Franck Bui
2018-09-14
1
-4
/
+4
*
util: do not use stack frame for parsing arbitrary inputs
Yu Watanabe
2018-08-22
1
-4
/
+12
*
socket-util: Introduce send_one_fd_iov() and receive_one_fd_iov()
Filipe Brandenburger
2018-08-02
1
-20
/
+77
*
tree-wide: drop MSG_NOSIGNAL flag from recvmsg() invocations
Lennart Poettering
2018-06-20
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
socket-util: rename parse_socket_address_bind_ipv6_only_or_bool() to socket_a...
Yu Watanabe
2018-05-31
1
-1
/
+1
*
tree-wide: drop spurious newlines (#8764)
Lennart Poettering
2018-04-19
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
Merge pull request #8143 from yuwata/drop-unused-func
Yu Watanabe
2018-02-10
1
-13
/
+0
|
\
|
*
socket-util: drop getnameinfo_pretty()
Yu Watanabe
2018-02-10
1
-13
/
+0
*
|
basic/socket-util: drop use of NI_IDN_USE_STD3_ASCII_RULES
Zbigniew Jędrzejewski-Szmek
2018-02-09
1
-1
/
+1
|
/
*
socket-util: fix getpeergroups() assert(fd) (#8080)
Vito Caputo
2018-02-03
1
-1
/
+1
*
log: minimize includes in log.h
Lennart Poettering
2018-01-11
1
-0
/
+1
*
socket-util: use parse_ip_port() for parsing IP ports
Lennart Poettering
2018-01-05
1
-20
/
+15
*
socket-util: slight rework of getpeersec()
Lennart Poettering
2018-01-04
1
-20
/
+11
*
tree-wide: use {pid,uid,gid}_is_valid() where appropriate
Lennart Poettering
2018-01-04
1
-7
/
+5
*
socket-util: add new getpeergroups() call
Lennart Poettering
2018-01-04
1
-0
/
+33
*
Merge pull request #7759 from yuwata/dbus-api
Lennart Poettering
2018-01-03
1
-0
/
+12
|
\
|
*
socket-util: introduce parse_socket_address_bind_ipv6_only_or_bool()
Yu Watanabe
2018-01-02
1
-0
/
+12
*
|
socket-util: clarify why sockaddr_port returns unsigned rather than uint16_t
Lennart Poettering
2017-12-26
1
-4
/
+7
|
/
*
socket-util: add socket_address_type_{from,to}_string()
Yu Watanabe
2017-12-23
1
-0
/
+11
*
tree-wide: make use of new STRLEN() macro everywhere (#7639)
Lennart Poettering
2017-12-14
1
-1
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
Merge pull request #6974 from keszybz/clean-up-defines
Lennart Poettering
2017-10-04
1
-1
/
+1
|
\
|
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-1
/
+1
*
|
tree-wide: use IN_SET macro (#6977)
Yu Watanabe
2017-10-04
1
-1
/
+1
|
/
*
tree-wide: use `!IN_SET(..)` for `a != b && a != c && …`
Andreas Rammhold
2017-10-02
1
-5
/
+5
*
tree-wide: use IN_SET where possible
Andreas Rammhold
2017-10-02
1
-3
/
+2
*
Support 'rdma' as a ListenNetlink= argument (#6626)
Jason Gunthorpe
2017-08-28
1
-1
/
+2
*
basic/path-util: allow flags for path_equal_or_files_same
Zbigniew Jędrzejewski-Szmek
2017-06-17
1
-1
/
+1
*
Make IDN support conditional
Waldemar Brodkorb
2017-06-16
1
-2
/
+7
*
socket-util: introduce address_label_valid
Susant Sahani
2017-02-28
1
-0
/
+20
*
fs-util: unify code we use to check if dirent's d_name is "." or ".."
Lennart Poettering
2017-02-02
1
-1
/
+1
*
socket-utils: revert f1811313f42dc7ddaed3c47edc834c2bfd1309b2
Susant Sahani
2017-01-24
1
-1
/
+1
*
network: accept colons in network interface names, normally used for alias in...
peoronoob
2017-01-23
1
-1
/
+1
[next]