aboutsummaryrefslogtreecommitdiff
path: root/proc.c
Commit message (Collapse)AuthorAge
* I no longer use my SourceForge address so replace it.nicm2016-01-19
|
* EAGAIN handling for imsg_read. OK henning@ benno@claudio2015-12-05
|
* Log some system and libevent information at startup.nicm2015-11-24
|
* Make the log stuff a bit tidier with some helper functions.nicm2015-11-24
|
* Use __unused rather than rolling our own.nicm2015-11-18
|
* Don't shift version out of peerid, it is needed later.nicm2015-10-31
|
* Break version check into a separate function, and limit version to 8 bits.nicm2015-10-29
|
* 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.