summaryrefslogtreecommitdiffstats
path: root/server/parser
Commit message (Expand)AuthorAgeFilesLines
* Copyright updatesDavid Sommerseth2013-01-181-4/+4
* 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
* 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-parserd: Extend the xmlparser.xsl to also process hwlatdetect resultsDavid Sommerseth2012-11-081-1/+70
* 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-081-0/+5
* 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
* 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-072-5/+109
* Moved annotation data into a separate table field in rtevalruns_detailsDavid Sommerseth2011-01-101-2/+4
* Added --annotate | -a feature to rtevalDavid Sommerseth2010-04-121-1/+1
* 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-311-11/+16
* Added storing NUMA nodes in to rtevalruns_detailsDavid Sommerseth2010-03-261-3/+5
* Improved general parse loggingDavid Sommerseth2010-03-262-17/+23
* 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
* Updated the README files to reflect recent changesDavid Sommerseth2010-03-251-14/+43
* Added support for storing Linux distro in the databaseDavid Sommerseth2010-03-251-1/+3
* Cleaned up xmlparser.xsl - avoid not needed <xsl:apply-templates/> callsDavid Sommerseth2010-03-231-170/+146
* Renamed rteval_parserd to rteval-parserdDavid Sommerseth2010-03-228-29/+29
* 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-081-0/+17
* 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-081-7/+11
* 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
* Changed the complete autotools setup for rteval-xmlrpcDavid Sommerseth2009-12-035-1252/+0
* 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
* Avoid recursion calls in do_free_vals()David Sommerseth2009-11-101-6/+11
* Simplified the API to parse_report() and check_filesize()David Sommerseth2009-11-101-41/+35
* Corrected commentsDavid Sommerseth2009-11-101-2/+4
* Cosmetic fixDavid Sommerseth2009-11-101-1/+1
* Fixed a misleading log message during shutdown and a tiny memleakDavid Sommerseth2009-11-101-3/+2
* Added new config parameter: max_report_sizeDavid Sommerseth2009-11-106-7/+55
* Fixed potential thread collision with oid return valuesDavid Sommerseth2009-11-101-3/+4
* autotoolised rteval_parserdDavid Sommerseth2009-11-055-13/+1266
* Cleaned up the XML-RPC serverDavid Sommerseth2009-10-261-0/+289
* Fixed a memory leak introduced in commit 70c850c13dabed16a69bDavid Sommerseth2009-10-231-0/+1
* Get rid of the sleep() calls and use blocking POSIX MQ callsDavid Sommerseth2009-10-232-12/+41