summaryrefslogtreecommitdiff
path: root/src/socket.h
AgeCommit message (Collapse)AuthorFilesLines
2011-11-30socket: add option for SO_PASSCREDMichal Schmidt1-0/+1
Add an option to enable SO_PASSCRED for unix sockets.
2011-05-19socket: expose SO_BROADCASTLennart Poettering1-0/+1
2011-05-19socket: expose IP_TRANSPARENTLennart Poettering1-0/+1
2011-05-17socket: add POSIX mqueue supportLennart Poettering1-0/+3
2011-04-20socket: support ListeSpecial= socketsLennart Poettering1-0/+1
2010-08-31manager: add missing second part of s/maintenance/failed/Matthew Miller1-1/+1
2010-08-17emacs: disable tabs in .h files, tooLennart Poettering1-1/+1
2010-08-11pahole: rearrange structs to make them smallerLennart Poettering1-13/+15
2010-08-03socket: Allow selection of TCP Congestion Avoidance algorithm to socketTomasz Torcz1-0/+1
Hi, attached path extends socket configurables with another knob - TCP Congestion Avoidance selection. Linux implements handful of those, useful in various situations. For example, TCP Low Priority may be used by FTP service to gracefully yield bandwidth for more important TCP/IP streams. Until recently TCP_CONGESTION was Linux-specific, recently FreeBSD 8 and OpenSolaris gained compatible support.
2010-07-16socket: prepare for proper selinux labelling of socketsLennart Poettering1-0/+3
2010-07-10execute: add ability to configure the kill signalLennart Poettering1-2/+0
2010-07-01socket: make various socket/pipe options configurableLennart Poettering1-7/+18
2010-06-19socket: enforce limit on number of concurrent connectionsLennart Poettering1-0/+5
2010-06-16tcpwrap: execute tcpwrap check in forked client, to avoid blocking name ↵Lennart Poettering1-2/+0
lookups in main systemd process
2010-06-16socket: add optional libwrap supportLennart Poettering1-0/+2
2010-06-16typo: the correct spelling is maintenance not maintainanceLennart Poettering1-1/+1
2010-05-24path: add .path unit type for monitoring filesLennart Poettering1-5/+3
2010-05-21socket: fix parsing of bind_ipv6_onlyLennart Poettering1-2/+1
2010-05-16build-sys: move source files to subdirectoryLennart Poettering1-0/+132