index
:
enigma2.git
cwe-pc
master
Clone of git://git.opendreambox.org/git/enigma2.git before dream multimedia removed all the engima2 sources
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
base
/
console.cpp
Age
Commit message (
Expand
)
Author
2010-07-05
lib/base/console.cpp: fix eConsoleAppContainer write (when called with one st...
ghost
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
2008-10-29
better solution to add possibility to delete eSocketNotifiers,
Andreas Monzner
2008-10-28
remove non working wrapper class to add a (unneeded) .get() call to
Andreas Monzner
2008-10-28
cleanup eConsoleAppContainer code.. execute is now only possible to call with
Andreas Monzner
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
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 suggested...
Andreas Frisch
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 content...
Andreas Frisch
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
2007-12-16
patch by Pieter Grimmerink: -call waitpid on the child, after it completes. T...
Felix Domke
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 python...
Andreas Monzner
2004-10-01
- add python, missing gui
Felix Domke
2003-10-17
import of enigma2
Felix Domke