aboutsummaryrefslogtreecommitdiff
path: root/lib/base/ebase.cpp
AgeCommit message (Collapse)Author
2008-03-25remove redundant '!!'Andreas Oberritter
2008-03-25second argument of PyDict_Next() should be of type Py_ssize_t, which isn't ↵Andreas Oberritter
restricted to 32 bits
2008-02-14add support for cyclic garbage collection to eTimer and eSocketNotifierAndreas 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)
2007-11-14fix frequently segfault on clean shutdownAndreas Monzner
2007-05-25add 'spinner' (non-idle detection)Felix Domke
2007-03-20small fixAndreas Monzner
2007-03-20cleanup / apply timeoffsets to twisted timer tooAndreas Monzner
2007-01-22mainloop cleanup/speedupAndreas Monzner
2007-01-06add much simpler solution for newly created Socketnotifiers in anotherAndreas Monzner
socketnotifier callback
2007-01-02add support for python threads (python threads are just running when the ↵Andreas Monzner
mainloop is idle) add ePythonMessagePump class for interthread communication
2006-12-14add possibility to get a dict with transponderdata for servicerefsAndreas Monzner
2006-12-12nicer codeAndreas Monzner
2006-12-12fix bug in mainloop (this fixes sometimes no more responding e2)Andreas Monzner
2006-11-25python object refcount debugging code second tryAndreas Monzner
2006-10-25cleanup mainloop codeAndreas Monzner
2006-05-07fixAndreas Monzner
2006-04-06give more priority to socketnotifiers(fd's) in mainloopAndreas Monzner
2006-03-30add eMainloop::reset to reset the app_quit_now flag in mainloop (to restart ↵Andreas Monzner
mainloops)
2006-02-25some fixes for twistedFelix Domke
2006-02-19return None on quitFelix Domke
2006-01-17fixed comparison between signed and unsigned integerAndreas Oberritter
2006-01-13fix memleak,Andreas Monzner
speedups
2006-01-13prepare for new twisted reactor codeFelix Domke
2006-01-07i think it is not fatal when a socketnotifier doesnt handle all POLL signals ↵Andreas Monzner
(like POLLERR or POLLHUP)
2006-01-05make our event loop compatible to my new twisted reactor coreFelix Domke
2005-11-25remove old comment, fix returncodes on signalFelix Domke
2005-11-25base: fix a very theoretical performance problemFelix Domke
2005-11-22invalidate local time if time was changedFelix Domke
2005-11-15improve locking of addTimeOffset a bitFelix Domke
2005-11-15reformatFelix Domke
2005-10-16cleaned up poll coreFelix Domke
2005-06-30add dvb time handling with transponder time correction algo.. this use a ↵Andreas Monzner
rtc, when avail, mainloop changes for set linux time
2005-05-04 - remove debug messageFelix Domke
2005-01-20 - redraw now in idleFelix Domke
- mainloop called from python (could be changed) - clock components manages timer - timer usuable from python
2003-10-17import of enigma2Felix Domke