aboutsummaryrefslogtreecommitdiffstats
path: root/src/satd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* close state file + unlink before closing to avoid race conditionMattias Andrée2015-12-281-1/+1
* create state fileMattias Andrée2015-12-281-19/+65
* satd: exec to an image without init textMattias Andrée2015-12-281-4/+3
* mMattias Andrée2015-12-281-1/+1
* we do not need to be able to pass the file descriptor via well defined fd:s now that we can keep the socket when called daemoniseMattias Andrée2015-12-281-22/+4
* update daemonise, and daemonise when fully initialisedMattias Andrée2015-12-281-3/+7
* reorder actionsMattias Andrée2015-12-281-15/+15
* docMattias Andrée2015-12-281-1/+1
* get hook-script pathnameMattias Andrée2015-12-281-1/+55
* whitespaceMattias Andrée2015-12-281-0/+1
* the socket can be passed via stdinMattias Andrée2015-12-281-5/+34
* mMattias Andrée2015-12-281-1/+4
* unlink socket on flock failureMattias Andrée2015-12-281-1/+4
* docMattias Andrée2015-12-281-0/+1
* fix errors + use flock on socketMattias Andrée2015-12-281-4/+31
* listenMattias Andrée2015-12-281-0/+15
* mMattias Andrée2015-12-281-8/+4
* fix errors and tidy upMattias Andrée2015-12-281-49/+11
* the socket shall be opened on fd 3 (you will see why later)Mattias Andrée2015-12-281-0/+4
* docMattias Andrée2015-12-281-0/+10
* create socketMattias Andrée2015-12-261-3/+76
* mMattias Andrée2015-12-261-1/+1
* daemoniseMattias Andrée2015-12-251-1/+12
* satd: command lineMattias Andrée2015-12-241-0/+34
* all of the commandsMattias Andrée2015-12-231-0/+30