aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* forward the events to a helper process via pipeNatanael Copa2015-03-121-1/+5
| | | | | | | To reduce number of forks we pass over the events to a helper program via a pipe. when there are no events for a certain time the helper program can exit to save memory. Once new events arrives the nldev application will respawn the helper.
* move edie, die and dbg functions to log.cNatanael Copa2015-03-121-1/+1
| | | | So it can be reused by the handler.
* Moving nldev to man section 8.Christoph Lohmann2012-05-021-7/+7
|
* Making the FIXES.md into the Makefile.Christoph Lohmann2012-04-291-1/+1
|
* Add nltrigger.Christoph Lohmann2012-04-281-0/+2
|
* Adding a common startup script that supports logging.Christoph Lohmann2012-04-281-0/+2
|
* Initial commit.Christoph Lohmann2012-04-151-0/+56