aboutsummaryrefslogtreecommitdiffstats
path: root/src/socket.c
Commit message (Collapse)AuthorAgeFilesLines
* refactor/rewrite the client/server protocol handlingJesse Luehrs2016-05-141-0/+117
| | | | also pass the environment and current directory over as well
* s/socket/daemon/Jesse Luehrs2016-05-101-194/+0
|
* refactor how submodules are handledJesse Luehrs2016-05-101-6/+13
| | | | | | let them own their own memory, so that they can free themselves once they exit the loop. also split out the parts of the terminal that we only want to initialize once, even if we open multiple terminal windows
* the event loop shouldn't care about terms at allJesse Luehrs2016-05-071-4/+4
|
* stop including term.h in runes.hJesse Luehrs2016-05-071-0/+1
|
* use pointer indirection to separate source files even moreJesse Luehrs2016-05-071-0/+1
|
* be a bit more explicit about dependencies between modulesJesse Luehrs2016-05-071-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-13/+13
|
* naming consistencyJesse Luehrs2016-05-021-1/+1
|
* start working on a client/server model similar to urxvtd/urxvtcJesse Luehrs2016-05-021-0/+183
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