diff options
author | Christian Grothoff <christian@grothoff.org> | 2006-12-10 06:45:12 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2006-12-10 06:45:12 +0000 |
commit | dd92ae541bfbbfc51d7e9d2a32c4eba20835e8bf (patch) | |
tree | 3c45ddd4dd91d880d824f06f8d5d3b0c4ae89b47 | |
parent | de1db1a2dfb9ff646544b7aa103cf92f7eb2c3af (diff) | |
download | gnunet-gtk-dd92ae541bfbbfc51d7e9d2a32c4eba20835e8bf.tar.gz gnunet-gtk-dd92ae541bfbbfc51d7e9d2a32c4eba20835e8bf.zip |
reproduced
-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) |