1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-03-09 21:24:36 +00:00
Andrew Senetar 99ec4e0f27
fix: Minor cleanups and fixes
- Update NullJob to subclass Job
- Remove unnecessary size pre-read in _getMatches() as file sizes are
  already loaded during file scan via stat call
- Skip ref check if contents scan as the scan already prevents this from
  happening, some of the other scans do things differently and need to
  be reviewed before removing this post step completely
- Add guard on partial hashing to just hash the whole file if smaller
  than the offset and size and use the value for both the partial digest
  and digest
2023-06-08 01:14:52 -05:00
..
2022-05-11 00:50:34 -05:00
2023-06-08 01:14:52 -05:00
2022-05-09 23:36:39 -05:00
2019-09-09 19:54:28 -05:00
2022-05-09 23:36:39 -05:00
2022-05-09 23:36:39 -05:00
2022-05-09 01:15:25 -05:00
2022-05-09 23:36:39 -05:00
2022-05-09 23:36:39 -05:00
2022-04-27 20:53:12 -05:00
2019-12-31 20:16:27 -06:00
2022-04-27 20:53:12 -05:00
2019-09-09 19:54:28 -05:00
2022-05-09 23:36:39 -05:00
2022-05-09 01:40:08 -05:00
2022-05-09 01:40:08 -05:00

This module is common code used in all Hardcoded Software applications. It has no stable API so
it is not recommended to actually depend on it. But if you want to copy bits and pieces for your own
apps, be my guest.