ChangeLog: I forgot to add the entries for the past few commits
[castfs.git] / TODO
blob5b7d1836734fbace1fa14a3fcb63eaa194ee7250
1 1. Add comments to code.        (in-work)
2 2. Add documentation.           (in-work; help welcome)
3 3. Fix smgl bugs.               (help welcome)
4         a. Fixed `castfs ~/mnt -o ~/mnt/stage` bug.     -D.E.
5 4. Recruit somebody capable of writing test code.
6 5. configure.in: ryuji had problems with FUSE_PREFIX being bad for static
7         version.  I personally feel the static option should be removed, but
8         would like input on this.       -D.E.Edmons
10 Design changes:
11         1. Command line options and environment variables should have
12                 reasonable defaults.    (Mostly done.)
14                 proposed syntax:
15                         castfs <mount point> <stage directory> [-o <options>]
16                         # needs discussed
17         2. Add --version option (done.)
19 David's old stuff:
21  * test test test
22  * benchmarking code
23  * fix recusive stuff (check the mount directory and return error on accessing)
24   might be better to implement a denied dirs list similar to ignored dirs accept  any access to these directories would result in error
25  * it'd be nice to handle what gets removed while the process is going this 
26   currently is held in memory and it'd be nice to have a list of files that got
27   removed during the castfs process
28  * debug log should have more stuff in it, it'd be nice to have some of the 
29   output that strace has I'll have to investigate it.