summaryrefslogtreecommitdiff
path: root/src/modules
Commit message (Expand)AuthorAgeFilesLines
* tcp_listen can act as out module nowChristian Pointner2011-01-011-2/+22
* implemente max cleints at tcp_listenChristian Pointner2011-01-011-0/+10
* implemented process_respons at modules Christian Pointner2010-12-314-4/+12
* requester gets now stored with commandsChristian Pointner2010-12-297-13/+17
* cleanupsChristian Pointner2010-12-292-1/+2
* removed trailing whitespacesChristian Pointner2010-12-297-53/+53
* debug shell not using lua sockets any moreChristian Pointner2010-12-291-126/+102
* added tcp.client and tcp.connectChristian Pointner2010-12-283-5/+155
* added default port number to tcp_listenChristian Pointner2010-12-271-0/+2
* better error handling at tcp listen moduleChristian Pointner2010-12-271-1/+6
* better output at tcp_listenChristian Pointner2010-12-261-0/+2
* added initial tcp moduleChristian Pointner2010-12-261-0/+144
* removing getfd functionsChristian Pointner2010-12-265-8/+2
* ignoring expected response for output only modulesChristian Pointner2010-12-265-7/+6
* removed defines.lua, initializing defines from c apiChristian Pointner2010-12-265-9/+0
* implemented first version of the response tableChristian Pointner2010-12-183-5/+3
* moved dispatch table to command_tableChristian Pointner2010-12-182-4/+4
* command timeout works nowChristian Pointner2010-12-181-1/+1
* debugged dispatch tableChristian Pointner2010-11-245-13/+19
* implemented dispatch-tableMarkus Grueneis2010-11-242-4/+6
* 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
* cleanupChristian Pointner2010-11-191-1/+2
* fixed stdout module (using full cpu after first command)Christian Pointner2010-11-191-2/+2
* removed now useles dirty functionsChristian Pointner2010-11-184-6/+0
* rawio: fixed return value at readChristian Pointner2010-11-173-8/+4
* added rawio lua moduleChristian Pointner2010-11-172-9/+150
* added out module api to dummy moduleChristian Pointner2010-11-171-0/+2
* added stdout moduleChristian Pointner2010-11-171-0/+102
* added default values to debug shell moduleChristian Pointner2010-11-171-0/+3
* module loader addedChristian Pointner2010-11-161-1/+0
* added command queueChristian Pointner2010-11-141-0/+7
* changed module configuration syntaxChristian Pointner2010-11-131-1/+1
* fixed dummy modules missing requireChristian Pointner2010-11-132-6/+9
* introduced module typesChristian Pointner2010-11-132-7/+2
* changed module_type to module_classChristian Pointner2010-11-132-7/+13
* fixed module_list cleanupChristian Pointner2010-11-101-5/+17
* variables name refactoredChristian Pointner2010-11-091-0/+1
* modules can now be removed by typeChristian Pointner2010-11-092-3/+12
* updated output of debug shell help commandChristian Pointner2010-11-091-0/+1
* improved client namesChristian Pointner2010-11-092-2/+2
* fixed client and module removeChristian Pointner2010-11-091-0/+4
* fixed get_readables (signal fd was not added)Christian Pointner2010-11-092-2/+3
* added client handlingChristian Pointner2010-11-082-60/+96
* dummy module cleanupChristian Pointner2010-11-081-31/+30
* moved debug shell to modulesChristian Pointner2010-11-081-0/+204
* updated main_loopChristian Pointner2010-11-061-0/+64