summaryrefslogtreecommitdiff
path: root/src/shared/socket-util.c
Commit message (Expand)AuthorAge
* treewide: another round of simplificationsMichal Schmidt2014-11-28
* treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt2014-11-28
* treewide: yet more log_*_errno + return simplificationsMichal Schmidt2014-11-28
* treewide: more log_*_errno() conversionsMichal Schmidt2014-11-28
* treewide: no need to negate errno for log_*_errno()Michal Schmidt2014-11-28
* treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt2014-11-28
* socket-util: use IP address when hostname is not foundZbigniew Jędrzejewski-Szmek2014-10-23
* util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...Lennart Poettering2014-08-15
* resolved: skip IPv6 LLMNR if IPv6 is not availableLennart Poettering2014-08-13
* 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
* fix in_addr_prefix_intersect for 32bitsMarc-Antoine Perennou2014-06-22
* networkd: add a number of calls to manipulate in_addr_union structsLennart Poettering2014-06-18
* socket: optionally remove sockets/FIFOs in the file system after useLennart Poettering2014-06-04
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* make gcc shut upLennart Poettering2014-02-19
* shared: fix getpeername_pretty() for AF_UNIX socketsLennart Poettering2013-12-25
* unit: include peer identity in description of per-connection socket-activated...Lennart Poettering2013-12-25
* util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering2013-12-24
* 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
* ModernizationZbigniew Jędrzejewski-Szmek2013-10-13
* core: rework how we match mount units against each otherLennart Poettering2013-09-26
* move _cleanup_ attribute in front of the typeHarald Hoyer2013-04-18
* errno is positiveZbigniew Jędrzejewski-Szmek2013-04-11
* Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek2013-03-29
* systemd-activate: add a socket-activation test toolZbigniew Jędrzejewski-Szmek2013-02-27
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-14
* use strneq instead of strncmpThomas Hindoe Paaboel Andersen2013-02-13
* socket: support socket activation of containersLennart Poettering2012-12-22
* socket-util: added check of return valueMichal Sekletar2012-12-17
* shared/socket-util: kill gcc warning about uninitialized variableZbigniew Jędrzejewski-Szmek2012-11-13
* shared, core: do not always accept numbers in string lookupsMichal Schmidt2012-10-30
* man: document behaviour of ListenStream= with only a port number in regards t...Lennart Poettering2012-10-03
* util: split-out path-util.[ch]Kay Sievers2012-05-08
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* split selinux label operations out of cgroup-util, socket-utilKay Sievers2012-04-11
* rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers2012-04-10
* util: move all to shared/ and split external dependencies in separate interna...Kay Sievers2012-04-10