summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-05-09Fix a few compiler warningsYorhel2-3/+3
2013-04-25Move khash & yopt to deps/Yorhel4-741/+3
2013-04-12dir_scan.c: Reset directory sizes when excluded by a CACHEDIR.TAGYorhel1-1/+3
2013-04-12Use /**/ comments + minor style changeYorhel2-7/+5
2013-04-12has_cachedir_tag: Keep statuc allocated buffer for paths.Petr Pudlak1-5/+16
2013-04-12Let has_cachedir_tag use `malloc` instead of a buffer on the stack.Petr Pudlak1-4/+11
2013-04-12CACHEDIR.TAG - improve code style and the name of the parameter.Petr Pudlak3-17/+17
2013-04-10Add CACHEDIR.TAG support.Petr Pudlak4-0/+35
2013-01-13use the locale's thousand seperator, if availableChris West (Faux)3-1/+17
2013-01-13'C' sorts by itemsChris West (Faux)4-7/+22
2013-01-13'c' to show child item countsChris West (Faux)2-8/+29
2012-11-22Clip directory sizes to make sure they are positiveYorhel2-5/+8
2012-11-22Clip directory sizes to fit in a signed 64bit integerYorhel4-4/+11
2012-11-22util.c: Fix possible buffer overflow in fillsize() and formatsize()Yorhel1-3/+5
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