summaryrefslogtreecommitdiffstats
path: root/server/xmlrpc_API1.py
Commit message (Expand)AuthorAgeFilesLines
* If the dirpath is an absolute path, go to the root dir before continuing.David Sommerseth2011-02-041-0/+2
* Implemented simple XML-RPC call to check the database statusDavid Sommerseth2010-08-271-0/+4
* Added Hello() method to XML-RPC serverDavid Sommerseth2010-04-091-1/+7
* Remove not needed XML-RPC functionDavid Sommerseth2010-04-091-19/+0
* Add XML-RPC submissions into a submission queue instead of parsing it directlyDavid Sommerseth2009-09-301-9/+9
* Fixed missing variable. The value should be picked out from the configurationDavid Sommerseth2009-09-251-2/+2
* Rewritten XML-RPC server to use rtevalConfigDavid Sommerseth2009-09-241-7/+10
* Set correct path for XML-RPC API1 server data dirDavid Sommerseth2009-08-251-1/+1
* Fixed wrong rterid ID return from xmlrpc_API1::SendReport() functionDavid Sommerseth2009-08-051-1/+1
* Improved possibility to get more debug info, and to run tests without executi...David Sommerseth2009-08-051-3/+7
* Made the XML-RPC test server work without database (just save a copy of XML r...David Sommerseth2009-08-051-3/+6
* Fixed missing reference to moduleDavid Sommerseth2009-07-301-1/+1
* Implemented the register_report() feature in the XMLRPC handlerDavid Sommerseth2009-07-301-3/+7
* Reworked the XML-RPC server part to work with mod_pythonDavid Sommerseth2009-07-231-7/+37
* Cleaned up and fixed some issuesDavid Sommerseth2009-07-151-21/+20
* Fixed a lot of things, began implemting a kind of an API ... still work in pr...David Sommerseth2009-06-231-4/+73
* Added proof-of-concept XML-RPC server and test clientDavid Sommerseth2009-06-221-0/+13