[mythtv-firehose] mythtv branch master updated by danielk. v0.27-pre2-453-g9212a8b

Git Repo Owner noreply at mythtv.org
Fri Dec 21 01:29:07 UTC 2012


The branch, master has been updated on the
mythtv repository by gitolite user danielk.
       via  9212a8b770a50acd74611ea29c4d2d117049cf6d (commit)
       via  7d705f1c8f391e612883155ffea4a5e98d92d2c4 (commit)
      from  87da80738d911ace01ba3bc52e24ecf0105c8268 (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 9212a8b770a50acd74611ea29c4d2d117049cf6d
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 20:28:44 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 20:28:44 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=9212a8b770a50acd74611ea29c4d2d117049cf6d

Revert "Remove MythHttpPool. Code no longer in use and using depreciated API."
Oops! still in use in a plugin..

This reverts commit 87da80738d911ace01ba3bc52e24ecf0105c8268.



commit 7d705f1c8f391e612883155ffea4a5e98d92d2c4
Author:    Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 19:08:04 -0500
Committer: Daniel Thor Kristjansson <danielk at cuymedia.net> at Thu, 20 Dec 2012 19:08:04 -0500
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=7d705f1c8f391e612883155ffea4a5e98d92d2c4

Convert UPnpDeviceDesc::Retrieve() to use MythDownloadManager.



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

Summary of changes:
 mythtv/libs/libmyth/backendselect.cpp       |    4 +-
 mythtv/libs/libmyth/mythrssmanager.h        |    2 +
 mythtv/libs/libmythbase/libmythbase.pro     |    6 +-
 mythtv/libs/libmythbase/mythhttphandler.cpp |  249 +++++++++++++++++++++++++++
 mythtv/libs/libmythbase/mythhttphandler.h   |   57 ++++++
 mythtv/libs/libmythbase/mythhttppool.cpp    |  164 ++++++++++++++++++
 mythtv/libs/libmythbase/mythhttppool.h      |   76 ++++++++
 mythtv/libs/libmythupnp/upnp.cpp            |    4 +-
 mythtv/libs/libmythupnp/upnp.h              |    2 +-
 mythtv/libs/libmythupnp/upnpdevice.cpp      |   19 +--
 mythtv/libs/libmythupnp/upnpdevice.h        |   23 ++--
 11 files changed, 574 insertions(+), 32 deletions(-)
 create mode 100644 mythtv/libs/libmythbase/mythhttphandler.cpp
 create mode 100644 mythtv/libs/libmythbase/mythhttphandler.h
 create mode 100644 mythtv/libs/libmythbase/mythhttppool.cpp
 create mode 100644 mythtv/libs/libmythbase/mythhttppool.h

-- 



More information about the mythtv-firehose mailing list