summaryrefslogtreecommitdiffstatsabout
path: root/utility/config.c
Commit message (Collapse)AuthorAgeFilesLines
* change threadcount so 0 means single threadedEdward Rudd2009-03-231-1/+1
|
* add in splitting codeEdward Rudd2009-03-111-12/+55
| | | | | fixed time display (modulus of seconds)
* add ability to skip N number of bad lines before throwing an error.Edward Rudd2008-10-301-0/+21
| | | | Will log the bad lines to a log file so they can be preserved
* fix tokenize_logfile (derived off of now known buggy apr_tokenize_to_argv ↵Edward Rudd2008-10-301-1/+1
| | | | | | function) switch all calls to apr_tokenize_to_argv to renamed tokenize_logfile (parser_tokenize_line)
* Added summary page including line count, duration, and final status of fileEdward Rudd2008-10-271-7/+8
|
* implement filter supportEdward Rudd2008-10-261-6/+51
| | | | | add in check for Apache 1.3 apr_dbd_transaction_mode_set method add transaction stubs
* implement query arg extracterEdward Rudd2008-10-251-3/+7
| | | | | | | "merge in" ap_unescape_url from HTTPD updated logging statements add per-line func data and per-func data
* implemented loggingEdward Rudd2008-10-251-11/+12
| | | | | added better error messages for DB connections fix several segfaults
* add logging functionEdward Rudd2008-10-241-13/+18
| | | | added @todo tags for what needs to be finished
* more parsing implementation (Custom functions)Edward Rudd2008-10-231-27/+19
| | | | initial DB inserting (w/ prepared query)
* added more config optionsEdward Rudd2008-10-221-73/+190
| | | | | | 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/+305