index
:
vdr-plugin-epgsearch
master
vdr-2.2.x
VDR EPGSearch Plug-in
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
switchtimer_thread.c
Age
Commit message (
Expand
)
Author
2017-05-01
Add compatibility for VDR 2.3.2+ (thx kamel5, mini73 & TomJoad)
Frank Neumann
2013-02-23
- 1.0.1.beta3
Christian Wieninger
2012-05-07
1.0.1.beta1
Christian Wieninger
2012-04-06
bugtracker #929, bunch of warning fixes, thanks to Joe_D for providing this p...
Christian Wieninger
2011-11-07
Tell Emacs our sources are C++ despite the file extensions.
Ville Skyttä
2011-09-22
Delete trailing whitespace, thanks to Ville Skyttä for patches
Christian Wieninger
2011-01-13
0.9.25.beta21 and copyright update to 2011
Christian Wieninger
2011-01-08
moved from cMutexLock to direct mutex locking/unlocking to unlock switchtimer...
Christian Wieninger
2010-03-12
refactoring switch timers to prevent usage of pointers to events
Christian Wieninger
2010-01-07
updated the copyright notice 2009 -> 2010
Christian Wieninger
2009-06-14
using cPlugin::MainThreadHook to trigger the first run of the background threads
Christian Wieninger
2009-02-22
some fixes for the new 'announce and switch' property of search timers
Christian Wieninger
2009-01-29
new search timer action 'announce and switch', headers adjusted to 2009
Christian Wieninger
2008-08-25
avoid switching if current channel already matches the switch timers one
Christian Wieninger
2008-08-24
moved from cCondWait::SleepMs to cCondWait::Wait to avoid shutdown problems, ...
Christian Wieninger
2008-03-23
updated copyright info for 2008
Christian Wieninger
2008-02-20
replaced asprintf with cString::sprintf and a wrapper function
Christian Wieninger
2007-11-28
- faster exit when thread is canceled
Christian Wieninger
2007-11-11
Initial commit
Christian Wieninger