summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* rteval-parsed/rteval-xmlrpc v1.5David Sommerseth2011-10-073-8/+19
* Moved PostgreSQL related array function into pgsql.cDavid Sommerseth2011-10-073-55/+77
* Introduce init_xmlparser() processDavid Sommerseth2011-10-072-0/+50
* Added support for PostgreSQL arrays + store cpu_topology CPU spread as an arrayDavid Sommerseth2011-10-076-8/+328
* Fixed wrong copying of apache config files to the tarball for the XML-RPC ser...David Sommerseth2011-02-071-1/+1
* Updated build files to package rteval-xmlrpc-1.4David Sommerseth2011-02-041-3/+7
* Update version information to rteval-xmlrpc-1.4David Sommerseth2011-02-042-2/+3
* Added needed autoconf changes to enable the new mod_wsgi featureDavid Sommerseth2011-02-043-7/+24
* If the dirpath is an absolute path, go to the root dir before continuing.David Sommerseth2011-02-041-0/+2
* Added mod_wsgi handlerDavid Sommerseth2011-02-042-0/+154
* Don't return None values in the database_status() methodDavid Sommerseth2011-02-031-2/+4
* Don't try to always expand SQL SELECT query when throwing an exceptionDavid Sommerseth2011-02-031-1/+1
* Moved annotation data into a separate table field in rtevalruns_detailsDavid Sommerseth2011-01-103-2/+215
* Implemented simple XML-RPC call to check the database statusDavid Sommerseth2010-08-272-0/+28
* Added first-cut of a unit-test for XML-RPC server/clientDavid Sommerseth2010-05-143-18/+126
* Added --annotate | -a feature to rtevalDavid Sommerseth2010-04-121-1/+1
* Added Hello() method to XML-RPC serverDavid Sommerseth2010-04-093-5/+15
* Remove not needed XML-RPC functionDavid Sommerseth2010-04-091-19/+0
* Added support for num_cpu_sockets and improved num_cpu_cores extractionDavid Sommerseth2010-04-011-3/+16
* Added basic info for more CPU topology infoDavid Sommerseth2010-03-313-14/+23
* Added storing NUMA nodes in to rtevalruns_detailsDavid Sommerseth2010-03-263-3/+7
* Improved general parse loggingDavid Sommerseth2010-03-263-18/+33
* Changed snprintf() to append_str() when adding 'AND ipaddr' SQL stringDavid Sommerseth2010-03-261-2/+4
* Make sure we search for IP address == NULL when the input is NULLDavid Sommerseth2010-03-251-0/+2
* Honour the 'isnull' attribute in <value/> tagsDavid Sommerseth2010-03-251-2/+7
* Don't consider IP address if the value is NULL when looking up registered sys...David Sommerseth2010-03-251-2/+7
* Fixed wrong GRANT statement on the rteval_info tableDavid Sommerseth2010-03-251-1/+1
* version-bump of rteval-xmlrpc/rteval-parser to v1.2David Sommerseth2010-03-252-4/+4
* Updated the README files to reflect recent changesDavid Sommerseth2010-03-252-27/+72
* Added support for storing Linux distro in the databaseDavid Sommerseth2010-03-254-1/+211
* Cleaned up xmlparser.xsl - avoid not needed <xsl:apply-templates/> callsDavid Sommerseth2010-03-231-170/+146
* Cleaned up the rteval parser/XML-RPC spec fileDavid Sommerseth2010-03-222-64/+108
* Renamed rteval_parserd to rteval-parserdDavid Sommerseth2010-03-229-30/+30
* Fixed rpmlint complaintsDavid Sommerseth2010-03-221-6/+10
* Copy init script and config file example to the docs dir on 'make install'David Sommerseth2010-03-221-0/+4
* Added initial init.d script and sysconfig file for rteval_parserdDavid Sommerseth2010-03-192-0/+145
* Updated README files for the XMLRPC server to match latest changesDavid Sommerseth2009-12-082-17/+79
* Updated rteval-xmlrpc version numbers to 1.1, to reflect the new db schemaDavid Sommerseth2009-12-083-4/+19
* Avoid unexpected exit if the main thread starts process_submission_queue() to...David Sommerseth2009-12-081-0/+1
* Updated the SQL database schema and XML parser stylesheetDavid Sommerseth2009-12-083-7/+226
* Implemented SQL schema version handling on the database layerDavid Sommerseth2009-12-082-4/+41
* Added function to extract and parse the new //sqldata/@schemaver attributeDavid Sommerseth2009-12-082-0/+32
* Added rteval-xmlrpc.spec fileDavid Sommerseth2009-12-031-0/+54
* Fixed some issues with files related to the XML-RPC serverDavid Sommerseth2009-12-031-3/+7
* Removed no longer needed install helperDavid Sommerseth2009-12-031-23/+0
* Added generation and installation of apache-rteval.conf during make installDavid Sommerseth2009-12-031-0/+8
* Changed the complete autotools setup for rteval-xmlrpcDavid Sommerseth2009-12-038-6/+230
* Cleaned up and fixed configure.ac issuesDavid Sommerseth2009-11-101-17/+48
* Updated README with info about new config parameters ++David Sommerseth2009-11-101-6/+23
* Cleaned up eFree_values() even moreDavid Sommerseth2009-11-101-18/+7