aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
Commit message (Collapse)AuthorAgeFilesLines
* refactor/rewrite the client/server protocol handlingJesse Luehrs2016-05-141-0/+1
| | | | also pass the environment and current directory over as well
* grumble grumble cJesse Luehrs2016-05-121-1/+1
|
* s/socket/daemon/Jesse Luehrs2016-05-101-1/+1
|
* naming consistencyJesse Luehrs2016-05-021-2/+2
|
* start working on a client/server model similar to urxvtd/urxvtcJesse Luehrs2016-05-021-0/+3
| | | | | 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/+1
|
* split some more things out of runes.hJesse Luehrs2016-04-301-0/+2
|
* abstract out error logging a bitJesse Luehrs2014-05-081-0/+6
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