aboutsummaryrefslogtreecommitdiff
path: root/lib/base
AgeCommit message (Expand)Author
2010-10-06lib/base/etpm.h,cpp: simplify and cleanup codeghost
2010-10-06lib/base/etpm.cpp: use <sys/socket.h> instead of <linux/socket.h>ghost
2010-10-06fixes bug #467Stefan Pluecken
2010-07-05lib/base/console.cpp: fix eConsoleAppContainer write (when called with one st...ghost
2010-06-08fix compiler warningsghost
2010-06-01lib/base/ebase.cpp: remove unneeded codeghost
2010-05-17lib/base/ebase.h/cpp: dont crash when try to start eTimers, eSocketNotifiers ...ghost
2010-05-17lib/base/eptrlist.h: fix tabsghost
2010-02-12Merge branch 'bug_387_small_spinner_fix'ghost
2010-02-09lib/base/ioprio.cpp: fix for more current linuxkernelghost
2010-01-09small fix in spinner handling...ghost
2009-12-23Merge branch 'bug_355_seek_fixes'ghost
2009-12-17elock.h: add possibility to create recursive mutexesghost
2009-12-09filepush.cpp: no infinite wait until driver EOF.. better we check it more tim...ghost
2009-12-03filepush.cpp: remove no more needed code.. this fixes i.e. timeshift to live ...ghost
2009-08-18remove obsolete .cvsignore filesAndreas Oberritter
2009-08-15delete some unused source filesAndreas Oberritter
2009-08-10implement length()Felix Domke
2009-07-31fix convertDVBUTF8 default table (0 is now iso6397 but we want iso8859-1)ghost
2009-07-28Revert "more standard conform handling for dvb-text encodings"ghost
2009-07-25string.cpp: change debug infoghost
2009-07-25more standard conform handling for dvb-text encodingsghost
2009-07-12include cstdio to fix build with gcc 4.4Andreas Oberritter
2009-06-16use POLLIN instead of POLLPRI for clip buffer emptyghost
2009-06-15use POLLPRI instead of POLLHUPFelix Domke
2009-06-11small fixesghost
2009-06-11fix compiler warningghost
2009-06-09estring.cpp: add support for ISO/IEC 10646-1 (Basic Multilingual Plane) (aka ...ghost
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