index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
shared
/
socket-util.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tree-wide: there is no ENOTSUP on linux
David Herrmann
2015-03-13
1
-1
/
+1
*
socket-util: refactor error handling in sockaddr_pretty
Zbigniew Jędrzejewski-Szmek
2015-03-11
1
-22
/
+22
*
add REMOTE_ADDR and REMOTE_PORT for Accept=yes
Shawn Landden
2015-03-10
1
-21
/
+55
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-6
/
+1
*
shared: handle unnamed sockets in socket_address_equal()
Michal Schmidt
2015-02-20
1
-0
/
+4
*
shared: avoid semi-duplicating socket_address_equal()
Michal Schmidt
2015-02-20
1
-17
/
+1
*
shared: use SocketAddress in socket_address_matches_fd()
Michal Schmidt
2015-02-20
1
-18
/
+18
*
core, shared: in deserializing, match same files reached via different paths
Michal Schmidt
2015-02-20
1
-6
/
+4
*
treewide: another round of simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: yet more log_*_errno + return simplifications
Michal Schmidt
2014-11-28
1
-4
/
+2
*
treewide: more log_*_errno() conversions
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: no need to negate errno for log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
treewide: auto-convert the simple cases to log_*_errno()
Michal Schmidt
2014-11-28
1
-1
/
+1
*
socket-util: use IP address when hostname is not found
Zbigniew Jędrzejewski-Szmek
2014-10-23
1
-10
/
+10
*
util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...
Lennart Poettering
2014-08-15
1
-0
/
+19
*
resolved: skip IPv6 LLMNR if IPv6 is not available
Lennart Poettering
2014-08-13
1
-2
/
+2
*
timesyncd: move the generic sockaddr_equal() call to socket-util.h
Lennart Poettering
2014-08-12
1
-0
/
+16
*
shared/socket-util: add function to query remote address
Zbigniew Jędrzejewski-Szmek
2014-07-16
1
-4
/
+46
*
shared: split out in_addr related calls from socket-util.[ch] into its privat...
Lennart Poettering
2014-07-10
1
-187
/
+0
*
fix in_addr_prefix_intersect for 32bits
Marc-Antoine Perennou
2014-06-22
1
-1
/
+1
*
networkd: add a number of calls to manipulate in_addr_union structs
Lennart Poettering
2014-06-18
1
-0
/
+187
*
socket: optionally remove sockets/FIFOs in the file system after use
Lennart Poettering
2014-06-04
1
-0
/
+15
*
Remove unnecessary casts in printfs
Zbigniew Jędrzejewski-Szmek
2014-05-15
1
-1
/
+1
*
make gcc shut up
Lennart Poettering
2014-02-19
1
-1
/
+1
*
shared: fix getpeername_pretty() for AF_UNIX sockets
Lennart Poettering
2013-12-25
1
-1
/
+1
*
unit: include peer identity in description of per-connection socket-activated...
Lennart Poettering
2013-12-25
1
-6
/
+2
*
util: unify SO_PEERCRED/SO_PEERSEC invocations
Lennart Poettering
2013-12-24
1
-3
/
+4
*
socket: rework things to have only one sockaddr formatter
Lennart Poettering
2013-11-07
1
-150
/
+127
*
socket-proxyd: rework to support multiple sockets and splice()-based zero-cop...
Lennart Poettering
2013-11-06
1
-0
/
+83
*
active: rework make_socket_fd() to be based on socket_address_listen()
Lennart Poettering
2013-11-06
1
-39
/
+0
*
Modernization
Zbigniew Jędrzejewski-Szmek
2013-10-13
1
-7
/
+10
*
core: rework how we match mount units against each other
Lennart Poettering
2013-09-26
1
-4
/
+4
*
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-18
1
-2
/
+2
*
errno is positive
Zbigniew Jędrzejewski-Szmek
2013-04-12
1
-1
/
+1
*
Always use errno > 0 to help gcc
Zbigniew Jędrzejewski-Szmek
2013-03-29
1
-1
/
+1
*
systemd-activate: add a socket-activation test tool
Zbigniew Jędrzejewski-Szmek
2013-02-28
1
-0
/
+39
*
honor SELinux labels, when creating and writing config files
Harald Hoyer
2013-02-14
1
-0
/
+1
*
use strneq instead of strncmp
Thomas Hindoe Paaboel Andersen
2013-02-13
1
-1
/
+1
*
socket: support socket activation of containers
Lennart Poettering
2012-12-22
1
-0
/
+49
*
socket-util: added check of return value
Michal Sekletar
2012-12-17
1
-0
/
+2
*
shared/socket-util: kill gcc warning about uninitialized variable
Zbigniew Jędrzejewski-Szmek
2012-11-13
1
-2
/
+1
*
shared, core: do not always accept numbers in string lookups
Michal Schmidt
2012-10-30
1
-16
/
+10
*
man: document behaviour of ListenStream= with only a port number in regards t...
Lennart Poettering
2012-10-03
1
-1
/
+2
*
util: split-out path-util.[ch]
Kay Sievers
2012-05-08
1
-0
/
+1
*
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-12
1
-4
/
+4
*
split selinux label operations out of cgroup-util, socket-util
Kay Sievers
2012-04-11
1
-104
/
+0
*
rename basic.la to shared.la and put selinux deps in shared-selinx.la
Kay Sievers
2012-04-10
1
-0
/
+1
*
util: move all to shared/ and split external dependencies in separate interna...
Kay Sievers
2012-04-10
1
-0
/
+652