aboutsummaryrefslogtreecommitdiffstats
path: root/src/satd.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* finish satd-diminished, satd-timer to be writtenMattias Andrée2015-12-291-7/+23
* fix possible race conditionMattias Andrée2015-12-291-9/+7
* mMattias Andrée2015-12-291-1/+2
* fix warningsMattias Andrée2015-12-291-9/+6
* ...Mattias Andrée2015-12-291-28/+18
* start daemon and send messageMattias Andrée2015-12-291-1/+1
* m simplificationMattias Andrée2015-12-291-8/+4
* implement job running in remove_jobMattias Andrée2015-12-291-2/+1
* feature test macrosMattias Andrée2015-12-291-4/+3
* fix errorsMattias Andrée2015-12-291-1/+0
* how silly, I did not remove the line when I adapted it (whence I copied it) to leave the current user the ownerMattias Andrée2015-12-281-1/+0
* mMattias Andrée2015-12-281-1/+0
* m + receive messagesMattias Andrée2015-12-281-6/+7
* what was I thingingMattias Andrée2015-12-281-2/+0
* support recovering from a crashMattias Andrée2015-12-281-0/+2
* 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