log

age author description
Sat, 11 Jan 2025 22:26:00 +0100 Franz Glasner Also write a (standard) CRC-32 checksum for each block of output
Sat, 11 Jan 2025 21:18:53 +0100 Franz Glasner Cleanup: remove non used walk-code
Sat, 11 Jan 2025 17:41:28 +0100 Franz Glasner Add an alternate implementation for generating directory tree digests:
Sat, 11 Jan 2025 13:20:14 +0100 Franz Glasner Implement preconditions for some debug logging
Sat, 11 Jan 2025 12:20:11 +0100 Franz Glasner Implement cutils.util.walk.Scandir as a wrapper for os.scandir()
Fri, 10 Jan 2025 15:34:50 +0100 Franz Glasner Use "return 0" instead of "sys.exit(0)" when printing version and help#
Fri, 10 Jan 2025 12:46:44 +0100 Franz Glasner treesum.py now runs on Python3.4 also: use a workaround for its missing byte % formatting.