summaryrefslogtreecommitdiff
path: root/sysutils/ddiff
AgeCommit message (Collapse)AuthorFilesLines
2021-10-26sysutils: Replace RMD160 checksums with BLAKE2s checksumsnia1-92/+92
All checksums have been double-checked against existing RMD160 and SHA512 hashes
2021-10-07sysutils: Remove SHA1 hashes for distfilesnia1-92/+1
2021-04-24sysutils/ddiff: reset maintainerpin1-2/+2
2021-02-12sysutils/ddiff: import packagepin5-0/+491
Small utility that checks if two folders are the same. Simple CLI binary written in Rust that computes the hash of every file inside two different folders and look for files inside the first folder but not inside the second folder, and viceversa, or files with matching path but different content (hash). Check if two folders are the same or not e.g. while copying very important files over the network.