summaryrefslogtreecommitdiff
path: root/src/main.rs
AgeCommit message (Expand)AuthorFilesLines
2018-10-07Change: use more YAML-like output (fewer quoted strings)Lars Wirzenius1-3/+2
2018-10-02Change: sort output by filenameLars Wirzenius1-0/+1
2018-10-02Change: use nproc threads, fix chunkingLars Wirzenius1-1/+3
2018-10-02Change: process in chunks of 4Lars Wirzenius1-12/+34
2018-10-02Change: use the rayon crate for concurrencyLars Wirzenius1-3/+12
2018-10-02Change: use an iterator to get BTreeMapsLars Wirzenius1-15/+18
2018-10-02Refactor: order externs and usesLars Wirzenius1-6/+5
2018-10-02Change: use BTReeMap to retain order of fields in outputLars Wirzenius1-8/+8
2018-10-02Change: output as YAMLLars Wirzenius1-10/+10
2018-10-02Change: move formatting to its own moduleLars Wirzenius1-129/+26
2018-10-02Drop: obsolete commentLars Wirzenius1-2/+0
2018-10-02Change: really use walkdir crateLars Wirzenius1-31/+45
2018-10-01Add: compute SHA256Lars Wirzenius1-1/+37
2018-10-01Add: time zone to formatted mtimesLars Wirzenius1-1/+1
2018-10-01Change: pretty print timestamps to be human-readableLars Wirzenius1-1/+6
2018-10-01Change: use users crate, instead of passwd, for group namesLars Wirzenius1-2/+12
2018-10-01Change: add rfc822-style output (not all fields yet)Lars Wirzenius1-2/+61
2018-10-01Change: restructure a bitLars Wirzenius1-114/+11
2018-10-01Add: initial commitLars Wirzenius1-0/+133