Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add todo | Mattias Andrée | 2016-07-14 | 1 | -0/+2 | |
* | m | Mattias Andrée | 2016-07-13 | 16 | -50/+50 | |
* | Implement use of libclut | Mattias Andrée | 2016-07-13 | 2 | -2/+33 | |
* | Add manpage | Mattias Andrée | 2016-07-13 | 2 | -4/+113 | |
* | m | Mattias Andrée | 2016-07-13 | 1 | -1/+1 | |
* | m | Mattias Andrée | 2016-07-13 | 1 | -1/+1 | |
* | Referense projects I will be writing | Mattias Andrée | 2016-07-13 | 1 | -1/+2 | |
* | Print warninging when attemping to remove non-existing filter | Mattias Andrée | 2016-07-13 | 1 | -1/+6 | |
* | typo | Mattias Andrée | 2016-07-13 | 1 | -1/+1 | |
* | Add readme | Mattias Andrée | 2016-07-13 | 1 | -0/+90 | |
* | Update usage | Mattias Andrée | 2016-07-13 | 1 | -1/+1 | |
* | Handle outbound messages | Mattias Andrée | 2016-07-13 | 3 | -49/+219 | |
* | Add ring[.ch] | Mattias Andrée | 2016-07-13 | 3 | -1/+327 | |
* | Implement filter updating | Mattias Andrée | 2016-07-13 | 1 | -0/+13 | |
* | Implement Lifespan: remove | Mattias Andrée | 2016-07-13 | 1 | -0/+33 | |
* | Priority is not used when removing filter | Mattias Andrée | 2016-07-13 | 1 | -3/+7 | |
* | m | Mattias Andrée | 2016-07-13 | 1 | -0/+1 | |
* | Only remove filter when a connection closes if the filter has until-death lifespan | Mattias Andrée | 2016-07-13 | 1 | -0/+1 | |
* | Applying filters | Mattias Andrée | 2016-07-13 | 5 | -4/+175 | |
* | Work on responses | Mattias Andrée | 2016-07-13 | 1 | -21/+254 | |
* | Work on handling requests | Mattias Andrée | 2016-07-13 | 8 | -55/+492 | |
* | Implement main loop and handling of inbound connections + remove server_message (though like this was an mds server and not a stand-alone server) | Mattias Andrée | 2016-07-12 | 3 | -69/+94 | |
* | Add -q and -qq | Mattias Andrée | 2016-07-12 | 1 | -4/+111 | |
* | Add loop that waits on sockets | Mattias Andrée | 2016-07-12 | 3 | -0/+79 | |
* | Rename project: gammad => coopgammad | Mattias Andrée | 2016-07-12 | 15 | -24/+24 | |
* | Implement re-exec | Mattias Andrée | 2016-07-12 | 3 | -2/+106 | |
* | Implement state merging | Mattias Andrée | 2016-07-12 | 3 | -6/+58 | |
* | Implement unmarshalling of process state | Mattias Andrée | 2016-07-12 | 1 | -9/+138 | |
* | whitespace | Mattias Andrée | 2016-07-12 | 1 | -1/+1 | |
* | Implement marshal of the process | Mattias Andrée | 2016-07-12 | 1 | -65/+196 | |
* | Conditionally store realpath(argv0) so we can reexecute even if argv0 is relative | Mattias Andrée | 2016-07-11 | 1 | -0/+16 | |
* | Update usage() | Mattias Andrée | 2016-07-11 | 1 | -1/+1 | |
* | doc | Mattias Andrée | 2016-07-11 | 1 | -3/+15 | |
* | m doc | Mattias Andrée | 2016-07-11 | 1 | -3/+3 | |
* | m doc | Mattias Andrée | 2016-07-11 | 1 | -5/+5 | |
* | Split out initialisation and deinitialisation from main() | Mattias Andrée | 2016-07-11 | 1 | -105/+193 | |
* | Add server.[ch] | Mattias Andrée | 2016-07-11 | 4 | -1/+280 | |
* | whitespace + Add message.[ch] | Mattias Andrée | 2016-07-11 | 8 | -1/+800 | |
* | Add signal handlers | Mattias Andrée | 2016-07-11 | 1 | -1/+48 | |
* | Detect kernel automatically | Mattias Andrée | 2016-07-11 | 1 | -1/+1 | |
* | Do not require /proc | Mattias Andrée | 2016-07-11 | 2 | -3/+16 | |
* | Close file descriptors | Mattias Andrée | 2016-07-11 | 1 | -1/+11 | |
* | Create and listen to socket + do not use deprecated usleep | Mattias Andrée | 2016-07-11 | 3 | -4/+66 | |
* | Place in background unless -f | Mattias Andrée | 2016-07-11 | 3 | -12/+170 | |
* | Signal the spawner when the service is initialised enough | Mattias Andrée | 2016-07-11 | 1 | -0/+13 | |
* | Use exit value 2 to indicate that the service is already running | Mattias Andrée | 2016-07-11 | 1 | -4/+11 | |
* | Retry once if pid file is empty | Mattias Andrée | 2016-07-11 | 1 | -1/+10 | |
* | Implement use of PID file | Mattias Andrée | 2016-07-11 | 4 | -13/+288 | |
* | Add get_pidfile_pathname | Mattias Andrée | 2016-07-11 | 1 | -8/+33 | |
* | m | Mattias Andrée | 2016-07-11 | 1 | -1/+1 |