summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* exec and waitpid work with lua table for each childChristian Pointner2010-11-233-118/+55
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@56 ac14a137-c7f1-4531-abe0-07747231d213
* mainloop now handles all return codes for writer as wellChristian Pointner2010-11-221-1/+8
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@55 ac14a137-c7f1-4531-abe0-07747231d213
* kill now supports numbers and not only stringsChristian Pointner2010-11-221-36/+45
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@54 ac14a137-c7f1-4531-abe0-07747231d213
* added kill to utilChristian Pointner2010-11-222-1/+53
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@53 ac14a137-c7f1-4531-abe0-07747231d213
* added initial exec moduleChristian Pointner2010-11-221-0/+155
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@52 ac14a137-c7f1-4531-abe0-07747231d213
* cleanupChristian Pointner2010-11-221-3/+0
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@51 ac14a137-c7f1-4531-abe0-07747231d213
* exec works now with prepared stdio setupChristian Pointner2010-11-222-11/+26
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@50 ac14a137-c7f1-4531-abe0-07747231d213
* exec works now (with error pipe back)Christian Pointner2010-11-222-20/+19
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@49 ac14a137-c7f1-4531-abe0-07747231d213
* added child clear (not called yet)Christian Pointner2010-11-221-0/+17
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@48 ac14a137-c7f1-4531-abe0-07747231d213
* added error pipe in case execve returns - not working yet..Christian Pointner2010-11-222-2/+131
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@47 ac14a137-c7f1-4531-abe0-07747231d213
* environment pointer works now at execChristian Pointner2010-11-212-12/+27
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@46 ac14a137-c7f1-4531-abe0-07747231d213
* util.exec now supports argumentsChristian Pointner2010-11-202-3/+74
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@45 ac14a137-c7f1-4531-abe0-07747231d213
* added first verion ofChristian Pointner2010-11-202-8/+83
| | | | | | | | | | - waitpid - exec - pipe fixed timeout at select git-svn-id: https://svn.spreadspace.org/gcsd/trunk@44 ac14a137-c7f1-4531-abe0-07747231d213
* cleanupChristian Pointner2010-11-191-1/+2
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@43 ac14a137-c7f1-4531-abe0-07747231d213
* fixed stdout module (using full cpu after first command)Christian Pointner2010-11-191-2/+2
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@42 ac14a137-c7f1-4531-abe0-07747231d213
* updated readme (socket is no longer a core dependency)Christian Pointner2010-11-182-6/+9
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@41 ac14a137-c7f1-4531-abe0-07747231d213
* removed now useles dirty functionsChristian Pointner2010-11-186-19/+4
| | | | | | | fixed timeout at util.select git-svn-id: https://svn.spreadspace.org/gcsd/trunk@40 ac14a137-c7f1-4531-abe0-07747231d213
* added util module with own select Christian Pointner2010-11-187-10/+223
| | | | | | | | core doesn't depend on lua sockets anymore cleaned up at rawio git-svn-id: https://svn.spreadspace.org/gcsd/trunk@39 ac14a137-c7f1-4531-abe0-07747231d213
* rawio: fixed return value at readChristian Pointner2010-11-174-9/+5
| | | | | | | cleanups git-svn-id: https://svn.spreadspace.org/gcsd/trunk@38 ac14a137-c7f1-4531-abe0-07747231d213
* added rawio lua moduleChristian Pointner2010-11-177-12/+336
| | | | | | | added stdio module (not working yet) git-svn-id: https://svn.spreadspace.org/gcsd/trunk@37 ac14a137-c7f1-4531-abe0-07747231d213
* added out module api to dummy moduleChristian Pointner2010-11-171-0/+2
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@36 ac14a137-c7f1-4531-abe0-07747231d213
* added stdout moduleChristian Pointner2010-11-174-5/+108
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@35 ac14a137-c7f1-4531-abe0-07747231d213
* fixed loaderpath at module_listChristian Pointner2010-11-171-5/+5
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@34 ac14a137-c7f1-4531-abe0-07747231d213
* using default values for implicit debug shellChristian Pointner2010-11-171-1/+1
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@33 ac14a137-c7f1-4531-abe0-07747231d213
* added default values to debug shell moduleChristian Pointner2010-11-171-0/+3
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@32 ac14a137-c7f1-4531-abe0-07747231d213
* module list load module implicit using metatablesChristian Pointner2010-11-171-16/+19
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@31 ac14a137-c7f1-4531-abe0-07747231d213
* module loader addedChristian Pointner2010-11-164-15/+48
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@30 ac14a137-c7f1-4531-abe0-07747231d213
* start only a single debug shellChristian Pointner2010-11-161-1/+0
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@29 ac14a137-c7f1-4531-abe0-07747231d213
* add read and write handle of output moduleChristian Pointner2010-11-161-0/+6
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@28 ac14a137-c7f1-4531-abe0-07747231d213
* added command queueChristian Pointner2010-11-145-20/+116
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@27 ac14a137-c7f1-4531-abe0-07747231d213
* changed module configuration syntaxChristian Pointner2010-11-134-21/+22
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@26 ac14a137-c7f1-4531-abe0-07747231d213
* fixed dummy modules missing requireChristian Pointner2010-11-132-6/+9
| | | | | | | improved debug shell log output git-svn-id: https://svn.spreadspace.org/gcsd/trunk@25 ac14a137-c7f1-4531-abe0-07747231d213
* introduced module typesChristian Pointner2010-11-133-8/+8
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@24 ac14a137-c7f1-4531-abe0-07747231d213
* changed module_type to module_classChristian Pointner2010-11-135-12/+18
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@23 ac14a137-c7f1-4531-abe0-07747231d213
* fixed module_list cleanupChristian Pointner2010-11-102-7/+20
| | | | | | | debug_shell: handling of partial writes should work now git-svn-id: https://svn.spreadspace.org/gcsd/trunk@22 ac14a137-c7f1-4531-abe0-07747231d213
* variables name refactoredChristian Pointner2010-11-092-9/+10
| | | | | | | added TODO for partial writes git-svn-id: https://svn.spreadspace.org/gcsd/trunk@21 ac14a137-c7f1-4531-abe0-07747231d213
* fixed client cleanup at write errorChristian Pointner2010-11-091-2/+2
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@20 ac14a137-c7f1-4531-abe0-07747231d213
* modules can now be removed by typeChristian Pointner2010-11-094-5/+30
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@19 ac14a137-c7f1-4531-abe0-07747231d213
* updated output of debug shell help commandChristian Pointner2010-11-091-0/+1
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@18 ac14a137-c7f1-4531-abe0-07747231d213
* improved client namesChristian Pointner2010-11-092-2/+2
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@17 ac14a137-c7f1-4531-abe0-07747231d213
* fixed client and module removeChristian Pointner2010-11-093-2/+18
| | | | | | | added disable command to debug shell git-svn-id: https://svn.spreadspace.org/gcsd/trunk@16 ac14a137-c7f1-4531-abe0-07747231d213
* fixed get_readables (signal fd was not added)Christian Pointner2010-11-094-8/+9
| | | | | | | added client names git-svn-id: https://svn.spreadspace.org/gcsd/trunk@15 ac14a137-c7f1-4531-abe0-07747231d213
* small cleanup (added module list)Christian Pointner2010-11-093-51/+99
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@14 ac14a137-c7f1-4531-abe0-07747231d213
* added TODO listMarkus Grueneis2010-11-081-0/+11
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@13 ac14a137-c7f1-4531-abe0-07747231d213
* added client handlingChristian Pointner2010-11-085-73/+188
| | | | | | | debug shell now fully functional git-svn-id: https://svn.spreadspace.org/gcsd/trunk@12 ac14a137-c7f1-4531-abe0-07747231d213
* dummy module cleanupChristian Pointner2010-11-081-31/+30
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@11 ac14a137-c7f1-4531-abe0-07747231d213
* moved debug shell to modulesChristian Pointner2010-11-085-192/+277
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@10 ac14a137-c7f1-4531-abe0-07747231d213
* updated main_loopChristian Pointner2010-11-063-7/+104
| | | | | | | | added dummy module added cleanlua target to Makefile git-svn-id: https://svn.spreadspace.org/gcsd/trunk@9 ac14a137-c7f1-4531-abe0-07747231d213
* fixed options print bugChristian Pointner2010-11-032-2/+4
| | | | | | | fixed debug_shell cleanup git-svn-id: https://svn.spreadspace.org/gcsd/trunk@8 ac14a137-c7f1-4531-abe0-07747231d213
* fixed typoChristian Pointner2010-11-031-1/+1
| | | | git-svn-id: https://svn.spreadspace.org/gcsd/trunk@7 ac14a137-c7f1-4531-abe0-07747231d213