aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/epgcache.cpp
AgeCommit message (Collapse)Author
2011-01-25lib/dvb/epgcache.cpp: fix crash on timer restart after crashghost
refs bug #668
2010-12-31epgcache.cpp: typo fixedghost
2010-11-07use a notifier to immediate apply changed epg data file/path (it is then use ↵ghost
on e2 shutdown to store the epg at the new position)
2010-11-05epgache: move epg cache file name to main enigma2 settings file ↵ghost
(config.misc.epgache_filename)
2010-11-04epgcache: add possibility to change the default epg cache read/write pathghost
the path is read from /etc/enigma2/epg.dat.src .. fallback to /hdd/epg.dat when the file not exists
2010-04-26add missing parenthesesAndreas Oberritter
2010-04-26fix compiler error due to invalid conversion (g++ 4.4.1)Andreas Oberritter
2009-12-07fix digital+ (mhw2) epg (still disabled in epgcache.h!)ghost
now also support digital + epg on hispasat
2009-11-17epgcache.cpp: fix typoghost
2009-11-17epgcache.cpp: fix segfault on unknown argghost
2009-08-21epgcache.cpp: fix restoring the timezone after mhwepg readghost
2009-08-18add missing semicolon after ASSERT()Andreas Oberritter
2009-06-08epgcache.cpp: use a hash build with event start time and event monthday when ↵ghost
the event_id is 0.. this is a workaround for some cyfrowy polsat channels on 13.0°E
2009-05-13remove unneeded codeghost
2009-05-12epgcache.h/cpp: add viasat (sirus 5°E) EPGghost
2009-01-27fixes for python 2.6 by Moritz Vennghost
2009-01-25no comment!ghost
2009-01-25another exact title search in epgache fixghost
2009-01-25small fix for exact epgcache title searchghost
2009-01-25skip dvb-text encoding bytes on exakt title search in epgcacheghost
2008-12-21small speedups (thx to pieterg)ghost
2008-12-21fix non working search case sensitive search (thx to pieterg)ghost
2008-11-25fix some refcounting bugsghost
2008-10-29also use refcounting for eTimersAndreas Monzner
its now no more possible directly to call new eTimer .. or to embedded eTimer. to create a eTimer now eTimer::create must be used... to delete you must call ->AddRef() after timer creation and ->Release when the timer is no more needed. Or use ePtr<eTimer> to store the timer reference.. then its enough to set the ePtr<eTimer> object to 0 when the timer is no more needed
2008-09-30fix corrupted epg.dat by using a faked version string and not writing the ↵Andreas Oberritter
correct version string until all epg data has been flushed to disk
2008-05-19remove no more needed time codeAndreas Monzner
2008-03-25fix: comparison is always true due to limited range of data typeAndreas Oberritter
2008-03-25fix deprecated conversion from string constant to char* by using const char* ↵Andreas Oberritter
instead where possible
2008-02-18fix cablecom hackAndreas Monzner
2008-02-18add HACK for wrong transmitted Cablecom EPG!Andreas Monzner
2008-02-13fix memleakAndreas Monzner
2008-01-10epg fixesAndreas Monzner
2007-11-10lookupEvent returns one entry for every service event though no event inAndreas Monzner
queried time range is found.. in this case all event based entries in returned tuple are None
2007-10-22epg fix (fixes bluescreens on ZDF Transponder)Andreas Monzner
2007-10-03fix typo, add tsid correctionAndreas Monzner
2007-10-03update wrong sid values for private epgAndreas Monzner
2007-09-25small fixAndreas Monzner
2007-08-02fix not working epg searchAndreas Monzner
2007-07-30fixAndreas Monzner
2007-07-26fix previous fixAndreas Monzner
2007-07-26fixAndreas Monzner
2007-07-25more speedupsAndreas Monzner
2007-07-25small speedups,Andreas Monzner
small cleanups, fix non working query for time epoch
2007-07-19fix no more working mhw2 (digital+) epgAndreas Monzner
2007-02-16remove unneeded voodooAndreas Monzner
2007-02-16erase /hdd/epg.dat after readAndreas Monzner
2007-01-15when the system time on e2 startup seems valid (> 1.1.2004) we use this timeAndreas Monzner
as time reference for the internal transponder time correction.. so the systemtime stays valid on startup from deepstandby on a transponder with incorrect transponder time transmission
2007-01-12remove changes without any effectAndreas Monzner
2007-01-12small cleanupAndreas Monzner
2007-01-11filter short name brakets in getContent ('N')Andreas Monzner
add possibility to get short names with getContent ('n') the same for epg.search... filter short name brakets in Converter/ServiceName