summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Implemented database LISTEN via db_wait_notification()David Sommerseth2009-10-213-5/+92
| * Extended rtevalruns table to contain a submid fieldDavid Sommerseth2009-10-216-4/+18
| * Simplified and made the get_destination_path() function more robustDavid Sommerseth2009-10-213-48/+39
| * 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
| * Added support for histogram data for cyclictestDavid Sommerseth2009-10-202-43/+60
| * Fixed typosDavid Sommerseth2009-10-201-3/+3
| * Added another database user account, and renamed the old oneDavid Sommerseth2009-10-191-1/+1
| * Big rewrite, but now a working rteval_parserd process is readyDavid Sommerseth2009-10-195-67/+222
| * Added a missing status levelDavid Sommerseth2009-10-152-12/+13
| * Rearrenged return codes from parsethread()David Sommerseth2009-10-152-14/+22