summaryrefslogtreecommitdiff
path: root/socket.h
AgeCommit message (Collapse)Author
2010-04-21reorder large structs a little, based on pahole infoLennart Poettering
2010-04-21reload: implement reload/reexec logicLennart Poettering
2010-04-15socket: optionally call accept() for incoming connections and spawn one ↵Lennart Poettering
service instance per connection
2010-04-13rework tty handlingLennart Poettering
We now make sure to run all services in their own session, possibly with a controlling terminal. This also extends the service and socket state machines a little.
2010-04-10mount: implement mounting properlyLennart Poettering
This also includes code that writes utmp/wtmp records when applicable, making use the mount infrastructure to detct when those files are accessible. Finally, this also introduces a --dump-configuration-items switch.
2010-04-08execute: make kill mode configurableLennart Poettering
2010-02-12socket: allow configuration of socket/directory modeLennart Poettering
2010-02-03license: add GPLv2+ license blurbs everwhereLennart Poettering
2010-01-27notify socket unit when service unit diesLennart Poettering
2010-01-27yay, we can start socket unitsLennart Poettering
2010-01-26s/name/unitLennart Poettering
2010-01-26various cleanupsLennart Poettering
2010-01-26first attempt at proper service/socket logicLennart Poettering
2010-01-23rework socket handlingLennart Poettering
2010-01-23first attempt in implementinging execution logicLennart Poettering