-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
22 additions
and
18 deletions.
There are no files selected for viewing
This file contains 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
10 files
+1 −1 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/codecov.yml | |
+1 −1 | source/aws_imds_client.c | |
+1 −1 | source/aws_signing.c | |
+2 −2 | source/credentials_provider_sts_web_identity.c | |
+2 −2 | source/signable_chunk.c | |
+2 −2 | source/signable_http_request.c | |
+2 −2 | source/signable_trailer.c | |
+1 −1 | source/sigv4_http_request.c | |
+2 −2 | tests/test_signable.c |
Submodule aws-c-cal
updated
6 files
+2 −2 | .github/workflows/ci.yml | |
+3 −0 | .github/workflows/stale_issue.yml | |
+3 −2 | CMakeLists.txt | |
+1 −1 | cmake/modules/Findcrypto.cmake | |
+2 −2 | source/der.c | |
+1 −1 | source/hash.c |
Submodule aws-c-common
updated
32 files
Submodule aws-c-compression
updated
9 files
Submodule aws-c-event-stream
updated
4 files
+1 −1 | .github/workflows/ci.yml | |
+1 −1 | source/event_stream_channel_handler.c | |
+0 −10 | source/event_stream_rpc_client.c | |
+0 −10 | source/event_stream_rpc_server.c |
Submodule aws-c-http
updated
11 files
+1 −1 | .github/workflows/ci.yml | |
+0 −1 | .github/workflows/closed-issue-message.yml | |
+2 −2 | .github/workflows/stale_issue.yml | |
+8 −4 | include/aws/http/request_response.h | |
+6 −0 | include/aws/http/server.h | |
+6 −0 | source/connection.c | |
+1 −1 | source/h1_decoder.c | |
+1 −4 | source/h1_encoder.c | |
+1 −1 | source/proxy_connection.c | |
+1 −0 | tests/CMakeLists.txt | |
+32 −8 | tests/test_connection.c |
Submodule aws-c-io
updated
21 files
+20 −1 | .github/workflows/ci.yml | |
+1 −1 | CMakeLists.txt | |
+2 −0 | NOTICE | |
+0 −31 | THIRD-PARTY-LICENSES.txt | |
+1 −1 | builder.json | |
+1 −1 | source/channel.c | |
+58 −31 | source/darwin/darwin_pki_utils.c | |
+8 −9 | source/darwin/secure_transport_tls_channel_handler.c | |
+1 −1 | source/event_loop.c | |
+1,734 −233 | source/pkcs11/v2.40/pkcs11.h | |
+0 −939 | source/pkcs11/v2.40/pkcs11f.h | |
+0 −2,003 | source/pkcs11/v2.40/pkcs11t.h | |
+1 −1 | source/pkcs11_lib.c | |
+0 −7 | source/pkcs11_private.h | |
+1 −1 | source/posix/socket.c | |
+3 −2 | source/s2n/s2n_tls_channel_handler.c | |
+1 −1 | source/windows/iocp/iocp_event_loop.c | |
+5 −1 | source/windows/secure_channel_tls_handler.c | |
+1 −0 | tests/CMakeLists.txt | |
+7 −10 | tests/pkcs11_test.c | |
+40 −6 | tests/tls_handler_test.c |
Submodule aws-c-mqtt
updated
9 files
+1 −1 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/codecov.yml | |
+1 −1 | codebuild/mqtt-canary-test.yml | |
+4 −2 | source/client_channel_handler.c | |
+1 −1 | source/mqtt.c | |
+3 −38 | source/v5/mqtt5_client.c | |
+1 −1 | source/v5/mqtt5_topic_alias.c | |
+1 −0 | tests/CMakeLists.txt | |
+73 −0 | tests/v3/connection_state_test.c |
Submodule aws-c-s3
updated
4 files
+1 −1 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/codecov.yml | |
+1 −1 | source/s3_checksums.c | |
+5 −5 | tests/s3_data_plane_tests.c |
Submodule aws-c-sdkutils
updated
3 files
+1 −1 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/codecov.yml | |
+1 −1 | source/endpoints_util.c |
Submodule aws-checksums
updated
3 files
+1 −1 | .github/workflows/ci.yml | |
+18 −0 | .github/workflows/handle-stale-discussions.yml | |
+0 −1 | CMakeLists.txt |
Submodule s2n
updated
from 54fbc3 to 099835