summaryrefslogtreecommitdiffstats
path: root/LICENSE
diff options
context:
space:
mode:
authorGravatar Christopher Powell 2002-12-18 01:06:33 +0000
committerGravatar Christopher Powell 2002-12-18 01:06:33 +0000
commit0d8d2676e9b345eb66d2d3a145fbf64d1429a9b2 (patch)
treea5a4c148a5a68969fe76e8a80c9ed01f979cb7b5 /LICENSE
parenta82db79fcf12e4a414c0a0862ed38b9e3a964c70 (diff)
Delayed inserts, includes, better table creation, renamed global vars,
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions
f2ce2?s=13&d=retro' width='13' height='13' alt='Gravatar' /> Edward Rudd 2004-06-03 | | | | | | fixed segfault in the mysql escape string function DBi driver working with postgresql. * 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 * win32 updates and build scriptGravatar Edward Rudd 2004-04-29 | | | | | added LogSQLDisablePreserve set default of preserve file to root_relative logs/mod_log_sql-preserve * copied mysql driver to mod_log_sql_pgsql.c to start on PostgreSQL driverGravatar Edward Rudd 2004-04-10 | | | | | added keyword ID expansion to source files and removed old CVS headers from others * Made to work under Apache 1.3 again1.97Gravatar Edward Rudd 2004-04-09 | | | | | removed debugging for config merge function * Added registration function for database driversGravatar Edward Rudd 2004-04-07 | | | | | | | | | | | 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 * Fixed issue with different include directories for APR and APU.