Releases: nil0x42/duplicut
Releases · nil0x42/duplicut
v2.4
What's Changed
- Add nice progress bar
- Improve ETA (remaining time) display
smooth_eta()
- Add
-D
/--dupfile
option to save found duplicate to another file - Increase speed by avoid many unnnecessary t_line packs/unpacks (f29169b)
Full Changelog: v2.3...v2.4
v2.3
What's Changed
- Increase
--line-max-size
limit to 4095 - Increase
--line-max-size
default value to 1024 by @uxbug in #57 - Update C-Thread-Pool to version 4eb5a69
- Update xxHash to version v0.7.4-876-g953a09a
- Add support for ARM64
- Drop support for 32bits architectures in 53b8503
- Fix a few typos by @timgates42 in #38
New Contributors
- @timgates42 made their first contribution in #38
- @uxbug made their first contribution in #57
Full Changelog: v2.2...v2.3
v2.2
v2.1
Core
- change default hash function to xxHash's XXH3 for insane performance gain
--line-max-size
now defaults to 64 instead of 14, to avoid bad UX (closes #10)- improve debug display, with human representation of sizes via
sizerepr()
- add #pragma to ignore specific unwanted gcc warnings (b6ecc8b)
- remove deprecated content on code base (c96fdce, d79712d)
Integration
- add support for Mac OS X from Xcode 8.3 to 12u (closes #9)
- test every wordlist with multiple
--line-max-size
values - test every wordlist with & without
--printable
option - add new test wordlist:
words_len1-300_withdups_shuffle.txt
- upgrade travis-ci built matrix with Linux & OS X builds for x86 & x64
- add debug output for
memstate
variables (3d1d4a0)
v2.0
- add support for multithreading (e3ac559)
- greatly improve status display on runtime (33a4f98)
make
now builds with optimizations (like oldmake release
)- add support for multiple debug levels (
make debug level=N
, closes #3) - fix bug in hmap load factor calculation (7a4b304, closes #15)
- fix potention division by zero (00def6f)
- add error handling for 'no space left on hashmap' (e1dfedf)
- update C-Thread-Pool to version 25fa679-2020-07 (a316b04)
- update LICENSE (7f08d0f)
- ignore
-Wimplicit-fallthrough
on build (closes #16)
v2.0-beta
- add support for multithreading (e3ac559)
- greatly improve status display on runtime (33a4f98)
make
now builds with optimizations (like oldmake release
)- add support for multiple debug levels (
make debug level=N
, closes #3) - fix bug in hmap load factor calculation (7a4b304, closes #15)
- fix potention division by zero (00def6f)
- add error handling for 'no space left on hashmap' (e1dfedf)
- update C-Thread-Pool to version 430251c-2017-04 (2ce9349)
- update LICENSE (7f08d0f)