summaryrefslogtreecommitdiff
path: root/src/fsiter.rs
AgeCommit message (Expand)AuthorFilesLines
2022-03-06perf: reduce logging for, for performanceLars Wirzenius1-3/+0
2022-03-06perf: cache user and group name lookupsLars Wirzenius1-8/+15
2021-12-31docs: add documentation comments to crateLars Wirzenius1-0/+8
2021-07-28FsIter: annotate entries belonging to CACHEDIR.TAGsAlexander Batischev1-7/+18
2021-07-21Replace FsIterResult with plain ResultAlexander Batischev1-6/+4
2021-04-29feat: improve error messagesLars Wirzenius1-6/+6
2021-04-21feat: add support for CACHEDIR.TAGAlexander Batischev1-11/+87
2021-03-12feat: handle files in directories that can be read but not executedLars Wirzenius1-6/+6
2021-03-12fix: backup and restore of symlinkLars Wirzenius1-1/+1
2021-02-19feat: back up and restore Unix domain socketsLars Wirzenius1-10/+22
2021-02-04refactor: have per-module error enumsLars Wirzenius1-3/+14
2020-12-12feat: back up and restore symlinksLars Wirzenius1-2/+6
2020-12-11refactor: how FsEntry structs are createdLars Wirzenius1-6/+2
2020-11-08feat: add FsIterator to iterate over a directory treeLars Wirzenius1-0/+37