aboutsummaryrefslogtreecommitdiff
path: root/lib/base
AgeCommit message (Expand)Author
2007-01-08generate bluescreens on fatal cpp errors (assertions to)Andreas Monzner
2007-01-06add much simpler solution for newly created Socketnotifiers in anotherAndreas Monzner
2007-01-02add support for python threads (python threads are just running when the main...Andreas Monzner
2006-12-19some python import cleanupsAndreas Monzner
2006-12-15fix ASSERT in the correct wayAndreas Monzner
2006-12-15reenable debugAndreas Monzner
2006-12-15fixAndreas Monzner
2006-12-15fix lock, fix non working ASSERT when DEBUG is not definedAndreas Monzner
2006-12-14add possibility to get a dict with transponderdata for servicerefsAndreas Monzner
2006-12-14not block so longAndreas Monzner
2006-12-14fix read from pipesAndreas Monzner
2006-12-12nicer codeAndreas Monzner
2006-12-12fix bug in mainloop (this fixes sometimes no more responding e2)Andreas Monzner
2006-12-12prevent this from happening againFelix Domke
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-11-24remove non working python refcount debugging codeAndreas Monzner
2006-11-23add PyObject refcount debugging codeAndreas Monzner
2006-11-08make logOutput thread safeAndreas Monzner
2006-11-08add header for working memleak checkAndreas Monzner
2006-11-03revert shit encoding fix from yesterday nightAndreas Monzner
2006-11-03why not allow directly utf8 encoded dvb texts? ;)Andreas Monzner
2006-11-03small (non critical) fixAndreas Monzner
2006-10-30fixes for powerpc, thanks to pieterFelix Domke
2006-10-28always use unsignedFelix Domke
2006-10-26remove unneeded fileAndreas Monzner
2006-10-25cleanup mainloop codeAndreas Monzner
2006-08-17fix memleak checkAndreas Monzner
2006-08-17cleanupAndreas Monzner
2006-08-16small cleanupAndreas Monzner
2006-07-25make inlineAndreas Monzner
2006-07-23no class needed hereAndreas Monzner
2006-07-23make refcount value volatileAndreas Monzner
2006-07-11remove unneeded nop the gcc-as add this selfAndreas Monzner
2006-07-10add branch delay (nop) to mips asm implementation of Addref and Release usedAndreas Monzner
2006-07-04add atomic versions of AddRef / Release for ppc .. used by refcountingAndreas Monzner
2006-07-04optimized refcounting for MIPS (use asm optimized atomic inc/dec)Andreas Monzner
2006-07-03fix locking for reference counts, enable GDI thread againFelix Domke
2006-06-17I/O priority support with cfq scheduler (needs new kernel patch)Andreas Monzner
2006-05-11implement and re-enable default ac3 optionAndreas Monzner
2006-05-07fixAndreas Monzner
2006-04-21optimize codeAndreas Monzner
2006-04-06make gcc 4.1 happyAndreas Monzner
2006-04-06give more priority to socketnotifiers(fd's) in mainloopAndreas Monzner
2006-04-03re-add virtual thread_finished function in eThreadAndreas Monzner
2006-04-03follow eThread changes: mainly thread_running -> sync, hasStarted()Felix Domke
2006-04-03try to fix some eThread racesFelix Domke
2006-04-03add possibility to do things after thread start.. but before setting the thre...Andreas Monzner
2006-03-30add eMainloop::reset to reset the app_quit_now flag in mainloop (to restart m...Andreas Monzner
2006-03-30comment out debug message.. increase waiting time for thread startAndreas Monzner
2006-03-21comment out posix_fadvise callAndreas Monzner