summaryrefslogtreecommitdiff
path: root/src/core/socket.h
AgeCommit message (Expand)Author
2016-05-25stuffLuke Shumaker
2016-02-10Merge pull request #2569 from zonque/removalsMartin Pitt
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-10core: make the StartLimitXYZ= settings generic and apply to any kind of unit,...Lennart Poettering
2015-11-18tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen
2015-11-18socket: Add support for socket protcolSusant Sahani
2015-10-06core: add support for naming file descriptors passed using socket activationLennart Poettering
2015-10-06core: simplify fd collection code, return number of fds as return valueLennart Poettering
2015-10-01core: add new setting Writable= to ListenSpecial= socket unitsLennart Poettering
2015-09-28Move all unit states to basic/ and extend systemctl --state=helpZbigniew Jędrzejewski-Szmek
2015-09-22core: Add socket type for usb functionfs endpointsPawel Szewczyk
2015-09-22core: Add list of additional file descriptors to socket portPawel Szewczyk
2015-03-02core: expose consumed CPU time per unitLennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2014-09-19socket: introduce SELinuxContextFromNet optionMichal Sekletar
2014-08-19Revert "socket: introduce SELinuxLabelViaNet option"Lennart Poettering
2014-08-19socket: introduce SELinuxLabelViaNet optionMichal Sekletar
2014-08-14socket: Add support for TCP defer acceptSusant Sahani
2014-08-14socket: Add Support for TCP keep alive variablesSusant Sahani
2014-08-14Revert "socket: add support for TCP fast Open"Lennart Poettering
2014-08-14socket: add support for TCP fast OpenSusant Sahani
2014-08-14socket: add support for tcp nagleSusant Sahani
2014-07-20systemd-verify: a simple tool for offline unit verificationZbigniew Jędrzejewski-Szmek
2014-06-05socket: add SocketUser= and SocketGroup= for chown()ing sockets in the file s...Lennart Poettering
2014-06-04socket: add new Symlinks= option for socket unitsLennart Poettering
2014-06-04socket: optionally remove sockets/FIFOs in the file system after useLennart Poettering
2013-11-27service: add the ability for units to join other unit's PrivateNetwork= and P...Lennart Poettering
2013-11-20core: convert PID 1 to libsystemd-busLennart Poettering
2013-09-26core: rework how we match mount units against each otherLennart Poettering
2013-09-12core: notify triggered by socket of a serviceUmut Tezduyar
2013-07-11basic SO_REUSEPORT supportShawn Landden
2013-06-27core: general cgroup reworkLennart Poettering
2013-05-08Rearrange a few fields to reduce holesZbigniew Jędrzejewski-Szmek
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2013-04-01Add Listen* to dbus propertiesOleksii Shevchuk
2013-01-17units: for all unit settings that take lists, allow the empty string for rese...Lennart Poettering
2012-11-06Revert "Implement SocketUser= and SocketGroup= for [Socket]"Dave Reisner
2012-11-05Implement SocketUser= and SocketGroup= for [Socket]Dave Reisner
2012-10-30SMACK: Add configuration options. (v3)Auke Kok
2012-07-20unit: split off KillContext from ExecContext containing only kill definitionsLennart Poettering
2012-07-19use #pragma once instead of foo*foo #define guardsShawn Landden
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-11move libsystemd_core.la sources into core/Kay Sievers