aboutsummaryrefslogtreecommitdiff
path: root/lib/base
AgeCommit message (Expand)Author
2008-11-06also make in FD nonblockingghost
2008-11-06dont add cmd to arglistghost
2008-11-06add possibility to call eConsoleAppContainer execute with unlimited count of ...ghost
2008-11-06also make in FD nonblockingghost
2008-11-06dont add cmd to arglistghost
2008-11-06add possibility to call eConsoleAppContainer execute with unlimited count of ...ghost
2008-10-30small refcounting fixes, add private operator delete to iObjectAndreas Monzner
2008-10-29also use refcounting for eTimersAndreas Monzner
2008-10-29delete eSocketNotifiers isnt allowed...Andreas Monzner
2008-10-29better solution to add possibility to delete eSocketNotifiers,Andreas Monzner
2008-10-28remove non working wrapper class to add a (unneeded) .get() call toAndreas Monzner
2008-10-28cleanup eConsoleAppContainer code.. execute is now only possible to call withAndreas Monzner
2008-10-27small cleanupAndreas Monzner
2008-10-27use functions for sequence instead of tuple or list.. so both types areAndreas Monzner
2008-10-27long -> intAndreas Monzner
2008-10-27add support for cyclic garbage collection to eConsoleAppContainerAndreas Monzner
2008-10-24change eConsoleAppcontainers to using standard system shell 'sh' as suggested...Andreas Frisch
2008-10-23fix garbage collection (Modules/gcmodule.c:380: move_unreachable: AssertionAndreas Monzner
2008-10-21use correct datatypeAndreas Monzner
2008-10-19add command to manually close input pipe (send CTRL-D / EOF)Andreas Frisch
2008-09-22snprintf is not std::Felix Domke
2008-09-02emit seperate signals for stdout and stderr pipes, allow cat'ing file content...Andreas Frisch
2008-08-27use a reference instead of a local copyAndreas Monzner
2008-08-27fix writeAndreas Monzner
2008-06-13after DECLARE_REF now all is private.. not publicAndreas Monzner
2008-06-11fix output before terminationFelix Domke
2008-06-10read nonblockingFelix Domke
2008-06-04fix spinner handlingAndreas Monzner
2008-06-03small cleanupAndreas Monzner
2008-06-02Add setCWD to change task's work directories for eConsoleAppContainersAndreas Frisch
2008-04-26compatibility to python 2.4.Felix Domke
2008-04-17make some operator functions constAndreas Monzner
2008-04-16use clock_gettime for internal timers instead of gettimeofday .. so now ourAndreas Monzner
2008-04-13add support for writing python strings directlyFelix Domke
2008-04-06provide better way of passing arguments to 'execute'Felix Domke
2008-03-25fix: large integer implicitly truncated to unsigned type,Andreas Oberritter
2008-03-25remove redundant '!!'Andreas Oberritter
2008-03-25fix deprecated conversion from string constant to char* by using const char* ...Andreas Oberritter
2008-03-25fix compile error for i386-optimized refcounting,Andreas Oberritter
2008-03-25replace openFile() by two functions openFileCached() and openFileUncached(), ...Andreas Oberritter
2008-03-25second argument of PyDict_Next() should be of type Py_ssize_t, which isn't re...Andreas Oberritter
2008-03-25adjust ioprio_get/set for kernels which don't define _syscall2/3 (i.e. 2.6.24...Andreas Oberritter
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas Monzner
2008-02-14write memleak info to /var/tmp/enigma2_mem.out instead of stdoutAndreas Monzner
2008-01-17fix cmdline parserAndreas Monzner
2008-01-12deal correct with errnoAndreas Monzner
2008-01-08use vfork instead of fork (this hopefully fixes the 'no moreAndreas Monzner
2007-12-16patch by Pieter Grimmerink: -call waitpid on the child, after it completes. T...Felix Domke
2007-11-14fix frequently segfault on clean shutdownAndreas Monzner
2007-11-13add FATAL: before error messagesFelix Domke