0
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 3 years ago.
Feb 21, 2022 — Mar 23, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
chore(release): 0.29.2 More... over 1 year ago
- fmt fix More... over 1 year ago
- Clippy: Removed superfluous .write(true), as .append(true) is present. More... over 1 year ago
- Reverted the logic for calculating the chunk size when the chunk index is > 1 and the file size is less than 3 * MAX_CHUNK_SIZE (1.5 MB currently). - The prior logic was correctly rounding, with the last chunk intentionally larger than the others (in 3 chunk file scenario). - Updated the logic in seek_info() to be aware of oversized last chunks (in 3 chunk file scenario). - Improved test coverage to validate these boundaries conditions are behaving correctly. More... over 1 year ago
- Add test coverage for seeking indices on a medium sized file More... over 1 year ago
- Updated the logic for calculating the chunk size when the chunk index is > 1 and the file size is less than 3 * MAX_CHUNK_SIZE (1.5 MB currently). - The prior logic was incorrectly rounding, causing the size to be out by a small margin. This caused seek_info to return an incorrect relative_pos. - Tested with 1 KB, 8 KB, 256 KB, 123456 bytes, 512 KB and 2048 KB over sn_httpd and confirmed all payloads were correct with Wireshark. More... over 1 year ago
chore(release): 0.29.1 More... over 1 year ago
feat: reduce tokio dep requirements More... over 1 year ago
chore(release): 0.29.0 More... almost 2 years ago
test: update tests for new final hashes More... almost 2 years ago
feat: reduce MIN_CHUNK_SIZE and MIN_ENCRYPTABLE_BYTES down to 1/3 bytes. More... almost 2 years ago
chore(release): 0.28.6 More... almost 2 years ago
fix(decrypt): prevent extra clones while decrypting chunks More... almost 2 years ago
chore(release): 0.28.5 More... about 2 years ago
fix: ensure decrypter targeting file shall not be pre-existing More... about 2 years ago
chore(release): 0.28.4 More... about 2 years ago
feat: stream encryptor write encrypted chunks to disk More... about 2 years ago
chore(release): 0.28.3 More... about 2 years ago
feat: stream self encryptor More... about 2 years ago
chore(release): 0.28.2 More... about 2 years ago
feat: encrypt/decrypt to/from disk files More... about 2 years ago
chore(release): 0.28.1 More... about 2 years ago
feat: encrypt from file More... about 2 years ago
chore(release): 0.28.0 More... over 2 years ago
chore: arbitrary doc change for bump More... over 2 years ago
chore: update push to master job step More... over 2 years ago
chore(release): 0.28.0 More... over 2 years ago
fix!: correct max chunk size to 500kiB - This is 512 * 1024 bytes instead of previously used 500 * 1024. More... over 2 years ago
chore(release): 0.36.4 More... over 2 years ago
chore(tests): replaced tracing_test with test-log More... over 2 years ago