10
I Use This!
Activity Not Available

Commits : Listings

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