summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-09-08Abstracted option parsing from option handlingYorhel2-54/+252
2012-09-07dir_export.c: Add timestamp to meta-dataYorhel1-2/+6
2012-09-06cli: Use -0,-1,-2 instead of "-u n"Yorhel1-9/+5
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 structureYorhel4-15/+602
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 fileYorhel3-5/+175
2012-08-28Get rid of padding in dir struct + use offsetof() to calc needed sizeYorhel1-3/+4
2012-08-27Fixing some whitespace issuesYorhel5-24/+24
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_tYorhel2-2/+2
2012-08-27Use int instead of long for struct dir->itemsYorhel5-5/+5
2012-08-27Use int64_t instead of off_tYorhel6-12/+19
2012-08-27Added -u option to change the scan UIYorhel4-27/+83
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)Yorhel11-591/+730
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-05-21Use top-level automake build + removed AUTHORS, INSTALL and NEWSYorhel1-5/+0
2012-01-18Copyright year bumpYorhel18-18/+18
2011-10-31Code cleanup: Use `static' where applicable.Yorhel7-88/+77
2011-10-31Use hash table when detecting hard linksYorhel3-38/+567
2011-10-31Belated copyright year bumpYorhel18-18/+18
2011-10-31browser.c: Added [read-only] indication to title barYorhel1-0/+2
2011-09-09util.c: Use KiB instead of kiB (bug #3399279)Yorhel1-1/+1
2011-09-09read-only flagRodolfo Borges3-1/+6
2010-08-13Display size graph by defaultYorhel1-1/+1
2010-07-19Fixed segfault when launched on a nonexistant directoryYorhel1-1/+2
2010-07-18browser.c: Got rid of the 'line' format stringYorhel1-15/+7
2010-04-28Only create the line format once when drawing the browser windowYorhel1-21/+16
2010-04-28Got rid of segfault when the root dir only contains hidden filesYorhel1-6/+9
2010-04-28Reset descending/ascending order when changing sort columnYorhel1-2/+2
2010-04-28Store the name of the item in the dir struct itselfYorhel4-11/+15
2010-04-28More intuitive multi-page browsingYorhel5-7/+83