-
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.
aws-c-auth v0.7.1 -> v0.7.4 aws-c-cal v0.6.1 -> v0.6.2 aws-c-common v0.9.0 -> v0.9.4 aws-c-event-stream v0.3.1 -> v0.3.2 aws-c-http v0.7.11 -> v0.7.13 aws-c-io v0.13.29 -> v0.13.32 aws-c-mqtt v0.9.4 -> v0.9.6 aws-c-s3 v0.3.14 -> v0.3.17 aws-c-sdkutils v0.1.11 -> v0.1.12 aws-lc v1.12.1 -> v1.16.0 s2n v1.3.47 -> v1.3.51
- Loading branch information
Showing
11 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
10 files
Submodule aws-c-cal
updated
4 files
+0 −9 | CMakeLists.txt | |
+1 −1 | bin/produce_x_platform_fuzz_corpus/CMakeLists.txt | |
+1 −1 | bin/run_x_platform_fuzz_corpus/CMakeLists.txt | |
+1 −1 | bin/sha256_profile/CMakeLists.txt |
Submodule aws-c-common
updated
50 files
Submodule aws-c-http
updated
5 files
+18 −0 | .github/workflows/handle-stale-discussions.yml | |
+1 −1 | bin/elasticurl/CMakeLists.txt | |
+0 −9 | bin/elasticurl/main.c | |
+8 −8 | tests/resources/unittests.crt | |
+ − | tests/resources/unittests.p12 |
Submodule aws-c-io
updated
11 files
Submodule aws-c-mqtt
updated
23 files
+18 −0 | .github/workflows/handle-stale-discussions.yml | |
+1 −1 | bin/elastipubsub/CMakeLists.txt | |
+1 −1 | bin/elastipubsub5/CMakeLists.txt | |
+1 −1 | bin/mqtt5canary/CMakeLists.txt | |
+9 −0 | include/aws/mqtt/mqtt.h | |
+3 −0 | include/aws/mqtt/private/packets.h | |
+0 −8 | include/aws/mqtt/private/v5/mqtt5_utils.h | |
+0 −12 | include/aws/mqtt/v5/mqtt5_client.h | |
+46 −6 | source/client.c | |
+42 −1 | source/mqtt.c | |
+4 −0 | source/packets.c | |
+11 −11 | source/v5/mqtt5_options_storage.c | |
+49 −44 | source/v5/mqtt5_to_mqtt3_adapter.c | |
+0 −53 | source/v5/mqtt5_utils.c | |
+19 −2 | tests/CMakeLists.txt | |
+158 −0 | tests/shared_utils_tests.c | |
+440 −23 | tests/v3/connection_state_test.c | |
+20 −6 | tests/v3/mqtt_mock_server_handler.c | |
+14 −0 | tests/v3/mqtt_mock_server_handler.h | |
+136 −0 | tests/v3/packet_encoding_test.c | |
+44 −7 | tests/v3/topic_tree_test.c | |
+161 −0 | tests/v5/mqtt5_to_mqtt3_adapter_tests.c | |
+0 −149 | tests/v5/mqtt5_utils_tests.c |
Submodule aws-c-s3
updated
27 files
Submodule aws-lc
updated
from 1dd5cf to e42a4e
Submodule s2n
updated
from de9878 to f7930e