[mythtv-commits] mythtv branch master updated by stuartm. v0.28-pre-887-gcb586aa

Git Repo Owner noreply at mythtv.org
Sat Feb 22 11:00:29 UTC 2014


The branch, master has been updated on the
mythtv repository by gitolite user stuartm.
       via  cb586aac28c0cdeacd801e17b25bb097daeec94b (commit)
       via  b25f9965f2535cd2aac94f0ffd2aee69ddc2ac27 (commit)
       via  71ad7079afe00ddd7cfda291b9909de581e4a358 (commit)
       via  6a5e2072cc0a552a3589865c36decc52c25400c6 (commit)
      from  ad4f8d48a2f0b0cb53518f9d1ba54ad3e281e97d (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 cb586aac28c0cdeacd801e17b25bb097daeec94b
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 22 Feb 2014 09:56:35 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 22 Feb 2014 10:34:53 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=cb586aac28c0cdeacd801e17b25bb097daeec94b

WebFrontend: Add a simple page which lists information to aid debugging.



commit b25f9965f2535cd2aac94f0ffd2aee69ddc2ac27
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 22 Feb 2014 09:37:30 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 22 Feb 2014 10:34:53 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=b25f9965f2535cd2aac94f0ffd2aee69ddc2ac27

HTTP Server: Add a method to reconstruct the protocol string from it's component parts.



commit 71ad7079afe00ddd7cfda291b9909de581e4a358
Author:    Stuart Morgan <smorgan at mythtv.org> at Sat, 22 Feb 2014 08:59:54 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 22 Feb 2014 10:34:39 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=71ad7079afe00ddd7cfda291b9909de581e4a358

HTTP Server: Meet HTTP/1.1 requirement that a 400 status code be given if the client failed to send a Host header.



commit 6a5e2072cc0a552a3589865c36decc52c25400c6
Author:    Stuart Morgan <smorgan at mythtv.org> at Fri, 21 Feb 2014 23:02:41 +0000
Committer: Stuart Morgan <smorgan at mythtv.org> at Sat, 22 Feb 2014 05:30:07 +0000
URL:       http://code.mythtv.org/cgit/mythtv/commit/?id=6a5e2072cc0a552a3589865c36decc52c25400c6

Server Side Scripting: Determine the client IP protocol and whether the client is local or remote.



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

Summary of changes:
 mythtv/html/debug.qsp                           |   22 +++++++++++
 mythtv/libs/libmythupnp/httprequest.cpp         |   47 +++++++++++++++++++----
 mythtv/libs/libmythupnp/httprequest.h           |    2 +
 mythtv/libs/libmythupnp/httpserver.cpp          |    3 +-
 mythtv/libs/libmythupnp/serverSideScripting.cpp |   27 ++++++++++++-
 5 files changed, 91 insertions(+), 10 deletions(-)
 create mode 100644 mythtv/html/debug.qsp

-- 



More information about the mythtv-commits mailing list