index
:
enigma2.git
cwe-pc
master
Clone of git://git.opendreambox.org/git/enigma2.git before dream multimedia removed all the engima2 sources
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
base
/
ebase.cpp
Age
Commit message (
Expand
)
Author
2010-06-08
fix compiler warnings
ghost
2010-06-01
lib/base/ebase.cpp: remove unneeded code
ghost
2010-05-17
lib/base/ebase.h/cpp: dont crash when try to start eTimers, eSocketNotifiers ...
ghost
2010-01-09
small fix in spinner handling...
ghost
2008-11-18
remove unneeded code
ghost
2008-11-18
fix FATAL: ebase.cpp:129 ASSERTION notifiers.find(fd) == notifiers.end() FAILED!
ghost
2008-10-29
also use refcounting for eTimers
Andreas Monzner
2008-10-29
better solution to add possibility to delete eSocketNotifiers,
Andreas Monzner
2008-10-27
small cleanup
Andreas Monzner
2008-10-27
long -> int
Andreas Monzner
2008-10-23
fix garbage collection (Modules/gcmodule.c:380: move_unreachable: Assertion
Andreas Monzner
2008-06-04
fix spinner handling
Andreas Monzner
2008-06-03
small cleanup
Andreas Monzner
2008-04-26
compatibility to python 2.4.
Felix Domke
2008-04-16
use clock_gettime for internal timers instead of gettimeofday .. so now our
Andreas Monzner
2008-03-25
remove redundant '!!'
Andreas Oberritter
2008-03-25
second argument of PyDict_Next() should be of type Py_ssize_t, which isn't re...
Andreas Oberritter
2008-02-14
add support for cyclic garbage collection to eTimer and eSocketNotifier
Andreas Monzner
2007-11-14
fix frequently segfault on clean shutdown
Andreas Monzner
2007-05-25
add 'spinner' (non-idle detection)
Felix Domke
2007-03-20
small fix
Andreas Monzner
2007-03-20
cleanup / apply timeoffsets to twisted timer too
Andreas Monzner
2007-01-22
mainloop cleanup/speedup
Andreas Monzner
2007-01-06
add much simpler solution for newly created Socketnotifiers in another
Andreas Monzner
2007-01-02
add support for python threads (python threads are just running when the main...
Andreas Monzner
2006-12-14
add possibility to get a dict with transponderdata for servicerefs
Andreas Monzner
2006-12-12
nicer code
Andreas Monzner
2006-12-12
fix bug in mainloop (this fixes sometimes no more responding e2)
Andreas Monzner
2006-11-25
python object refcount debugging code second try
Andreas Monzner
2006-10-25
cleanup mainloop code
Andreas Monzner
2006-05-07
fix
Andreas Monzner
2006-04-06
give more priority to socketnotifiers(fd's) in mainloop
Andreas Monzner
2006-03-30
add eMainloop::reset to reset the app_quit_now flag in mainloop (to restart m...
Andreas Monzner
2006-02-25
some fixes for twisted
Felix Domke
2006-02-19
return None on quit
Felix Domke
2006-01-17
fixed comparison between signed and unsigned integer
Andreas Oberritter
2006-01-13
fix memleak,
Andreas Monzner
2006-01-13
prepare for new twisted reactor code
Felix Domke
2006-01-07
i think it is not fatal when a socketnotifier doesnt handle all POLL signals ...
Andreas Monzner
2006-01-05
make our event loop compatible to my new twisted reactor core
Felix Domke
2005-11-25
remove old comment, fix returncodes on signal
Felix Domke
2005-11-25
base: fix a very theoretical performance problem
Felix Domke
2005-11-22
invalidate local time if time was changed
Felix Domke
2005-11-15
improve locking of addTimeOffset a bit
Felix Domke
2005-11-15
reformat
Felix Domke
2005-10-16
cleaned up poll core
Felix Domke
2005-06-30
add dvb time handling with transponder time correction algo.. this use a rtc,...
Andreas Monzner
2005-05-04
- remove debug message
Felix Domke
2005-01-20
- redraw now in idle
Felix Domke
2003-10-17
import of enigma2
Felix Domke