Added simple error checking & handling when exporting |
|
More...
|
over 12 years ago
|
Support exporting to stdout while still allowing -u 2 to work |
|
More...
|
over 12 years ago
|
dir_common.c: Don't display total size when it's not known |
|
More...
|
over 12 years ago
|
Added -o option to export dir structure to a JSON-encoded file |
|
More...
|
over 12 years ago
|
configure: Removed a few useless checks |
|
More...
|
over 12 years ago
|
Get rid of padding in dir struct + use offsetof() to calc needed size |
|
More...
|
over 12 years ago
|
Fixing some whitespace issues |
|
More...
|
over 12 years ago
|
Use uint64_t instead of dev_t as well + added comment explaining this |
|
More...
|
over 12 years ago
|
Use uint64_t instead of ino_t |
|
More...
|
over 12 years ago
|
Use int instead of long for struct dir->items |
|
More...
|
over 12 years ago
|
Use int64_t instead of off_t |
|
More...
|
over 12 years ago
|
Added -u option to change the scan UI |
|
More...
|
over 12 years ago
|
Fixed some compiler warnings and a (rather nonexistent) memory leak |
|
More...
|
over 12 years ago
|
Re-added scanning UI and improved error handling |
|
More...
|
over 12 years ago
|
Split calc.c into separate components (dir_(mem|scan|common).c) |
|
More...
|
over 12 years ago
|
399ccdeb caused a crash on non-existent directories on the command line |
|
More...
|
over 12 years ago
|
calc.c: Fix path display when scanning an empty directory |
|
More...
|
over 12 years ago
|
Make width of scan error screen dynamic as well |
|
More...
|
over 12 years ago
|
main.c: Revert nodelay() status after calling ncresize() |
|
More...
|
over 12 years ago
|
Make width of the scanning screen dynamic based on terminal width |
|
More...
|
over 12 years ago
|
Some .gitignore fixes |
|
More...
|
over 12 years ago
|
Use top-level automake build + removed AUTHORS, INSTALL and NEWS |
|
More...
|
over 12 years ago
|
doc: Minor fix: "ncdu 1.7" -> "ncdu 1.7 and later" |
|
More...
|
almost 13 years ago
|
Copyright year bump |
|
More...
|
almost 13 years ago
|
doc: Use POD as source format and pod2man to generate ncdu.1 |
|
More...
|
almost 13 years ago
|
Version bump + ChangeLog update for 1.8 |
|
More...
|
about 13 years ago
|
Code cleanup: Use `static' where applicable. |
|
More...
|
about 13 years ago
|
Belated copyright year bump |
|
More...
|
about 13 years ago
|
Use hash table when detecting hard links |
|
More...
|
about 13 years ago
|
browser.c: Added [read-only] indication to title bar |
|
More...
|
about 13 years ago
|