summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-20 09:12:44 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-20 09:12:44 +0200
commite2289e28a55f0f340103cf0cc99d08fc63f48887 (patch)
tree617e56816b2c8488aedcc7a4bffd7724b3eab6cf /TODOS
parentd9094a67ac5cfe0ca392746b62ac8fe9b18a8785 (diff)
downloadcrawler-e2289e28a55f0f340103cf0cc99d08fc63f48887.tar.gz
crawler-e2289e28a55f0f340103cf0cc99d08fc63f48887.tar.bz2
added a module test (Windows)
Diffstat (limited to 'TODOS')
-rwxr-xr-x[-rw-r--r--]TODOS7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODOS b/TODOS
index 47ad6ae..0645fd3 100644..100755
--- a/TODOS
+++ b/TODOS
@@ -1,7 +1,8 @@
- singleton with registered pointers, so they can be shared between
loadable modules on Windows, example is the logger singleton currently
-- common spooling code in RewindInputStream must be extracted and
- used in a cascade of streams (or streambufs?)
+- rewrite logger as proper singleton
- use traits in rewindinputstream, alternative wrappers for char/string
traits depending on underlying io stream
-
+- spooling in RIS:
+ - thread-safe tempnames
+ - Windows, respect environment variables like TEMP