summaryrefslogtreecommitdiff
path: root/src/shared/socket-util.h
Commit message (Expand)AuthorAgeFilesLines
* util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...Lennart Poettering2014-08-151-0/+5
* timesyncd: move the generic sockaddr_equal() call to socket-util.hLennart Poettering2014-08-121-0/+2
* shared/socket-util: add function to query remote addressZbigniew Jędrzejewski-Szmek2014-07-151-0/+3
* shared: split out in_addr related calls from socket-util.[ch] into its privat...Lennart Poettering2014-07-101-17/+0
* nss-myhostname: move local address listing logic into shared, so that we can ...Lennart Poettering2014-07-101-0/+5
* networkd: add a number of calls to manipulate in_addr_union structsLennart Poettering2014-06-181-0/+7
* socket-util: introduce in_addr_union similar to sockaddr_union and make use o...Lennart Poettering2014-06-181-1/+5
* socket: optionally remove sockets/FIFOs in the file system after useLennart Poettering2014-06-041-0/+1
* activate: export make_socket_fdZbigniew Jędrzejewski-Szmek2014-03-171-0/+1
* shared: Add struct sockaddr_ll to sockaddr_unionPatrik Flykt2013-12-121-0/+2
* socket: rework things to have only one sockaddr formatterLennart Poettering2013-11-071-6/+8
* socket-proxyd: rework to support multiple sockets and splice()-based zero-cop...Lennart Poettering2013-11-061-0/+2
* active: rework make_socket_fd() to be based on socket_address_listen()Lennart Poettering2013-11-061-4/+2
* core: rework how we match mount units against each otherLennart Poettering2013-09-261-1/+1
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-5/+5
* systemd-activate: add a socket-activation test toolZbigniew Jędrzejewski-Szmek2013-02-271-0/+2
* socket: support socket activation of containersLennart Poettering2012-12-221-0/+2
* shared, core: do not always accept numbers in string lookupsMichal Schmidt2012-10-301-1/+1
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-191-4/+1
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* util: move all to shared/ and split external dependencies in separate interna...Kay Sievers2012-04-101-0/+102