File tree
13 files changed
+22
-18
lines changed- .github/workflows
- crt
13 files changed
+22
-18
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | | - | |
| 204 | + | |
| 205 | + | |
205 | 206 | | |
206 | 207 | | |
207 | 208 | | |
| |||
211 | 212 | | |
212 | 213 | | |
213 | 214 | | |
214 | | - | |
| 215 | + | |
215 | 216 | | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
| 220 | + | |
219 | 221 | | |
220 | | - | |
| 222 | + | |
221 | 223 | | |
222 | 224 | | |
223 | | - | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
224 | 228 | | |
225 | 229 | | |
226 | 230 | | |
| |||
Submodule aws-c-auth updated 10 files
- .github/workflows/ci.yml+1-1
- .github/workflows/codecov.yml+1-1
- source/aws_imds_client.c+1-1
- source/aws_signing.c+1-1
- source/credentials_provider_sts_web_identity.c+2-2
- source/signable_chunk.c+2-2
- source/signable_http_request.c+2-2
- source/signable_trailer.c+2-2
- source/sigv4_http_request.c+1-1
- tests/test_signable.c+2-2
Submodule aws-c-common updated 32 files
- .github/workflows/ci.yml+1-1
- .github/workflows/codecov.yml+1-1
- .github/workflows/stale_issue.yml+2-2
- CMakeLists.txt+4-8
- README.md+1-1
- cmake/AwsFeatureTests.cmake+5-1
- cmake/AwsSIMD.cmake+34-23
- include/aws/common/condition_variable.h+1-1
- include/aws/common/config.h.in+3
- include/aws/common/cpuid.h+1
- include/aws/common/json.h+1-1
- include/aws/common/mutex.h+1-1
- include/aws/common/rw_lock.h+1-1
- include/aws/testing/aws_test_harness.h+20-9
- source/allocator.c+1-1
- source/arch/intel/cpuid.c+13
- source/arch/intel/encoding_avx2.c+1-1
- source/common.c+1-1
- source/external/cJSON.c+52-19
- source/external/cJSON.h+10-8
- source/json.c+3-3
- source/log_formatter.c+1-1
- source/logging.c+2-2
- source/windows/clock.c+1-1
- source/windows/condition_variable.c+1-1
- source/windows/device_random.c+2-1
- source/windows/file.c+1-1
- source/windows/mutex.c+1-1
- source/windows/rw_lock.c+2-1
- source/windows/thread.c+1-1
- tests/CMakeLists.txt+1-1
- tests/encoding_test.c+1-1
Submodule aws-c-compression updated 9 files
- .github/ISSUE_TEMPLATE/bug-report.yml+82
- .github/ISSUE_TEMPLATE/config.yml+5
- .github/ISSUE_TEMPLATE/documentation.yml+23
- .github/ISSUE_TEMPLATE/feature-request.yml+47
- .github/workflows/ci.yml+1-1
- .github/workflows/closed-issue-message.yml+17
- .github/workflows/handle-stale-discussions.yml+18
- .github/workflows/stale_issue.yml+46
- source/huffman.c+1
Submodule aws-c-http updated 11 files
- .github/workflows/ci.yml+1-1
- .github/workflows/closed-issue-message.yml-1
- .github/workflows/stale_issue.yml+2-2
- include/aws/http/request_response.h+8-4
- include/aws/http/server.h+6
- source/connection.c+6
- source/h1_decoder.c+1-1
- source/h1_encoder.c+1-4
- source/proxy_connection.c+1-1
- tests/CMakeLists.txt+1
- tests/test_connection.c+32-8
- .github/workflows/ci.yml+20-1
- CMakeLists.txt+1-1
- NOTICE+2
- THIRD-PARTY-LICENSES.txt-31
- builder.json+1-1
- source/channel.c+1-1
- source/darwin/darwin_pki_utils.c+58-31
- source/darwin/secure_transport_tls_channel_handler.c+8-9
- source/event_loop.c+1-1
- source/pkcs11/v2.40/pkcs11.h+1.7k-233
- source/pkcs11/v2.40/pkcs11f.h-939
- source/pkcs11/v2.40/pkcs11t.h-2.0k
- source/pkcs11_lib.c+1-1
- source/pkcs11_private.h-7
- source/posix/socket.c+1-1
- source/s2n/s2n_tls_channel_handler.c+3-2
- source/windows/iocp/iocp_event_loop.c+1-1
- source/windows/secure_channel_tls_handler.c+5-1
- tests/CMakeLists.txt+1
- tests/pkcs11_test.c+7-10
- tests/tls_handler_test.c+40-6
Submodule aws-c-mqtt updated 9 files
0 commit comments