File tree
6 files changed
+16
-6
lines changed- aws-common-runtime
- tests
6 files changed
+16
-6
lines changedSubmodule aws-c-auth updated 26 files
- include/aws/auth/auth.h+1
- include/aws/auth/aws_imds_client.h+255
- include/aws/auth/credentials.h+131-18
- include/aws/auth/private/credentials_utils.h+54-3
- source/aws_imds_client.c+1.6k
- source/aws_signing.c+1-1
- source/credentials.c+3-1
- source/credentials_provider_ecs.c+32-124
- source/credentials_provider_imds.c+104-852
- source/credentials_provider_process.c+257
- source/credentials_provider_sts.c+190-38
- source/credentials_provider_sts_web_identity.c+1.1k
- source/credentials_provider_x509.c+626
- source/credentials_utils.c+157
- source/external/cJSON.c+3-1
- tests/CMakeLists.txt+46-1
- tests/aws_imds_client_test.c+1.4k
- tests/credentials_provider_ecs_tests.c+4-5
- tests/credentials_provider_imds_tests.c+62-19
- tests/credentials_provider_process_tests.c+374
- tests/credentials_provider_sts_tests.c+89-3
- tests/credentials_provider_sts_web_identity_tests.c+1.2k
- tests/credentials_provider_x509_tests.c+681
- tests/credentials_tests.c+26-1
- tests/shared_credentials_test_definitions.h+6
- tests/sigv4_tests.c+1-1
Submodule aws-c-common updated 49 files
- .cbmc-batch/jobs/Makefile.common+3
- .cbmc-batch/jobs/aws_hash_table_clean_up/Makefile+2-4
- .cbmc-batch/jobs/aws_hash_table_clean_up/aws_hash_table_clean_up_harness.c+12-3
- .cbmc-batch/jobs/aws_hash_table_clean_up/cbmc-batch.yaml+3-3
- .cbmc-batch/jobs/aws_string_destroy_secure/aws_string_destroy_secure_harness.c+12-4
- .cbmc-batch/jobs/aws_string_destroy_secure/cbmc-batch.yaml+2-2
- .github/workflows/ci.yml+20-5
- include/aws/common/allocator.h+15
- include/aws/common/byte_buf.h+46
- include/aws/common/cache.h+94
- include/aws/common/exports.h+3-3
- include/aws/common/fifo_cache.h+39
- include/aws/common/lifo_cache.h+39
- include/aws/common/linked_hash_table.h+131
- include/aws/common/lru_cache.h+8-66
- include/aws/common/math.fallback.inl+108
- include/aws/common/math.gcc_builtin.inl+88
- include/aws/common/math.h+18
- include/aws/common/math.inl+4
- include/aws/common/math.msvc.inl+70
- include/aws/common/process.h+65
- include/aws/common/string.h+6
- include/aws/common/string.inl+10-1
- include/aws/common/system_info.h+1-1
- sanitizer-blacklist.txt+3
- source/allocator_sba.c+430
- source/byte_buf.c+40
- source/cache.c+70
- source/date_time.c+31-31
- source/fifo_cache.c+69
- source/lifo_cache.c+72
- source/linked_hash_table.c+147
- source/log_formatter.c+3-3
- source/lru_cache.c+71-113
- source/posix/process.c+41-1
- source/posix/system_info.c+5-5
- source/process_common.c+92
- source/windows/process.c+21-1
- tests/CMakeLists.txt+26-6
- tests/alloc_test.c+201
- tests/byte_buf_test.c+135
- tests/cache_test.c+369
- tests/cursor_test.c+7-11
- tests/linked_hash_table_test.c+178
- tests/logging/log_writer_test.c+4-4
- tests/logging/logging_test_utilities.c+1-1
- tests/logging/test_logger.c+2-2
- tests/lru_cache_test.c-266
- tests/process_test.c+65-2
Submodule aws-c-http updated 41 files
- bin/elasticurl/main.c+4-5
- include/aws/http/connection.h+192
- include/aws/http/connection_manager.h+6
- include/aws/http/http.h+19
- include/aws/http/private/connection_impl.h+14
- include/aws/http/private/connection_manager_system_vtable.h+6
- include/aws/http/private/h1_encoder.h+50-1
- include/aws/http/private/h1_stream.h+10-2
- include/aws/http/private/h2_connection.h+59-16
- include/aws/http/private/h2_decoder.h+3-3
- include/aws/http/private/h2_frames.h+10-46
- include/aws/http/private/h2_stream.h+17-1
- include/aws/http/private/request_response_impl.h+1
- include/aws/http/request_response.h+67
- source/connection.c+71-10
- source/connection_manager.c+377-85
- source/h1_connection.c+25-5
- source/h1_encoder.c+466-91
- source/h1_stream.c+96-3
- source/h2_connection.c+570-171
- source/h2_decoder.c+30-30
- source/h2_frames.c+45-45
- source/h2_stream.c+166-24
- source/hpack.c+1-1
- source/http.c+22-12
- source/request_response.c+10
- source/websocket.c+2-2
- tests/CMakeLists.txt+69-23
- tests/fuzz/fuzz_h2_decoder_correct.c+5-5
- tests/h2_test_helper.c+6-7
- tests/h2_test_helper.h+11-11
- tests/proxy_test_helper.c+1-1
- tests/test_connection_manager.c+288-58
- tests/test_connection_monitor.c+5-2
- tests/test_h1_client.c+970-9
- tests/test_h1_encoder.c+413
- tests/test_h2_client.c+2.6k-871
- tests/test_h2_decoder.c+44-44
- tests/test_h2_encoder.c+5-5
- tests/test_message.c+1-1
- tests/test_tls.c+2-2
- .github/workflows/ci.yml+1-1
- include/aws/io/tls_channel_handler.h+7
- include/aws/testing/io_testing_channel.h+31-35
- source/host_resolver.c+98-98
- source/pki_utils.c+1-1
- source/posix/socket.c+8-4
- source/tls_channel_handler.c+6
- source/uri.c+3-3
- source/windows/iocp/socket.c+12-3
- tests/CMakeLists.txt+1
- tests/socket_test.c+29-2
- tests/tls_handler_test.c+2-1
Lines changed: 11 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
212 |
| - | |
| 212 | + | |
213 | 213 |
| |
214 | 214 |
| |
215 | 215 |
| |
| |||
218 | 218 |
| |
219 | 219 |
| |
220 | 220 |
| |
| 221 | + | |
221 | 222 |
| |
222 | 223 |
| |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
223 | 233 |
| |
224 | 234 |
| |
225 | 235 |
| |
|
0 commit comments