<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vdr-plugin-live/pages, branch master</title>
<subtitle>VDR Live Plug-in
</subtitle>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/'/>
<entry>
<title>Fixed lock order in remote.ecpp</title>
<updated>2017-06-23T23:41:56+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-23T23:34:33+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=203895d72ea0d5858685e324faeafb3050b2c177'/>
<id>203895d72ea0d5858685e324faeafb3050b2c177</id>
<content type='text'>
- Move the top LOCK_CHANNELS_READ into the blocks and use several
  lock statements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Move the top LOCK_CHANNELS_READ into the blocks and use several
  lock statements.
</pre>
</div>
</content>
</entry>
<entry>
<title>Column 'Searchtimer' in view timer will now wrap</title>
<updated>2017-06-19T18:09:05+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-19T18:02:33+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=5cb665d2718b0e5f950b5796c70d92aaffa60b9f'/>
<id>5cb665d2718b0e5f950b5796c70d92aaffa60b9f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Protect stored timers in SortedTimers list</title>
<updated>2017-06-18T00:22:24+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-18T00:13:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=914fc339749a5d625bc0aa6367cb1c950df7702b'/>
<id>914fc339749a5d625bc0aa6367cb1c950df7702b</id>
<content type='text'>
- SortedTimers::GetByTimerId will now return "const cTimer *" to be sure the
  timer is never modified within live. Modifying or more worse deleting such
  a timer can lead to a segfault. This is no longer the case, but using const
  may protect future mistakes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- SortedTimers::GetByTimerId will now return "const cTimer *" to be sure the
  timer is never modified within live. Modifying or more worse deleting such
  a timer can lead to a segfault. This is no longer the case, but using const
  may protect future mistakes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed a memory leak when creating a new timer</title>
<updated>2017-06-17T23:53:40+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-17T23:53:40+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=18d3b23cf039ce1d1efb2898d4a8bd812a023f11'/>
<id>18d3b23cf039ce1d1efb2898d4a8bd812a023f11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removed useless debug printing</title>
<updated>2017-06-17T22:24:57+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-17T22:24:57+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=67eeba15de29fdcde013c871fe507c8f82b2ce4a'/>
<id>67eeba15de29fdcde013c871fe507c8f82b2ce4a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added column 'Searchtimer' to the timer views</title>
<updated>2017-06-17T20:35:15+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-17T01:07:52+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=9bebbad537dfedc7d143b35d1d01dc9cc7b68b5f'/>
<id>9bebbad537dfedc7d143b35d1d01dc9cc7b68b5f</id>
<content type='text'>
- This implements the change request from ludi:
  http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1293486-vdr-plugin-live-f%C3%BCr-vdr-2-3-x/#post1293486
  He requested to see the name of the serach timer, which has created a timer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This implements the change request from ludi:
  http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1293486-vdr-plugin-live-f%C3%BCr-vdr-2-3-x/#post1293486
  He requested to see the name of the serach timer, which has created a timer.
</pre>
</div>
</content>
</entry>
<entry>
<title>Added "Current Maintainer" to about box.</title>
<updated>2017-06-16T22:39:27+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-16T22:39:27+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=51bc4fd8e06feb0585f25e5b00ea62fbd36a5947'/>
<id>51bc4fd8e06feb0585f25e5b00ea62fbd36a5947</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Show searchtimer options also for deactivated timers</title>
<updated>2017-06-16T22:17:22+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-16T22:17:22+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=2dc9c6d06e51693455eb95a0615321a8ba4b378a'/>
<id>2dc9c6d06e51693455eb95a0615321a8ba4b378a</id>
<content type='text'>
- This implements a change request from ludi:
  http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1293486-vdr-plugin-live-f%C3%BCr-vdr-2-3-x/#post1293486
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This implements a change request from ludi:
  http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1293486-vdr-plugin-live-f%C3%BCr-vdr-2-3-x/#post1293486
</pre>
</div>
</content>
</entry>
<entry>
<title>Add epginfo.epgTools only if it is an event</title>
<updated>2017-06-16T21:45:56+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-16T21:45:56+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=bafd553834d4eb01f444a34f68d6f4b1e08a700d'/>
<id>bafd553834d4eb01f444a34f68d6f4b1e08a700d</id>
<content type='text'>
- This fixes the problem reported by 3PO
  http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1293462-vdr-plugin-live-f%C3%BCr-vdr-2-3-x/#post1293462
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- This fixes the problem reported by 3PO
  http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1293462-vdr-plugin-live-f%C3%BCr-vdr-2-3-x/#post1293462
</pre>
</div>
</content>
</entry>
<entry>
<title>Patched with live-folderstatecookie-v3.diff</title>
<updated>2017-06-15T22:40:45+00:00</updated>
<author>
<name>Jasmin Jessich</name>
<email>jasmin@anw.at</email>
</author>
<published>2017-06-13T19:45:00+00:00</published>
<link rel='alternate' type='text/html' href='https://vdr-projects.e-tobi.net/git/vdr-plugin-live/commit/?id=1215c1b5a7562190548dada0da94e5c35d5299d1'/>
<id>1215c1b5a7562190548dada0da94e5c35d5299d1</id>
<content type='text'>
- Got patch from here:
  http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1159418-patch-f%C3%BCr-live-plugin-offene-knoten-im-aufnahmen-baum-persistent-machen/#post1159418
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Got patch from here:
  http://www.vdr-portal.de/board16-video-disk-recorder/board55-vdr-plugins/p1159418-patch-f%C3%BCr-live-plugin-offene-knoten-im-aufnahmen-baum-persistent-machen/#post1159418
</pre>
</div>
</content>
</entry>
</feed>
