2 files changed
+2
-2
lines changedSubmodule aws-c-iot updated from 4766720 to a375733
Submodule aws-crt-cpp updated 92 files
- .builder/actions/elasticurl_tests.py-17
- .github/workflows/ci.yml+4-17
- .gitmodules+10-13
- CMakeLists.txt+19-62
- CONTRIBUTING.md+9-9
- README.md+14-5
- aws-common-runtime/aws-c-auth+1
- aws-common-runtime/aws-c-cal+1
- aws-common-runtime/aws-c-common+1
- aws-common-runtime/aws-c-compression
- aws-common-runtime/aws-c-event-stream+1
- aws-common-runtime/aws-c-http+1
- aws-common-runtime/aws-c-io+1
- aws-common-runtime/aws-c-mqtt+1
- aws-common-runtime/aws-checksums+1
- aws-common-runtime/s2n+1
- builder.json+20-2
- cmake/AwsCheckHeadersCxx.cmake-71
- codebuild/common-posix.sh+1-5
- codebuild/common-windows.bat+1-1
- codebuild/linux-integration-tests.yml-30
- crt/aws-c-auth-1
- crt/aws-c-cal-1
- crt/aws-c-common-1
- crt/aws-c-event-stream-1
- crt/aws-c-http-1
- crt/aws-c-io-1
- crt/aws-c-mqtt-1
- crt/aws-checksums-1
- crt/aws-lc-1
- crt/s2n-1
- docsrc/Doxyfile+2-2
- include/aws/crt/Api.h+1-63
- include/aws/crt/DateTime.h+1-1
- include/aws/crt/ImdsClient.h-383
- include/aws/crt/Optional.h+12-2
- include/aws/crt/StlAllocator.h+3-6
- include/aws/crt/StringView.h-858
- include/aws/crt/Types.h+3-69
- include/aws/crt/auth/Credentials.h+9-62
- include/aws/crt/crypto/HMAC.h-49
- include/aws/crt/crypto/Hash.h-49
- include/aws/crt/http/HttpConnection.h+8-69
- include/aws/crt/http/HttpProxyStrategy.h-67
- include/aws/crt/http/HttpRequestResponse.h+2-1
- include/aws/crt/io/Bootstrap.h+1-1
- include/aws/crt/io/ChannelHandler.h-238
- include/aws/crt/io/EventLoopGroup.h+1-1
- include/aws/crt/io/HostResolver.h+2-2
- include/aws/crt/io/TlsOptions.h+7-93
- include/aws/crt/mqtt/MqttClient.h+4-69
- include/aws/iot/MqttClient.h+1-27
- source/Api.cpp+16-223
- source/ImdsClient.cpp-450
- source/auth/Credentials.cpp+17-53
- source/crypto/HMAC.cpp-58
- source/crypto/Hash.cpp-60
- source/http/HttpConnection.cpp+2-39
- source/http/HttpConnectionManager.cpp+16-3
- source/http/HttpProxyStrategy.cpp-196
- source/http/HttpRequestResponse.cpp+8-15
- source/io/Bootstrap.cpp+3-9
- source/io/ChannelHandler.cpp-217
- source/io/EventLoopGroup.cpp+16-8
- source/io/HostResolver.cpp+9-14
- source/io/Stream.cpp+1-1
- source/io/TlsOptions.cpp+6-137
- source/iot/MqttClient.cpp+6-31
- source/mqtt/MqttClient.cpp+61-100
- tests/CMakeLists.txt+13-72
- tests/ChannelBootstrapTest.cpp+19-21
- tests/ChannelHandlerTest.cpp-106
- tests/CredentialsTest.cpp+13-108
- tests/EventLoopGroupTest.cpp+8-13
- tests/HMACTest.cpp+20-99
- tests/HashTest.cpp+48-170
- tests/HostResolverTest.cpp+29-30
- tests/HttpClientConnectionManagerTest.cpp+238-249
- tests/HttpClientTest.cpp+197-209
- tests/HttpRequestTest.cpp+2-2
- tests/ImdsClientTest.cpp-164
- tests/IotServiceTest.cpp+94-99
- tests/JsonParserTest.cpp+53-61
- tests/MqttClientTest.cpp+25-66
- tests/OptionalMemorySafetyTest.cpp+50-56
- tests/ProxyTest.cpp-1.1k
- tests/Sigv4SigningTest.cpp+7-24
- tests/StreamTest.cpp+13-39
- tests/StringViewTest.cpp-125
- tests/TLSContextTest.cpp+10-33
- tests/TypesTest.cpp+2-92
- tests/UUIDTest.cpp+5-8
0 commit comments