-
Notifications
You must be signed in to change notification settings - Fork 39
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
12 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
9 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/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
20 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 | |
+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
12 files
+1 −1 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/codecov.yml | |
+1 −1 | codebuild/mqtt-canary-test.yml | |
+1 −0 | include/aws/mqtt/mqtt.h | |
+4 −2 | source/client_channel_handler.c | |
+4 −1 | source/mqtt.c | |
+3 −38 | source/v5/mqtt5_client.c | |
+9 −3 | source/v5/mqtt5_to_mqtt3_adapter.c | |
+1 −1 | source/v5/mqtt5_topic_alias.c | |
+2 −0 | tests/CMakeLists.txt | |
+73 −0 | tests/v3/connection_state_test.c | |
+80 −0 | tests/v5/mqtt5_to_mqtt3_adapter_tests.c |
Submodule aws-c-s3
updated
7 files
+1 −1 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/codecov.yml | |
+1 −1 | README.md | |
+3 −6 | include/aws/s3/private/s3_client_impl.h | |
+1 −1 | source/s3_checksums.c | |
+24 −42 | source/s3_client.c | |
+24 −60 | 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 c74f44 to 80a691