aboutsummaryrefslogtreecommitdiffstats
path: root/src/runesc.c
Commit message (Expand)AuthorAgeFilesLines
* add a message type for killing the daemonJesse Luehrs2016-05-161-12/+42
* 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
* 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