summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2010-04-25Add test for two hardlinks.Lars Wirzenius1-0/+13
2010-04-25Add rudimentary blackbox testing script.Lars Wirzenius1-0/+97
2010-04-18Report read speed.Lars Wirzenius1-4/+12
2010-04-18Do not read the whole file into memory when doing a checksum.Lars Wirzenius1-1/+9
2010-04-18Fix progress message wording by removing needless 'bytes' word.Lars Wirzenius1-1/+1
2010-04-18Improve progress reporting.Lars Wirzenius1-22/+32
2010-04-18Do not compute checksums when only one file has a given size.Lars Wirzenius1-13/+20
2010-04-18Bugfix: store dev/ino for each pathname, not just for first file with a ↵Lars Wirzenius1-8/+11
given size.
2010-04-18Make progress reporter's .finish() method really flush the output.Lars Wirzenius1-0/+1
2010-04-18Add some progress reporting.Lars Wirzenius1-1/+16
Add FIXME comment with idea for optimization. I am not going to implement it right now, since right now I can afford to wait for the script (it runs in the background, while I do other things).
2010-04-18Provide some progress reporting for the collection phase.Lars Wirzenius2-4/+36
2010-04-18Add option to replace names with hardlinks to duplicate content.Lars Wirzenius2-3/+32
Add Makefile to run 'make check'.
2010-04-18Initial import.Lars Wirzenius5-0/+73