log

age author description
Fri, 17 Jan 2025 15:24:08 +0100 Franz Glasner Implement a "close()" method for cutils.util.walk.ScanDir.
Thu, 16 Jan 2025 23:18:04 +0100 Franz Glasner Put the effective filesystem encoding into the treesum digest file using FSENCODING = <encoding>
Thu, 16 Jan 2025 20:40:24 +0100 Franz Glasner Return the CRC-32 digest on Python2 as unsigned int instead of a signed one.
Thu, 16 Jan 2025 20:01:37 +0100 Franz Glasner Prepare for more Python2/3 compatibility: everywhere import print_function and absolute_import
Thu, 16 Jan 2025 19:31:57 +0100 Franz Glasner Use the imported "scandir()" implementation instead always the "os.scandir"
Thu, 16 Jan 2025 19:05:17 +0100 Franz Glasner Begin a file with some notes on treesum.py and its digest file format
Thu, 16 Jan 2025 19:04:33 +0100 Franz Glasner Change: path indicators for symlinks: ./@ -> ./@/ and /./@ -> /./@/
Thu, 16 Jan 2025 12:19:02 +0100 Franz Glasner Comment WalkDirEntry properties somewhat
Thu, 16 Jan 2025 11:31:37 +0100 Franz Glasner Make "--debug" a global argument in treeview
Thu, 16 Jan 2025 11:29:36 +0100 Franz Glasner First implementation of "treeview info" to print some information from the treeview digest files
Wed, 15 Jan 2025 15:40:46 +0100 Franz Glasner Extend the max line length to read to 4096, which is something along PATH_MAX onn Linux
Wed, 15 Jan 2025 14:41:36 +0100 Franz Glasner Implement basic parsing of treesum output.
Tue, 14 Jan 2025 13:32:25 +0100 Franz Glasner Mention the vendored crcmod/crcmod2 in the LICENSE (LICENSE.txt)
Tue, 14 Jan 2025 13:31:39 +0100 Franz Glasner Sync with latest crcmod2
Tue, 14 Jan 2025 11:35:18 +0100 Franz Glasner FIX: "digest" had overwritteh the digest module
Tue, 14 Jan 2025 11:26:38 +0100 Franz Glasner Include some new algorithms: CRC
Tue, 14 Jan 2025 11:26:12 +0100 Franz Glasner Include the vendored crcmod2 (aka crcmod) in the build; exclude from flake8
Mon, 13 Jan 2025 15:52:26 +0100 Franz Glasner Syced with latest additions to crcmod2: new predefined CRC-64 models
Mon, 13 Jan 2025 04:15:08 +0100 Franz Glasner Add a unittest for the vendored crcmod2 (in cutils.crcmod)
Mon, 13 Jan 2025 04:09:35 +0100 Franz Glasner Vendored crcmod2 into sub-package "cutils.crcmod" as pure-Python implementation of additional "digests": CRC sums.
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.
Fri, 10 Jan 2025 11:38:31 +0100 Franz Glasner Now the selection of the default algorithm depends on availiability in hashlib
Fri, 10 Jan 2025 11:25:56 +0100 Franz Glasner Remove "os" and "sys" from module symbols in test setup
Fri, 10 Jan 2025 10:32:52 +0100 Franz Glasner Mode for treesum.py to print only the size of files and the accumulated size of a directory: --size-only.