1 file changed
+1
-1
lines changedSubmodule aws-crt-cpp updated 39 files
- .github/workflows/ci.yml+16
- CONTRIBUTING.md+2-1
- crt/aws-c-auth+1-1
- crt/aws-c-cal+1-1
- crt/aws-c-common+1-1
- crt/aws-c-event-stream+1-1
- crt/aws-c-http+1-1
- crt/aws-c-io+1-1
- crt/aws-c-s3+1-1
- include/aws/crt/Allocator.h+47
- include/aws/crt/Api.h+4
- include/aws/crt/ImdsClient.h+1-1
- include/aws/crt/StlAllocator.h+3-7
- include/aws/crt/Types.h-3
- include/aws/crt/auth/Credentials.h+11-11
- include/aws/crt/auth/Sigv4Signing.h+16-5
- include/aws/crt/crypto/HMAC.h+1-1
- include/aws/crt/crypto/Hash.h+3-3
- include/aws/crt/http/HttpConnectionManager.h+2-2
- include/aws/crt/http/HttpProxyStrategy.h+2-2
- include/aws/crt/http/HttpRequestResponse.h+2-2
- include/aws/crt/io/Bootstrap.h+2-2
- include/aws/crt/io/ChannelHandler.h+1-1
- include/aws/crt/io/EventLoopGroup.h+2-2
- include/aws/crt/io/HostResolver.h+2-2
- include/aws/crt/io/Pkcs11.h+2-2
- include/aws/crt/io/Stream.h+2-2
- include/aws/crt/io/TlsOptions.h+10-10
- include/aws/crt/io/Uri.h+2-2
- include/aws/crt/mqtt/MqttClient.h+2-2
- include/aws/iot/MqttClient.h+10-10
- source/Allocator.cpp+21
- source/Api.cpp+9-11
- source/Types.cpp-2
- source/auth/Sigv4Signing.cpp+7
- source/crypto/HMAC.cpp+2-2
- source/crypto/Hash.cpp+2-2
- source/iot/MqttClient.cpp+1-1
- tests/Sigv4SigningTest.cpp+1-1
0 commit comments