summaryrefslogtreecommitdiff
path: root/src/modules/exec.lua
Commit message (Expand)AuthorAgeFilesLines
* implemented process_respons at modules Christian Pointner2010-12-311-1/+3
* requester gets now stored with commandsChristian Pointner2010-12-291-2/+2
* cleanupsChristian Pointner2010-12-291-1/+0
* removed trailing whitespacesChristian Pointner2010-12-291-9/+9
* added tcp.client and tcp.connectChristian Pointner2010-12-281-2/+2
* removing getfd functionsChristian Pointner2010-12-261-2/+0
* ignoring expected response for output only modulesChristian Pointner2010-12-261-1/+1
* removed defines.lua, initializing defines from c apiChristian Pointner2010-12-261-2/+0
* implemented first version of the response tableChristian Pointner2010-12-181-2/+1
* moved dispatch table to command_tableChristian Pointner2010-12-181-2/+2
* debugged dispatch tableChristian Pointner2010-11-241-5/+8
* implemented dispatch-tableMarkus Grueneis2010-11-241-2/+3
* added cleanup function to exec childChristian Pointner2010-11-231-0/+9
* exec and waitpid work with lua table for each childChristian Pointner2010-11-231-6/+8
* added kill to utilChristian Pointner2010-11-221-1/+1
* added initial exec moduleChristian Pointner2010-11-221-0/+155