Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
when sending non-raw keys, errors were reported on success and failures
were ignored
|
|
|
|
|
|
needed for in-vdr builds
|
|
[#1327]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|