summaryrefslogtreecommitdiffstats
path: root/utility
Commit message (Collapse)AuthorAge
* add in wrap function (to speed up request_time field)Gravatar Edward Rudd 2008-10-25
| | | | | added in error messages when APR_EINVAL occurs in parser function add extra check to ensure a string is pushed into the output field table
* make sure per-func data is CLEARED upon initializationGravatar Edward Rudd 2008-10-25
|
* implement query arg extracterGravatar Edward Rudd 2008-10-25
| | | | | | | "merge in" ap_unescape_url from HTTPD updated logging statements add per-line func data and per-func data
* implemented loggingGravatar Edward Rudd 2008-10-25
| | | | | added better error messages for DB connections fix several segfaults
* add logging functionGravatar Edward Rudd 2008-10-24
| | | | added @todo tags for what needs to be finished
* fix possible crash when regex function doesn't match (set to *default*)Gravatar Edward Rudd 2008-10-23
|
* more parsing implementation (Custom functions)Gravatar Edward Rudd 2008-10-23
| | | | initial DB inserting (w/ prepared query)
* added more config optionsGravatar Edward Rudd 2008-10-22
| | | | | | 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.Gravatar Edward Rudd 2008-10-01