summaryrefslogtreecommitdiffstats
path: root/rteval/rtevalclient.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright updatesDavid Sommerseth2013-01-181-4/+4
| | | | | | | | | - Updated the GPLv2 license text to match the latest GPLv2 from FSF - Updated all FSF addresses in all copyright notices in source files - Updated copyright years for all contributors to include 2013 - Removed all #!/usr/bin/python lines in files which does not need it Signed-off-by: David Sommerseth <davids@redhat.com>
* Implemented simple XML-RPC call to check the database statusDavid Sommerseth2010-08-271-0/+3
| | | | | | This can be used to check if the XML-RPC service have access to the database Signed-off-by: David Sommerseth <dazo@users.sourceforge.net>
* updated source file copyright dates to 2010Clark Williams2010-07-121-1/+1
| | | | Signed-off-by: Clark Williams <williams@redhat.com>
* Added Hello() method to XML-RPC serverDavid Sommerseth2010-04-091-0/+2
| | | | | | | | | Enhanced rteval with trying to access the Hello() method. If the server responds (even if Hello() is not available), rteval will continue to run. If the server is not accessible, rteval will abort. In a future version, rteval should expect a proper response to the XML-RPC Hello() call.
* Bugfix - fixed not correctly sending all compressed dataDavid Sommerseth2009-08-251-5/+5
|
* Reworked the XML-RPC server part to work with mod_pythonDavid Sommerseth2009-07-231-1/+28
| | | | | | | | | | | | | | | The apache-htaccess is the needed .htaccess file for the Apache web server. It should be located in the directory where also rteval_xmlrpc.py and xmlrpc_API1.py should reside. This directory must be available from a HTTP request. Please make sure that this directory are allowed to use .htaccess files by the Apache config. In addition, the rtevald.py was adjusted to work as a local test server, to avoid to configure a Apache + mod_python locally Also added some copyright information into the touched files as well
* Implemented XML-RPC client in rtevalDavid Sommerseth2009-07-151-0/+47