summaryrefslogtreecommitdiffstatsabout
path: root/utility/logparse.h
Commit message (Collapse)AuthorAgeFilesLines
* refactoroed to allo wdb connections to be per-threadEdward Rudd2009-03-141-2/+3
| | | | | added initial threading implementation using apr_queues and apr_thread_pools
* add in splitting codeEdward Rudd2009-03-111-0/+2
| | | | | fixed time display (modulus of seconds)
* fix tokenize_logfile (derived off of now known buggy apr_tokenize_to_argv ↵Edward Rudd2008-10-301-0/+3
| | | | | | 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-3/+3
|
* implement filter supportEdward Rudd2008-10-261-2/+2
| | | | | add in check for Apache 1.3 apr_dbd_transaction_mode_set method add transaction stubs
* implement query arg extracterEdward Rudd2008-10-251-2/+13
| | | | | | | "merge in" ap_unescape_url from HTTPD updated logging statements add per-line func data and per-func data
* add logging functionEdward Rudd2008-10-241-1/+1
| | | | added @todo tags for what needs to be finished
* more parsing implementation (Custom functions)Edward Rudd2008-10-231-3/+4
| | | | initial DB inserting (w/ prepared query)
* added more config optionsEdward Rudd2008-10-221-1/+10
| | | | | | 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/+10