| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2008-06-03 | small cleanup | Andreas Monzner | |
| 2008-06-02 | Add setCWD to change task's work directories for eConsoleAppContainers | Andreas Frisch | |
| 2008-04-26 | compatibility to python 2.4. | Felix Domke | |
| 2008-04-17 | make some operator functions const | Andreas Monzner | |
| 2008-04-16 | use clock_gettime for internal timers instead of gettimeofday .. so now our | Andreas Monzner | |
| timers are independent of the normal linux clock (and change linux time without inform e2 is now really uncritical) | |||
| 2008-04-13 | add support for writing python strings directly | Felix Domke | |
| 2008-04-06 | provide better way of passing arguments to 'execute' | Felix Domke | |
| 2008-03-25 | fix: large integer implicitly truncated to unsigned type, | Andreas Oberritter | |
| comparison is always true due to limited range of data type too many arguments for format | |||
| 2008-03-25 | remove redundant '!!' | Andreas Oberritter | |
| 2008-03-25 | fix deprecated conversion from string constant to char* by using const char* ↵ | Andreas Oberritter | |
| instead where possible | |||
| 2008-03-25 | fix compile error for i386-optimized refcounting, | Andreas Oberritter | |
| use the same code for x86_64 | |||
| 2008-03-25 | replace openFile() by two functions openFileCached() and openFileUncached(), ↵ | Andreas Oberritter | |
| to avoid casting FILE* to int | |||
| 2008-03-25 | second argument of PyDict_Next() should be of type Py_ssize_t, which isn't ↵ | Andreas Oberritter | |
| restricted to 32 bits | |||
| 2008-03-25 | adjust ioprio_get/set for kernels which don't define _syscall2/3 (i.e. ↵ | Andreas Oberritter | |
| 2.6.24 and higher) | |||
| 2008-02-14 | add support for cyclic garbage collection to eTimer and eSocketNotifier | Andreas Monzner | |
| class, add simpler method to set a timer callback.. or remove.. instead of timer.timeout.get().append(func).. or .remove(func)... now it is possible to do timer.callback.append(func)... timer.callback.remove(func) (the old method still works..but is now deprecated) | |||
| 2008-02-14 | write memleak info to /var/tmp/enigma2_mem.out instead of stdout | Andreas Monzner | |
| 2008-01-17 | fix cmdline parser | Andreas Monzner | |
| 2008-01-12 | deal correct with errno | Andreas Monzner | |
| 2008-01-08 | use vfork instead of fork (this hopefully fixes the 'no more | Andreas Monzner | |
| eConsoleAppContainer is working after a long enigma2 runtime' problem) optimize the eConsoleAppContainer::execute function | |||
| 2007-12-16 | patch by Pieter Grimmerink: -call waitpid on the child, after it completes. ↵ | Felix Domke | |
| This avoids zombies. | |||
| 2007-11-14 | fix frequently segfault on clean shutdown | Andreas Monzner | |
| 2007-11-13 | add FATAL: before error messages | Felix Domke | |
| 2007-10-06 | fixes for clean enigma2 shutdown | Andreas Monzner | |
| 2007-06-14 | use read/write lock for eCueSheet | Andreas Monzner | |
| 2007-05-25 | add 'spinner' (non-idle detection) | Felix Domke | |
| 2007-05-24 | in case of short reads, re-align with blocksize | Felix Domke | |
| 2007-05-06 | disable log to /log.ts (was just for testing).. | Andreas Monzner | |
| 2007-05-04 | improve filterRecordData | Felix Domke | |
| 2007-04-30 | send write error messages down to service events | Felix Domke | |
| 2007-04-17 | add stream-mode to filepush, which will retry on eof until stream grows | Felix Domke | |
| 2007-03-20 | small fix | Andreas Monzner | |
| 2007-03-20 | cleanup / apply timeoffsets to twisted timer too | Andreas Monzner | |
| 2007-02-27 | add lock for smp safety | Andreas Monzner | |
| 2007-02-27 | add optimized addref / release for x86 | Andreas Monzner | |
| 2007-02-26 | compile fixes for old dvb api (7020....) | Andreas Monzner | |
| 2007-01-30 | add a workaround to ensure that the filepush thread take notice of the | Andreas Monzner | |
| stop thread signal even when no syscall is in progress | |||
| 2007-01-22 | mainloop cleanup/speedup | Andreas Monzner | |
| 2007-01-11 | remove debug output | Andreas Monzner | |
| 2007-01-11 | filter 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 | |||
| 2007-01-08 | generate bluescreens on fatal cpp errors (assertions to) | Andreas Monzner | |
| 2007-01-06 | add much simpler solution for newly created Socketnotifiers in another | Andreas Monzner | |
| socketnotifier callback | |||
| 2007-01-02 | add support for python threads (python threads are just running when the ↵ | Andreas Monzner | |
| mainloop is idle) add ePythonMessagePump class for interthread communication | |||
| 2006-12-19 | some python import cleanups | Andreas Monzner | |
| lesser swig overhead | |||
| 2006-12-15 | fix ASSERT in the correct way | Andreas Monzner | |
| 2006-12-15 | reenable debug | Andreas Monzner | |
| 2006-12-15 | fix | Andreas Monzner | |
| 2006-12-15 | fix lock, fix non working ASSERT when DEBUG is not defined | Andreas Monzner | |
| 2006-12-14 | add possibility to get a dict with transponderdata for servicerefs | Andreas Monzner | |
| 2006-12-14 | not block so long | Andreas Monzner | |
| 2006-12-14 | fix read from pipes | Andreas Monzner | |
