do some voodoo on the config list to store the connectedTo values properly (reset...
[enigma2.git] / lib / base /
2008-06-13 Andreas Monznerafter DECLARE_REF now all is private.. not public
2008-06-11 Felix Domkefix output before termination
2008-06-10 Felix Domkeread nonblocking
2008-06-04 Andreas Monznerfix spinner handling
2008-06-03 Andreas Monznersmall cleanup
2008-06-02 Andreas FrischAdd setCWD to change task's work directories for eConso...
2008-04-26 Felix Domkecompatibility to python 2.4.
2008-04-17 Andreas Monznermake some operator functions const
2008-04-16 Andreas Monzneruse clock_gettime for internal timers instead of gettim...
2008-04-13 Felix Domkeadd support for writing python strings directly
2008-04-06 Felix Domkeprovide better way of passing arguments to 'execute'
2008-03-25 Andreas Oberritterfix: large integer implicitly truncated to unsigned...
2008-03-25 Andreas Oberritterremove redundant '!!'
2008-03-25 Andreas Oberritterfix deprecated conversion from string constant to char...
2008-03-25 Andreas Oberritterfix compile error for i386-optimized refcounting,
2008-03-25 Andreas Oberritterreplace openFile() by two functions openFileCached...
2008-03-25 Andreas Oberrittersecond argument of PyDict_Next() should be of type...
2008-03-25 Andreas Oberritteradjust ioprio_get/set for kernels which don't define...
2008-02-14 Andreas Monzneradd support for cyclic garbage collection to eTimer...
2008-02-14 Andreas Monznerwrite memleak info to /var/tmp/enigma2_mem.out instead...
2008-01-17 Andreas Monznerfix cmdline parser
2008-01-12 Andreas Monznerdeal correct with errno
2008-01-08 Andreas Monzneruse vfork instead of fork (this hopefully fixes the...
2007-12-16 Felix Domkepatch by Pieter Grimmerink: -call waitpid on the child...
2007-11-14 Andreas Monznerfix frequently segfault on clean shutdown
2007-11-13 Felix Domkeadd FATAL: before error messages
2007-10-06 Andreas Monznerfixes for clean enigma2 shutdown
2007-06-14 Andreas Monzneruse read/write lock for eCueSheet
2007-05-25 Felix Domkeadd 'spinner' (non-idle detection)
2007-05-24 Felix Domkein case of short reads, re-align with blocksize
2007-05-06 Andreas Monznerdisable log to /log.ts (was just for testing)..
2007-05-04 Felix Domkeimprove filterRecordData
2007-04-30 Felix Domkesend write error messages down to service events
2007-04-17 Felix Domkeadd stream-mode to filepush, which will retry on eof...
2007-03-20 Andreas Monznersmall fix
2007-03-20 Andreas Monznercleanup / apply timeoffsets to twisted timer too
2007-02-27 Andreas Monzneradd lock for smp safety
2007-02-27 Andreas Monzneradd optimized addref / release for x86
2007-02-26 Andreas Monznercompile fixes for old dvb api (7020....)
2007-01-30 Andreas Monzneradd a workaround to ensure that the filepush thread...
2007-01-22 Andreas Monznermainloop cleanup/speedup
2007-01-11 Andreas Monznerremove debug output
2007-01-11 Andreas Monznerfilter short name brakets in getContent ('N')
2007-01-08 Andreas Monznergenerate bluescreens on fatal cpp errors (assertions to)
2007-01-06 Andreas Monzneradd much simpler solution for newly created Socketnotif...
2007-01-02 Andreas Monzneradd support for python threads (python threads are...
2006-12-19 Andreas Monznersome python import cleanups
2006-12-15 Andreas Monznerfix ASSERT in the correct way
2006-12-15 Andreas Monznerreenable debug
2006-12-15 Andreas Monznerfix
2006-12-15 Andreas Monznerfix lock, fix non working ASSERT when DEBUG is not...
2006-12-14 Andreas Monzneradd possibility to get a dict with transponderdata...
2006-12-14 Andreas Monznernot block so long
2006-12-14 Andreas Monznerfix read from pipes
2006-12-12 Andreas Monznernicer code
2006-12-12 Andreas Monznerfix bug in mainloop (this fixes sometimes no more respo...
2006-12-12 Felix Domkeprevent this from happening again
2006-11-25 Andreas Monznerpython object refcount debugging code second try
2006-11-24 Andreas Monznerremove non working python refcount debugging code
2006-11-23 Andreas Monzneradd PyObject refcount debugging code
2006-11-08 Andreas Monznermake logOutput thread safe
2006-11-08 Andreas Monzneradd header for working memleak check
2006-11-03 Andreas Monznerrevert shit encoding fix from yesterday night
2006-11-03 Andreas Monznerwhy not allow directly utf8 encoded dvb texts? ;)
2006-11-03 Andreas Monznersmall (non critical) fix
2006-10-30 Felix Domkefixes for powerpc, thanks to pieter
2006-10-28 Felix Domkealways use unsigned
2006-10-26 Andreas Monznerremove unneeded file
2006-10-25 Andreas Monznercleanup mainloop code
2006-08-17 Andreas Monznerfix memleak check
2006-08-17 Andreas Monznercleanup
2006-08-16 Andreas Monznersmall cleanup
2006-07-25 Andreas Monznermake inline
2006-07-23 Andreas Monznerno class needed here
2006-07-23 Andreas Monznermake refcount value volatile
2006-07-11 Andreas Monznerremove unneeded nop the gcc-as add this self
2006-07-10 Andreas Monzneradd branch delay (nop) to mips asm implementation of...
2006-07-04 Andreas Monzneradd atomic versions of AddRef / Release for ppc .....
2006-07-04 Andreas Monzneroptimized refcounting for MIPS (use asm optimized atomi...
2006-07-03 Felix Domkefix locking for reference counts, enable GDI thread...
2006-06-17 Andreas MonznerI/O priority support with cfq scheduler (needs new...
2006-05-11 Andreas Monznerimplement and re-enable default ac3 option
2006-05-07 Andreas Monznerfix
2006-04-21 Andreas Monzneroptimize code
2006-04-06 Andreas Monznermake gcc 4.1 happy
2006-04-06 Andreas Monznergive more priority to socketnotifiers(fd's) in mainloop
2006-04-03 Andreas Monznerre-add virtual thread_finished function in eThread
2006-04-03 Felix Domkefollow eThread changes: mainly thread_running -> sync...
2006-04-03 Felix Domketry to fix some eThread races
2006-04-03 Andreas Monzneradd possibility to do things after thread start.. but...
2006-03-30 Andreas Monzneradd eMainloop::reset to reset the app_quit_now flag...
2006-03-30 Andreas Monznercomment out debug message.. increase waiting time for...
2006-03-21 Andreas Monznercomment out posix_fadvise call
2006-03-17 Andreas Monznerfix error handling (errno checking)
2006-03-11 Andreas Monznerincrease commit interval
2006-03-07 Felix Domkefix seek return values, valid() for cached files
2006-03-06 Felix Domkeoptional cached (i.e. fopen,...) support for raw files
2006-03-03 Felix Domkefix rawfile
2006-03-03 Felix Domkeenable playback of multifile (split) movies
2006-03-02 Andreas Monznerdo always call thread cleanup handler
next