-
Notifications
You must be signed in to change notification settings - Fork 53
Better checksum support #729
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
Merged
+12
−2
Merged
Changes from 6 commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
548a2dc
disable limited api for no gil 3.14
DmitriyMusatkin 25fe844
algos
DmitriyMusatkin 2312cb7
up
DmitriyMusatkin 0d564b8
xsxMerge branch 'main' into s3_algos
DmitriyMusatkin dca1cc7
update versions
DmitriyMusatkin 7fcea41
merge
DmitriyMusatkin 35cac22
still needed?
DmitriyMusatkin 42b6713
remove bad merge
DmitriyMusatkin ee10746
still needed
DmitriyMusatkin 679cac8
remove ubuntu ppa
DmitriyMusatkin 2f698c7
Merge branch 'main' into s3_algos
DmitriyMusatkin 9b6d3d5
Merge branch 'main' into s3_algos
DmitriyMusatkin 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
Submodule aws-c-http
updated
18 files
| +160 −2 | bin/elasticurl/main.c | |
| +1 −0 | include/aws/http/http.h | |
| +20 −1 | include/aws/http/private/h1_encoder.h | |
| +30 −0 | include/aws/http/private/h1_stream.h | |
| +1 −3 | include/aws/http/private/request_response_impl.h | |
| +101 −25 | include/aws/http/request_response.h | |
| +16 −4 | source/h1_connection.c | |
| +184 −8 | source/h1_encoder.c | |
| +177 −2 | source/h1_stream.c | |
| +6 −5 | source/h2_stream.c | |
| +3 −0 | source/http.c | |
| +17 −2 | source/request_response.c | |
| +15 −0 | tests/CMakeLists.txt | |
| +1 −0 | tests/stream_test_helper.c | |
| +1 −0 | tests/stream_test_helper.h | |
| +595 −1 | tests/test_h1_client.c | |
| +12 −6 | tests/test_h1_encoder.c | |
| +110 −2 | tests/test_h2_client.c |
Submodule aws-c-s3
updated
10 files
| +10 −1 | include/aws/s3/private/s3_checksums.h | |
| +6 −2 | include/aws/s3/s3_client.h | |
| +144 −6 | source/s3_checksums.c | |
| +35 −40 | source/s3_default_buffer_pool.c | |
| +8 −0 | source/s3_meta_request.c | |
| +15 −0 | tests/CMakeLists.txt | |
| +235 −0 | tests/s3_checksums_sha512_tests.c | |
| +48 −0 | tests/s3_checksums_xxhash_tests.c | |
| +2 −0 | tests/s3_data_plane_tests.c | |
| +69 −0 | tests/s3_default_buffer_pool_tests.c |
Submodule s2n
updated
from e82d62 to a71ea1
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
Oops, something went wrong.
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.