-
Notifications
You must be signed in to change notification settings - Fork 110
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ec490c0
commit 0978d93
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-crt-cpp
updated
30 files
+1 −1 | CMakeLists.txt | |
+1 −1 | crt/aws-c-auth | |
+1 −1 | crt/aws-c-cal | |
+14 −0 | include/aws/crt/Api.h | |
+9 −2 | include/aws/crt/auth/Credentials.h | |
+21 −2 | source/Api.cpp | |
+1 −1 | source/io/Stream.cpp | |
+1 −0 | tests/CMakeLists.txt | |
+0 −3 | tests/ChannelBootstrapTest.cpp | |
+0 −12 | tests/CredentialsTest.cpp | |
+0 −3 | tests/EventLoopGroupTest.cpp | |
+0 −3 | tests/HMACTest.cpp | |
+0 −5 | tests/HashTest.cpp | |
+0 −3 | tests/HostResolverTest.cpp | |
+0 −7 | tests/HttpClientConnectionManagerTest.cpp | |
+0 −5 | tests/HttpClientTest.cpp | |
+0 −3 | tests/HttpRequestTest.cpp | |
+0 −4 | tests/ImdsClientTest.cpp | |
+1 −4 | tests/IotServiceTest.cpp | |
+0 −9 | tests/JsonParserTest.cpp | |
+1 −5 | tests/MqttClientTest.cpp | |
+0 −7 | tests/OptionalMemorySafetyTest.cpp | |
+0 −9 | tests/Sigv4SigningTest.cpp | |
+29 −14 | tests/StreamTest.cpp | |
+0 −2 | tests/StringViewTest.cpp | |
+0 −5 | tests/TLSContextTest.cpp | |
+0 −5 | tests/TypesTest.cpp | |
+1 −3 | tests/UUIDTest.cpp | |
+0 −27 | tests/Utils.cpp | |
+0 −18 | tests/Utils.h |