2 files changed
+12
-12
lines changedSubmodule aws-crt-cpp updated 94 files
- .github/workflows/lint.yml+3-6
- VERSION+1-1
- crt/aws-c-auth+1-1
- crt/aws-c-cal+1-1
- crt/aws-c-common+1-1
- crt/aws-c-http+1-1
- crt/aws-c-io+1-1
- crt/aws-c-mqtt+1-1
- crt/aws-c-s3+1-1
- crt/aws-c-sdkutils+1-1
- crt/aws-lc+1-1
- crt/s2n+1-1
- format-check.py+46
- format-check.sh-24
- include/aws/crt/ImdsClient.h+1-1
- include/aws/crt/StringView.h+1-1
- include/aws/crt/Variant.h+10-4
- include/aws/crt/auth/Credentials.h+1-1
- include/aws/crt/auth/Signing.h+1-1
- include/aws/crt/auth/Sigv4Signing.h+1-1
- include/aws/crt/crypto/HMAC.h+1-1
- include/aws/crt/crypto/Hash.h+1-1
- include/aws/crt/crypto/SymmetricCipher.h+11-8
- include/aws/crt/endpoints/RuleEngine.h+1-1
- include/aws/crt/http/HttpConnection.h+1-1
- include/aws/crt/http/HttpConnectionManager.h+1-1
- include/aws/crt/http/HttpProxyStrategy.h+1-1
- include/aws/crt/http/HttpRequestResponse.h+1-1
- include/aws/crt/io/Bootstrap.h+1-1
- include/aws/crt/io/ChannelHandler.h+2-2
- include/aws/crt/io/HostResolver.h+1-1
- include/aws/crt/io/Pkcs11.h+1-1
- include/aws/crt/io/SocketOptions.h+1-1
- include/aws/crt/io/Stream.h+1-1
- include/aws/crt/io/TlsOptions.h+1-1
- include/aws/crt/io/Uri.h+1-1
- include/aws/crt/mqtt/Mqtt5Client.h+1-1
- include/aws/crt/mqtt/Mqtt5Packets.h+5-5
- include/aws/crt/mqtt/MqttClient.h+1-1
- include/aws/crt/mqtt/MqttConnection.h+1-1
- include/aws/crt/mqtt/MqttTypes.h+1-1
- include/aws/crt/mqtt/private/Mqtt5ClientCore.h+1-1
- include/aws/crt/mqtt/private/MqttConnectionCore.h+1-1
- source/Allocator.cpp+12-3
- source/Api.cpp+16-4
- source/DateTime.cpp+28-7
- source/ImdsClient.cpp+1-1
- source/JsonObject.cpp+132-34
- source/StringUtils.cpp+4-1
- source/Types.cpp+16-4
- source/UUID.cpp+20-5
- source/auth/Credentials.cpp+7-5
- source/auth/Sigv4Signing.cpp+37-10
- source/crypto/HMAC.cpp+1-1
- source/crypto/Hash.cpp+17-5
- source/crypto/SecureRandom.cpp+1-1
- source/crypto/SymmetricCipher.cpp+15-6
- source/endpoints/RuleEngine.cpp+9-3
- source/http/HttpConnection.cpp+13-4
- source/http/HttpConnectionManager.cpp+1-1
- source/http/HttpProxyStrategy.cpp+5-2
- source/http/HttpRequestResponse.cpp+13-4
- source/io/Bootstrap.cpp+13-4
- source/io/ChannelHandler.cpp+9-3
- source/io/EventLoopGroup.cpp+12-3
- source/io/HostResolver.cpp+1-1
- source/io/Pkcs11.cpp+5-2
- source/io/SocketOptions.cpp+1-1
- source/io/Stream.cpp+1-1
- source/io/TlsOptions.cpp+38-13
- source/io/Uri.cpp+37-10
- source/iot/Mqtt5Client.cpp+32-11
- source/iot/MqttClient.cpp+4-4
- source/iot/MqttCommon.cpp+4-2
- source/mqtt/Mqtt5Client.cpp+9-3
- source/mqtt/Mqtt5ClientCore.cpp+13-9
- source/mqtt/Mqtt5Packets.cpp+121-31
- source/mqtt/MqttClient.cpp+9-3
- source/mqtt/MqttConnection.cpp+7-10
- source/mqtt/MqttConnectionCore.cpp+11-6
- tests/CredentialsTest.cpp+6-4
- tests/HashTest.cpp+9-9
- tests/HostResolverTest.cpp+2-1
- tests/HttpClientConnectionManagerTest.cpp+13-9
- tests/HttpClientTest.cpp+22-16
- tests/ImdsClientTest.cpp+6-3
- tests/IotServiceTest.cpp+98-68
- tests/Mqtt5ClientCredentialsTest.cpp+10-6
- tests/Mqtt5ClientTest.cpp+204-177
- tests/MqttClientCredentialsTest.cpp+156-143
- tests/MqttClientTest.cpp+12-11
- tests/ProxyTest.cpp+36-28
- tests/Sigv4SigningTest.cpp+16-12
- tests/SymmetricCipherTest.cpp+7
Lines changed: 11 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 |
| - | |
9 |
| - | |
10 |
| - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
18 | 18 |
| |
19 |
| - | |
20 |
| - | |
| 19 | + | |
| 20 | + | |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
|
0 commit comments