summaryrefslogtreecommitdiff
path: root/src/shared/socket-util.c
AgeCommit message (Expand)Author
2014-11-28treewide: more log_*_errno() conversionsMichal Schmidt
2014-11-28treewide: no need to negate errno for log_*_errno()Michal Schmidt
2014-11-28treewide: auto-convert the simple cases to log_*_errno()Michal Schmidt
2014-10-23socket-util: use IP address when hostname is not foundZbigniew Jędrzejewski-Szmek
2014-08-15util: never use ether_ntoa(), since it formats with %x, not %02x, which makes...Lennart Poettering
2014-08-13resolved: skip IPv6 LLMNR if IPv6 is not availableLennart Poettering
2014-08-12timesyncd: move the generic sockaddr_equal() call to socket-util.hLennart Poettering
2014-07-15shared/socket-util: add function to query remote addressZbigniew Jędrzejewski-Szmek
2014-07-10shared: split out in_addr related calls from socket-util.[ch] into its privat...Lennart Poettering
2014-06-22fix in_addr_prefix_intersect for 32bitsMarc-Antoine Perennou
2014-06-18networkd: add a number of calls to manipulate in_addr_union structsLennart Poettering
2014-06-04socket: optionally remove sockets/FIFOs in the file system after useLennart Poettering
2014-05-15Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek
2014-02-19make gcc shut upLennart Poettering
2013-12-25shared: fix getpeername_pretty() for AF_UNIX socketsLennart Poettering
2013-12-25unit: include peer identity in description of per-connection socket-activated...Lennart Poettering
2013-12-24util: unify SO_PEERCRED/SO_PEERSEC invocationsLennart Poettering
2013-11-07socket: rework things to have only one sockaddr formatterLennart Poettering
2013-11-06socket-proxyd: rework to support multiple sockets and splice()-based zero-cop...Lennart Poettering
2013-11-06active: rework make_socket_fd() to be based on socket_address_listen()Lennart Poettering
2013-10-13ModernizationZbigniew Jędrzejewski-Szmek
2013-09-26core: rework how we match mount units against each otherLennart Poettering
2013-04-18move _cleanup_ attribute in front of the typeHarald Hoyer
2013-04-11errno is positiveZbigniew Jędrzejewski-Szmek
2013-03-29Always use errno > 0 to help gccZbigniew Jędrzejewski-Szmek
2013-02-27systemd-activate: add a socket-activation test toolZbigniew Jędrzejewski-Szmek
2013-02-14honor SELinux labels, when creating and writing config filesHarald Hoyer
2013-02-13use strneq instead of strncmpThomas Hindoe Paaboel Andersen
2012-12-22socket: support socket activation of containersLennart Poettering
2012-12-17socket-util: added check of return valueMichal Sekletar
2012-11-13shared/socket-util: kill gcc warning about uninitialized variableZbigniew Jędrzejewski-Szmek
2012-10-30shared, core: do not always accept numbers in string lookupsMichal Schmidt
2012-10-03man: document behaviour of ListenStream= with only a port number in regards t...Lennart Poettering
2012-05-08util: split-out path-util.[ch]Kay Sievers
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11split selinux label operations out of cgroup-util, socket-utilKay Sievers
2012-04-10rename basic.la to shared.la and put selinux deps in shared-selinx.laKay Sievers
2012-04-10util: move all to shared/ and split external dependencies in separate interna...Kay Sievers