summaryrefslogtreecommitdiff
path: root/src/main_loop.lua
Commit message (Expand)AuthorAgeFilesLines
* tcp_listen can act as out module nowChristian Pointner2011-01-011-2/+2
* fixed typoChristian Pointner2010-12-311-1/+1
* fixed build (copy paste error)Christian Pointner2010-12-291-12/+14
* removed trailing whitespacesChristian Pointner2010-12-291-5/+5
* added tcp.client and tcp.connectChristian Pointner2010-12-281-2/+2
* removed defines.lua, initializing defines from c apiChristian Pointner2010-12-261-2/+0
* loading comamnds and response table form fileChristian Pointner2010-12-191-1/+1
* moved dispatch table to command_tableChristian Pointner2010-12-181-1/+1
* command timeout works nowChristian Pointner2010-12-181-5/+5
* added bogus check timout to command queueChristian Pointner2010-12-181-0/+1
* debugged dispatch tableChristian Pointner2010-11-241-2/+2
* implemented dispatch-tableMarkus Grueneis2010-11-241-3/+8
* added cleanup function to exec childChristian Pointner2010-11-231-2/+2
* exec and waitpid work with lua table for each childChristian Pointner2010-11-231-5/+8
* mainloop now handles all return codes for writer as wellChristian Pointner2010-11-221-1/+8
* exec works now with prepared stdio setupChristian Pointner2010-11-221-7/+0
* exec works now (with error pipe back)Christian Pointner2010-11-221-1/+1
* environment pointer works now at execChristian Pointner2010-11-211-1/+1
* util.exec now supports argumentsChristian Pointner2010-11-201-1/+1
* added first verion ofChristian Pointner2010-11-201-1/+13
* added util module with own select Christian Pointner2010-11-181-4/+9
* added stdout moduleChristian Pointner2010-11-171-3/+3
* module loader addedChristian Pointner2010-11-161-3/+6
* add read and write handle of output moduleChristian Pointner2010-11-161-0/+6
* added command queueChristian Pointner2010-11-141-6/+11
* changed module_type to module_classChristian Pointner2010-11-131-2/+2
* variables name refactoredChristian Pointner2010-11-091-9/+9
* fixed client cleanup at write errorChristian Pointner2010-11-091-2/+2
* modules can now be removed by typeChristian Pointner2010-11-091-2/+1
* fixed client and module removeChristian Pointner2010-11-091-2/+2
* fixed get_readables (signal fd was not added)Christian Pointner2010-11-091-3/+3
* small cleanup (added module list)Christian Pointner2010-11-091-51/+35
* added client handlingChristian Pointner2010-11-081-12/+23
* moved debug shell to modulesChristian Pointner2010-11-081-14/+30
* updated main_loopChristian Pointner2010-11-061-2/+29
* fixed options print bugChristian Pointner2010-11-031-1/+3
* added options for input and output modulesChristian Pointner2010-10-021-0/+5
* inital checkin (base daemon should be running)Christian Pointner2010-10-021-0/+70