summaryrefslogtreecommitdiff
path: root/src/socket.c
AgeCommit message (Expand)Author
2010-09-01unit: unify some codeLennart Poettering
2010-08-31service: rework killing logic so that we always kill the main process, even i...Lennart Poettering
2010-08-31manager: add missing second part of s/maintenance/failed/Matthew Miller
2010-08-20selinux: properly query policy for FIFO filesLennart Poettering
2010-08-20dbus: follow standardized fdo PropertiesChanged signal specLennart Poettering
2010-08-14emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering
2010-08-11selinux: split off selinux calls into seperate file label.cLennart Poettering
2010-08-11clang: fix numerous little issues found with clang-analyzerLennart Poettering
2010-08-11socket: disable GC for pre-allocated per-connection service until it is usedLennart Poettering
2010-08-09manager: when two pending jobs conflict, keep the one that "conflicts", remov...Lennart Poettering
2010-08-03Systemd is causing mislabeled devices to be created and then attempting to re...Daniel J Walsh
2010-08-03socket: Allow selection of TCP Congestion Avoidance algorithm to socketTomasz Torcz
2010-07-23socket: SELinux support for socket creation.Daniel J Walsh
2010-07-20socket: fix access mode verification of FIFOsLennart Poettering
2010-07-19systemctl: introduce reset-maintenance commandLennart Poettering
2010-07-17execute: bump up log level of executed processes that failedLennart Poettering
2010-07-16socket: prepare for proper selinux labelling of socketsLennart Poettering
2010-07-16socket: don't allow mixing of accepting and non-accepting sockets in the same...Lennart Poettering
2010-07-13socket: when going down, flush all queued socketsLennart Poettering
2010-07-13socket: when the socket is supposed to stop, don't accept any connections any...Lennart Poettering
2010-07-12execute: optionally ignore return status of invoked commandsLennart Poettering
2010-07-10service: allow immediate stopping while startingLennart Poettering
2010-07-10execute: add ability to configure the kill signalLennart Poettering
2010-07-09socket: fix loading of .service files for .socket filesLennart Poettering
2010-07-08install: various improvementsLennart Poettering
2010-07-08execute: if the main process of a service already owns the TTY, don't wait fo...Lennart Poettering
2010-07-08dbus: make errors reported via D-Bus more usefulLennart Poettering
2010-07-04dbus: complete exec status coverageLennart Poettering
2010-07-03unit: add DefaultDependencies= settingLennart Poettering
2010-07-03unit: simplify things a little by introducing API to add two dependencies in ...Lennart Poettering
2010-07-01man: document socket unitsLennart Poettering
2010-07-01socket: on ipv6 try to use IPV6_UNICAST_HOPS sockoptLennart Poettering
2010-07-01unit: shorten active state enums to make systemctl output nicerLennart Poettering
2010-07-01unit: add new abstracted maintenance state for unitsLennart Poettering
2010-07-01socket: make various socket/pipe options configurableLennart Poettering
2010-06-19service: require KillMode=control-group when PAM is enabledLennart Poettering
2010-06-19unit: get rid of various unnecessary castsLennart Poettering
2010-06-19don't use 'long long' unless we have a really good reason toLennart Poettering
2010-06-19socket: enforce limit on number of concurrent connectionsLennart Poettering
2010-06-17service: rework PID parsing logic everywhereLennart Poettering
2010-06-16tcpwrap: execute tcpwrap check in forked client, to avoid blocking name looku...Lennart Poettering
2010-06-16socket: add optional libwrap supportLennart Poettering
2010-06-16typo: the correct spelling is maintenance not maintainanceLennart Poettering
2010-06-16notify: add minimal readiness/status protocol for spawned daemonsLennart Poettering
2010-06-05socket: verify socket type properly when desrializingLennart Poettering
2010-05-24path: add .path unit type for monitoring filesLennart Poettering
2010-05-24timer: fully implement timer unitsLennart Poettering
2010-05-21socket: fix parsing of bind_ipv6_onlyLennart Poettering
2010-05-20socket: fix error handlingLennart Poettering
2010-05-20socket: format IPv4-in-IPv6 addresses as IPv4 addresses for instance nameLennart Poettering