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
/
searchtimer_thread.c
Age
Commit message (
Expand
)
Author
2017-05-07
Drop legacy code prior VDR 2.0.0
Frank Neumann
2013-02-23
- 1.0.1.beta3
Christian Wieninger
2012-12-20
- changed some warning types
Christian Wieninger
2012-12-08
Spelling fixes
Ville Skyttä
2012-11-11
translation fixes - changed "conflict(s)" in "conflicts"
Christian Wieninger
2012-10-31
fixed bug #1112: different message in conflictmessage
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
2012-01-08
sort search timers by timer priority and search term
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-09-19
Remove miscellaneous obsolete VDR < 1.6.0 code.
Ville Skyttä
2011-09-04
API changes for __RECORDING_H_DEPRECATED_DIRECT_MEMBER_ACCESS in vdr-1.7.21
Christian Wieninger
2011-08-21
fixed some memory leaks
Christian Wieninger
2011-05-28
new setup variable epgsearch.ConflCheckCmd
Christian Wieninger
2011-01-13
0.9.25.beta21 and copyright update to 2011
Christian Wieninger
2010-11-24
patches for FreeBSD
Christian Wieninger
2010-04-13
fixed some compiler warnings
Christian Wieninger
2010-03-11
log entry when adding switch timers
Christian Wieninger
2010-02-20
check if EPG exists for the next x hours
Christian Wieninger
2010-01-07
updated the copyright notice 2009 -> 2010
Christian Wieninger
2009-10-18
more logging when timers file has changed
Christian Wieninger
2009-10-16
ignore time changes in the EPG less than 60s
Christian Wieninger
2009-09-20
announcement of new events by mail
Christian Wieninger
2009-07-09
ignore manual timers in the update check that were edited by the user
Christian Wieninger
2009-07-04
fixes for gcc-4.4
Christian Wieninger
2009-06-14
using cPlugin::MainThreadHook to trigger the first run of the background threads
Christian Wieninger
2009-06-07
check result of SVDRP commands when adding/modifying timers
Christian Wieninger
2009-06-01
patches by Bittor Corl
Christian Wieninger
2009-05-08
fixed a bug in search timer announcements concerning the display of the corre...
Christian Wieninger
2009-05-08
avoid multiple announcements of the same event
Christian Wieninger
2009-04-09
added EPG scan start when running UPDS with option SCAN
Christian Wieninger
2009-02-22
'no announcements while replay' was broken
Christian Wieninger
2009-02-15
handle timers as modified only if the new start/stop times have changed by mo...
Christian Wieninger
2009-01-29
new search timer action 'announce and switch', headers adjusted to 2009
Christian Wieninger
2009-01-13
don't try to remove recording timers, thanks to Rolf Ahrenberg for providing ...
Christian Wieninger
2009-01-10
option 'SCAN' for UPDS to trigger an epg scan before search timer update
Christian Wieninger
2009-01-04
use shutdown handler to prevent an interrupted search timer update
Christian Wieninger
2008-10-21
service interface 1.2 and patches by Rolf Ahrenberg
Christian Wieninger
2008-10-06
improved response time when canceling the search timer thread
Christian Wieninger
2008-08-24
moved from cCondWait::SleepMs to cCondWait::Wait to avoid shutdown problems, ...
Christian Wieninger
2008-06-14
added check for 'Transferring()' in the 'no announce while replay'-test
Christian Wieninger
2008-04-28
ignore 'no annoucement while replaying' when update was forced, 0.9.24.rc2
Christian Wieninger
2008-03-23
updated copyright info for 2008
Christian Wieninger
2008-03-05
0.9.24.beta22, %timer.modreason%, no mail when only eventid has changed
Christian Wieninger
2008-02-20
track all timer changes within epgsearch and expose this information via service
Christian Wieninger
2008-02-20
replaced asprintf with cString::sprintf and a wrapper function
Christian Wieninger
2008-01-10
- fixed compile warnings from g++-4.3
Christian Wieninger
2007-11-28
- faster exit when thread is canceled
Christian Wieninger
2007-11-11
Initial commit
Christian Wieninger