[mythtv-commits] mythtv branch devel/mythsocket updated by danielk. v0.26-pre-1383-g943b142

Git Repo Owner noreply at mythtv.org
Tue Nov 20 16:16:09 UTC 2012


The branch, devel/mythsocket has been updated on the
mythtv repository by gitolite user danielk.
       via  943b142dfe3c208e1fa83e74d4e6ec6ea262a49c (commit)
       via  4bb97ceecc53080533de903c05b06f3920fd6a3d (commit)
       via  987c42039430f32e9384cd54d76a6931d28a0278 (commit)
       via  0fced3e50cf72a098b78351dac068796ac948b8d (commit)
      from  975783016bb90083d042187e3fa668f642664ae1 (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 943b142dfe3c208e1fa83e74d4e6ec6ea262a49c
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 20 Nov 2012 11:15:54 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 20 Nov 2012 11:15:54 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=943b142dfe3c208e1fa83e74d4e6ec6ea262a49c

Handle socket disconnects occurring while we are reconnecting.
Also adds some debugging.



commit 4bb97ceecc53080533de903c05b06f3920fd6a3d
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 20 Nov 2012 11:14:31 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 20 Nov 2012 11:14:31 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=4bb97ceecc53080533de903c05b06f3920fd6a3d

Check both sockets in GetMasterHostPrefix()
Since we no longer clear both sockets in the disconnect handler we
need to check both the server socket and the event socket for
disconnect.



commit 987c42039430f32e9384cd54d76a6931d28a0278
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 20 Nov 2012 11:11:25 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 20 Nov 2012 11:11:25 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=987c42039430f32e9384cd54d76a6931d28a0278

Give some QObjects names as a debugging aid.



commit 0fced3e50cf72a098b78351dac068796ac948b8d
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 20 Nov 2012 11:09:57 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Tue, 20 Nov 2012 11:09:57 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=0fced3e50cf72a098b78351dac068796ac948b8d

Make sure MythSocketCBs::readyRead() is only called when there is data.



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

Summary of changes:
 mythtv/libs/libmythbase/mythcorecontext.cpp        |    3 +-
 mythtv/libs/libmythbase/mythsocket.cpp             |   13 +++++++--
 mythtv/libs/libmythbase/mythsystem.cpp             |    2 +
 mythtv/libs/libmythtv/mythsystemevent.cpp          |    1 +
 .../mythfrontend/backendconnectionmanager.cpp      |   29 ++++++++++++++-----
 .../mythfrontend/backendconnectionmanager.h        |    1 +
 6 files changed, 37 insertions(+), 12 deletions(-)

-- 



More information about the mythtv-commits mailing list