summaryrefslogtreecommitdiffstatsabout
path: root/utility/database.c
Commit message (Collapse)AuthorAgeFilesLines
* finish transaction implementationEdward Rudd2008-10-261-7/+59
| | | | | if a single log file aborts DO NOT keep going switch to using libtool for linking (so rpath is set)
* added time stamps to logEdward Rudd2008-10-261-1/+1
|
* implement filter supportEdward Rudd2008-10-261-7/+29
| | | | | add in check for Apache 1.3 apr_dbd_transaction_mode_set method add transaction stubs
* implemented loggingEdward Rudd2008-10-251-9/+15
| | | | | added better error messages for DB connections fix several segfaults
* add logging functionEdward Rudd2008-10-241-36/+66
| | | | added @todo tags for what needs to be finished
* fix possible crash when regex function doesn't match (set to *default*)Edward Rudd2008-10-231-1/+1
|
* more parsing implementation (Custom functions)Edward Rudd2008-10-231-0/+95
| | | | initial DB inserting (w/ prepared query)
* added more config optionsEdward Rudd2008-10-221-0/+2
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)