summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Added db_ping() function and made db_wait_notification() more solidDavid Sommerseth2009-10-232-0/+49
| * Extract kthreads and services info from XML reportsDavid Sommerseth2009-10-231-1/+1
| * 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
| * Changed log level argument from int to char *David Sommerseth2009-10-222-3/+43
| * Added argument parser source filesDavid Sommerseth2009-10-222-0/+112
| * Added missing #includeDavid Sommerseth2009-10-221-0/+1
| * Logging to syslog by default. Fixed a typoDavid Sommerseth2009-10-221-2/+2
| * Fixed memory leak in db_connect()David Sommerseth2009-10-221-0/+1
| * Improved overall logging informationDavid Sommerseth2009-10-2210-122/+173
| * Added missing log.[ch] filesDavid Sommerseth2009-10-222-0/+185
| * Fixed missing initialisation - causing SEGV during exit if not calloc'edDavid Sommerseth2009-10-221-1/+1
| * First cut at implementing a generic loggerDavid Sommerseth2009-10-2115-234/+309
| * Moved status codes into its own header fileDavid Sommerseth2009-10-214-12/+41
| * Corrected missing or misleading doxygen commentsDavid Sommerseth2009-10-217-28/+69
| * Fixed a couple of memory leaks in db_wait_notification()David Sommerseth2009-10-211-0/+3