-
Notifications
You must be signed in to change notification settings - Fork 17
[ON-HOLD] feat: Add some filetype guessing capabilities #127
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
tmathern
wants to merge
59
commits into
main
Choose a base branch
from
mathern/add-extension-guessing
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
59 commits
Select commit
Hold shift + click to select a range
f2a8951
fix: create signer tests
tmathern 32a14b8
fix: Test repro
tmathern 07729ac
fix: Clean up
tmathern a60d376
fix: Plenty of debug logs
tmathern 8e791d1
fix: Remove debug logs
tmathern 97374d3
fix: Clean up
tmathern 9b41397
fix: FOrmat
tmathern 4e81626
fix: Clean up
tmathern 547cd74
fix: Change return
tmathern fced710
fix: Change sign_file signature again
tmathern f693f55
fix: Improve pointer handling and refactor
tmathern 53f0574
fix: Refactor
tmathern 500eb60
fix: Refactor
tmathern 496ee20
fix: Refactor
tmathern e262237
fix: Refactor 3
tmathern 0db06c8
fix: Refactor once more
tmathern 3ca91c6
fix: Refactor once more with overload
tmathern be49781
fix: Refactor once more with overload
tmathern 8b5c6d4
fix: Format
tmathern 22860df
fix: Change logic
tmathern a97a28f
fix: Deprecation
tmathern 532825e
fix: Logic
tmathern e9b9f7a
fix: Test stdout output
tmathern 9775407
fix: One last format
tmathern 2ca2298
fix: Refactor
tmathern 12f04d4
fix: Refactor 2
tmathern b2a47f4
fix: Refactor
tmathern 7b075af
fix: Better API
tmathern 8df82ba
fix: Verify error gets raised
tmathern 6c865bd
fix: Verify error gets raised 2
tmathern cd13130
fix: Add context manager test for callback signer
tmathern 4d50c05
fix: Verify used alg in tests
tmathern 40a05f2
fix: More tests
tmathern 034c779
fix: Verify signer can be used multiple times
tmathern b551e69
fix: Be more friendly with input
tmathern 2835bb3
fix: Throw in stream optimization
tmathern b20c9db
fix: Faster memory tricks
tmathern 7b9698f
fix: Memory handling change
tmathern aa701a7
fix: Docs
tmathern 5cb1a71
fix: Docs
tmathern 876d32a
fix: Refactor
tmathern e9828ea
fix: Import changes, error handling made consistent, formatting (#126)
tmathern c399d79
fix: Return sign values
tmathern 839a570
fix: Return sign values
tmathern 9f3d69b
fix: Initial file guesses
tmathern 8b7aaa6
fix: One more test
tmathern 2d46b89
fix: Add test
tmathern dc2df9a
fix: Update code for mov
tmathern 82a3ee9
fix: Typo
tmathern 380246e
fix: Update tests
tmathern 53b6ff8
fix: Add docs on test files
tmathern 376a562
fix: Prepare version number bump
tmathern a8b5904
fix: Change API build.sign* to return manifest bytes
tmathern 6e9cd77
ci: Merge branch 'mathern/sign-file' into mathern/add-extension-guessing
tmathern 31dbe02
fix: Follow-up update
tmathern 3143355
ix: Merge in main
tmathern 1b2e009
fix: Bump version number
tmathern 0317922
fix: Bump version number
tmathern e4aa034
fix: Update docs
tmathern File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# About the these test files | ||
|
||
The test files in these folder are a subseet of files found in the [c2pa-rs repo's test fixtures](https://github.com/contentauth/c2pa-rs/tree/main/sdk/tests/fixtures), renamed to loose the file extension. |
Large diffs are not rendered by default.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
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
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.
Uh oh!
There was an error while loading. Please reload this page.