diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -5,16 +5,21 @@ | |||
5 | + have sortability | 5 | + have sortability |
6 | + have multiselection | 6 | + have multiselection |
7 | + print filenames as well | 7 | + print filenames as well |
8 | |||
9 | - re-enable advanced/namespace menus [pre3] | 8 | - re-enable advanced/namespace menus [pre3] |
10 | + namespace creation | 9 | + namespace creation |
11 | + namespace update | 10 | + namespace update |
12 | + namespace search | 11 | + namespace search |
13 | + collection creation | 12 | + collection creation |
14 | + collection abortion | 13 | + collection abortion |
15 | 14 | - Assertion failed at download.c:300 in fs_download_started [RC] | |
16 | ODD BUGS TO WATCH OUT FOR (seen, possibly fixed, hard to reproduce): | 15 | Possible path for reproduction: |
17 | - Assertion failed at download.c:264 in fs_download_started. | 16 | * Start download of directory (directory download completes), |
17 | * download files in the directory | ||
18 | * stop download of directory (=> kills pending downloads of files) | ||
19 | * re-start download of files | ||
20 | => assertion failure (once for each re-started download) | ||
21 | - should show upload/download status as tree, not flat list [RC] | ||
22 | (makes recursive nature of aborting upload/download clearer!) | ||
18 | 23 | ||
19 | 0.7.2: | 24 | 0.7.2: |
20 | - various minor memory leaks (see #if 0 code in namespace.c) | 25 | - various minor memory leaks (see #if 0 code in namespace.c) |