| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-11-06 | also make in FD nonblocking | ghost | |
| 2008-11-06 | dont add cmd to arglist | ghost | |
| 2008-11-06 | add possibility to call eConsoleAppContainer execute with unlimited count of ↵ | ghost | |
| arguments when its called with single argument, then /bin/sh is started else not | |||
| 2008-10-29 | better solution to add possibility to delete eSocketNotifiers, | Andreas Monzner | |
| eConsoleAppContainers in callback funktions without crash | |||
| 2008-10-28 | remove non working wrapper class to add a (unneeded) .get() call to | Andreas Monzner | |
| eConsoleAppContainers.. so now all external plugins must remove this .get() calls... example: cont = eConsoleAppContainer() cont.appClosed.append(cb_func) # old was cont.appClosed.get().append(cb_func) | |||
| 2008-10-28 | cleanup eConsoleAppContainer code.. execute is now only possible to call with | Andreas Monzner | |
| one single string argument | |||
| 2008-10-27 | small cleanup | Andreas Monzner | |
| 2008-10-27 | use functions for sequence instead of tuple or list.. so both types are | Andreas Monzner | |
| working now, fix small typo | |||
| 2008-10-27 | add support for cyclic garbage collection to eConsoleAppContainer | Andreas Monzner | |
| 2008-10-24 | change 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-21 | use correct datatype | Andreas Monzner | |
| 2008-10-19 | add command to manually close input pipe (send CTRL-D / EOF) | Andreas Frisch | |
| 2008-09-02 | emit 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-27 | use a reference instead of a local copy | Andreas Monzner | |
| 2008-08-27 | fix write | Andreas Monzner | |
| 2008-06-11 | fix output before termination | Felix Domke | |
| 2008-06-10 | read nonblocking | Felix Domke | |
| 2008-06-02 | Add setCWD to change task's work directories for eConsoleAppContainers | Andreas Frisch | |
| 2008-04-13 | add support for writing python strings directly | Felix Domke | |
| 2008-04-06 | provide better way of passing arguments to 'execute' | Felix Domke | |
| 2008-01-17 | fix cmdline parser | Andreas Monzner | |
| 2008-01-08 | use vfork instead of fork (this hopefully fixes the 'no more | Andreas Monzner | |
| eConsoleAppContainer is working after a long enigma2 runtime' problem) optimize the eConsoleAppContainer::execute function | |||
| 2007-12-16 | patch by Pieter Grimmerink: -call waitpid on the child, after it completes. ↵ | Felix Domke | |
| This avoids zombies. | |||
| 2006-12-14 | not block so long | Andreas Monzner | |
| 2006-12-14 | fix read from pipes | Andreas Monzner | |
| 2006-02-23 | dont kill pid -1 | Andreas Monzner | |
| 2006-02-22 | another new is to small | Andreas Monzner | |
| 2006-02-22 | make glibc memchecker happy :) | Andreas Monzner | |
| 2006-02-22 | do some initializations | Andreas Monzner | |
| 2006-02-21 | add eConsoleAppContainer to execute shell scripts or applications from ↵ | Andreas Monzner | |
| python without blocking the mainloop | |||
| 2004-10-01 | - add python, missing gui | Felix Domke | |
| - remove console (needs to be rewritten anyway) - eString -> std::string | |||
| 2003-10-17 | import of enigma2 | Felix Domke | |
