aboutsummaryrefslogtreecommitdiff
path: root/proc.c
Commit message (Collapse)AuthorAge
...
| * Don't shift version out of peerid, it is needed later.nicm2015-10-31
| |
* | Merge branch 'obsd-master'Thomas Adam2015-10-29
|\|
| * Break version check into a separate function, and limit version to 8 bits.nicm2015-10-29
| |
* | Merge branch 'obsd-master'Thomas Adam2015-10-27
|/ | | | | | | | | | Conflicts: Makefile client.c server-client.c server.c tmux.c tmux.h
* Break the common process set up, event loop and imsg dispatch codenicm2015-10-27
between server and client out into a separate internal API. This will make it easier to add another process.