summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rteval did not consider -f|--inifile argumentDavid Sommerseth2009-10-231-3/+3
* version bump to 1.5Clark Williams2009-10-232-2/+8
* modified Rundata::reduce in rteval/cyclictest.py to use less memoryClark Williams2009-10-231-5/+10
* modified rteval::debug() to prefix strings with rteval:Clark Williams2009-10-231-1/+1
* modified load::debug to print object nameClark Williams2009-10-233-16/+16
* rearranged option processing logic in rteval/rteval.pyClark Williams2009-10-231-9/+18
* fixed typo damage in %changelog sectionClark Williams2009-10-231-1/+1
* updated version to 1.4Clark Williams2009-10-231-1/+8
* Changed from sample array to histogram (-h 1000)Clark Williams2009-10-231-22/+29
* updated version to 1.4Clark Williams2009-10-232-3/+4
* rteval/rteval_text.xsl changes:Clark Williams2009-10-231-1/+3
* adde code to rteval/rtevalConfig.py to allow first call toClark Williams2009-10-231-1/+6
* rteval.py changes:Clark Williams2009-10-231-1/+6
* Massive changes:Clark Williams2009-10-231-98/+65
* changed test command line in Makefile to specify all local parametersClark Williams2009-10-231-1/+1
* 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
* Fixed some field typesDavid Sommerseth2009-10-231-3/+3
* 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
* Implemented database LISTEN via db_wait_notification()David Sommerseth2009-10-213-5/+92
* Extended rtevalruns table to contain a submid fieldDavid Sommerseth2009-10-217-4/+19
* Simplified and made the get_destination_path() function more robustDavid Sommerseth2009-10-213-48/+39
* Added trigger function on INSERT on submissionqueueDavid Sommerseth2009-10-211-0/+24
* Added another missing fileDavid Sommerseth2009-10-211-0/+36
* Added missing rteval_parserd ... with the needed main() functionDavid Sommerseth2009-10-211-0/+342
* Added error message when submissionqueue update to STAT_INPROG failsDavid Sommerseth2009-10-211-0/+5
* Added logic to move parsed files into a specified report directory.David Sommerseth2009-10-206-45/+233
* Fixed a memory leakDavid Sommerseth2009-10-201-1/+3