aboutsummaryrefslogtreecommitdiff
path: root/lib/base
AgeCommit message (Expand)Author
2010-11-24follow iDataSource -> iTsSource name changeghost
2010-11-24Merge branch 'bug_615_replace_rawfile'ghost
2010-11-24rename iDataSource to iTsSource (no functional change)ghost
2010-11-23Merge branch 'obi/master'Andreas Oberritter
2010-11-17install idatasource.hAndreas Oberritter
2010-11-16update .gitignoreAndreas Oberritter
2010-11-16install header filesAndreas Oberritter
2010-11-16build and link static libraries without libtoolAndreas Oberritter
2010-11-16use eEnv::resolve() / eEnv.resolve()Andreas Oberritter
2010-11-16add eEnv::resolve() to resolve install paths at runtimeAndreas Oberritter
2010-11-16clean up build #2Andreas Oberritter
2010-11-16clean up buildAndreas Oberritter
2010-11-16*/Makefile.am: s,INCLUDES,AM_CPPFLAGS,Andreas Oberritter
2010-11-10lib/base/rawfile.cpp: no recursive mutex is needed here (small speedup)ghost
2010-11-10Revert "add virtual baseclass for data sources (iDataSource)"ghost
2010-11-10migrate eFilePushThread to new iDateSource read interface, remove no more sup...ghost
2010-11-10move iDataSource to own header file,ghost
2010-11-09filepush.h/cpp: migrate to iDataSourceghost
2010-11-09rawfile.h/cpp: add virtual baseclass for data sources (iDataSource)ghost
2010-11-09add virtual baseclass for data sources (iDataSource)ghost
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