summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* cyclictest: Don't bother reporting 'variance'David Sommerseth2013-04-151-2/+0
* Added timestamps tracking when each module starts and stopsDavid Sommerseth2013-03-141-0/+1
* rteval-parser: Only consider cyclic statistics which have samples registeredDavid Sommerseth2013-01-311-1/+1
* Copyright updatesDavid Sommerseth2013-01-1815-562/+80
* Replace concatened paths with a call to os.path.joinRaphaƫl Beamonte2013-01-041-1/+1
* Changed the parsing defaults for summary reportsDavid Sommerseth2012-12-202-2/+2
* Rework the XSLT template for rteval-parserd to tackle rteval v2.0 reportsDavid Sommerseth2012-12-201-259/+499
* Fix minor issues in rteval-parser database schemasDavid Sommerseth2012-12-206-1/+7
* rteval-parserd: Avoid live-lock if errors happens while registering the systemDavid Sommerseth2012-11-191-0/+3
* rteval-parserd: Fix issue when IPv4 address has not been setDavid Sommerseth2012-11-191-1/+1
* rteval-parser: Forgot to update the rteval-parser.spec file tooDavid Sommerseth2012-11-151-2/+6
* rteval-parser: Added some needed tweaks to make EXSLT support pass 'make dist...David Sommerseth2012-11-151-0/+2
* Updated rteval-parser versionsDavid Sommerseth2012-11-151-2/+2
* rteval-parserd: Extend the xmlparser.xsl to also process hwlatdetect resultsDavid Sommerseth2012-11-083-1/+333
* server/parser: Make the parsing of measurement data more flexibleDavid Sommerseth2012-11-087-25/+46
* server/parser: Add support EXSLT functions in XSLT templatesDavid Sommerseth2012-11-082-0/+7
* server/parser: Make sure the XSLT parameter array is always cleared before useDavid Sommerseth2012-11-081-1/+4
* server/parser: Added a simple string tokeniserDavid Sommerseth2012-11-082-0/+108
* 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