summaryrefslogtreecommitdiff
path: root/src/dir.h
AgeCommit message (Expand)AuthorFilesLines
2012-09-06Display "Loading..." instead of "Scanning..." when importing a fileYorhel1-0/+1
2012-09-05Added -f option to import an exported directory structureYorhel1-1/+6
2012-08-29Added simple error checking & handling when exportingYorhel1-1/+4
2012-08-28Added -o option to export dir structure to a JSON-encoded fileYorhel1-0/+3
2012-08-27Use int instead of long for struct dir->itemsYorhel1-1/+1
2012-08-27Use int64_t instead of off_tYorhel1-1/+1
2012-08-27Added -u option to change the scan UIYorhel1-0/+1
2012-08-26Re-added scanning UI and improved error handlingYorhel1-0/+12
2012-08-26Split calc.c into separate components (dir_(mem|scan|common).c)Yorhel1-0/+116