summaryrefslogtreecommitdiffstatsabout
path: root/utility/database.h
Commit message (Collapse)AuthorAgeFilesLines
* refactoroed to allo wdb connections to be per-threadEdward Rudd2009-03-141-6/+9
| | | | | added initial threading implementation using apr_queues and apr_thread_pools
* implement filter supportEdward Rudd2008-10-261-0/+6
| | | | | add in check for Apache 1.3 apr_dbd_transaction_mode_set method add transaction stubs
* more parsing implementation (Custom functions)Edward Rudd2008-10-231-0/+12
| | | | initial DB inserting (w/ prepared query)
* added more config optionsEdward Rudd2008-10-221-0/+4
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)