Skip to content

Releases: dd86k/ddgst

DDH 1.0.0

22 Jan 23:28
Compare
Choose a tag to compare

Stable!

ddh 0.4.2

24 Dec 17:28
Compare
Choose a tag to compare
ddh 0.4.2 Pre-release
Pre-release

Fixes pipe reading stopped after the default size of the buffer.

And improves SHA-3 throughput by around four times.

ddh 0.4.1

18 Dec 18:21
Compare
Choose a tag to compare
ddh 0.4.1 Pre-release
Pre-release

Maintenance release

Changelog

  • Enhancement: On a directory, or file error, the entry is logged to stderr
  • Enhancement: File checker now skips comments with '#'
  • Fix: Mis-trimming filename when a sub directory was used
  • A few tiny internal tweaks

ddh 0.4.0

05 Dec 19:52
Compare
Choose a tag to compare
ddh 0.4.0 Pre-release
Pre-release

Changelog

  • Add support for SHA-3 and SHAKE
  • Back-end and front-end improvements and optimizations
  • Fix globbing filenames on non-Windows platforms being cut by 2 characters

ddh 0.3.0

25 Nov 18:28
Compare
Choose a tag to compare
ddh 0.3.0 Pre-release
Pre-release

Changelog

  • Added a manual page: ddh.1
  • Added support for sha224 and sha384
  • Add a variety of options:
    • -c, --check: Check hashes against file
    • -t, --text, -b, --binary: Set read mode for file input mode
    • -a, --arg: Hash the following argument text
    • --shallow, -s, --depth, --breath: Set deepness level for globbing
    • --follow, --nofollow: Set symbolic strategy for globbing
  • Added list page to leave the help page less cluttered
  • GC now avoids a cleanup on exit, this may help when invoking the utility many times
    • It is still disabled on startup and only re-enabled when invoking --mmfile
  • The directory checking line was improved
  • A new error shows if globbing got no patterns

ddh 0.2.0

19 Nov 17:34
Compare
Choose a tag to compare
ddh 0.2.0 Pre-release
Pre-release
  • Short and long options are processed differently, short options can be mangled
  • Add support for globbing with dirEntries
  • Add support for --

Full changelog

ddh 0.1.0

01 Nov 20:30
Compare
Choose a tag to compare
ddh 0.1.0 Pre-release
Pre-release

Post-init release with some fixes and additions.

This release should be good for general use.

Changelog

  • Add stdin support
  • Add support to compute multiple files
    • Globbing to be added later
  • Fix mmfile computation with tiny files
  • Fix file computation with LDC2

ddh 0.0.0

31 Oct 17:18
Compare
Choose a tag to compare
ddh 0.0.0 Pre-release
Pre-release

Initial release

All hashes and checksums have been verified, so it could easily be a 1.0, but even with something simple as this, faults can occur.