Sun, 29 Jun 2014 15:39:21 +0200 Get rid of the now useless sizeClass structure
Mikael Berthe <mikael@lilotux.net> [Sun, 29 Jun 2014 15:39:21 +0200] rev 14
Get rid of the now useless sizeClass structure
Sun, 29 Jun 2014 15:23:10 +0200 Code cleanup
Mikael Berthe <mikael@lilotux.net> [Sun, 29 Jun 2014 15:23:10 +0200] rev 13
Code cleanup
Sun, 29 Jun 2014 15:14:16 +0200 Fix hard link detection
Mikael Berthe <mikael@lilotux.net> [Sun, 29 Jun 2014 15:14:16 +0200] rev 12
Fix hard link detection The previous algorithm was assuming all files of a size group, or none of them, would be hard links. For size groups with both hard links and regular files, the detection could fail.
Sun, 29 Jun 2014 15:07:04 +0200 Sort files by path when sorting by inode number is not supported
Mikael Berthe <mikael@lilotux.net> [Sun, 29 Jun 2014 15:07:04 +0200] rev 11
Sort files by path when sorting by inode number is not supported
Sun, 29 Jun 2014 14:52:21 +0200 Reduce code duplication related to computeSheduledChecksums()
Mikael Berthe <mikael@lilotux.net> [Sun, 29 Jun 2014 14:52:21 +0200] rev 10
Reduce code duplication related to computeSheduledChecksums()
Sun, 29 Jun 2014 01:53:56 +0200 Small optimization
Mikael Berthe <mikael@lilotux.net> [Sun, 29 Jun 2014 01:53:56 +0200] rev 9
Small optimization
Sun, 29 Jun 2014 01:41:33 +0200 Schedule checksum computations so that we reduce hard drive seeks
Mikael Berthe <mikael@lilotux.net> [Sun, 29 Jun 2014 01:41:33 +0200] rev 8
Schedule checksum computations so that we reduce hard drive seeks The previous approach was not working.
Sat, 28 Jun 2014 22:23:28 +0200 Refactor checksum functions to reduce code duplication
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Jun 2014 22:23:28 +0200] rev 7
Refactor checksum functions to reduce code duplication
Sat, 28 Jun 2014 21:57:58 +0200 Cosmetics - move function
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Jun 2014 21:57:58 +0200] rev 6
Cosmetics - move function
Sat, 28 Jun 2014 20:40:00 +0200 Refactor the checksum part
Mikael Berthe <mikael@lilotux.net> [Sat, 28 Jun 2014 20:40:00 +0200] rev 5
Refactor the checksum part Instead of doing #1 partial checksums #2 full checksums when needed we do the full checksums as soon as partial checksums match. This should reduce disk seeks.
(0) -10 +10 tip