Skip to content

Archive - #6

Merged
JoergDF merged 16 commits into
mainfrom
archive
Aug 10, 2026
Merged

Archive#6
JoergDF merged 16 commits into
mainfrom
archive

Conversation

@JoergDF

@JoergDF JoergDF commented Aug 10, 2026

Copy link
Copy Markdown
Owner

Add archiving.

JoergDF added 16 commits June 5, 2026 11:34
- conversion of window paths to unix paths
- add symlinks
- add permissions for unix
- refactor archive code
- tx.send errors should not cover other errors in encryption/decryption, hence ignore.
- Small optimization in archiving: replace one I/O access for file length by already known value.
- Punch holes of sparse files at end of file writing, not when holes occur.
- Update library versions
…th in archive and change unit tests accordingly.
…nor changes.

- New command line option -v prints archive file names.
- Increase file format version to 5.
- Minor efficiency improvements.
- Extend unit tests of archive.
- if scan of sparse file fails, add zero for sparse holes in header
- support archive in fuzzer
- Add archive list option.
- Add tests for archive listing.
- Move code of archive header into new struct.
- Fix setting of file times: if file write ended and there was no more data in archive, file times were not set for last file.
- Fix unit test test_archive_read_write(): setting of access time might not work, as walkdir used in archiving, might change the access time. Hence remove check of access time.
- Add random filler bytes to encrypted header bytes for improved security.
@JoergDF
JoergDF merged commit e9cdf67 into main Aug 10, 2026
6 checks passed
@JoergDF
JoergDF deleted the archive branch August 10, 2026 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant