aboutsummaryrefslogtreecommitdiffstats
path: root/src/runesc.c
Commit message (Collapse)AuthorAgeFilesLines
* add a message type for killing the daemonJesse Luehrs2016-05-161-12/+42
| | | | and make ./runesc --kill-daemon send that message
* change the protocol up a bit to allow different message typesJesse Luehrs2016-05-161-3/+3
|
* refactor/rewrite the client/server protocol handlingJesse Luehrs2016-05-141-53/+22
| | | | also pass the environment and current directory over as well
* formattingJesse Luehrs2016-05-141-2/+2
|
* s/socket/daemon/Jesse Luehrs2016-05-101-1/+1
|
* runesc shouldn't depend on anythingJesse Luehrs2016-05-071-1/+2
|
* use pointer indirection to separate source files even moreJesse Luehrs2016-05-071-0/+2
|
* Adding a default runes.conf configuration and a return 0 for compatibilityJoshua Coats2016-05-061-0/+1
|
* make sure we include errno.h everywhere necessaryJesse Luehrs2016-05-041-0/+1
|
* clean up runes_warn/runes_die handlingJesse Luehrs2016-05-021-3/+3
|
* start working on a client/server model similar to urxvtd/urxvtcJesse Luehrs2016-05-021-0/+66
the code is still kind of a mess, and it doesn't quite work properly yet, but it's close enough to be a start, i think