Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2016-07-12 | Rename project: gammad => coopgammad | Mattias Andrée | 15 | -24/+24 |
2016-07-12 | Implement re-exec | Mattias Andrée | 3 | -2/+106 |
2016-07-12 | Implement state merging | Mattias Andrée | 3 | -6/+58 |
2016-07-12 | Implement unmarshalling of process state | Mattias Andrée | 1 | -9/+138 |
2016-07-12 | whitespace | Mattias Andrée | 1 | -1/+1 |
2016-07-12 | Implement marshal of the process | Mattias Andrée | 1 | -65/+196 |
2016-07-11 | Conditionally store realpath(argv0) so we can reexecute even if argv0 is relative | Mattias Andrée | 1 | -0/+16 |
2016-07-11 | Update usage() | Mattias Andrée | 1 | -1/+1 |
2016-07-11 | doc | Mattias Andrée | 1 | -3/+15 |
2016-07-11 | m doc | Mattias Andrée | 1 | -3/+3 |
2016-07-11 | m doc | Mattias Andrée | 1 | -5/+5 |
2016-07-11 | Split out initialisation and deinitialisation from main() | Mattias Andrée | 1 | -105/+193 |
2016-07-11 | Add server.[ch] | Mattias Andrée | 4 | -1/+280 |
2016-07-11 | whitespace + Add message.[ch] | Mattias Andrée | 8 | -1/+800 |
2016-07-11 | Add signal handlers | Mattias Andrée | 1 | -1/+48 |
2016-07-11 | Detect kernel automatically | Mattias Andrée | 1 | -1/+1 |
2016-07-11 | Do not require /proc | Mattias Andrée | 2 | -3/+16 |
2016-07-11 | Close file descriptors | Mattias Andrée | 1 | -1/+11 |
2016-07-11 | Create and listen to socket + do not use deprecated usleep | Mattias Andrée | 3 | -4/+66 |
2016-07-11 | Place in background unless -f | Mattias Andrée | 3 | -12/+170 |
2016-07-11 | Signal the spawner when the service is initialised enough | Mattias Andrée | 1 | -0/+13 |
2016-07-11 | Use exit value 2 to indicate that the service is already running | Mattias Andrée | 1 | -4/+11 |
2016-07-11 | Retry once if pid file is empty | Mattias Andrée | 1 | -1/+10 |
2016-07-11 | Implement use of PID file | Mattias Andrée | 4 | -13/+288 |
2016-07-11 | Add get_pidfile_pathname | Mattias Andrée | 1 | -8/+33 |
2016-07-11 | m | Mattias Andrée | 1 | -1/+1 |
2016-07-11 | Add .socket suffix to the socket | Mattias Andrée | 1 | -2/+2 |
2016-07-11 | whitespace | Mattias Andrée | 1 | -0/+1 |
2016-07-11 | Implement -p | Mattias Andrée | 8 | -65/+102 |
2016-07-11 | Sort outputs by name | Mattias Andrée | 3 | -12/+53 |
2016-07-10 | m | Mattias Andrée | 1 | -4/+2 |
2016-07-10 | Add command line parser | Mattias Andrée | 3 | -7/+102 |
2016-07-10 | Add adjustment method name parser | Mattias Andrée | 1 | -1/+37 |
2016-07-10 | Get the pathname of the socket | Mattias Andrée | 2 | -4/+68 |
2016-07-10 | Fix warnings (and two errors) | Mattias Andrée | 3 | -12/+12 |