summaryrefslogtreecommitdiffstats
path: root/server/parser/parsethread.c
Commit message (Expand)AuthorAgeFilesLines
* Improved general parse loggingDavid Sommerseth2010-03-261-16/+22
* Simplified the API to parse_report() and check_filesize()David Sommerseth2009-11-101-41/+35
* Cosmetic fixDavid Sommerseth2009-11-101-1/+1
* Added new config parameter: max_report_sizeDavid Sommerseth2009-11-101-4/+41
* Get rid of the sleep() calls and use blocking POSIX MQ callsDavid Sommerseth2009-10-231-5/+5
* Improved robustness of database connections and thread controlDavid Sommerseth2009-10-231-3/+33
* Improved overall logging informationDavid Sommerseth2009-10-221-18/+16
* First cut at implementing a generic loggerDavid Sommerseth2009-10-211-33/+44
* Moved status codes into its own header fileDavid Sommerseth2009-10-211-0/+1
* Corrected missing or misleading doxygen commentsDavid Sommerseth2009-10-211-2/+3
* Extended rtevalruns table to contain a submid fieldDavid Sommerseth2009-10-211-1/+1
* Simplified and made the get_destination_path() function more robustDavid Sommerseth2009-10-211-44/+33
* 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-201-11/+161
* Fixed typosDavid Sommerseth2009-10-201-3/+3
* Big rewrite, but now a working rteval_parserd process is readyDavid Sommerseth2009-10-191-35/+76
* Added a missing status levelDavid Sommerseth2009-10-151-6/+6
* Rearrenged return codes from parsethread()David Sommerseth2009-10-151-13/+13
* Cleaned up and added commentsDavid Sommerseth2009-10-151-16/+27
* Added first-cut of the parsethread() functionDavid Sommerseth2009-10-141-0/+100