index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
shared
/
socket-util.h
Age
Commit message (
Expand
)
Author
2014-08-15
util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...
Lennart Poettering
2014-08-12
timesyncd: move the generic sockaddr_equal() call to socket-util.h
Lennart Poettering
2014-07-15
shared/socket-util: add function to query remote address
Zbigniew Jędrzejewski-Szmek
2014-07-10
shared: split out in_addr related calls from socket-util.[ch] into its privat...
Lennart Poettering
2014-07-10
nss-myhostname: move local address listing logic into shared, so that we can ...
Lennart Poettering
2014-06-18
networkd: add a number of calls to manipulate in_addr_union structs
Lennart Poettering
2014-06-18
socket-util: introduce in_addr_union similar to sockaddr_union and make use o...
Lennart Poettering
2014-06-04
socket: optionally remove sockets/FIFOs in the file system after use
Lennart Poettering
2014-03-17
activate: export make_socket_fd
Zbigniew Jędrzejewski-Szmek
2013-12-12
shared: Add struct sockaddr_ll to sockaddr_union
Patrik Flykt
2013-11-07
socket: rework things to have only one sockaddr formatter
Lennart Poettering
2013-11-06
socket-proxyd: rework to support multiple sockets and splice()-based zero-cop...
Lennart Poettering
2013-11-06
active: rework make_socket_fd() to be based on socket_address_listen()
Lennart Poettering
2013-09-26
core: rework how we match mount units against each other
Lennart Poettering
2013-05-02
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-02-27
systemd-activate: add a socket-activation test tool
Zbigniew Jędrzejewski-Szmek
2012-12-22
socket: support socket activation of containers
Lennart Poettering
2012-10-30
shared, core: do not always accept numbers in string lookups
Michal Schmidt
2012-07-19
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-04-10
util: move all to shared/ and split external dependencies in separate interna...
Kay Sievers