From bf387bc750caf37fe2cbe45a901161861fc50b01 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Sat, 3 Apr 2004 18:27:23 +0000 Subject: Added gen_todo.pl to extract TODO items from source code. --- TODO | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO deleted file mode 100644 index 75dacbe..0000000 --- a/TODO +++ /dev/null @@ -1,22 +0,0 @@ -$Id: TODO,v 1.1 2004/02/12 03:21:35 urkle Exp $ - -TODO: -* Port connection portion to other DBMS? Genericize the module? Start with - PostgreSQL. (provider mechanism, and libDBI) -* does determining table name in massvirtual mode upon every request - cause performance degradation? If so fix. -* LogSQLRotateLogs directive with daily/monthly/weekly/etc. -* new format char: IP as bigint? ( not w/ ipV6 ) -* socket-based middleman daemon with configurable conns, or connect/disconnect. - DBI connection pool when I switch to DBI. -* ignore by cookie -* tools to import logs into SQL (waiting on permission from author) -* Directive to yes/no create ancillary tables (or just access table) -* break module into separate code files - separate DB implimentation into sub-modules via provider mechanism -* convert documentation to docbook -* add document building to Makefile.in -* investigate thread safety issues (libmysqlclient_r) - Add thread locks if using standard mysqlclient -* rewrite main core logging function to optimize for speed. -* Clean up table creation code. -- cgit