From 2cc0d3f47029b33ced80d561fdc28793fcf0709c Mon Sep 17 00:00:00 2001 From: H Hautakoski Date: Wed, 8 Sep 2010 20:11:52 +0200 Subject: [PATCH] updated todo --- TODO | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/TODO b/TODO index ae910a4..f5950ae 100644 --- a/TODO +++ b/TODO @@ -3,17 +3,11 @@ TODO LIST ################## -* ref list always first ;) -* get rid of static context switch (indexer/notify). - this should be implementation specific under notify API (and we may try without threads first) -* ini-like config support -* fix mysql module - -################## - Reference list -################## - -References are tagged in source files by the string 'REF:' - -1: refactor to string api -2: group path handling into one interface (also consider move:ing related stuff from REF:1) + * Use queue in inotify_read(), tree and remove indexer + * path: + * normalize + * strbuf: + * "\0" default string. + * strbuf_squeeze: squeeze repeated characters into one. + * ini-like config support + * fix mysql module