1 file changed
+1
-1
lines changedSubmodule aws-crt-cpp updated 47 files
- CMakeLists.txt+1-1
- aws-common-runtime/aws-c-auth+1-1
- aws-common-runtime/aws-c-common+1-1
- aws-common-runtime/aws-c-http+1-1
- aws-common-runtime/aws-c-io+1-1
- aws-common-runtime/aws-c-mqtt+1-1
- include/aws/crt/Api.h+6
- include/aws/crt/DateTime.h+1-1
- include/aws/crt/ImdsClient.h+335
- include/aws/crt/StringView.h+852
- include/aws/crt/Types.h+71-3
- include/aws/crt/auth/Credentials.h+3-3
- include/aws/crt/io/Bootstrap.h+1-1
- include/aws/crt/io/EventLoopGroup.h+1-1
- include/aws/crt/io/HostResolver.h+2-2
- include/aws/crt/mqtt/MqttClient.h+8
- source/Api.cpp-10
- source/ImdsClient.cpp+384
- source/auth/Credentials.cpp+2-3
- source/io/Bootstrap.cpp+9-3
- source/io/EventLoopGroup.cpp+8-16
- source/io/HostResolver.cpp+9-9
- source/io/TlsOptions.cpp+4-6
- source/mqtt/MqttClient.cpp+11-21
- tests/CMakeLists.txt+10
- tests/ChannelBootstrapTest.cpp+22-18
- tests/CredentialsTest.cpp+67-12
- tests/EventLoopGroupTest.cpp+15-8
- tests/HMACTest.cpp+24-20
- tests/HashTest.cpp+56-48
- tests/HostResolverTest.cpp+32-29
- tests/HttpClientConnectionManagerTest.cpp+248-236
- tests/HttpClientTest.cpp+212-200
- tests/HttpRequestTest.cpp+4-2
- tests/ImdsClientTest.cpp+167
- tests/IotServiceTest.cpp+96-93
- tests/JsonParserTest.cpp+69-53
- tests/MqttClientTest.cpp+28-24
- tests/OptionalMemorySafetyTest.cpp+61-49
- tests/Sigv4SigningTest.cpp+16-7
- tests/StreamTest.cpp+20-10
- tests/StringViewTest.cpp+128
- tests/TLSContextTest.cpp+13-9
- tests/TypesTest.cpp+96-2
- tests/UUIDTest.cpp+9-5
- tests/Utils.cpp+27
- tests/Utils.h+18
0 commit comments