summaryrefslogtreecommitdiffstatsabout
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Changes on the way to 1.19. This is probably going to be 1.19b1. Detail:1.19b1Christopher Powell2003-07-221-112/+0
| | | | | | | | | | | | | | | * Hostnames are now converted to lowercase in the mass-virtual naming section. The loop that converts dots to underscores has been optimized as well. * Migration to autoconf * New directive LogSQLTableType allows one to specify the kind of table that the module makes during table creation (e.g. InnoDB, MyISAM). Thanks to Jim Turner for the suggestion and patch. If your MySQL server does not support the specified type, it will create a MyISAM table instead. * Directives can now be placed in the 'main' server config and will be inherited by the virtual hosts. This means a LOT less repetition: you only specify the item once to have it inherited, but it can still be overridden on a virtualhost level.
* Migrated from gz to bz2 for better compression.Christopher Powell2002-12-181-4/+4
|
* Delayed inserts, includes, better table creation, renamed global vars,Christopher Powell2002-12-181-21/+22
|
* *** empty log message ***Christopher Powell2002-12-101-8/+11
|
* Changes on route to 1.18 release (better table creation logic and ↵Christopher Powell2002-12-101-2/+2
| | | | workarounds for delayed insert kluge).
* Further Makefile reorg/cleanup, a new option to support delayed insertsChristopher Powell2002-11-271-22/+26
| | | | | with accompanying documentation.
* Some makefile changes to take care of images embedded in the docs.Christopher Powell2002-11-191-4/+8
|
* Many more doc edits. Reworked the makefile to use ssh/scp for 'make distro'.1.17Christopher Powell2002-11-171-5/+7
|
* Further changes to the documentation and how it is generated.Christopher Powell2002-11-151-13/+14
|
* More documentation work on the way to final 1.17 release.Christopher Powell2002-11-141-6/+32
| | | | | Additional work on the Makefile.
* Monster changes en route to 1.17. Esp. with new documentation.Christopher Powell2002-11-141-82/+65
|
* *** empty log message ***1.17pre2Christopher Powell2002-09-041-2/+2
|
* Added notes logging capability. This is a commit prior to a lot of workChristopher Powell2002-05-141-19/+43
| | | | | that will rename mod_log_mysql to mod_log_sql.
* Significant bugfixes and feature additions on the way to 1.16...Christopher Powell2002-04-211-16/+10
|
* *** empty log message ***Christopher Powell2002-04-081-2/+2
|
* *** empty log message ***1.14Christopher Powell2002-02-241-3/+3
|
* Minor but significant updates to the instructions for apxs users.Christopher Powell2002-02-241-3/+5
|
* Ported to mysql_real_connect, made a change for the mass-virtual-hosting1.13Christopher Powell2002-01-151-23/+33
| | | | | folks, and enabled a socket name DEFINE.
* Added a mysql_close mechanism to the child exit process to fix MySQLChristopher Powell2001-12-071-9/+12
| | | | | | complaining about bad communication packets. Considerable code reorg and cleanup.
* 'make distro' now copies textfiles to html directory for online perusal.Christopher Powell2001-12-031-1/+4
|
* Big changes including reworked cookie code, new directives, SSL logging,Christopher Powell2001-12-031-8/+32
| | | | | new formatting characters, bugfixes, etc.
* Initial revision1.09Christopher Powell2001-11-281-0/+28