summaryrefslogtreecommitdiffstats
path: root/mod_log_sql.h
Commit message (Collapse)AuthorAge
* win32 fixes for apache 1.3Gravatar Edward Rudd 2004-04-29
| | | | added win32 build script
* updated eol:style added winconfig.hGravatar Edward Rudd 2004-04-29
|
* Made to work under Apache 1.3 again1.97Gravatar Edward Rudd 2004-04-09
| | | | | removed debugging for config merge function
* Added registration function for database driversGravatar Edward Rudd 2004-04-07
| | | | | | | | | | | 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..Gravatar Edward Rudd 2004-03-02
|
* separated out most mysql specific code to mod_log_sql_mysql.cGravatar Edward Rudd 2004-02-29
| | | | | | | | | | 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 moduleGravatar Edward Rudd 2004-01-22
| | | | | | preparsing of logformat completed. updated configure scripts to detect mod_ssl.h for 1.3 (mostly)
* fixed log_error function1.93Gravatar Edward Rudd 2004-01-21
| | | | | | | 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 ↵Gravatar Edward Rudd 2004-01-20
mod_log_sql.h Registered core item functions in pre_config