summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2018-10-07Refactor: how sha256 of a file is computed (simpler code)HEADmasterLars Wirzenius1-23/+23
2018-10-07Fix: how mode is formattedLars Wirzenius1-2/+1
2018-10-07Refactor: rename to_value to str_value, for clarityLars Wirzenius1-10/+10
2018-10-07Refactor: how serde_yaml::Values are createdLars Wirzenius1-15/+25
2018-10-07Change: use more YAML-like output (fewer quoted strings)Lars Wirzenius2-30/+31
2018-10-02Change: sort output by filenameLars Wirzenius1-0/+1
2018-10-02Change: use nproc threads, fix chunkingLars Wirzenius3-1/+5
2018-10-02Change: process in chunks of 4Lars Wirzenius1-12/+34
2018-10-02Change: use the rayon crate for concurrencyLars Wirzenius3-3/+113
2018-10-02Change: use an iterator to get BTreeMapsLars Wirzenius1-15/+18
2018-10-02Add: missing format.rsLars Wirzenius1-0/+119
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 Wirzenius3-10/+53
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 Wirzenius3-31/+76
2018-10-02Change: use the walkdir crate instead of my own codeLars Wirzenius1-125/+0
2018-10-01Add: compute SHA256Lars Wirzenius3-1/+163
2018-10-01Add: time zone to formatted mtimesLars Wirzenius1-1/+1
2018-10-01Change: pretty print timestamps to be human-readableLars Wirzenius3-1/+73
2018-10-01Change: use users crate, instead of passwd, for group namesLars Wirzenius3-2/+32
2018-10-01Change: add rfc822-style output (not all fields yet)Lars Wirzenius1-2/+61
2018-10-01Change: restructure a bitLars Wirzenius2-119/+24
2018-10-01Change: split out fswaslking to its own moduleLars Wirzenius1-0/+117
2018-10-01Add: initial commitLars Wirzenius4-0/+145