summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-17 13:49:25 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-17 13:49:25 +0200
commitf945cbe7e67033acd824553d45fef809642f318f (patch)
treeefbfffa996147899163dd8e7d94d66f6b2def7e9 /TODO
parentbe2d2f0c1369d84759f4ad269088f14109eb3aff (diff)
downloadpgfuse-f945cbe7e67033acd824553d45fef809642f318f.tar.gz
pgfuse-f945cbe7e67033acd824553d45fef809642f318f.tar.bz2
fixed buffer overflow in symlink reading
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index 30c582c..d10b66e 100644
--- a/TODO
+++ b/TODO
@@ -1,14 +1,14 @@
TODO list (in order of priority)
---------
-- more charsets for file, symlink and directory names
-- complete set of operations
- handling of most file system metadata
- ownership: how is this done depending on
per-user or root mounts? think about security
here!
- extended attributes
- pooling of PQconn
+- replace dir.path with a range search tree algo in DB
+- rename (after a redo of the dir table)
- thread-synchronization (we can ommit the -s flag)
- use of asynchonous read/writes
- what is a transaction? couple to fsync/fdatasync