[mythtv-commits] mythtv commit: r21445 - in trunk by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Aug 23 03:49:36 UTC 2009


      Author: danielk
        Date: 2009-08-23 03:49:36 +0000 (Sun, 23 Aug 2009)
New Revision: 21445
   Changeset: http://cvs.mythtv.org/trac/changeset/21445

Modified:

   trunk/mythplugins/mythweb/classes/MythBackend.php
   trunk/mythtv/bindings/perl/MythTV.pm
   trunk/mythtv/bindings/python/MythTV/MythTV.py
   trunk/mythtv/libs/libmyth/mythcontext.cpp
   trunk/mythtv/libs/libmythdb/mythversion.h
   trunk/mythtv/libs/libmythdb/remotefile.cpp
   trunk/mythtv/libs/libmythtv/remoteencoder.cpp
   trunk/mythtv/libs/libmythtv/remoteencoder.h
   trunk/mythtv/programs/mythbackend/main.cpp
   trunk/mythtv/programs/mythbackend/mainserver.cpp

Log:

Refs #6516. One of several patches for the myth socket timeout problem.

This one is the least important, it just handles ANN error conditions and some timeouts better. However, it is the only one of the patches that changes the protocol slightly, so I'm applying this first.

The protocol change is simply that ANN handling returns "ERROR" followed by the reason for the error instead of nothing for certain error conditions.

Because of the protocol change all backends and frontends must be recompiled.






More information about the mythtv-commits mailing list