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