Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | m + receive messages | Mattias Andrée | 2015-12-28 | 11 | -36/+452 | |
* | ... | Mattias Andrée | 2015-12-28 | 1 | -2/+4 | |
* | what was I thinging | Mattias Andrée | 2015-12-28 | 2 | -21/+1 | |
* | typo | Mattias Andrée | 2015-12-28 | 1 | -1/+1 | |
* | reap children in sighandler to avoid getting stuck at EAGAIN | Mattias Andrée | 2015-12-28 | 1 | -2/+10 | |
* | m | Mattias Andrée | 2015-12-28 | 1 | -1/+1 | |
* | m + reexec on sighup + reap children | Mattias Andrée | 2015-12-28 | 1 | -7/+42 | |
* | m + all of this is probably unnecessary for most users | Mattias Andrée | 2015-12-28 | 2 | -0/+7 | |
* | m | Mattias Andrée | 2015-12-28 | 1 | -1/+2 | |
* | m | Mattias Andrée | 2015-12-28 | 1 | -2/+3 | |
* | just in case | Mattias Andrée | 2015-12-28 | 1 | -0/+2 | |
* | support recovering from a crash | Mattias Andrée | 2015-12-28 | 2 | -0/+19 | |
* | that is why I used MSG_PEEK initially | Mattias Andrée | 2015-12-28 | 1 | -1/+1 | |
* | accept connections and for-exec to appropriate image | Mattias Andrée | 2015-12-28 | 2 | -6/+68 | |
* | close state file + unlink before closing to avoid race condition | Mattias Andrée | 2015-12-28 | 2 | -2/+3 | |
* | sat only has one queue | Mattias Andrée | 2015-12-28 | 1 | -0/+4 | |
* | a file guide | Mattias Andrée | 2015-12-28 | 1 | -0/+19 | |
* | typo | Mattias Andrée | 2015-12-28 | 1 | -1/+1 | |
* | create state file | Mattias Andrée | 2015-12-28 | 2 | -21/+74 | |
* | add deps | Mattias Andrée | 2015-12-28 | 1 | -0/+3 | |
* | use CLOCK_BOOTTIME rather than CLOCK_MONOTONIC | Mattias Andrée | 2015-12-28 | 1 | -3/+3 | |
* | ... | Mattias Andrée | 2015-12-28 | 2 | -19/+46 | |
* | satd: exec to an image without init text | Mattias Andrée | 2015-12-28 | 2 | -4/+53 | |
* | m | Mattias Andrée | 2015-12-28 | 1 | -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 daemonise | Mattias Andrée | 2015-12-28 | 1 | -22/+4 | |
* | update daemonise, and daemonise when fully initialised | Mattias Andrée | 2015-12-28 | 3 | -11/+126 | |
* | reorder actions | Mattias Andrée | 2015-12-28 | 1 | -15/+15 | |
* | doc | Mattias Andrée | 2015-12-28 | 1 | -1/+1 | |
* | get hook-script pathname | Mattias Andrée | 2015-12-28 | 2 | -1/+63 | |
* | typo | Mattias Andrée | 2015-12-28 | 1 | -1/+1 | |
* | whitespace | Mattias Andrée | 2015-12-28 | 1 | -0/+1 | |
* | the socket can be passed via stdin | Mattias Andrée | 2015-12-28 | 1 | -5/+34 | |
* | m | Mattias Andrée | 2015-12-28 | 1 | -1/+4 | |
* | unlink socket on flock failure | Mattias Andrée | 2015-12-28 | 1 | -1/+4 | |
* | doc | Mattias Andrée | 2015-12-28 | 1 | -0/+1 | |
* | fix errors + use flock on socket | Mattias Andrée | 2015-12-28 | 2 | -8/+37 | |
* | listen | Mattias Andrée | 2015-12-28 | 1 | -0/+15 | |
* | m | Mattias Andrée | 2015-12-28 | 1 | -8/+4 | |
* | fix errors and tidy up | Mattias Andrée | 2015-12-28 | 10 | -235/+206 | |
* | the socket shall be opened on fd 3 (you will see why later) | Mattias Andrée | 2015-12-28 | 1 | -0/+4 | |
* | doc | Mattias Andrée | 2015-12-28 | 1 | -0/+10 | |
* | remove empty environment entires | Mattias Andrée | 2015-12-26 | 1 | -0/+15 | |
* | job ids must not be empty strings | Mattias Andrée | 2015-12-26 | 2 | -2/+4 | |
* | marshalled arrays are not empty-element-terminated | Mattias Andrée | 2015-12-26 | 2 | -5/+6 | |
* | create socket | Mattias Andrée | 2015-12-26 | 1 | -3/+76 | |
* | m | Mattias Andrée | 2015-12-26 | 1 | -1/+1 | |
* | m | Mattias Andrée | 2015-12-26 | 1 | -2/+2 | |
* | send job | Mattias Andrée | 2015-12-25 | 1 | -7/+16 | |
* | satr run select jobs + satrm can remove multiple jobs | Mattias Andrée | 2015-12-25 | 5 | -44/+113 | |
* | improve send_command | Mattias Andrée | 2015-12-25 | 5 | -21/+37 |