| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2009-08-18 | remove obsolete .cvsignore files | Andreas Oberritter | |
| 2009-08-15 | delete some unused source files | Andreas Oberritter | |
| 2009-08-10 | implement length() | Felix Domke | |
| 2009-07-31 | fix convertDVBUTF8 default table (0 is now iso6397 but we want iso8859-1) | ghost | |
| 2009-07-28 | Revert "more standard conform handling for dvb-text encodings" | ghost | |
| This reverts commit efdb7161844b7be58cdc5ec3308d8aaf5b257894. | |||
| 2009-07-25 | string.cpp: change debug info | ghost | |
| 2009-07-25 | more standard conform handling for dvb-text encodings | ghost | |
| with this fix no more special handling for UPC Direkt transponders on 19.2°E and CS Link on 23.5°E is needed but some polish providers still needs special handling... i think they interpreted the spec in the wrong way | |||
| 2009-07-12 | include cstdio to fix build with gcc 4.4 | Andreas Oberritter | |
| 2009-06-16 | use POLLIN instead of POLLPRI for clip buffer empty | ghost | |
| 2009-06-15 | use POLLPRI instead of POLLHUP | Felix Domke | |
| 2009-06-11 | small fixes | ghost | |
| 2009-06-11 | fix compiler warning | ghost | |
| 2009-06-09 | estring.cpp: add support for ISO/IEC 10646-1 (Basic Multilingual Plane) (aka ↵ | ghost | |
| UTF-16 ... aka Unicode) dvb encoded strings | |||
| 2009-05-18 | fix 'thread recovery' race with sync() by not abusing m_state. | Felix Domke | |
| 2009-05-08 | swig 1.3.39 wraps also operator bool.. we dont like this yet... | ghost | |
| 2009-04-27 | more debug | Felix Domke | |
| 2009-04-27 | replace more assertions to get proper log messages | ghost | |
| 2009-04-24 | more debug | Felix Domke | |
| 2009-04-14 | estring.cpp: use iso6397 when iso8859-5 is set in dvb texts and use two char ↵ | ghost | |
| byte encoding is enabled for this transponder | |||
| 2009-04-14 | add possibility to set default charset to iso6397 for country codes and ↵ | ghost | |
| transponders | |||
| 2009-04-06 | estring.cpp: complete iso6397 support ... this fixes the wrong characters in ↵ | ghost | |
| polish (cyfra+) epg | |||
| 2009-04-06 | replace assert by ASSERT, so a proper log message is generated | Felix Domke | |
| 2009-03-31 | friendlify error message | Felix Domke | |
| 2009-03-31 | Merge commit 'origin/master' into tmbinc/FixTimingBugs | Felix Domke | |
| 2009-03-02 | replace EOF magic by a slightly more accurate PVR EOF. | Felix Domke | |
| 2009-02-23 | fixed compile errors with g++ 4.3 and replaced some c headers by their | Andreas Oberritter | |
| c++ counterparts | |||
| 2009-02-17 | move replace_all function to base/string.h | ghost | |
| 2009-02-11 | Merge branch 'master' of /home/tmbinc/enigma2-git into tmbinc/FixTimingBugs | Felix Domke | |
| Conflicts: lib/dvb/decoder.cpp | |||
| 2008-11-25 | fix some refcounting bugs | ghost | |
| 2008-11-18 | remove unneeded code | ghost | |
| 2008-11-18 | Merge branch 'master' of git.opendreambox.org:/git/enigma2 | ghost | |
| 2008-11-18 | fix FATAL: ebase.cpp:129 ASSERTION notifiers.find(fd) == notifiers.end() FAILED! | ghost | |
| 2008-11-18 | don't try to look for python files when handling a C++ crash | Felix Domke | |
| 2008-11-18 | don't hold debug lock while doing bsodFatal | Felix Domke | |
| 2008-11-17 | remove ugly SIGUSR1 loop once again | Felix Domke | |
| 2008-11-06 | also make in FD nonblocking | ghost | |
| 2008-11-06 | dont add cmd to arglist | ghost | |
| 2008-11-06 | add possibility to call eConsoleAppContainer execute with unlimited count of ↵ | ghost | |
| arguments when its called with single argument, then /bin/sh is started else not | |||
| 2008-11-06 | also make in FD nonblocking | ghost | |
| 2008-11-06 | dont add cmd to arglist | ghost | |
| 2008-11-06 | add possibility to call eConsoleAppContainer execute with unlimited count of ↵ | ghost | |
| arguments when its called with single argument, then /bin/sh is started else not | |||
| 2008-10-30 | small refcounting fixes, add private operator delete to iObject | Andreas Monzner | |
| 2008-10-29 | also use refcounting for eTimers | Andreas 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-10-29 | delete eSocketNotifiers isnt allowed... | Andreas Monzner | |
| please call ->AddRef() after eSocketNotifier::create ... and ->Release() when the eSocketNotifier is no more needed... or use ePtr<eSocketNotifier> | |||
| 2008-10-29 | better solution to add possibility to delete eSocketNotifiers, | Andreas Monzner | |
| eConsoleAppContainers in callback funktions without crash | |||
| 2008-10-28 | remove non working wrapper class to add a (unneeded) .get() call to | Andreas Monzner | |
| eConsoleAppContainers.. so now all external plugins must remove this .get() calls... example: cont = eConsoleAppContainer() cont.appClosed.append(cb_func) # old was cont.appClosed.get().append(cb_func) | |||
| 2008-10-28 | cleanup eConsoleAppContainer code.. execute is now only possible to call with | Andreas Monzner | |
| one single string argument | |||
| 2008-10-27 | small cleanup | Andreas Monzner | |
| 2008-10-27 | use functions for sequence instead of tuple or list.. so both types are | Andreas Monzner | |
| working now, fix small typo | |||
| 2008-10-27 | long -> int | Andreas Monzner | |
