Commit 2cef480
authored
File tree
3 files changed
+26
-6
lines changed- aws-common-runtime
- discovery/source
- samples/greengrass/basic_discovery
3 files changed
+26
-6
lines changedSubmodule aws-crt-cpp updated 26 files
- .github/workflows/ci.yml+1-1
- 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-compression+1-1
- aws-common-runtime/aws-c-http+1-1
- aws-common-runtime/aws-c-io+1-1
- include/aws/crt/StlAllocator.h+15-7
- include/aws/crt/auth/Credentials.h+10-12
- include/aws/crt/auth/Sigv4Signing.h+2-2
- include/aws/crt/crypto/Hash.h+2-2
- include/aws/crt/http/HttpConnection.h+28-2
- include/aws/crt/http/HttpConnectionManager.h+2-2
- include/aws/crt/http/HttpRequestResponse.h+2-2
- include/aws/crt/io/Bootstrap.h+1-1
- include/aws/crt/io/EventLoopGroup.h+2-2
- include/aws/crt/io/HostResolver.h+1-1
- include/aws/crt/io/Stream.h+2-2
- include/aws/crt/io/TlsOptions.h+5-8
- include/aws/crt/io/Uri.h+2-2
- include/aws/crt/mqtt/MqttClient.h+1-1
- include/aws/iot/MqttClient.h+6-8
- source/crypto/HMAC.cpp+2-3
- source/http/HttpConnection.cpp+38-33
- tests/CMakeLists.txt+1
- tests/HttpClientTest.cpp+118-1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
184 | 190 | | |
185 | 191 | | |
186 | 192 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
89 | | - | |
| 89 | + | |
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| |||
95 | 95 | | |
96 | 96 | | |
97 | 97 | | |
98 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| |||
142 | 146 | | |
143 | 147 | | |
144 | 148 | | |
145 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
146 | 160 | | |
147 | 161 | | |
148 | 162 | | |
| |||
0 commit comments