summaryrefslogtreecommitdiffstatsabout
path: root/utility/config.h
Commit message (Collapse)AuthorAgeFilesLines
* refactoroed to allo wdb connections to be per-threadEdward Rudd2009-03-141-1/+0
| | | | | added initial threading implementation using apr_queues and apr_thread_pools
* add in splitting codeEdward Rudd2009-03-111-1/+15
| | | | | fixed time display (modulus of seconds)
* make sure marker lines is written on filechange for badlines logEdward Rudd2008-10-301-0/+1
|
* add ability to skip N number of bad lines before throwing an error.Edward Rudd2008-10-301-0/+7
| | | | Will log the bad lines to a log file so they can be preserved
* Added summary page including line count, duration, and final status of fileEdward Rudd2008-10-271-0/+9
|
* implement query arg extracterEdward Rudd2008-10-251-1/+3
| | | | | | | "merge in" ap_unescape_url from HTTPD updated logging statements add per-line func data and per-func data
* implemented loggingEdward Rudd2008-10-251-4/+8
| | | | | added better error messages for DB connections fix several segfaults
* add logging functionEdward Rudd2008-10-241-0/+6
| | | | added @todo tags for what needs to be finished
* more parsing implementation (Custom functions)Edward Rudd2008-10-231-2/+7
| | | | initial DB inserting (w/ prepared query)
* added more config optionsEdward Rudd2008-10-221-10/+49
| | | | | | included PCRE wrapper from httpd more complete log parser code. fixed NASTY bug with setting values in the hash tables (Need to DUP the strings before setting the keys)
* Initial revision of command line importer.Edward Rudd2008-10-011-0/+104