summaryrefslogtreecommitdiffstatsabout
path: root/Documentation
Commit message (Collapse)AuthorAgeFilesLines
* Added transferlog tableEdward Rudd2004-05-051-2/+217
|
* updated cvsignore files (from svn:ignore)Edward Rudd2004-04-291-0/+2
|
* fixed documentation about LOgSQLloginInfoEdward Rudd2004-04-291-2/+2
|
* beginnings of postgresql driver integrated into autoconfEdward Rudd2004-04-172-7/+12
| | | | | 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-101-2/+0
| | | | | added keyword ID expansion to source files and removed old CVS headers from others
* Added registration function for database driversEdward Rudd2004-04-071-131/+143
| | | | | | | | | | | 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 Documentation READMEEdward Rudd2004-03-051-10/+5
|
* updated compatability header for Apache 1.3Edward Rudd2004-03-052-2/+11
| | | | | | | | | 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
* complete DB separation from core module code.Edward Rudd2004-03-041-421/+445
| | | | | | | 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
|
* separated out most mysql specific code to mod_log_sql_mysql.cEdward Rudd2004-02-291-0/+1
| | | | | | | | | | 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
* moved create_tables.sql and make_combined_log.pl into contrib directory.Edward Rudd2004-02-121-8/+9
| | | | | | Added contrib directory to build system. Updated new maintainer information in AUTHORS,LICENSE, and manual.xml
* added DocBook version of the manualEdward Rudd2004-01-241-0/+1600
|
* update apache.m4 to use -with-apxs instead of --with-apacheEdward Rudd2004-01-042-0/+77
| | | | | | got SSL support to compile. added Documentation subdirectory.
* update autoconf scripts to check MySQL..1.91Edward Rudd2003-12-231-92/+261
| | | | | | | | | moved autoconf DEFUN macros to m4 subdirectory autogen.sh calls aclocal to include m4 directory. merged in changes from 1.19b1 fixed log_sql_merge_config bug in 1.19b1 release 1.91
* Initial revisionEdward Rudd2003-12-202-262/+93
|
* Changes on the way to 1.19. This is probably going to be 1.19b1. Detail:1.19b1Christopher Powell2003-07-221-4/+16
| | | | | | | | | | | | | | | * Hostnames are now converted to lowercase in the mass-virtual naming section. The loop that converts dots to underscores has been optimized as well. * Migration to autoconf * New directive LogSQLTableType allows one to specify the kind of table that the module makes during table creation (e.g. InnoDB, MyISAM). Thanks to Jim Turner for the suggestion and patch. If your MySQL server does not support the specified type, it will create a MyISAM table instead. * Directives can now be placed in the 'main' server config and will be inherited by the virtual hosts. This means a LOT less repetition: you only specify the item once to have it inherited, but it can still be overridden on a virtualhost level.
* Some minor additions / edits to the docs.Christopher Powell2003-03-271-88/+245
|
* Removed message about insufficient info to log.1.18Christopher Powell2002-12-181-24/+3
|
* Delayed inserts, includes, better table creation, renamed global vars,Christopher Powell2002-12-181-214/+409
|
* *** empty log message ***Christopher Powell2002-12-101-1/+8
|
* Changes on route to 1.18 release (better table creation logic and ↵Christopher Powell2002-12-101-666/+1049
| | | | workarounds for delayed insert kluge).
* Further Makefile reorg/cleanup, a new option to support delayed insertsChristopher Powell2002-11-271-33/+362
| | | | | with accompanying documentation.
* Some more doc edits & cleanup.Christopher Powell2002-11-191-132/+278
|
* Yet more minor documentation edits.Christopher Powell2002-11-191-15/+114
|
* Many more doc edits. Reworked the makefile to use ssh/scp for 'make distro'.1.17Christopher Powell2002-11-171-311/+1177
|
* Further changes to the documentation and how it is generated.Christopher Powell2002-11-151-448/+899
|
* More documentation work on the way to final 1.17 release.Christopher Powell2002-11-143-1862/+1950
| | | | | Additional work on the Makefile.
* Monster changes en route to 1.17. Esp. with new documentation.Christopher Powell2002-11-142-0/+4503