Commit 91a33a8
File tree
13 files changed
+26
-19
lines changed- aws-crt-kotlin/native
- interop
- src/aws/sdk/kotlin/crt/io
- crt
13 files changed
+26
-19
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
Lines changed: 13 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
39 | 45 | | |
40 | | - | |
41 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
42 | 49 | | |
43 | 50 | | |
44 | 51 | | |
| |||
Submodule aws-c-auth updated 35 files
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/ci.yml+70-24
- .github/workflows/codecov.yml+18-12
- .github/workflows/issue-regression-labeler.yml+32
- CMakeLists.txt+8-27
- README.md+2-2
- include/aws/auth/credentials.h+74-3
- include/aws/auth/private/credentials_utils.h+18-3
- include/aws/auth/signing_config.h+1-1
- source/aws_imds_client.c+1-1
- source/aws_profile.c+11-2
- source/aws_signing.c+18-5
- source/credentials.c+48-8
- source/credentials_provider_cached.c+1-1
- source/credentials_provider_cognito.c+107-26
- source/credentials_provider_ecs.c+142-25
- source/credentials_provider_environment.c+12-2
- source/credentials_provider_process.c+1
- source/credentials_provider_sso.c+28-6
- source/credentials_provider_static.c+8-3
- source/credentials_provider_sts.c+92-34
- source/credentials_provider_sts_web_identity.c+44-13
- source/credentials_utils.c+155-39
- source/token_provider_sso_session.c+1-1
- tests/CMakeLists.txt+10
- tests/credentials_provider_cognito_tests.c+238-1
- tests/credentials_provider_ecs_tests.c+66-6
- tests/credentials_provider_process_tests.c+103-17
- tests/credentials_provider_sso_tests.c+3
- tests/credentials_provider_sts_tests.c+6-3
- tests/credentials_provider_sts_web_identity_tests.c+4-1
- tests/credentials_tests.c+104-12
- tests/credentials_utils_tests.c+117-8
- tests/key_derivation_tests.c-3
- tests/sigv4_signing_tests.c+27
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/ci.yml+198-79
- .github/workflows/issue-regression-labeler.yml+32
- CMakeLists.txt+48-38
- README.md+1-1
- bin/produce_x_platform_fuzz_corpus/CMakeLists.txt-2
- bin/run_x_platform_fuzz_corpus/CMakeLists.txt-2
- bin/sha256_profile/CMakeLists.txt-2
- builder.json+35
- cmake/aws-c-cal-config.cmake+2-2
- cmake/modules/Findcrypto.cmake+2-2
- include/aws/cal/cal.h+1
- include/aws/cal/ed25519.h+88
- include/aws/cal/exports.h+5-5
- include/aws/cal/private/opensslcrypto_common.h+4
- include/aws/cal/rsa.h+10
- source/cal.c+1
- source/darwin/commoncrypto_platform_init.c+19-2
- source/darwin/securityframework_rsa.c+3
- source/ed25519.c+147
- source/rsa.c+130-1
- source/shared/ed25519.c+388
- source/shared/ed25519_noop.c+51
- source/shared/lccrypto_common.c+75
- source/unix/openssl_platform_init.c+1-5
- source/unix/openssl_rsa.c+55-97
- source/windows/bcrypt_platform_init.c+25-2
- source/windows/bcrypt_rsa.c+9-2
- tests/CMakeLists.txt+14
- tests/ed25519_test.c+83
- tests/rsa_test.c+200-1
Submodule aws-c-common updated 56 files
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/PULL_REQUEST_TEMPLATE.md+1-1
- .github/workflows/ci.yml+144-58
- .github/workflows/clang-tidy.yml+1-1
- .github/workflows/codecov.yml+13-7
- .github/workflows/issue-regression-labeler.yml+32
- .github/workflows/proof_ci.yaml+1-1
- .github/workflows/proof_ci_resources/config.yaml+4-4
- .gitignore+3
- AWSCRTAndroidTestRunner/app/src/main/cpp/CMakeLists.txt+1-1
- CMakeLists.txt+19-16
- bin/system_info/CMakeLists.txt-2
- bin/system_info/print_system_info.c+6
- bin/system_info/test-print-system-info.py+159
- builder.json+5-1
- cmake/AwsCFlags.cmake+19-20
- cmake/AwsCheckHeaders.cmake+3
- cmake/AwsPrebuildDependency.cmake+84-7
- cmake/AwsSharedLibSetup.cmake+6-20
- cmake/AwsTestHarness.cmake+18-5
- cmake/CPackConfig.cmake+1-1
- cmake/aws-c-common-config.cmake+3
- include/aws/common/cbor.h+2-2
- include/aws/common/encoding.h+2-2
- include/aws/common/environment.h+16
- include/aws/common/math.fallback.inl+6-14
- include/aws/common/math.gcc_arm64_asm.inl+1-1
- include/aws/common/math.h+8-22
- include/aws/common/math.inl+23-24
- include/aws/common/math.msvc_x64.inl
- include/aws/common/private/xml_parser_impl.h+1
- include/aws/common/ref_count.h+1-7
- include/aws/common/shutdown_types.h+34
- include/aws/common/string.h+1
- source/arch/intel/asm/cpuid.c+11
- source/arch/intel/cpuid.c+71-102
- source/arch/intel/msvc/cpuid.c+5
- source/common.c+23-17
- source/encoding.c+27-26
- source/host_utils.c+29-16
- source/posix/clock.c+3-1
- source/posix/cross_process_lock.c-1
- source/posix/environment.c+20
- source/string.c+6-1
- source/uri.c+3-2
- source/windows/environment.c+34
- source/xml_parser.c+10
- tests/CMakeLists.txt+3
- tests/encoding_test.c+87-139
- tests/environment_test.c+40
- tests/fuzz/hex_encoding_transitive.c-1
- tests/hash_table_test.c+55-15
- tests/host_util_test.c+23-2
- tests/memtrace_test.c+5-6
- tests/uri_test.c+12
- tests/xml_parser_test.c+36
Submodule aws-c-http updated 34 files
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/ci.yml+147-56
- .github/workflows/issue-regression-labeler.yml+32
- CMakeLists.txt+8-26
- README.md+1-1
- bin/elasticurl/CMakeLists.txt+1-3
- builder.json+1-1
- include/aws/http/connection_manager.h+8
- include/aws/http/private/h1_encoder.h+7-4
- include/aws/http/private/h1_stream.h+17-15
- include/aws/http/private/hpack.h+8-5
- include/aws/http/request_response.h+2-1
- source/connection.c+43-13
- source/connection_manager.c+34-32
- source/h1_connection.c+18-18
- source/h1_decoder.c+32-14
- source/h1_encoder.c+140-15
- source/h1_stream.c+26-22
- tests/CMakeLists.txt+105-99
- tests/py_localhost/server.py+3-1
- tests/stream_test_helper.c+1
- tests/stream_test_helper.h+1
- tests/test_connection.c+1-3
- tests/test_connection_manager.c+169-40
- tests/test_connection_monitor.c+17-19
- tests/test_h1_client.c+396-2
- tests/test_h1_decoder.c+88-46
- tests/test_h1_encoder.c+90-173
- tests/test_h2_client.c+64
- tests/test_localhost_integ.c+1-3
- tests/test_proxy.c+20-22
- tests/test_random_access_set.c+6-6
- tests/test_stream_manager.c+1-1
- tests/test_tls.c+1-1
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/ci.yml+191-73
- .github/workflows/issue-regression-labeler.yml+32
- .github/workflows/proof-alarm.yml+3-3
- CMakeLists.txt+41-38
- README.md+25-18
- include/aws/io/channel_bootstrap.h+13
- include/aws/io/event_loop.h+128-322
- include/aws/io/host_resolver.h-4
- include/aws/io/io.h+31-11
- include/aws/io/private/event_loop_impl.h+343
- include/aws/io/private/pki_utils.h+20-6
- include/aws/io/private/socket_impl.h+96
- include/aws/io/private/tls_channel_handler_shared.h+2
- include/aws/io/retry_strategy.h+22-4
- include/aws/io/socket.h+113-27
- include/aws/io/tls_channel_handler.h+63-14
- include/aws/testing/io_testing_channel.h+38-31
- source/bsd/kqueue_event_loop.c+34-7
- source/channel.c+4-2
- source/channel_bootstrap.c+557-105
- source/darwin/darwin_pki_utils.c+568-9
- source/darwin/dispatch_queue_event_loop.c+764
- source/darwin/dispatch_queue_event_loop_private.h+88
- source/darwin/nw_socket.c+2.8k
- source/darwin/secure_transport_tls_channel_handler.c+101-55
- source/event_loop.c+296-96
- source/exponential_backoff_retry_strategy.c+3-2
- source/future.c+13-54
- source/host_resolver.c+51-41
- source/io.c+79-34
- source/linux/epoll_event_loop.c+32-8
- source/no_retry_strategy.c+85
- source/posix/pipe.c+1
- source/posix/socket.c+182-65
- source/s2n/s2n_tls_channel_handler.c+17-7
- source/socket.c+270
- source/socket_channel_handler.c+67-9
- source/tls_channel_handler.c+115-29
- source/tls_channel_handler_shared.c+9
- source/windows/host_resolver.c+1
- source/windows/iocp/iocp_event_loop.c+39-5
- source/windows/iocp/pipe.c+1
- source/windows/iocp/socket.c+229-109
- source/windows/winsock_init.c+1
- tests/CMakeLists.txt+56-10
- tests/alpn_handler_test.c+1
- tests/byo_crypto_test.c+5-1
- tests/channel_test.c+5-1
- tests/default_host_resolver_test.c+212-12
- tests/event_loop_test.c+125-15
- tests/exponential_backoff_retry_test.c+20-5
- tests/future_test.c+1
- tests/no_retry_strategy_test.c+27
- tests/pipe_test.c+1
- tests/pkcs11_test.c+4-2
- tests/read_write_test_handler.c+16-7
- tests/socket_handler_test.c+172-4
- tests/socket_test.c+893-122
- tests/standard_retry_test.c+7-1
- tests/tls_handler_test.c+28-18
- tests/vcc/Makefile+3-3
- tests/vcc/client.c+2-1
- tests/vcc/new_destroy.c+10-4
- tests/vcc/preamble.h+15-2
Submodule aws-c-mqtt updated 19 files
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/ci.yml+84-31
- .github/workflows/codecov.yml+18-12
- .github/workflows/issue-regression-labeler.yml+32
- CMakeLists.txt+12-30
- README.md+3-3
- bin/elastipubsub/CMakeLists.txt+1-3
- bin/elastipubsub5/CMakeLists.txt+1-3
- bin/elastishadow/CMakeLists.txt+1-3
- bin/elastishadow/main.c+5-1
- bin/mqtt5canary/CMakeLists.txt+1-3
- include/aws/mqtt/request-response/request_response_client.h+4-1
- source/client.c+36-3
- source/request-response/request_response_client.c+1-1
- source/v5/mqtt5_options_storage.c+2-2
- tests/CMakeLists.txt+2
- tests/request-response/request_response_client_tests.c+133-45
- tests/v3/connection_state_test.c+42
- tests/v5/mqtt5_client_tests.c+9-8
Submodule aws-c-sdkutils updated 12 files
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/ci.yml+80-30
- .github/workflows/codecov.yml+18-12
- .github/workflows/issue-regression-labeler.yml+32
- CMakeLists.txt+9-28
- README.md+2-2
- include/aws/sdkutils/aws_profile.h+1
- include/aws/sdkutils/private/endpoints_util.h+1-1
- source/aws_profile.c+47-29
- tests/CMakeLists.txt+3-2
- tests/aws_profile_tests.c+297-299
- tests/endpoints_regex_tests.c+2-2
0 commit comments