summaryrefslogtreecommitdiffstats
path: root/contrib
Commit message (Collapse)AuthorAge
* Fixed version and help flags so they work.Gravatar Edward Rudd 2004-02-21
| | | | | 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 ↵Gravatar Edward Rudd 2004-02-12
| | | | | | | | 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 ↵Gravatar Edward Rudd 2004-02-12
| | | | first.
* Updated Author information in file.Gravatar Edward Rudd 2004-02-12
|
* moved create_tables.sql and make_combined_log.pl into contrib directory.Gravatar Edward Rudd 2004-02-12
| | | | | | Added contrib directory to build system. Updated new maintainer information in AUTHORS,LICENSE, and manual.xml
* update apache.m4 to use -with-apxs instead of --with-apacheGravatar Edward Rudd 2004-01-04
| | | | | | got SSL support to compile. added Documentation subdirectory.
* uses Date::Parse instead of ParseDateGravatar Edward Rudd 2003-12-30
| | | | | | 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.Gravatar Edward Rudd 2003-12-30
lumn1'>| * updated changelogGravatar Edward Rudd 2004-10-03 | * added winconfig.h to source distribution in makefileGravatar Edward Rudd 2004-10-03 | | | | set eol-style to native on all files * auto table names for massVirtualhosting swap - with _Gravatar Edward Rudd 2004-09-20 | | | | | | added 'V' logformat to log virtualhost according to canonical setting. * fixes by Douglas E. Warner to fix "NULL" fields. Gravatar Edward Rudd 2004-08-23 | | | | | finally fixed the annoying reconnect mysql segfault. * only warn if libraries are not found, don't error.Gravatar Edward Rudd 2004-08-23 | * Added SSL building for win32Gravatar Edward Rudd 2004-08-17 | * updated release date of 1.991.99Gravatar Edward Rudd 2004-07-28 | | | | | added mod_log_sql_dbi.c into distribution * added dbi providerGravatar Edward Rudd 2004-07-28 | * defaulted ssl to on, added checks for libdbi and better mysql checksGravatar Edward Rudd 2004-07-26 | * 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. * change apache 2 method to use optional functionGravatar Edward Rudd 2004-05-14 | * 1.98 release1.98Gravatar Edward Rudd 2004-05-13 | * renamed directory Documentation to docsGravatar Edward Rudd 2004-05-12 | | | | | updated configure and makefile to use new m4 files * updated ignoresGravatar Edward Rudd