aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* what was I thingingMattias Andrée2015-12-282-21/+1
* typoMattias Andrée2015-12-281-1/+1
* reap children in sighandler to avoid getting stuck at EAGAINMattias Andrée2015-12-281-2/+10
* mMattias Andrée2015-12-281-1/+1
* m + reexec on sighup + reap childrenMattias Andrée2015-12-281-7/+42
* m + all of this is probably unnecessary for most usersMattias Andrée2015-12-282-0/+7
* mMattias Andrée2015-12-281-1/+2
* mMattias Andrée2015-12-281-2/+3
* just in caseMattias Andrée2015-12-281-0/+2
* support recovering from a crashMattias Andrée2015-12-282-0/+19
* that is why I used MSG_PEEK initiallyMattias Andrée2015-12-281-1/+1
* accept connections and for-exec to appropriate imageMattias Andrée2015-12-282-6/+68
* close state file + unlink before closing to avoid race conditionMattias Andrée2015-12-282-2/+3
* sat only has one queueMattias Andrée2015-12-281-0/+4
* a file guideMattias Andrée2015-12-281-0/+19
* typoMattias Andrée2015-12-281-1/+1
* create state fileMattias Andrée2015-12-282-21/+74
* add depsMattias Andrée2015-12-281-0/+3
* use CLOCK_BOOTTIME rather than CLOCK_MONOTONICMattias Andrée2015-12-281-3/+3
* ...Mattias Andrée2015-12-282-19/+46
* satd: exec to an image without init textMattias Andrée2015-12-282-4/+53
* 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-283-11/+126
* reorder actionsMattias Andrée2015-12-281-15/+15
* docMattias Andrée2015-12-281-1/+1
* get hook-script pathnameMattias Andrée2015-12-282-1/+63
* typoMattias Andrée2015-12-281-1/+1
* 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-282-8/+37
* listenMattias Andrée2015-12-281-0/+15
* mMattias Andrée2015-12-281-8/+4
* fix errors and tidy upMattias Andrée2015-12-2810-235/+206
* 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
* remove empty environment entiresMattias Andrée2015-12-261-0/+15
* job ids must not be empty stringsMattias Andrée2015-12-262-2/+4
* marshalled arrays are not empty-element-terminatedMattias Andrée2015-12-262-5/+6
* create socketMattias Andrée2015-12-261-3/+76
* mMattias Andrée2015-12-261-1/+1
* mMattias Andrée2015-12-261-2/+2
* send jobMattias Andrée2015-12-251-7/+16
* satr run select jobs + satrm can remove multiple jobsMattias Andrée2015-12-255-44/+113
* improve send_commandMattias Andrée2015-12-255-21/+37
* it shall be possible to slect jobs in satrMattias Andrée2015-12-251-1/+1
* daemoniseMattias Andrée2015-12-253-7/+81