Jeffrey Paul sneak
sneak pushed to feature/pluggable-storage-backend at sneak/vaultik 2025-12-19 05:56:11 +00:00
899448e1da Cache chunk hashes in memory for faster small file processing
24c5e8c5a6 Refactor: Create file records only after successful chunking
40fff09594 Update progress output format with compact file counts
8a8651c690 Fix foreign key error when deleting incomplete snapshots
a1d559c30d Improve processing progress output with bytes and blob messages
Compare 8 commits »
sneak created branch feature/pluggable-storage-backend in sneak/vaultik 2025-12-19 05:56:11 +00:00
sneak pushed to main at sneak/vaultik 2025-12-19 03:51:56 +00:00
cda0cf865a Add ARCHITECTURE.md documenting internal design
sneak pushed to main at sneak/vaultik 2025-12-19 02:54:34 +00:00
0736bd070b Add godoc documentation to exported types and methods
sneak pushed to main at sneak/gosetup 2025-12-18 14:15:45 +00:00
998dc1d37b Add version tags alongside commit hashes in output
sneak pushed to next at sneak/mfer 2025-12-18 13:56:36 +00:00
4a2060087d Add GPG signature verification on manifest load
sneak pushed to next at sneak/mfer 2025-12-18 10:55:37 +00:00
213364bab5 Add UUID to manifest and verify integrity before decompression
sneak pushed to main at sneak/gosetup 2025-12-18 10:19:34 +00:00
49ba38602c Update README with new commit hash and fix tools list
sneak pushed to next at sneak/mfer 2025-12-18 10:13:02 +00:00
778999a285 Add GPG signing support for manifest generation
sneak pushed to main at sneak/gosetup 2025-12-18 10:12:07 +00:00
a414a82306 Add godoc, fix commit hash resolution for submodules
sneak pushed to next at sneak/mfer 2025-12-18 09:38:19 +00:00
308c583d57 Remove codebase structure section from README
sneak pushed to next at sneak/mfer 2025-12-18 09:30:56 +00:00
019fe41c3d Update .gitignore for new bin/ build directory
fc0b38ea19 Add TODO.md with codebase audit findings
61c17ca585 Normalize markdown formatting in documentation
dae6c64e24 Change build output path from mfer.cmd to bin/mfer
a5b0343b28 Use Go 1.13+ octal literal syntax throughout codebase
Compare 5 commits »
sneak pushed to next at sneak/mfer 2025-12-18 09:28:43 +00:00
e25e309581 Move checker package into mfer package
sneak pushed to main at sneak/gosetup 2025-12-18 09:24:44 +00:00
33c099ae4f Update README with new commit hash
30b1cebd02 Add timing info for each tool and total duration
Compare 2 commits »
sneak pushed to main at sneak/gosetup 2025-12-18 09:09:20 +00:00
0c31667230 Update README with new commit hash
cf739a6e93 Remove deprecated/broken tools: guru, gorename, keyify
Compare 2 commits »
sneak pushed to next at sneak/mfer 2025-12-18 09:01:27 +00:00
dc115c5ba2 Add custom types for type safety throughout codebase
sneak pushed to next at sneak/mfer 2025-12-18 01:19:14 +00:00
a9f0d2abe4 Update README to reflect current API (FileProgress was already a channel)
sneak pushed to next at sneak/mfer 2025-12-18 01:16:41 +00:00
1588e1bb9f Remove unused legacy manifest APIs
sneak pushed to next at sneak/mfer 2025-12-18 01:09:37 +00:00
09e8da0855 Update CLAUDE.md and clean up completed TODOs in README
sneak pushed to next at sneak/mfer 2025-12-18 01:08:42 +00:00
efa4bb929a Update README: mark FIXMEs as resolved