summaryrefslogtreecommitdiffstatsabout
path: root/mod_log_sql.h
Commit message (Collapse)AuthorAgeFilesLines
* updated with new code to allow better dynamic configuration of logged fieldsEdward Rudd2007-10-201-9/+39
|
* fixed another segfault related to the mysql escaping function (forcepreserve ↵Edward Rudd2004-07-161-0/+2
| | | | | | | | | | | bug) included win32 build bat files in distribution separated -Werror to a configure time option (--enable-maintainer) update autogen to use autoconf 2.57, aclocal 1.7 included pgsql and dbi module source in distribution. setup autodetection in configure script for databases.
* moved quoting of fields to DB driver Edward Rudd2004-06-031-1/+8
| | | | | | fixed segfault in the mysql escape string function DBi driver working with postgresql.
* win32 fixes for apache 1.3Edward Rudd2004-04-291-1/+1
| | | | added win32 build script
* updated eol:style added winconfig.hEdward Rudd2004-04-291-1/+1
|
* Made to work under Apache 1.3 again1.97Edward Rudd2004-04-091-5/+5
| | | | | removed debugging for config merge function
* Added registration function for database driversEdward Rudd2004-04-071-9/+50
| | | | | | | | | | | completely separated mysql driver added optional server announce (LogSQLAnnouce On) cleaned up internal names of Database parameters added code to allow +/- of logged cookies,headers, and notes, as well as remhostignore, request allow and request ignore. reorganized command_rec again made bigger not about deprecated commands updated documentation
* mysql code separation complete..Edward Rudd2004-03-021-6/+28
|
* separated out most mysql specific code to mod_log_sql_mysql.cEdward Rudd2004-02-291-3/+35
| | | | | | | | | | beginnings of separation of core SQL logging logic moved DB connection paramters to a table (for cutoms params for DB drivers) added new configuration directive to handle any DB parameter renamed all log_sql_* vars and type to logsql_* Added enums for opendb return codes. organized config directives and commented for easier reading of source
* SSL support working under 1.3 and 2.0 as a separate moduleEdward Rudd2004-01-221-4/+3
| | | | | | preparsing of logformat completed. updated configure scripts to detect mod_ssl.h for 1.3 (mostly)
* fixed log_error function1.93Edward Rudd2004-01-211-2/+2
| | | | | | | finished ssl split into separate module added item registration function. (for ssl sub-module) release 1.93
* Added item registration function and added functions to new system header ↵Edward Rudd2004-01-201-0/+33
mod_log_sql.h Registered core item functions in pre_config