summaryrefslogtreecommitdiff
path: root/dupfiles
AgeCommit message (Expand)AuthorFilesLines
2010-10-09Get rid of unused classes.Lars Wirzenius1-12/+0
2010-10-04Replace progressbar usage with line-based output to stderr.Lars Wirzenius1-16/+12
2010-04-30Use progressbar library instead custom code.Lars Wirzenius1-67/+80
2010-04-29Only investigate regular files, ignoring e.g. symlinks.Lars Wirzenius1-6/+9
2010-04-29Add progress reporting when finding duplicates.Lars Wirzenius1-8/+21
2010-04-25Remove old FIXME, add new one.Lars Wirzenius1-6/+7
2010-04-25Compare files chunk-by-chunk instead of checksums for whole files.Lars Wirzenius1-22/+53
2010-04-25Only report hardlinks as duplicates if there's another identical file as well.Lars Wirzenius1-0/+3
2010-04-25Do not follow symlinks when statting.Lars Wirzenius1-6/+2
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 given...Lars Wirzenius1-8/+11
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
2010-04-18Provide some progress reporting for the collection phase.Lars Wirzenius1-4/+33
2010-04-18Add option to replace names with hardlinks to duplicate content.Lars Wirzenius1-3/+24
2010-04-18Initial import.Lars Wirzenius1-0/+69