Releases: nil0x42/duplicut
Releases · nil0x42/duplicut
v2.2 release
v2.1 release
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 release
- 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 release
- 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)
v1.0 release
First release on GitHub