[mythtv-firehose] mythtv/master commit: cd2371578 by Raymond Wagner (wagnerrp)

MythTV noreply at mythtv.org
Wed May 25 18:53:41 UTC 2011


      Author:  Raymond Wagner <rwagner at mythtv.org>
 Change Date:  2011-05-25T11:48:39-07:00
   Push Date:  2011/05/25 11:53:32 -0700
  Repository:  mythtv
      Branch:  master
New Revision:  cd23715783f3e26fff13733cfcdd4511b048187c
   Changeset:  https://github.com/MythTV/mythtv/commit/cd2371578

Log:

Add IPv6 support to the Python Bindings.

Break command and event messages in BECache into two independent
connections, of type BEConnection and BEEventConnection, respectively.
This should make connections considerably more robust.

Disable the connection escalation for now.  This means a connection
that starts as Monitor or Playback will remain that way, even if other
connections link in through the cache, rather than the previous behavior
where it would automatically reconnect.  Ideally this will be replaced
by a protocol command that will produce the same behavior without the
reconnection.

Modified:

   mythtv/bindings/python/MythTV/connections.py
   mythtv/bindings/python/MythTV/methodheap.py
   mythtv/bindings/python/MythTV/mythproto.py
   mythtv/bindings/python/MythTV/utility.py



More information about the mythtv-firehose mailing list