summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
| * Cleaned up and added commentsDavid Sommerseth2009-10-152-27/+60
| * Added first-cut of the parsethread() functionDavid Sommerseth2009-10-142-0/+135
| * Added db_begin(), db_rollback() and db_commit() functionsDavid Sommerseth2009-10-142-1/+72
| * Added needed pgsql.h file and cleaned up the DB API a little bitDavid Sommerseth2009-10-132-20/+52
| * Added doxygen comments for xmlparser.[ch] and pgsql.cDavid Sommerseth2009-10-123-2/+188
| * Added db_register_cyclictest()David Sommerseth2009-10-121-0/+65
| * Note to self: it's more clever to use strdup_nullsafe() than strdup() ...David Sommerseth2009-10-121-1/+1
| * Added db_register_rtevalrun()David Sommerseth2009-10-122-2/+82
| * Added db_register_system()David Sommerseth2009-10-121-3/+111
| * Added sqldataGetHostInfo()David Sommerseth2009-10-122-1/+42
| * Refactored sqldataGetFid() and sqldataGetValue() functionsDavid Sommerseth2009-10-122-11/+15
| * Made some basic DB API stuff more genericDavid Sommerseth2009-10-091-1/+6
| * Make pgsql_INSERT() make use of the new neat functions in xmlparserDavid Sommerseth2009-10-091-46/+11
| * Added some more useful functions to xmlparserDavid Sommerseth2009-10-092-0/+153
| * Added needed pieces to make the C based summary.xml parser workDavid Sommerseth2009-10-0714-0/+2126
| * Add XML-RPC submissions into a submission queue instead of parsing it directlyDavid Sommerseth2009-09-302-9/+30
|/
* Fixed missing variable. The value should be picked out from the configurationDavid Sommerseth2009-09-251-2/+2
* Updated XML-RPC README file and installation scriptsDavid Sommerseth2009-09-253-68/+127
* Rewritten XML-RPC server to use rtevalConfigDavid Sommerseth2009-09-243-12/+35
* Added README file for quick info for setting up an XML-RPC serviceDavid Sommerseth2009-09-011-0/+92
* 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
* Corrected missing scope with debug variable in Database::SELECT() methodDavid Sommerseth2009-08-051-1/+1
* Added remove_rtevalrun utilityDavid Sommerseth2009-08-051-0/+84
* Implemented Database::DELETE() metodDavid Sommerseth2009-08-051-0/+22
* Cleaned up a DB connection regressionDavid Sommerseth2009-08-051-2/+1
* Added simple testclient which sends a report file to an XML-RPC serverDavid Sommerseth2009-08-051-0/+55
* Simplified test server, default - no DB actions and debug info enabledDavid Sommerseth2009-08-052-90/+3
* Improved possibility to get more debug info, and to run tests without executi...David Sommerseth2009-08-053-14/+38
* Improved error message on SQL SELECT queriesDavid Sommerseth2009-08-051-7/+10
* Added better error handling when reading XML files and returning empty tag va...David Sommerseth2009-08-051-2/+5
* Save IPv4 address of the system in systems_hostnamesDavid Sommerseth2009-08-052-3/+4
* Made the XML-RPC test server work without database (just save a copy of XML r...David Sommerseth2009-08-052-5/+8
* Added missing database.py in PYTHON_FILESDavid Sommerseth2009-07-301-1/+1
* Fixed missing reference to moduleDavid Sommerseth2009-07-301-1/+1
* Added new files needed for XML-RPC serverDavid Sommerseth2009-07-301-1/+1
* Implemented the register_report() feature in the XMLRPC handlerDavid Sommerseth2009-07-301-3/+7
* Added rtevaldb.py, contains register_report() functionDavid Sommerseth2009-07-301-0/+93
* database - added NumTuples() methodDavid Sommerseth2009-07-301-0/+17
* xmlparser - did not try to take value out of a listDavid Sommerseth2009-07-301-1/+1
* database: Added SELECT() and GetValue() methodsDavid Sommerseth2009-07-301-0/+70
* xmlparser: Don't include the <value/> tag when processing xmlblobsDavid Sommerseth2009-07-301-1/+1
* Added new column: rtevalruns.report_filename.David Sommerseth2009-07-302-8/+16
* Completed the Database classDavid Sommerseth2009-07-301-7/+29
* xmlparser: Correctly format rterid and syskey arguments, added support for /s...David Sommerseth2009-07-302-4/+14
* First cut at a Database class, almost completed INSERT() functionDavid Sommerseth2009-07-291-0/+104
* Improved xmlparser.py/XMLSQLparser class to handle libxml2.xmlDoc and libxml2...David Sommerseth2009-07-291-3/+22
* Implemented Python part of XML -> SQL parserDavid Sommerseth2009-07-291-56/+65
* Fixed some syntax issues with parsing the rtevalruns_details tableDavid Sommerseth2009-07-281-7/+9
* Added XML parsing rules for systems and systems_hostname tablesDavid Sommerseth2009-07-281-0/+51