summaryrefslogtreecommitdiff
path: root/TODOS
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-23 11:35:32 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-23 11:35:32 +0200
commit271c652cddfab36ac1eba63e68b7e87de09b9da4 (patch)
treee35bd19981d5537b02b39d9b3574b2c8951d119e /TODOS
parentf4b113727159010ad332f22671e08534c686e322 (diff)
downloadcrawler-271c652cddfab36ac1eba63e68b7e87de09b9da4.tar.gz
crawler-271c652cddfab36ac1eba63e68b7e87de09b9da4.tar.bz2
added some helper to open log sinks
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)?