[mythtv-firehose] mythtv branch fixes/0.27 updated by paulh. v0.27.4-64-g8fd277b

Git Repo Owner noreply at mythtv.org
Wed May 20 22:47:41 UTC 2015


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user paulh.
       via  8fd277bb1ecab938e57059dc9472b6f922d5fca7 (commit)
       via  e7af3a08c6b6f385d9d4b93948c812a394110a4a (commit)
      from  8332919c43b51ab06db9516150a2762498713c86 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 8fd277bb1ecab938e57059dc9472b6f922d5fca7
Author:    Paul Harrison <pharrison at mythtv.org> at Wed, 20 May 2015 23:40:17 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Wed, 20 May 2015 23:45:12 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8fd277bb1ecab938e57059dc9472b6f922d5fca7

MythDownloadManager: fix a bug when downloading URL's with percent encoding
This avoids converting a url to a QUrl only to later use its toString() method
which was causing problems with percent encoded URL's not being removed from the
download queue because we ended up comparing a human readable URL with a percent
encoded one.

Refs #12356

(cherry picked from commit d620cb9e1b19a5fa1e693a91d9ea6271e03640b4)



commit e7af3a08c6b6f385d9d4b93948c812a394110a4a
Author:    Paul Harrison <pharrison at mythtv.org> at Wed, 20 May 2015 23:30:13 +0100
Committer: Paul Harrison <pharrison at mythtv.org> at Wed, 20 May 2015 23:44:27 +0100
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=e7af3a08c6b6f385d9d4b93948c812a394110a4a

MythDownloadManager: put the lock around m_downloadInfos when removing a url
Also log an error if we fail to remove a download url from m_downloadInfos after
a download completes.

Refs #12356

(cherry picked from commit 58694eb41a528467c7d54b85c211479204ee24ac)



-----------------------------------------------------------------------

Summary of changes:
 mythtv/libs/libmythbase/mythdownloadmanager.cpp |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

-- 



More information about the mythtv-firehose mailing list