summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* removing getfd functionsChristian Pointner2010-12-267-29/+4
* ignoring expected response for output only modulesChristian Pointner2010-12-266-10/+15
* module load path is now configurable at build timeChristian Pointner2010-12-263-3/+17
* new config.h replaces version.hChristian Pointner2010-12-263-16/+20
* removed defines.lua, initializing defines from c apiChristian Pointner2010-12-2611-63/+38
* max instances gets checked nowChristian Pointner2010-12-261-2/+17
* removed crapy require from module loaderChristian Pointner2010-12-261-5/+7
* updated TODOChristian Pointner2010-12-192-21/+31
* loading comamnds and response table form fileChristian Pointner2010-12-195-21/+70
* implemented first version of the response tableChristian Pointner2010-12-186-5/+74
* moved dispatch table to command_tableChristian Pointner2010-12-185-11/+11
* command timeout works nowChristian Pointner2010-12-183-8/+19
* added bogus check timout to command queueChristian Pointner2010-12-186-1/+173
* debugged dispatch tableChristian Pointner2010-11-249-20/+44
* tab vs spaceChristian Pointner2010-11-241-11/+11
* implemented dispatch-tableMarkus Grueneis2010-11-245-7/+94
* added cleanup function to exec childChristian Pointner2010-11-233-2/+16
* exec and waitpid work with lua table for each childChristian Pointner2010-11-233-118/+55
* mainloop now handles all return codes for writer as wellChristian Pointner2010-11-221-1/+8
* kill now supports numbers and not only stringsChristian Pointner2010-11-221-36/+45
* added kill to utilChristian Pointner2010-11-222-1/+53
* added initial exec moduleChristian Pointner2010-11-221-0/+155
* cleanupChristian Pointner2010-11-221-3/+0
* exec works now with prepared stdio setupChristian Pointner2010-11-222-11/+26
* exec works now (with error pipe back)Christian Pointner2010-11-222-20/+19
* added child clear (not called yet)Christian Pointner2010-11-221-0/+17
* added error pipe in case execve returns - not working yet..Christian Pointner2010-11-222-2/+131
* environment pointer works now at execChristian Pointner2010-11-212-12/+27
* util.exec now supports argumentsChristian Pointner2010-11-202-3/+74
* added first verion ofChristian Pointner2010-11-202-8/+83
* 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-186-19/+4
* added util module with own select Christian Pointner2010-11-187-10/+223
* rawio: fixed return value at readChristian Pointner2010-11-174-9/+5
* added rawio lua moduleChristian Pointner2010-11-176-10/+335
* added out module api to dummy moduleChristian Pointner2010-11-171-0/+2
* added stdout moduleChristian Pointner2010-11-174-5/+108
* fixed loaderpath at module_listChristian Pointner2010-11-171-5/+5
* using default values for implicit debug shellChristian Pointner2010-11-171-1/+1
* added default values to debug shell moduleChristian Pointner2010-11-171-0/+3
* module list load module implicit using metatablesChristian Pointner2010-11-171-16/+19
* module loader addedChristian Pointner2010-11-164-15/+48
* start only a single debug shellChristian Pointner2010-11-161-1/+0
* add read and write handle of output moduleChristian Pointner2010-11-161-0/+6
* added command queueChristian Pointner2010-11-145-20/+116
* changed module configuration syntaxChristian Pointner2010-11-132-5/+5
* fixed dummy modules missing requireChristian Pointner2010-11-132-6/+9
* introduced module typesChristian Pointner2010-11-133-8/+8
* changed module_type to module_classChristian Pointner2010-11-135-12/+18