summaryrefslogtreecommitdiffstats
path: root/AUTHORS
blob: d10c5de04a055c9a44ccf2ab1cf3d00e332a677c (plain)
1
2
3
4
5
6
7
8
9
10
11
Edward Rudd <eddie at omegaware dot com>
	Apache 2.0 port. Current Maintainer as of February, 2004

Christopher B. Powell <chris at grubbybaby dot com>
	Maintainer since version 1.06

Zeev Suraski <bourbon at netvision.net dot il>
	Adding the mysql routines (intial revisions)

The Apache Foundation
	standard apache logging module for which this module is based on
width='13' height='13' alt='Gravatar' /> Edward Rudd 2004-03-05 | * updated Documentation READMEGravatar Edward Rudd 2004-03-05 | * removed make_combined_log.pl as it's in the contrib subdirGravatar Edward Rudd 2004-03-05 | * updated compatability header for Apache 1.3Gravatar Edward Rudd 2004-03-05 | | | | | | | | | 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 DEBUGGravatar Edward Rudd 2004-03-04 | * complete DB separation from core module code.Gravatar Edward Rudd 2004-03-04 | | | | | | | 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 completeGravatar Edward Rudd 2004-03-03 | * mysql code separation complete..Gravatar Edward Rudd 2004-03-02 | * separated out most mysql specific code to mod_log_sql_mysql.c