[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-866-g8665a63

Git Repo Owner noreply at mythtv.org
Fri Feb 21 10:16:01 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  8665a63c7b1e68d6b86c61d2203dd18244075ce5 (commit)
       via  6f6cb75625f40411550baf654a0e40b40ac3bcbd (commit)
       via  b3e01c36f00413f610f06609a2f2723ad40a15cc (commit)
       via  8c22370d1c83bbd4cadd7e921507571356864e45 (commit)
      from  ef0f317e2d92ab50bac5f9ac01ea81ab66837488 (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 8665a63c7b1e68d6b86c61d2203dd18244075ce5
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 21 Feb 2014 09:34:37 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 21 Feb 2014 09:34:54 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8665a63c7b1e68d6b86c61d2203dd18244075ce5

HTTP Server: Remove duplication of the HTTP Server version string.



commit 6f6cb75625f40411550baf654a0e40b40ac3bcbd
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 20 Feb 2014 22:21:09 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Fri, 21 Feb 2014 09:32:56 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6f6cb75625f40411550baf654a0e40b40ac3bcbd

WebServer: Give server side scripts access to the client IP address.
Also server ip, server version and request protocol. Ultimately this
list should include most of the values specified in
RFC 3875 - The Common Gateway Interface (CGI) Version 1.1



commit b3e01c36f00413f610f06609a2f2723ad40a15cc
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 20 Feb 2014 16:23:24 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 20 Feb 2014 16:23:24 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b3e01c36f00413f610f06609a2f2723ad40a15cc

Replace a few instances of '.length() > 0' with \!isEmpty() which is more efficient.



commit 8c22370d1c83bbd4cadd7e921507571356864e45
Author:    Stuart Morgan <smorgan at mythtv.org> at Thu, 20 Feb 2014 12:10:26 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Thu, 20 Feb 2014 12:10:26 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=8c22370d1c83bbd4cadd7e921507571356864e45

Improve objectDebug() formatting



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

Summary of changes:
 mythtv/html/js/utility.js                       |   23 ++---
 mythtv/libs/libmythupnp/htmlserver.cpp          |    2 +-
 mythtv/libs/libmythupnp/httprequest.cpp         |   32 ++++---
 mythtv/libs/libmythupnp/httpserver.cpp          |   11 +++
 mythtv/libs/libmythupnp/httpserver.h            |    1 +
 mythtv/libs/libmythupnp/serverSideScripting.cpp |  108 ++++++++++++-----------
 mythtv/libs/libmythupnp/serverSideScripting.h   |    4 +-
 mythtv/libs/libmythupnp/upnptasknotify.cpp      |    5 +-
 mythtv/libs/libmythupnp/upnptasksearch.cpp      |    9 +-
 9 files changed, 103 insertions(+), 92 deletions(-)

-- 



More information about the mythtv-commits mailing list