summaryrefslogtreecommitdiffstatsabout
path: root/utility/util.c
Commit message (Collapse)AuthorAgeFilesLines
* added time stamps to logEdward Rudd2008-10-261-1/+1
|
* added time stamps to logEdward Rudd2008-10-261-7/+14
|
* implement filter supportEdward Rudd2008-10-261-3/+7
| | | | | add in check for Apache 1.3 apr_dbd_transaction_mode_set method add transaction stubs
* implement query arg extracterEdward Rudd2008-10-251-3/+93
| | | | | | | "merge in" ap_unescape_url from HTTPD updated logging statements add per-line func data and per-func data
* implemented loggingEdward Rudd2008-10-251-5/+26
| | | | | added better error messages for DB connections fix several segfaults
* add logging functionEdward Rudd2008-10-241-0/+39
| | | | added @todo tags for what needs to be finished
* added more config optionsEdward Rudd2008-10-221-0/+28
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)