summaryrefslogtreecommitdiff
path: root/src/socket.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-20service: when reloading a service fails don't fail the entire service but jus...Lennart Poettering1-1/+1
2011-01-18execute: make sending of SIGKILL on shutdown optionalLennart Poettering1-4/+14
2010-11-17cgroup: by default, duplicate service cgroup in the cpu hierarchyLennart Poettering1-1/+1
2010-10-29units: order units by default before appropriate targets in case they are pul...Lennart Poettering1-1/+5
2010-10-29unit: get rid of gnoreDependencyFailure= instead treat ConflictedBy= as weake...Lennart Poettering1-1/+1
2010-10-22systemctl: introduce systemctl killLennart Poettering1-0/+48
2010-10-08service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a serviceLennart Poettering1-1/+1
2010-10-05socket: make sockets to pass to a service configurableLennart Poettering1-4/+25
2010-10-05socket: make service to start on incoming traffic configurableLennart Poettering1-2/+9
2010-09-21socket: Support IPv6-less systems with runtime check.Fabiano Fidencio1-1/+7
2010-09-14socket: fix output of TCP congestion optionsLennart Poettering1-1/+1
2010-09-01unit: unify some codeLennart Poettering1-1/+1
2010-08-31service: rework killing logic so that we always kill the main process, even i...Lennart Poettering1-11/+31
2010-08-31manager: add missing second part of s/maintenance/failed/Matthew Miller1-9/+9
2010-08-20selinux: properly query policy for FIFO filesLennart Poettering1-7/+12
2010-08-20dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering1-3/+10
2010-08-14emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering1-1/+1
2010-08-11selinux: split off selinux calls into seperate file label.cLennart Poettering1-0/+1
2010-08-11clang: fix numerous little issues found with clang-analyzerLennart Poettering1-6/+5
2010-08-11socket: disable GC for pre-allocated per-connection service until it is usedLennart Poettering1-0/+3
2010-08-09manager: when two pending jobs conflict, keep the one that "conflicts", remov...Lennart Poettering1-1/+1
2010-08-03Systemd is causing mislabeled devices to be created and then attempting to re...Daniel J Walsh1-81/+13
2010-08-03socket: Allow selection of TCP Congestion Avoidance algorithm to socketTomasz Torcz1-2/+12
2010-07-23socket: SELinux support for socket creation.Daniel J Walsh1-18/+84
2010-07-20socket: fix access mode verification of FIFOsLennart Poettering1-1/+1
2010-07-19systemctl: introduce reset-maintenance commandLennart Poettering1-0/+13
2010-07-17execute: bump up log level of executed processes that failedLennart Poettering1-1/+2
2010-07-16socket: prepare for proper selinux labelling of socketsLennart Poettering1-42/+146
2010-07-16socket: don't allow mixing of accepting and non-accepting sockets in the same...Lennart Poettering1-0/+5
2010-07-13socket: when going down, flush all queued socketsLennart Poettering1-1/+12
2010-07-13socket: when the socket is supposed to stop, don't accept any connections any...Lennart Poettering1-0/+7
2010-07-12execute: optionally ignore return status of invoked commandsLennart Poettering1-2/+6
2010-07-10service: allow immediate stopping while startingLennart Poettering1-7/+9
2010-07-10execute: add ability to configure the kill signalLennart Poettering1-7/+5
2010-07-09socket: fix loading of .service files for .socket filesLennart Poettering1-1/+1
2010-07-08install: various improvementsLennart Poettering1-1/+1
2010-07-08execute: if the main process of a service already owns the TTY, don't wait fo...Lennart Poettering1-0/+1
2010-07-08dbus: make errors reported via D-Bus more usefulLennart Poettering1-4/+9
2010-07-04dbus: complete exec status coverageLennart Poettering1-1/+1
2010-07-03unit: add DefaultDependencies= settingLennart Poettering1-0/+16
2010-07-03unit: simplify things a little by introducing API to add two dependencies in ...Lennart Poettering1-4/+1
2010-07-01man: document socket unitsLennart Poettering1-5/+0
2010-07-01socket: on ipv6 try to use IPV6_UNICAST_HOPS sockoptLennart Poettering1-3/+9
2010-07-01unit: shorten active state enums to make systemctl output nicerLennart Poettering1-1/+1
2010-07-01unit: add new abstracted maintenance state for unitsLennart Poettering1-1/+1
2010-07-01socket: make various socket/pipe options configurableLennart Poettering1-2/+107
2010-06-19service: require KillMode=control-group when PAM is enabledLennart Poettering1-1/+6
2010-06-19unit: get rid of various unnecessary castsLennart Poettering1-8/+8
2010-06-19don't use 'long long' unless we have a really good reason toLennart Poettering1-5/+5
2010-06-19socket: enforce limit on number of concurrent connectionsLennart Poettering1-9/+64