Conversation
- 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.
…ix. Write them on unix and windows.
- 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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add archiving.