summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* updated readme (socket is no longer a core dependency)Christian Pointner2010-11-182-6/+9
* 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-177-12/+336
* 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-134-21/+22
* 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
* fixed module_list cleanupChristian Pointner2010-11-102-7/+20
* variables name refactoredChristian Pointner2010-11-092-9/+10
* fixed client cleanup at write errorChristian Pointner2010-11-091-2/+2
* modules can now be removed by typeChristian Pointner2010-11-094-5/+30
* 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-093-2/+18
* fixed get_readables (signal fd was not added)Christian Pointner2010-11-094-8/+9
* small cleanup (added module list)Christian Pointner2010-11-093-51/+99
* added TODO listMarkus Grueneis2010-11-081-0/+11
* added client handlingChristian Pointner2010-11-085-73/+188
* dummy module cleanupChristian Pointner2010-11-081-31/+30
* moved debug shell to modulesChristian Pointner2010-11-085-192/+277
* updated main_loopChristian Pointner2010-11-063-7/+104
* fixed options print bugChristian Pointner2010-11-032-2/+4
* fixed typoChristian Pointner2010-11-031-1/+1