aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.c
Commit message (Collapse)AuthorAgeFilesLines
* allow more easily running a development version alongside a real oneJesse Luehrs2016-06-051-3/+3
| | | | | | | this just changes the window class (so that i can make the development version use floating windows while not screwing up the layout for my real terminals) and the runesd socket location (so that i can test runesd at all while i'm already running a real runesd).
* refactor/rewrite the client/server protocol handlingJesse Luehrs2016-05-141-0/+14
| | | | also pass the environment and current directory over as well
* s/socket/daemon/Jesse Luehrs2016-05-101-1/+1
|
* be a bit more explicit about dependencies between modulesJesse Luehrs2016-05-071-0/+1
|
* clean up runes_warn/runes_die handlingJesse Luehrs2016-05-021-7/+22
|
* naming consistencyJesse Luehrs2016-05-021-6/+6
|
* start working on a client/server model similar to urxvtd/urxvtcJesse Luehrs2016-05-021-0/+71
| | | | | 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
* simplifyJesse Luehrs2016-05-011-0/+19
|
* abstract out error logging a bitJesse Luehrs2014-05-081-0/+13
just spitting things to stderr isn't always going to be good enough, so let's at least provide one place to change that when necessary