File tree
8 files changed
+13
-9
lines changed- crt
- integration-testing
8 files changed
+13
-9
lines changedSubmodule aws-c-mqtt updated 45 files
- .github/workflows/ci.yml+12-3
- .github/workflows/clang-format.yml+4-6
- CMakeLists.txt+2
- bin/elastishadow/CMakeLists.txt+29
- bin/elastishadow/main.c+1.3k
- format-check.py+47
- format-check.sh-24
- include/aws/mqtt/mqtt.h+9
- include/aws/mqtt/private/client_impl.h+54
- include/aws/mqtt/private/client_impl_shared.h+24
- include/aws/mqtt/private/mqtt311_listener.h+204
- include/aws/mqtt/private/request-response/protocol_adapter.h+220
- include/aws/mqtt/private/request-response/request_response_client.h+23
- include/aws/mqtt/private/request-response/subscription_manager.h+264
- include/aws/mqtt/private/shared.h+2
- include/aws/mqtt/request-response/request_response_client.h+274
- include/aws/mqtt/v5/mqtt5_client.h+3
- source/client.c+176-58
- source/client_channel_handler.c+6
- source/client_impl_shared.c+9
- source/mqtt.c+25
- source/mqtt311_listener.c+329
- source/packets.c+2-3
- source/request-response/protocol_adapter.c+964
- source/request-response/request_response_client.c+2.3k
- source/request-response/subscription_manager.c+822
- source/shared.c+1-1
- source/v5/mqtt5_client.c+1-1
- source/v5/mqtt5_listener.c+1
- source/v5/mqtt5_to_mqtt3_adapter.c+14
- tests/CMakeLists.txt+135-3
- tests/request-response/protocol_adapter_tests.c+1.8k
- tests/request-response/request_response_client_tests.c+3.2k
- tests/request-response/subscription_manager_tests.c+2.9k
- tests/v3/connection_state_test.c+739-998
- tests/v3/mqtt311_listener_test.c+488
- tests/v3/mqtt311_testing_utils.c+582
- tests/v3/mqtt311_testing_utils.h+155
- tests/v3/mqtt_mock_server_handler.c+51-2
- tests/v3/mqtt_mock_server_handler.h+18
- tests/v5/mqtt5_client_tests.c+22-42
- tests/v5/mqtt5_testing_utils.c+26
- tests/v5/mqtt5_testing_utils.h+20
- tests/v5/mqtt5_to_mqtt3_adapter_tests.c-4
- tests/v5/mqtt5_topic_alias_tests.c+2-1
Submodule aws-checksums updated 26 files
- .github/workflows/ci.yml+105-15
- .github/workflows/clang-format.yml+4-6
- CMakeLists.txt+60-49
- bin/benchmark/CMakeLists.txt+29
- bin/benchmark/main.c+133
- builder.json+4
- format-check.py+47
- format-check.sh-24
- include/aws/checksums/crc.h+42-3
- include/aws/checksums/private/crc64_priv.h+51
- include/aws/checksums/private/crc_priv.h+28-11
- include/aws/checksums/private/crc_util.h+24
- source/arm/crc32c_arm.c+4-4
- source/arm/crc64_arm.c+208
- source/crc.c+35-9
- source/crc64.c+131
- source/crc64_sw.c+579
- source/generic/crc32c_null.c-18
- source/intel/asm/crc32c_sse42_asm.c+3-14
- source/intel/intrin/crc32c_sse42_avx512.c+245
- source/intel/intrin/crc64nvme_avx512.c+130
- source/intel/intrin/crc64nvme_clmul.c+147
- source/intel/visualc/visualc_crc32c_sse42.c-77
- tests/CMakeLists.txt+3
- tests/crc64_test.c+144
- tests/crc_test.c+129-43
Submodule s2n updated from 87f4a05 to 08d413a
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
304 | 307 | | |
305 | 308 | | |
306 | 309 | | |
| |||
499 | 502 | | |
500 | 503 | | |
501 | 504 | | |
502 | | - | |
| 505 | + | |
503 | 506 | | |
504 | 507 | | |
505 | 508 | | |
| |||
0 commit comments