log

age author description
Fri, 04 Dec 2020 16:10:41 +0100 Franz Glasner Move the digest generation loop from "main()" into an own function "generate_digests()".
Fri, 04 Dec 2020 15:50:28 +0100 Franz Glasner Some more output selection options and documentation
Fri, 04 Dec 2020 15:18:40 +0100 Franz Glasner Change the default algorithm to SHA1 to be compatible with Perl's shasum
Fri, 04 Dec 2020 15:16:20 +0100 Franz Glasner Allow algorithm selection for all algorithms in :mod:`hashlib`.
Fri, 04 Dec 2020 13:15:53 +0100 Franz Glasner Help message: drop "yet" for text-mode flag
Fri, 04 Dec 2020 13:14:47 +0100 Franz Glasner Handle standard and BSD-style output formats
Fri, 04 Dec 2020 12:37:29 +0100 Franz Glasner FIX: "-" filename handling now consistent with Perl shasum
Fri, 04 Dec 2020 12:05:55 +0100 Franz Glasner Add comman line switches for reading in binary and text mode
Fri, 04 Dec 2020 11:41:25 +0100 Franz Glasner Basic hashing with proper binary stdin/stdout support for Py2, Py3 and Windows
Thu, 03 Dec 2020 09:05:35 +0100 Franz Glasner Begin the shasum.py script
Thu, 03 Dec 2020 09:02:45 +0100 Franz Glasner Begin a repo for computing file digests