Commit 4c2bf2d
File tree
- crt
- src
- main/java/software/amazon/awssdk/crt
- http
- native
- test/java/software/amazon/awssdk/crt/test
Submodule aws-c-auth updated 9 files
- include/aws/auth/aws_imds_client.h+26
- include/aws/auth/credentials.h+38
- source/aws_imds_client.c+144-4
- source/credentials_provider_imds.c+2
- source/credentials_provider_profile.c+1-1
- tests/CMakeLists.txt+6
- tests/aws_imds_client_test.c+184-2
- tests/credentials_provider_imds_tests.c+146-1
- tests/credentials_provider_process_tests.c+71
Submodule aws-c-http updated 1 file
Submodule aws-c-mqtt updated 25 files
- .github/workflows/handle-stale-discussions.yml+2-2
- .github/workflows/stale_issue.yml+1-1
- include/aws/mqtt/client.h+15
- include/aws/mqtt/mqtt.h+18
- include/aws/mqtt/private/client_impl.h+13
- include/aws/mqtt/private/client_impl_shared.h+2
- include/aws/mqtt/private/mqtt_iot_metrics.h+57
- include/aws/mqtt/private/v5/mqtt5_options_storage.h+4-2
- include/aws/mqtt/v5/mqtt5_client.h+5
- include/aws/mqtt/v5/mqtt5_packet_storage.h+4-1
- source/client.c+432-113
- source/mqtt_iot_metrics.c+306
- source/v5/mqtt5_client.c+3-2
- source/v5/mqtt5_options_storage.c+57-9
- source/v5/mqtt5_to_mqtt3_adapter.c+93-3
- tests/CMakeLists.txt+27
- tests/shared_utils_tests.c+221-1
- tests/v3/connection_state_test.c+305
- tests/v3/mqtt311_testing_utils.c+22-1
- tests/v3/mqtt311_testing_utils.h+8
- tests/v5/mqtt5_client_tests.c+138-3
- tests/v5/mqtt5_operation_and_storage_tests.c+6-4
- tests/v5/mqtt5_operation_validation_failure_tests.c+41-20
- tests/v5/mqtt5_testing_utils.c+2-1
- tests/v5/mqtt5_to_mqtt3_adapter_tests.c+111-2
Submodule aws-lc updated from ae0cd62 to e50a5f2
Submodule s2n updated from 3276a08 to f5e5e83
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
492 | 492 | | |
493 | 493 | | |
494 | 494 | | |
495 | | - | |
| 495 | + | |
496 | 496 | | |
497 | 497 | | |
498 | | - | |
| 498 | + | |
499 | 499 | | |
500 | 500 | | |
501 | 501 | | |
502 | 502 | | |
503 | 503 | | |
504 | | - | |
| 504 | + | |
505 | 505 | | |
506 | 506 | | |
507 | 507 | | |
| |||
Lines changed: 19 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
65 | 83 | | |
66 | 84 | | |
67 | 85 | | |
| |||
115 | 133 | | |
116 | 134 | | |
117 | 135 | | |
118 | | - | |
| 136 | + | |
119 | 137 | | |
120 | 138 | | |
121 | 139 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
713 | 713 | | |
714 | 714 | | |
715 | 715 | | |
716 | | - | |
| 716 | + | |
717 | 717 | | |
718 | 718 | | |
719 | 719 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
144 | | - | |
| 144 | + | |
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
| |||
0 commit comments