summaryrefslogtreecommitdiffstatsabout
Commit message (Collapse)AuthorAgeFilesLines
* added more config optionsEdward Rudd2008-10-2215-110/+949
| | | | | | included PCRE wrapper from httpd more complete log parser code. fixed NASTY bug with setting values in the hash tables (Need to DUP the strings before setting the keys)
* Initial revision of command line importer.Edward Rudd2008-10-0112-9/+858
|
* moved all modules source to src subdirectory.. Moved header files into ↵Edward Rudd2008-09-2120-308/+196
| | | | | | include subdirectory cleaned up makefiles.
* updated ignoresEdward Rudd2008-09-201-0/+357
|
* updated API to support mod_log_sql_dbd APR DBD driver.Edward Rudd2008-03-199-58/+211
|
* added call to libtoolize to ensure that config.sub is in build rootEdward Rudd2008-02-021-0/+1
|
* correct int siezes in printf statementsEdward Rudd2008-02-021-2/+2
|
* updated with new code to allow better dynamic configuration of logged fieldsEdward Rudd2007-10-209-2912/+542
|
* Add better error logging in mod_log_sql_mysql.cEdward Rudd2007-07-161-3/+3
|
* move post_config before register1.101Edward Rudd2006-11-151-7/+6
|
* updated license fileEdward Rudd2006-11-076-486/+2507
| | | | updated documentation
* don't segfault if driver module isn't loadedEdward Rudd2006-11-071-30/+42
|
* add logio supportEdward Rudd2006-11-071-7/+9
|
* add logio supportEdward Rudd2006-11-073-7/+172
|
* updated project files (remove anjuta add eclipse)Edward Rudd2005-08-315-179/+158
| | | | | | | updated svn:ignore attributes remove .cvsignore updated autogen.sh
* fix for issue #41Edward Rudd2005-08-312-4/+8
|
* merged in PgSQL code contributed by Manfred HaeltersEdward Rudd2005-02-091-56/+52
|
* fixed documentations header example. (UserAgent to User-Agent)Edward Rudd2005-01-301-2/+2
|
* updated chagnelog, TODO, tab2space configure.ac1.100Edward Rudd2005-01-113-22/+25
|
* update copyright year and added new revisionEdward Rudd2005-01-111-1/+7
|
* fixed bug #0000014Edward Rudd2005-01-111-11/+4
|
* updated docs using new OOO Docbook DTDEdward Rudd2005-01-111-187/+203
|
* 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