mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-12 17:08:39 -09:00
TODO + ChangeLog update
This commit is contained in:
parent
791612dc4d
commit
4d188cb9a2
2 changed files with 3 additions and 2 deletions
|
|
@ -1,8 +1,9 @@
|
|||
git - ?
|
||||
- List the detected hard links in file info window
|
||||
- Count the size a hard linked file once for each directory it appears in
|
||||
- Count the size of a hard linked file once for each directory it appears in
|
||||
- Fixed crash on browsing dirs with a small window size (#2991787)
|
||||
- Fixed buffer overflow when some directories can't be scanned (#2981704)
|
||||
- Fixed segfault when root dir only contains hidden files
|
||||
- Improved browsing performance
|
||||
- More intuitive multi-page browsing
|
||||
- Various minor fixes
|
||||
|
|
|
|||
2
TODO
2
TODO
|
|
@ -18,7 +18,7 @@ Small list of planned features/changes, suggestions are always welcome.
|
|||
having a special key for each column
|
||||
|
||||
- Better handling of hard links?
|
||||
* Link the files together in the browser interface
|
||||
* Use hash table or BST to speed up hard link detection
|
||||
* Have a separate size variable for "shared" data
|
||||
(displayed in the browser as e.g. "291+3MiB")
|
||||
This should be both more intuitive and more correct than simply
|
||||
|
|
|
|||
Loading…
Reference in a new issue