tent='cgit '/>
summaryrefslogtreecommitdiffstats
path: root/Makefile.in
Commit message (Collapse)AuthorAge
* 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.
* updated release date of 1.991.99Gravatar Edward Rudd 2004-07-28
| | | | | added mod_log_sql_dbi.c into distribution
* 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.
* renamed directory Documentation to docsGravatar Edward Rudd 2004-05-12
| | | | | updated configure and makefile to use new m4 files
* beginnings of postgresql driver integrated into autoconfGravatar Edward Rudd 2004-04-17
| | | | | removed log_error from apache20.h (aliased to ap_log_rerror)
* 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
* Added gen_todo.pl to extract TODO items from source code.