Age | Commit message (Collapse) | Author |
|
|
|
i18n is now supported and an 'install' target has been added.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
due to lot of static objects in vdr, implicit destruction of objects has unpredictable
effects :(
|
|
|
|
epoll_wait() does not return when the epoll-fd is closed by another thread.
Use a helper pipe which is added to the epoll. Closing one end allows to
terminate the thread cleanly
|
|
|
|
|
|
made stop() synchronously and made the destructor virtual
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
they do not have a function yet...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
the vdr list implementation corrupts the containing list when unlinking
the first element. Keep track of the containing list and call its Del()
method.
|
|
|
|
|
|
|