diff options
| -rw-r--r-- | CHANGELOG | 4 | ||||
| -rw-r--r-- | Documentation/documentation.lyx | 333 |
2 files changed, 248 insertions, 89 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | $Id: CHANGELOG,v 1.20 2002/12/18 01:39:28 helios Exp $ | 1 | $Id: CHANGELOG,v 1.21 2003/03/27 01:58:42 helios Exp $ |
| 2 | 2 | ||
| 3 | TODO: | 3 | TODO: |
| 4 | * Rethink documentation flow and rewrite? | 4 | * Rethink documentation flow and rewrite? |
| @@ -13,6 +13,8 @@ TODO: | |||
| 13 | * new format char: IP as bigint? | 13 | * new format char: IP as bigint? |
| 14 | * socket-based middleman daemon with configurable conns, or connect/disconnect. | 14 | * socket-based middleman daemon with configurable conns, or connect/disconnect. |
| 15 | * ignore by cookie | 15 | * ignore by cookie |
| 16 | * tool to import logs into SQL | ||
| 17 | * Directive to yes/no create ancillary tables (or just access table) | ||
| 16 | 18 | ||
| 17 | CHANGES: | 19 | CHANGES: |
| 18 | 20 | ||
diff --git a/Documentation/documentation.lyx b/Documentation/documentation.lyx index a678315..dfbf353 100644 --- a/Documentation/documentation.lyx +++ b/Documentation/documentation.lyx | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | #LyX 1.2 created this file. For more info see http://www.lyx.org/ | 1 | #LyX 1.3 created this file. For more info see http://www.lyx.org/ |
| 2004-02-12 | |||
| * | Split Changelog and TODO to separate files. | 2004-02-12 | |
| * | Fixed preserve_file configuration parameter. | 2004-02-12 | |
| * | Cleaned up changelog | 2004-02-12 | |
| * | update changelog1.95 | 2004-02-05 | |
| * | synchronized extract_* functions with latest apache 1.3 and 2.0. | 2004-02-05 | |
| * | added mod_log_sql_ssl.c into dist1.94 | 2004-02-04 | |
| * | fixed segfaul bug with pointer arithmetic in add_server_string_slot | 2004-02-04 | |
| * | added DocBook version of the manual | 2004-01-24 | |
| * | SSL support working under 1.3 and 2.0 as a separate module | 2004-01-22 | |
| * | fixed log_error function1.93 | 2004-01-21 | |
| * | make sure I initialize the hash | 2004-01-20 | |
| * | Added item registration function and added functions to new system header mod... | 2004-01-20 | |
| * | moved extract_* functions to functions.h (version specific in functions(13|20... | 2004-01-20 | |
| * | split out version specific code | 2004-01-20 | |
| * | fixed SSL cflag inclusion1.92 | 2004-01-06 | |
| * | update m4 files | 2004-01-06 | |
| * | update apache.m4 to use -with-apxs instead of --with-apache | 2004-01-04 | |
| * | uses Date::Parse instead of ParseDate | 2003-12-30 | |
| * | added mysql import script by Aaron Jenson. | 2003-12-30 | |
| * | removed -n parameter to apxs as it isn\'t needed for this module | 2003-12-30 | |
| * | mysql_error returns const char * in mysql 4.x, updated variable defs in safe_... | 2003-12-30 | |
| * | update autoconf scripts to check MySQL..1.91 | 2003-12-23 | |
| * | compiles and loads under apache2.0 | 2003-12-22 | |
| * | *** empty log message *** | 2003-12-22 | |
| * | CVS headers added | 2003-12-21 | |
| * | .cvsignore added | 2003-12-20 | |
| * | install.sh (autoconf) | 2003-12-20 | |
| * | added aclocal.m4 (rest of autoconf stuff) | 2003-12-20 | |
| * | added autoconfig files | 2003-12-20 | |
| * | Initial revision | 2003-12-20 | |
