summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-13'c' to show child item countsChris West (Faux)2-8/+29
2013-01-13gitignoreChris West (Faux)1-0/+2
2012-11-22Clip directory sizes to make sure they are positiveYorhel2-5/+8
2012-11-22Clip directory sizes to fit in a signed 64bit integerYorhel5-4/+15
2012-11-22util.c: Fix possible buffer overflow in fillsize() and formatsize()Yorhel1-3/+5
2012-11-22configure.in -> configure.acYorhel1-0/+0
2012-09-27Version bump + Changelog update for 1.9v1.9Yorhel3-2/+14
2012-09-27Don't make ncdu.1 depend on MakefileYorhel1-1/+1
2012-09-08Add some examples to the man pageYorhel1-3/+43
2012-09-08Update man page with new optionsYorhel1-21/+80
2012-09-08Abstracted option parsing from option handlingYorhel3-55/+254
2012-09-07dir_export.c: Add timestamp to meta-dataYorhel1-2/+6
2012-09-06cli: Use -0,-1,-2 instead of "-u n"Yorhel2-15/+11
2012-09-06Removed the TODO fileYorhel1-31/+0
2012-09-06Disallow refresh/delete after import + provide visual feedbackYorhel1-2/+27
2012-09-06dir_import.c: Only call input_handle() once every 32 read itemsYorhel1-1/+5
2012-09-06browser.c: Display [imported] indication in titleYorhel1-1/+3
2012-09-06dir_import.c: Don't throw an error when user aborted importYorhel1-2/+2
2012-09-06Display "Loading..." instead of "Scanning..." when importing a fileYorhel5-5/+12
2012-09-06Check that stdin is a tty when initializing ncursesYorhel1-1/+9
2012-09-05dir_import.c: Various fixesYorhel1-5/+13
2012-09-05dir_import.c: Put a limit on the recursion depthYorhel1-2/+17
2012-09-05Added -f option to import an exported directory structureYorhel5-15/+603
2012-08-29path.c: Don't throw away remaining components after a symlinkYorhel1-8/+23
2012-08-29Don't include "notreg" field for excluded/error'd files in exportYorhel1-3/+9
2012-08-29Omit "dev" field in export when same as parent dir + "excluded" fixYorhel2-9/+43
2012-08-29Added simple error checking & handling when exportingYorhel4-20/+51
2012-08-29Support exporting to stdout while still allowing -u 2 to workYorhel2-6/+33
2012-08-29dir_common.c: Don't display total size when it's not knownYorhel1-2/+6
2012-08-28Added -o option to export dir structure to a JSON-encoded fileYorhel4-5/+176
2012-08-28configure: Removed a few useless checksYorhel1-8/+10
2012-08-28Get rid of padding in dir struct + use offsetof() to calc needed sizeYorhel1-3/+4
2012-08-27Fixing some whitespace issuesYorhel6-25/+25
2012-08-27Use uint64_t instead of dev_t as well + added comment explaining thisYorhel2-13/+15
2012-08-27Use uint64_t instead of ino_tYorhel3-2/+3
2012-08-27Use int instead of long for struct dir->itemsYorhel5-5/+5
2012-08-27Use int64_t instead of off_tYorhel7-13/+20
2012-08-27Added -u option to change the scan UIYorhel5-27/+94
2012-08-26Fixed some compiler warnings and a (rather nonexistent) memory leakYorhel4-5/+7
2012-08-26Re-added scanning UI and improved error handlingYorhel5-30/+154
2012-08-26Split calc.c into separate components (dir_(mem|scan|common).c)Yorhel12-593/+734
2012-08-21399ccdeb caused a crash on non-existent directories on the command lineChris West (Faux)1-2/+2
2012-08-18calc.c: Fix path display when scanning an empty directoryYorhel1-5/+5
2012-08-18Make width of scan error screen dynamic as wellYorhel1-4/+5
2012-08-18main.c: Revert nodelay() status after calling ncresize()Yorhel1-0/+2
2012-08-18Make width of the scanning screen dynamic based on terminal widthYorhel1-4/+5
2012-08-16Some .gitignore fixesYorhel1-2/+3
2012-05-21Use top-level automake build + removed AUTHORS, INSTALL and NEWSYorhel9-32/+42
2012-01-18doc: Minor fix: "ncdu 1.7" -> "ncdu 1.7 and later"Yorhel1-6/+6
2012-01-18Copyright year bumpYorhel20-20/+20