#
0a607e68 |
| 24-Nov-2015 |
nicm <nicm@openbsd.org> |
Make the log stuff a bit tidier with some helper functions.
|
#
d0e2e7f1 |
| 18-Nov-2015 |
nicm <nicm@openbsd.org> |
Use __unused rather than rolling our own.
|
#
5913d2d6 |
| 31-Oct-2015 |
nicm <nicm@openbsd.org> |
Don't shift version out of peerid, it is needed later.
|
#
134fd25c |
| 29-Oct-2015 |
nicm <nicm@openbsd.org> |
Break version check into a separate function, and limit version to 8 bits.
|
#
5b8ac713 |
| 27-Oct-2015 |
nicm <nicm@openbsd.org> |
Break the common process set up, event loop and imsg dispatch code between server and client out into a separate internal API. This will make it easier to add another process.
|