summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
Diffstat (limited to 'TODOS')
-rwxr-xr-xTODOS8
1 files changed, 4 insertions, 4 deletions
diff --git a/TODOS b/TODOS
index 81e755c..949dc8a 100755
--- a/TODOS
+++ b/TODOS
@@ -1,6 +1,3 @@
-- singleton with registered pointers, so they can be shared between
- loadable modules on Windows, example is the logger singleton currently:
-- rewrite logger as proper singleton
- use traits in rewindinputstream, alternative wrappers for char/string
traits depending on underlying io stream
- spooling in RIS:
@@ -11,4 +8,7 @@
ownership but act more as a handle). Avoid funny trouble with
objects originating for modules (especially DLLs on Windows)
- ctor parameter types must be part of register function signature
-
+- type detection
+ - content based type detection on Windows
+ - port of libmagic?
+ - something from Microsoft (around the index service)?