Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Changes on the way to 1.19. This is probably going to be 1.19b1. Detail:1.19b1 | Christopher Powell | 2003-07-22 |
| | | | | | | | | | | | | | | | * 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. | ||
* | Some minor additions / edits to the docs. | Christopher Powell | 2003-03-27 |
| | |||
* | Removed message about insufficient info to log.1.18 | Christopher Powell | 2002-12-18 |
| | |||
* | Delayed inserts, includes, better table creation, renamed global vars, | Christopher Powell | 2002-12-18 |
| | |||
* | Changes on route to 1.18 release (better table creation logic and ↵ | Christopher Powell | 2002-12-10 |
| | | | | workarounds for delayed insert kluge). | ||
* | Further Makefile reorg/cleanup, a new option to support delayed inserts | Christopher Powell | 2002-11-27 |
| | | | | | with accompanying documentation. | ||
* | Some more doc edits & cleanup. | Christopher Powell | 2002-11-19 |
| | |||
* | Yet more minor documentation edits. | Christopher Powell | 2002-11-19 |
| | |||
* | Many more doc edits. Reworked the makefile to use ssh/scp for 'make distro'.1.17 | Christopher Powell | 2002-11-17 |
| | |||
* | Further changes to the documentation and how it is generated. | Christopher Powell | 2002-11-15 |
| | |||
* | More documentation work on the way to final 1.17 release. | Christopher Powell | 2002-11-14 |
| | | | | | Additional work on the Makefile. | ||
* | Monster changes en route to 1.17. Esp. with new documentation. | Christopher Powell | 2002-11-14 |