Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2015-12-28 | update daemonise, and daemonise when fully initialised | Mattias Andrée | 3 | -11/+126 |
2015-12-28 | reorder actions | Mattias Andrée | 1 | -15/+15 |
2015-12-28 | doc | Mattias Andrée | 1 | -1/+1 |
2015-12-28 | get hook-script pathname | Mattias Andrée | 2 | -1/+63 |
2015-12-28 | typo | Mattias Andrée | 1 | -1/+1 |
2015-12-28 | whitespace | Mattias Andrée | 1 | -0/+1 |
2015-12-28 | the socket can be passed via stdin | Mattias Andrée | 1 | -5/+34 |
2015-12-28 | m | Mattias Andrée | 1 | -1/+4 |
2015-12-28 | unlink socket on flock failure | Mattias Andrée | 1 | -1/+4 |
2015-12-28 | doc | Mattias Andrée | 1 | -0/+1 |
2015-12-28 | fix errors + use flock on socket | Mattias Andrée | 2 | -8/+37 |
2015-12-28 | listen | Mattias Andrée | 1 | -0/+15 |
2015-12-28 | m | Mattias Andrée | 1 | -8/+4 |
2015-12-28 | fix errors and tidy up | Mattias Andrée | 10 | -235/+206 |
2015-12-28 | the socket shall be opened on fd 3 (you will see why later) | Mattias Andrée | 1 | -0/+4 |
2015-12-28 | doc | Mattias Andrée | 1 | -0/+10 |
2015-12-26 | remove empty environment entires | Mattias Andrée | 1 | -0/+15 |
2015-12-26 | job ids must not be empty strings | Mattias Andrée | 2 | -2/+4 |
2015-12-26 | marshalled arrays are not empty-element-terminated | Mattias Andrée | 2 | -5/+6 |
2015-12-26 | create socket | Mattias Andrée | 1 | -3/+76 |
2015-12-26 | m | Mattias Andrée | 1 | -1/+1 |
2015-12-26 | m | Mattias Andrée | 1 | -2/+2 |
2015-12-25 | send job | Mattias Andrée | 1 | -7/+16 |
2015-12-25 | satr run select jobs + satrm can remove multiple jobs | Mattias Andrée | 5 | -44/+113 |
2015-12-25 | improve send_command | Mattias Andrée | 5 | -21/+37 |
2015-12-25 | it shall be possible to slect jobs in satr | Mattias Andrée | 1 | -1/+1 |
2015-12-25 | daemonise | Mattias Andrée | 3 | -7/+81 |
2015-12-24 | satd: command line | Mattias Andrée | 1 | -0/+34 |
2015-12-23 | m | Mattias Andrée | 1 | -1/+1 |
2015-12-23 | daemonise | Mattias Andrée | 2 | -0/+460 |
2015-12-23 | client.h | Mattias Andrée | 2 | -0/+97 |
2015-12-23 | m fix | Mattias Andrée | 3 | -14/+6 |
2015-12-23 | satrm | Mattias Andrée | 1 | -1/+43 |
2015-12-23 | implement satq and satr, just sends a command | Mattias Andrée | 2 | -2/+34 |
2015-12-23 | at should not be merge into cron | Mattias Andrée | 1 | -0/+4 |
2015-12-23 | satq and satr does not take any arguments | Mattias Andrée | 2 | -0/+52 |
2015-12-23 | all of the commands | Mattias Andrée | 5 | -0/+122 |
2015-12-23 | no load analysis | Mattias Andrée | 1 | -0/+3 |
2015-12-23 | m | Mattias Andrée | 1 | -1/+2 |
2015-12-23 | m readme | Mattias Andrée | 1 | -2/+2 |
2015-12-23 | m + construct msg for daemon | Mattias Andrée | 1 | -13/+62 |
2015-12-23 | fix possible overflow | Mattias Andrée | 1 | -4/+13 |
2015-12-23 | parse arguments | Mattias Andrée | 4 | -1/+434 |
2015-12-23 | readme: considerations when using autohaltd too | Mattias Andrée | 1 | -0/+8 |