aboutsummaryrefslogtreecommitdiff
path: root/lib/base
AgeCommit message (Expand)Author
2009-05-18fix 'thread recovery' race with sync() by not abusing m_state.Felix Domke
2009-05-08swig 1.3.39 wraps also operator bool.. we dont like this yet...ghost
2009-04-27more debugFelix Domke
2009-04-27replace more assertions to get proper log messagesghost
2009-04-24more debugFelix Domke
2009-04-14estring.cpp: use iso6397 when iso8859-5 is set in dvb texts and use two char ...ghost
2009-04-14add possibility to set default charset to iso6397 for country codes and trans...ghost
2009-04-06estring.cpp: complete iso6397 support ... this fixes the wrong characters in ...ghost
2009-04-06replace assert by ASSERT, so a proper log message is generatedFelix Domke
2009-03-31friendlify error messageFelix Domke
2009-03-31Merge commit 'origin/master' into tmbinc/FixTimingBugsFelix Domke
2009-03-02replace EOF magic by a slightly more accurate PVR EOF.Felix Domke
2009-02-23fixed compile errors with g++ 4.3 and replaced some c headers by theirAndreas Oberritter
2009-02-17move replace_all function to base/string.hghost
2009-02-11Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugsFelix Domke
2008-11-25fix some refcounting bugsghost
2008-11-18remove unneeded codeghost
2008-11-18Merge branch 'master' of git.opendreambox.org:/git/enigma2ghost
2008-11-18fix FATAL: ebase.cpp:129 ASSERTION notifiers.find(fd) == notifiers.end() FAILED!ghost
2008-11-18don't try to look for python files when handling a C++ crashFelix Domke
2008-11-18don't hold debug lock while doing bsodFatalFelix Domke
2008-11-17remove ugly SIGUSR1 loop once againFelix Domke
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