[mythtv-commits] mythtv branch fixes/0.27 updated by jyavenard. v0.27.3-103-g9511b67

Git Repo Owner noreply at mythtv.org
Thu Jul 17 17:38:12 UTC 2014


The branch, fixes/0.27 has been updated on the
mythtv repository by gitolite user jyavenard.
       via  9511b67b9a411d675bdb7c0d43d021aa0bdabd54 (commit)
       via  4e199fcb24e4ed811fa225310144826613af26e1 (commit)
       via  ccc5aef96d4c729ee3f3e7a7253e265815c04345 (commit)
       via  933b61ffbe9af3cc6a69df001463fd2141c36b60 (commit)
      from  560ec435767c7b21438e116d3fed5977e60c9aa7 (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 9511b67b9a411d675bdb7c0d43d021aa0bdabd54
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 18 Jul 2014 03:36:24 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 18 Jul 2014 03:36:24 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9511b67b9a411d675bdb7c0d43d021aa0bdabd54

protoserver: fixes QUERY_FILE_HASH hanging
same as 933b61ffbe9af3cc6a69df001463fd2141c36b60



commit 4e199fcb24e4ed811fa225310144826613af26e1
Author:    Lawrence Rust <lvr at softsystem.co.uk> at Wed, 15 Jan 2014 14:47:30 +0000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 18 Jul 2014 03:22:57 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4e199fcb24e4ed811fa225310144826613af26e1

BE: Fix 'MythSocket: Programmer error, QEventLoop isn't running...' during BE exit
Signed-off-by: Lawrence Rust <lvr at softsystem.co.uk>
Signed-off-by: Jean-Yves Avenard <jyavenard at mythtv.org>
(cherry picked from commit f8614bb8eea8428a558f257a8c4a7f04af807c94)



commit ccc5aef96d4c729ee3f3e7a7253e265815c04345
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 18 Jul 2014 02:23:10 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 18 Jul 2014 03:18:06 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=ccc5aef96d4c729ee3f3e7a7253e265815c04345

metadata: fix wrong test leading to incorrect hash calculation
This would have almost always returned true, meaning it would attempt to calculate the hash of a file unlikely to exist locally.
Simplify code + style

(cherry picked from commit 1c89d567b594af44eb18b28ebe1df5ae18f8b032)



commit 933b61ffbe9af3cc6a69df001463fd2141c36b60
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 18 Jul 2014 03:17:36 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Fri, 18 Jul 2014 03:17:36 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=933b61ffbe9af3cc6a69df001463fd2141c36b60

mythbackend: fixes QUERY_FILE_HASH hanging
The frontend will typically call the backend with an identifier, and not its IP address. As such, the backend attempt to transfer the QUERY_FILE_HASH command to anoyher backend (which is itself) resulting in an infinite loop

Fixes #12212

(cherry picked from commit 7fa5c4fe97cf27dae4bee3f0d1b96ca1940f6f68)



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

Summary of changes:
 mythtv/libs/libmythmetadata/videometadata.cpp      |   17 +++++++++--------
 .../requesthandler/fileserverhandler.cpp           |    3 ++-
 mythtv/programs/mythbackend/main_helpers.cpp       |    9 +++++----
 mythtv/programs/mythbackend/mainserver.cpp         |    3 ++-
 4 files changed, 18 insertions(+), 14 deletions(-)

-- 



More information about the mythtv-commits mailing list