summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Merge branch 'master_ipv4' into clarkDavid Sommerseth2009-10-2634-238/+4931
|\
| * Added xmlrpc mod_python stuff into rteval.spec fileDavid Sommerseth2009-10-262-11/+14
| * Cleaned up the XML-RPC serverDavid Sommerseth2009-10-266-227/+17
| * 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