[mythtv-commits] mythtv branch master updated by jyavenard. v0.26-pre-153-g34dcb2b

Git Repo Owner noreply at mythtv.org
Tue May 1 19:17:31 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user jyavenard.
       via  34dcb2bc7a882eb97fbdb9c43a480165c3551140 (commit)
       via  1d375dbd5ea6b7a44d23e47c5a2f8d35c2e2f23c (commit)
       via  34c46f1933e3480bd36441b737f46f5058c85e5e (commit)
       via  7d103240977ef9b04819fadcf9b453631079d2a0 (commit)
      from  ac36239755c1eb4e241e801c4c3b30f2f41b123d (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 34dcb2bc7a882eb97fbdb9c43a480165c3551140
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 2 May 2012 05:04:56 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 2 May 2012 05:16:57 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=34dcb2bc7a882eb97fbdb9c43a480165c3551140

Add full IPv6 support to RAOP and fix Bonjour discovery of RAOP service.
Do not advertise RAOP via Bonjour, if listening on the local interfaces failed



commit 1d375dbd5ea6b7a44d23e47c5a2f8d35c2e2f23c
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 2 May 2012 04:58:36 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 2 May 2012 05:16:57 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=1d375dbd5ea6b7a44d23e47c5a2f8d35c2e2f23c

Add two network utility methods to ServerPool
Will be used by Airplay and RAOP



commit 34c46f1933e3480bd36441b737f46f5058c85e5e
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 2 May 2012 04:35:07 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 2 May 2012 05:16:57 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=34c46f1933e3480bd36441b737f46f5058c85e5e

Fix handling of IPv6 link-local address
ServerPool previously couldn't use IPv6 link-local addresses.
Also, fix the issue where no messages could be received on UDP bound sockets initiated from ServerPool



commit 7d103240977ef9b04819fadcf9b453631079d2a0
Author:    Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 2 May 2012 03:58:10 +1000
Committer: Jean-Yves Avenard <jyavenard at mythtv.org> at Wed, 2 May 2012 05:16:56 +1000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7d103240977ef9b04819fadcf9b453631079d2a0

Revert "Add full IPv6 support to RAOP and fix Bonjour discovery of RAOP service."
This reverts commit 662728fe7a6a45127664b9af042c4802b7487507.



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

Summary of changes:
 mythtv/libs/libmythbase/serverpool.cpp       |  205 ++++++++++++++++++++++----
 mythtv/libs/libmythbase/serverpool.h         |    8 +-
 mythtv/libs/libmythtv/mythraopconnection.cpp |   58 +++-----
 mythtv/libs/libmythtv/mythraopconnection.h   |   12 +-
 mythtv/libs/libmythtv/mythraopdevice.cpp     |   22 ++--
 mythtv/libs/libmythtv/mythraopdevice.h       |    6 +-
 6 files changed, 222 insertions(+), 89 deletions(-)

-- 



More information about the mythtv-commits mailing list