aboutsummaryrefslogtreecommitdiffstats
path: root/src/daemon.c
Commit message (Collapse)AuthorAgeFilesLines
* add a message type for killing the daemonJesse Luehrs2016-05-161-2/+6
| | | | and make ./runesc --kill-daemon send that message
* change the protocol up a bit to allow different message typesJesse Luehrs2016-05-161-16/+33
|
* refactor/rewrite the client/server protocol handlingJesse Luehrs2016-05-141-131/+22
| | | | also pass the environment and current directory over as well
* support spawning terminals with different environmentsJesse Luehrs2016-05-141-1/+1
|
* convert to libeventJesse Luehrs2016-05-121-12/+6
| | | | also remove all code supporting threading stuff
* split global window management stuff out into its own fileJesse Luehrs2016-05-111-3/+3
| | | | also rename a few things for clarity
* s/socket/daemon/Jesse Luehrs2016-05-101-0/+195