summaryrefslogtreecommitdiffstatsabout
Commit message (Collapse)AuthorAgeFilesLines
...
* fixed docues for LogSQLRequestAcceptEdward Rudd2005-01-111-1/+8
| | | | | | Added docs about new "V" log format
* changed logging to reflect that it's the driver logging not mod_log_sql coreEdward Rudd2005-01-111-1/+1
|
* updated versionEdward Rudd2004-10-031-2/+2
|
* updated changelogEdward Rudd2004-10-031-0/+1
|
* added winconfig.h to source distribution in makefileEdward Rudd2004-10-031-1/+2
| | | | set eol-style to native on all files
* auto table names for massVirtualhosting swap - with _Edward Rudd2004-09-206-34/+53
| | | | | | added 'V' logformat to log virtualhost according to canonical setting.
* fixes by Douglas E. Warner to fix "NULL" fields. Edward Rudd2004-08-231-5/+10
| | | | | finally fixed the annoying reconnect mysql segfault.
* only warn if libraries are not found, don't error.Edward Rudd2004-08-231-2/+2
|
* Added SSL building for win32Edward Rudd2004-08-171-0/+22
|
* updated release date of 1.991.99Edward Rudd2004-07-282-3/+3
| | | | | added mod_log_sql_dbi.c into distribution
* added dbi providerEdward Rudd2004-07-281-0/+263
|
* defaulted ssl to on, added checks for libdbi and better mysql checksEdward Rudd2004-07-261-6/+6
|
* fixed another segfault related to the mysql escaping function (forcepreserve ↵Edward Rudd2004-07-167-49/+85
| | | | | | | | | | | 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-039-37/+91
| | | | | | fixed segfault in the mysql escape string function DBi driver working with postgresql.
* change apache 2 method to use optional functionEdward Rudd2004-05-141-14/+22
|
* 1.98 release1.98Edward Rudd2004-05-131-1/+1
|
* renamed directory Documentation to docsEdward Rudd2004-05-129-27/+49
| | | | | updated configure and makefile to use new m4 files
* updated ignoresEdward Rudd2004-05-121-0/+1
|
* added ap_strstr_c and ap_strchr_c definesEdward Rudd2004-05-121-0/+2
|
* changed strstr to ap_strstr or ap_strstr_cEdward Rudd2004-05-053-11/+13
| | | | | | changed strchr to ap_strchr or ap_strchr_c
* Added transferlog tableEdward Rudd2004-05-051-2/+217
|
* updated gen_todo scriptEdward Rudd2004-04-301-10/+33
|
* updated cvsignore files (from svn:ignore)Edward Rudd2004-04-292-1/+5
|
* update svn:ignoreEdward Rudd2004-04-290-0/+0
|
* win32 fixes for apache 1.3Edward Rudd2004-04-295-7/+58
| | | | added win32 build script
* added Sleep for win32 on apache 1.3Edward Rudd2004-04-291-0/+4
|
* fixed signal macrosEdward Rudd2004-04-291-2/+2
|
* win32 updates and build scriptEdward Rudd2004-04-295-31/+137
| | | | | added LogSQLDisablePreserve set default of preserve file to root_relative logs/mod_log_sql-preserve
* updated eol:style added winconfig.hEdward Rudd2004-04-292-1/+78
|
* moved m4 files to separate repositoryEdward Rudd2004-04-293-300/+0
|
* lowered minimum apache version to 2.0.40Edward Rudd2004-04-291-1/+1
|
* fixed documentation about LOgSQLloginInfoEdward Rudd2004-04-291-2/+2
|
* Changed mimetype to text/xmlEdward Rudd2004-04-170-0/+0
|
* beginnings of postgresql driver integrated into autoconfEdward Rudd2004-04-1714-57/+94
| | | | | removed log_error from apache20.h (aliased to ap_log_rerror)
* copied mysql driver to mod_log_sql_pgsql.c to start on PostgreSQL driverEdward Rudd2004-04-1011-13/+248
| | | | | added keyword ID expansion to source files and removed old CVS headers from others
* Made to work under Apache 1.3 again1.97Edward Rudd2004-04-095-34/+34
| | | | | removed debugging for config merge function
* added TODO, include13, and include20 to ignore listEdward Rudd2004-04-081-0/+3
|
* Added registration function for database driversEdward Rudd2004-04-077-291/+409
| | | | | | | | | | | 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
* Updated to new logging function with apaceh 2 prototype instead of 1.3 so i ↵Edward Rudd2004-04-047-53/+57
| | | | can properly log Error numbers in apache 2 (better debugging)
* Added gen_todo.pl to extract TODO items from source code.Edward Rudd2004-04-033-9/+54
|
* Added alternat loginInfo form.. driver://user;passwd@host:port/databasenameEdward Rudd2004-04-023-14/+44
| | | | | fixed RT_LIBS parameter in makefile.in, and configure.ac
* Fixed issue with different include directories for APR and APU.Edward Rudd2004-03-224-16/+57
| | | | | updated help screen after make install
* updated release date1.96Edward Rudd2004-03-051-2/+2
|
* updated Documentation READMEEdward Rudd2004-03-051-10/+5
|
* removed make_combined_log.pl as it's in the contrib subdirEdward Rudd2004-03-051-1/+1
|
* updated compatability header for Apache 1.3Edward Rudd2004-03-058-13/+56
| | | | | | | | | Changed log_error routing for Apache 1.3 to include APLOG_NOERRNO re-added quarter second delay between reconnect and query retry. updated makefile to generate HTML version of docbook docs. added comments to mod_log_sql_mysql.c updated documentation about --with-db-inc configure option
* removed all #ifdef DEBUGEdward Rudd2004-03-043-29/+11
|
* complete DB separation from core module code.Edward Rudd2004-03-045-463/+481
| | | | | | | 99% updated documentation (needs 2 tables added) moved DB connection code for Apache 2 from open_logs to child_init. removed more #ifdef debug lines
* Documentation conversion completeEdward Rudd2004-03-031-187/+194
|
* mysql code separation complete..Edward Rudd2004-03-023-241/+278
|