summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-01-09fix: ignore doc test, for nowLars Wirzenius1-1/+3
2021-12-30fix: handle dangling symlinks on command lineLars Wirzenius1-0/+7
2021-12-30feat: traverse directoriesLars Wirzenius1-4/+16
2021-11-11fix: wait on async operation where requiredLars Wirzenius1-2/+2
2021-07-09feat: use tokio I/O to get metadata for filesLars Wirzenius1-3/+3
2021-04-28refactor: use async for concurrencyLars Wirzenius2-16/+64
2021-04-23drop use of rayonLars Wirzenius1-2/+1
2021-02-18fix: drop unwanted empty lines from outputLars Wirzenius1-1/+1
2020-12-25refactor: use rayon to get some parallelismLars Wirzenius2-8/+10
2020-12-12feat: support symbolic linksLars Wirzenius1-1/+8
2020-12-12feat! drop atime from the outputLars Wirzenius1-6/+0
2020-11-28feat: add SHA256 checksum of contents of regular filesLars Wirzenius1-0/+29
2020-11-28feat! ManifestEntry::new now looks up metadata itselfLars Wirzenius2-7/+6
2020-11-28doc: add doc commentsLars Wirzenius2-4/+44
2020-11-28refactor: split into library and programLars Wirzenius3-69/+70
2020-11-28feat: implement Summain in RustLars Wirzenius2-2/+69
2020-11-27initial commitLars Wirzenius1-0/+3