summaryrefslogtreecommitdiffstatsabout
path: root/utility
Commit message (Collapse)AuthorAgeFilesLines
* add in wrap function (to speed up request_time field)Edward Rudd2008-10-252-11/+32
| | | | | 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 initializationEdward Rudd2008-10-251-0/+1
|
* implement query arg extracterEdward Rudd2008-10-257-29/+206
| | | | | | | "merge in" ap_unescape_url from HTTPD updated logging statements add per-line func data and per-func data
* implemented loggingEdward Rudd2008-10-258-77/+132
| | | | | added better error messages for DB connections fix several segfaults
* add logging functionEdward Rudd2008-10-248-65/+170
| | | | added @todo tags for what needs to be finished
* fix possible crash when regex function doesn't match (set to *default*)Edward Rudd2008-10-233-2/+4
|
* more parsing implementation (Custom functions)Edward Rudd2008-10-2310-61/+245
| | | | initial DB inserting (w/ prepared query)
* added more config optionsEdward Rudd2008-10-2213-109/+946
| | | | | | 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-018-0/+840