summaryrefslogtreecommitdiffstats
path: root/server/parser
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improved robustness of database connections and thread controlDavid Sommerseth2009-10-233-19/+88
* Added db_ping() function and made db_wait_notification() more solidDavid Sommerseth2009-10-232-0/+49
* Added READMEDavid Sommerseth2009-10-221-0/+134
* Added simple Makefile, before it's automated completelyDavid Sommerseth2009-10-221-0/+13
* Fixed doxygen errorsDavid Sommerseth2009-10-229-13/+55
* Added daemonising of the processDavid Sommerseth2009-10-221-12/+80
* If logging to file, fflush() on each writelog() callDavid Sommerseth2009-10-221-0/+4
* Make use of the 'threads' config/argument settingDavid Sommerseth2009-10-221-1/+7
* Added --help|-h with usage info, added missing --threads|-t argumentDavid Sommerseth2009-10-221-7/+67
* Implemented argument parsingDavid Sommerseth2009-10-223-9/+25