openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
SAFE Network
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
over 1 year
ago. based on code collected
over 3 years
ago.
Feb 21, 2022 — Mar 23, 2022
Showing page 1 of 6
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
chore(release): 0.29.2
GitHub Action
More...
over 1 year ago
- fmt fix
Paul Green
More...
over 1 year ago
- Clippy: Removed superfluous .write(true), as .append(true) is present.
Paul Green
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.
Paul Green
More...
over 1 year ago
- Add test coverage for seeking indices on a medium sized file
Paul Green
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.
Paul Green
More...
over 1 year ago
chore(release): 0.29.1
GitHub Action
More...
over 1 year ago
feat: reduce tokio dep requirements
Josh Wilson
More...
over 1 year ago
chore(release): 0.29.0
GitHub Action
More...
almost 2 years ago
test: update tests for new final hashes
Josh Wilson
More...
almost 2 years ago
feat: reduce MIN_CHUNK_SIZE and MIN_ENCRYPTABLE_BYTES down to 1/3 bytes.
Josh Wilson
More...
almost 2 years ago
chore(release): 0.28.6
GitHub Action
More...
almost 2 years ago
fix(decrypt): prevent extra clones while decrypting chunks
Roland Sherwin
More...
almost 2 years ago
chore(release): 0.28.5
GitHub Action
More...
about 2 years ago
fix: ensure decrypter targeting file shall not be pre-existing
qima
More...
about 2 years ago
chore(release): 0.28.4
GitHub Action
More...
about 2 years ago
feat: stream encryptor write encrypted chunks to disk
qima
More...
about 2 years ago
chore(release): 0.28.3
GitHub Action
More...
about 2 years ago
feat: stream self encryptor
qima
More...
about 2 years ago
chore(release): 0.28.2
GitHub Action
More...
about 2 years ago
feat: encrypt/decrypt to/from disk files
qima
More...
about 2 years ago
chore(release): 0.28.1
GitHub Action
More...
about 2 years ago
feat: encrypt from file
qima
More...
about 2 years ago
chore(release): 0.28.0
GitHub Action
More...
over 2 years ago
chore: arbitrary doc change for bump
Josh Wilson
More...
over 2 years ago
chore: update push to master job step
Josh Wilson
More...
over 2 years ago
chore(release): 0.28.0
GitHub Action
More...
over 2 years ago
fix!: correct max chunk size to 500kiB - This is 512 * 1024 bytes instead of previously used 500 * 1024.
oetyng
More...
over 2 years ago
chore(release): 0.36.4
GitHub Action
More...
over 2 years ago
chore(tests): replaced tracing_test with test-log
Benno Zeeman
More...
over 2 years ago
←
1
2
3
4
5
6
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree