summaryrefslogtreecommitdiffstats
path: root/mod_log_sql.h
Commit message (Collapse)AuthorAge
* fixed another segfault related to the mysql escaping function (forcepreserve ↵Gravatar Edward Rudd 2004-07-16
| | | | | | | | | | | 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 Gravatar Edward Rudd 2004-06-03
| | | | | | fixed segfault in the mysql escape string function DBi driver working with postgresql.
* 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
td class='commitgraph'>| * prep for 0.1.1 release.0.1.1Gravatar Paul Querna 2005-04-08 | * wrap the debug log in maintainer mode.Gravatar Paul Querna 2005-04-08 | * roll on past 0.1.0Gravatar Paul Querna 2005-04-06 | * fix the indent.Gravatar Paul Querna 2005-04-06 | * working on a release.. really!Gravatar Paul Querna 2005-04-06 | * - remove anno credsGravatar Paul Querna 2005-04-06 | | | | | | | | - initial attempt at Server Name Extension - change to adding 'mod_gnutls' to the server sig instead of GnuTLS/ - fix for EOF/EOC/EOS buckets - 'general' code cleanups * - make memcahe optionalGravatar Paul Querna 2005-04-04 | | | | | | - update for 2.1.x branch changes. - some mucking around with the conf stuff * working support for a ssl session cache via memcached.Gravatar Paul Querna 2004-12-10 | * add check for apr_memcacheGravatar Paul Querna 2004-12-09 | * adding autofoo for memcache supportGravatar Paul Querna 2004-12-02 | * libgnutls supportGravatar Paul Querna 2004-09-27 | * iniail makefiles and license fooGravatar Paul Querna 2004-09-27