summaryrefslogtreecommitdiffstatsabout
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* separated out most mysql specific code to mod_log_sql_mysql.cEdward Rudd2004-02-299-379/+409
| | | | | | | | | | 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
* Fixed version and help flags so they work.Edward Rudd2004-02-211-30/+27
| | | | | redid all hash variable names for command arguments so they use the long name internally {table} instead of {t}
* Added mysql_import_combined_log.pl to distribution with permission from ↵Edward Rudd2004-02-122-2/+42
| | | | | | | | Aaron Jenson http://www.visualprose.com/software.php (Original Source) Updated documentation in README for usage of contrib files/scripts
* Updated help and added check and error to make sure the user edited the file ↵Edward Rudd2004-02-121-10/+18
| | | | first.
* Updated Author information in file.Edward Rudd2004-02-121-0/+6
|
* moved create_tables.sql and make_combined_log.pl into contrib directory.Edward Rudd2004-02-128-24/+26
| | | | | | Added contrib directory to build system. Updated new maintainer information in AUTHORS,LICENSE, and manual.xml
* Split Changelog and TODO to separate files.Edward Rudd2004-02-122-23/+26
|
* Fixed preserve_file configuration parameter.Edward Rudd2004-02-121-2/+2
|
* Cleaned up changelogEdward Rudd2004-02-121-5/+5
|
* update changelog1.95Edward Rudd2004-02-051-1/+5
| | | | | release 1.95
* synchronized extract_* functions with latest apache 1.3 and 2.0.Edward Rudd2004-02-058-145/+118
| | | | | | | Added some more recent extract_* functions.. still need to assign format letters cleanup/audit of extract_* functions release 1.95
* added mod_log_sql_ssl.c into dist1.94Edward Rudd2004-02-041-1/+1
|
* fixed segfaul bug with pointer arithmetic in add_server_string_slotEdward Rudd2004-02-043-6/+7
| | | | | | Added authors file release 1.94
* added DocBook version of the manualEdward Rudd2004-01-241-0/+1600
|
* SSL support working under 1.3 and 2.0 as a separate moduleEdward Rudd2004-01-2211-137/+202
| | | | | | preparsing of logformat completed. updated configure scripts to detect mod_ssl.h for 1.3 (mostly)
* fixed log_error function1.93Edward Rudd2004-01-217-116/+162
| | | | | | | finished ssl split into separate module added item registration function. (for ssl sub-module) release 1.93
* make sure I initialize the hashEdward Rudd2004-01-201-3/+5
|
* Added item registration function and added functions to new system header ↵Edward Rudd2004-01-206-58/+105
| | | | | | | mod_log_sql.h Registered core item functions in pre_config
* moved extract_* functions to functions.h (version specific in ↵Edward Rudd2004-01-209-424/+453
| | | | | | | | | functions(13|20).h) moves SSL logging routings to mod_log_sql_ssl.c updated changelog added AUTHORS
* split out version specific codeEdward Rudd2004-01-2010-279/+523
| | | | | | | code compiles under apache 1.3 and 2.0 updated apache m4 script to detect both verions (two minumums) defaulted install to not activate module in configuration file (use make activate)
* fixed SSL cflag inclusion1.92Edward Rudd2004-01-062-4/+3
|
* update m4 filesEdward Rudd2004-01-066-19/+80
| | | | | release 1.92
* update apache.m4 to use -with-apxs instead of --with-apacheEdward Rudd2004-01-0413-58/+135
| | | | | | got SSL support to compile. added Documentation subdirectory.
* uses Date::Parse instead of ParseDateEdward Rudd2003-12-301-28/+46
| | | | | | uses Getopt::Long instead of Getopt:Std Added in filling in of request_time fields instead of just timestamp.
* added mysql import script by Aaron Jenson.Edward Rudd2003-12-302-0/+289
|
* removed -n parameter to apxs as it isn\'t needed for this moduleEdward Rudd2003-12-301-3/+3
|
* mysql_error returns const char * in mysql 4.x, updated variable defs in ↵Edward Rudd2003-12-301-2/+2
| | | | safe_sql_query to avoid warning.
* update autoconf scripts to check MySQL..1.91Edward Rudd2003-12-239-180/+520
| | | | | | | | | 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