aboutsummaryrefslogtreecommitdiff
path: root/lib/base/console.cpp
AgeCommit message (Collapse)Author
2008-10-24change eConsoleAppcontainers to using standard system shell 'sh' as ↵Andreas Frisch
suggested by Pieter. This allows more complex command lines invoking pipes. a wrapper class which supplies an asynchronous popen implementation is yet to come.
2008-10-21use correct datatypeAndreas Monzner
2008-10-19add command to manually close input pipe (send CTRL-D / EOF)Andreas Frisch
2008-09-02emit seperate signals for stdout and stderr pipes, allow cat'ing file ↵Andreas Frisch
content into container apps and dumping their output to a file
2008-08-27use a reference instead of a local copyAndreas Monzner
2008-08-27fix writeAndreas Monzner
2008-06-11fix output before terminationFelix Domke
2008-06-10read nonblockingFelix Domke
2008-06-02Add setCWD to change task's work directories for eConsoleAppContainersAndreas Frisch
2008-04-13add support for writing python strings directlyFelix Domke
2008-04-06provide better way of passing arguments to 'execute'Felix Domke
2008-01-17fix cmdline parserAndreas Monzner
2008-01-08use vfork instead of fork (this hopefully fixes the 'no moreAndreas Monzner
eConsoleAppContainer is working after a long enigma2 runtime' problem) optimize the eConsoleAppContainer::execute function
2007-12-16patch by Pieter Grimmerink: -call waitpid on the child, after it completes. ↵Felix Domke
This avoids zombies.
2006-12-14not block so longAndreas Monzner
2006-12-14fix read from pipesAndreas Monzner
2006-02-23dont kill pid -1Andreas Monzner
2006-02-22another new is to smallAndreas Monzner
2006-02-22make glibc memchecker happy :)Andreas Monzner
2006-02-22do some initializationsAndreas Monzner
2006-02-21add eConsoleAppContainer to execute shell scripts or applications from ↵Andreas Monzner
python without blocking the mainloop
2004-10-01 - add python, missing guiFelix Domke
- remove console (needs to be rewritten anyway) - eString -> std::string
2003-10-17import of enigma2Felix Domke