log cutils/treesum.py @ 198:c1e875ba4bdc

age author description
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 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