summaryrefslogtreecommitdiffstatsabout
Commit message (Expand)AuthorAgeFilesLines
...
* win32 updates and build scriptEdward Rudd2004-04-295-31/+137
* 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
* copied mysql driver to mod_log_sql_pgsql.c to start on PostgreSQL driverEdward Rudd2004-04-1011-13/+248
* Made to work under Apache 1.3 again1.97Edward Rudd2004-04-095-34/+34
* added TODO, include13, and include20 to ignore listEdward Rudd2004-04-081-0/+3
* Added registration function for database driversEdward Rudd2004-04-077-291/+409
* Updated to new logging function with apaceh 2 prototype instead of 1.3 so i c...Edward Rudd2004-04-047-53/+57
* 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 issue with different include directories for APR and APU.Edward Rudd2004-03-224-16/+57
* 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
* removed all #ifdef DEBUGEdward Rudd2004-03-043-29/+11
* complete DB separation from core module code.Edward Rudd2004-03-045-463/+481
* 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
* Fixed version and help flags so they work.Edward Rudd2004-02-211-30/+27
* Added mysql_import_combined_log.pl to distribution with permission from Aaron...Edward Rudd2004-02-122-2/+42
* Updated help and added check and error to make sure the user edited the file ...Edward Rudd2004-02-121-10/+18
* 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
* 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
* synchronized extract_* functions with latest apache 1.3 and 2.0.Edward Rudd2004-02-058-145/+118
* 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 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
* fixed log_error function1.93Edward Rudd2004-01-217-116/+162
* make sure I initialize the hashEdward Rudd2004-01-201-3/+5
* Added item registration function and added functions to new system header mod...Edward Rudd2004-01-206-58/+105
* moved extract_* functions to functions.h (version specific in functions(13|20...Edward Rudd2004-01-209-424/+453
* split out version specific codeEdward Rudd2004-01-2010-279/+523
* fixed SSL cflag inclusion1.92Edward Rudd2004-01-062-4/+3
* update m4 filesEdward Rudd2004-01-066-19/+80
* update apache.m4 to use -with-apxs instead of --with-apacheEdward Rudd2004-01-0413-58/+135
* uses Date::Parse instead of ParseDateEdward Rudd2003-12-301-28/+46
* 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 safe_...Edward Rudd2003-12-301-2/+2