generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 219
Update CRT submodules to latest #997
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
Merged
Changes from 12 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
1c5614b
Update mountpoint-s3-crt-sys crate excludes to reduce package size
dannycjones e55e6c6
Update CRT submodules to latest releases
dannycjones f3f0081
WIP: Add testing for https://github.com/awslabs/mountpoint-s3/issues/927
dannycjones 02e456b
Gate scoped credential test
unexge 3a6eead
Update `test_credential_process_behind_source_profile` to use role
unexge 5f73d93
Remove unused import
unexge 10ebbd7
Remove TODOs from CHANGELOG
unexge 48dcbd9
Update CRT submodules to latest
unexge d45b476
Remove feature gate from `test_credential_process_behind_source_profile`
unexge 50b8265
Fix Clippy failures
unexge 898b27b
More Clippy fixes
unexge 36c6ca7
Fix formatting
unexge 55779fc
Update test failure message
unexge 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
Submodule aws-c-auth
updated
6 files
Submodule aws-c-cal
updated
3 files
+14 −5 | .github/workflows/ci.yml | |
+5 −1 | CMakeLists.txt | |
+70 −26 | source/unix/openssl_platform_init.c |
Submodule aws-c-common
updated
10 files
+2 −2 | .github/workflows/proof_ci_resources/config.yaml | |
+2 −1 | README.md | |
+19 −4 | cmake/AwsCheckHeaders.cmake | |
+73 −0 | cmake/AwsPrebuildDependency.cmake | |
+1 −1 | include/aws/common/array_list.inl | |
+68 −1 | include/aws/common/json.h | |
+8 −1 | include/aws/common/math.inl | |
+50 −41 | source/json.c | |
+2 −18 | source/windows/device_random.c | |
+12 −7 | tests/json_test.c |
Submodule aws-c-compression
updated
5 files
+12 −3 | .github/workflows/ci.yml | |
+4 −6 | .github/workflows/clang-format.yml | |
+47 −0 | format-check.py | |
+0 −24 | format-check.sh | |
+1 −1 | source/compression.c |
Submodule aws-c-http
updated
11 files
+14 −0 | include/aws/http/connection_manager.h | |
+2 −0 | include/aws/http/http.h | |
+9 −1 | include/aws/http/private/h1_connection.h | |
+155 −47 | source/connection_manager.c | |
+68 −9 | source/h1_connection.c | |
+6 −0 | source/http.c | |
+61 −64 | source/websocket.c | |
+7 −0 | tests/CMakeLists.txt | |
+82 −2 | tests/test_connection_manager.c | |
+214 −0 | tests/test_h1_client.c | |
+32 −0 | tests/test_websocket_handler.c |
Submodule aws-c-sdkutils
updated
15 files
Submodule aws-lc
updated
from 47333e to 2f1879
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.