aboutsummaryrefslogtreecommitdiffstats
path: root/src/socket.c
Commit message (Collapse)AuthorAgeFilesLines
* 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