log cutils/treesum.py @ 197:48e2610978e5

age author description
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 19:04:33 +0100 Franz Glasner Change: path indicators for symlinks: ./@ -> ./@/ and /./@ -> /./@/
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.
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
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 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.