Commit 3c91fbc
File tree
13 files changed
+13
-13
lines changed- crt
13 files changed
+13
-13
lines changedSubmodule aws-c-auth updated 34 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+2-2
- .github/workflows/closed-issue-message.yml+17
- .github/workflows/stale_issue.yml+46
- CMakeLists.txt+1-1
- include/aws/auth/auth.h+7
- include/aws/auth/aws_imds_client.h+3
- include/aws/auth/credentials.h+65-6
- include/aws/auth/private/credentials_utils.h+11-1
- include/aws/auth/private/sso_token_providers.h+112
- include/aws/auth/private/sso_token_utils.h+58
- include/aws/auth/signable.h+3
- include/aws/auth/signing.h+3
- include/aws/auth/signing_config.h+3
- include/aws/auth/signing_result.h+3
- source/auth.c+12
- source/aws_imds_client.c+1-1
- source/credentials.c+140-44
- source/credentials_provider_ecs.c+1-1
- source/credentials_provider_process.c+2-2
- source/credentials_provider_sso.c+851
- source/credentials_utils.c+67-4
- source/sso_token_utils.c+160
- source/token_provider_sso_profile.c+186
- source/token_provider_sso_session.c+251
- tests/CMakeLists.txt+34
- tests/credentials_provider_sso_tests.c+937
- tests/credentials_provider_utils.c+326
- tests/credentials_provider_utils.h+81
- tests/sso_token_util_tests.c+134
- tests/token_provider_sso_tests.c+605
- .github/workflows/ci.yml+10-1
- README.md+7-1
- builder.json+22
- include/aws/cal/cal.h+3
- include/aws/cal/ecc.h+7-4
- include/aws/cal/hash.h+3
- include/aws/cal/hmac.h+3
- include/aws/cal/private/opensslcrypto_common.h+20-8
- include/aws/cal/symmetric_cipher.h+4
- source/unix/openssl_platform_init.c+112-45
- source/unix/opensslcrypto_hmac.c+1-1
Submodule aws-c-common updated 60 files
- .github/workflows/ci.yml+2-2
- CMakeLists.txt+1-1
- cmake/AwsCheckHeaders.cmake+21-10
- include/aws/common/allocator.h+2
- include/aws/common/array_list.h+4-1
- include/aws/common/array_list.inl-21
- include/aws/common/assert.h+5-2
- include/aws/common/atomics.h+3
- include/aws/common/atomics_msvc.inl+16-11
- include/aws/common/byte_buf.h+3
- include/aws/common/byte_order.h+2
- include/aws/common/cache.h+3
- include/aws/common/clock.h+3
- include/aws/common/command_line_parser.h+3
- include/aws/common/common.h+2
- include/aws/common/condition_variable.h+4
- include/aws/common/cpuid.h+3
- include/aws/common/date_time.h+3
- include/aws/common/device_random.h+3
- include/aws/common/encoding.h+2
- include/aws/common/environment.h+3
- include/aws/common/error.h+4
- include/aws/common/fifo_cache.h+2
- include/aws/common/file.h+3
- include/aws/common/hash_table.h+3
- include/aws/common/json.h+3
- include/aws/common/lifo_cache.h+2
- include/aws/common/linked_hash_table.h+3
- include/aws/common/linked_list.h+3
- include/aws/common/linked_list.inl+1-1
- include/aws/common/log_channel.h+3
- include/aws/common/log_formatter.h+3
- include/aws/common/log_writer.h+3
- include/aws/common/logging.h+14
- include/aws/common/lru_cache.h+2
- include/aws/common/macros.h+21
- include/aws/common/math.h+3
- include/aws/common/math.msvc.inl+7-5
- include/aws/common/mutex.h+3
- include/aws/common/predicates.h+1-1
- include/aws/common/priority_queue.h+3
- include/aws/common/process.h+3
- include/aws/common/promise.h+8
- include/aws/common/ref_count.h+3
- include/aws/common/ring_buffer.h+3-5
- include/aws/common/rw_lock.h+3
- include/aws/common/statistics.h+3
- include/aws/common/string.h+6-1
- include/aws/common/system_info.h+3
- include/aws/common/task_scheduler.h+3
- include/aws/common/thread.h+3
- include/aws/common/thread_scheduler.h+3
- include/aws/common/time.h+2
- include/aws/common/uri.h+3
- include/aws/common/uuid.h+3
- include/aws/common/xml_parser.h+3
- include/aws/common/zero.h+2
- include/aws/testing/aws_test_harness.h+7-3
- source/array_list.c+8
- source/promise.c+5-2
Submodule aws-c-event-stream updated 7 files
- .github/workflows/ci.yml+1-1
- include/aws/event-stream/event_stream.h+3-1
- include/aws/event-stream/event_stream_channel_handler.h+3
- include/aws/event-stream/event_stream_rpc.h+3
- include/aws/event-stream/event_stream_rpc_client.h+3
- include/aws/event-stream/event_stream_rpc_server.h+3
- source/event_stream.c+2
Submodule aws-c-http updated 34 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+4-4
- .github/workflows/closed-issue-message.yml+17
- .github/workflows/stale_issue.yml+46
- codebuild/linux-integration-tests.yml+2-1
- include/aws/http/connection.h+10
- include/aws/http/connection_manager.h+3
- include/aws/http/http.h+3
- include/aws/http/http2_stream_manager.h+4
- include/aws/http/private/h2_connection.h+1
- include/aws/http/private/request_response_impl.h+2
- include/aws/http/proxy.h+3
- include/aws/http/request_response.h+56
- include/aws/http/server.h+3
- include/aws/http/statistics.h+3
- include/aws/http/websocket.h+3
- source/connection.c+11
- source/h1_connection.c+36
- source/h1_stream.c+7
- source/h2_connection.c+1
- source/h2_stream.c+31-1
- source/hpack.c+1-1
- source/http.c+1-1
- source/request_response.c+9
- tests/stream_test_helper.c+26
- tests/stream_test_helper.h+1
- tests/test_connection_manager.c+9-7
- tests/test_h1_client.c+14
- tests/test_h2_client.c+15
- tests/test_localhost_integ.c+5
- tests/test_stream_manager.c+3-1
- .builder/actions/pkcs11_test_setup.py+7-6
- .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/stale_issue.yml+46
- CMakeLists.txt+1-1
- include/aws/io/channel.h+3
- include/aws/io/channel_bootstrap.h+3
- include/aws/io/event_loop.h+3
- include/aws/io/host_resolver.h+3
- include/aws/io/io.h+3
- include/aws/io/logging.h+3
- include/aws/io/message_pool.h+3
- include/aws/io/pipe.h+3
- include/aws/io/pkcs11.h+3
- include/aws/io/retry_strategy.h+3
- include/aws/io/shared_library.h+3
- include/aws/io/socket.h+3
- include/aws/io/socket_channel_handler.h+3
- include/aws/io/statistics.h+3
- include/aws/io/stream.h+3
- include/aws/io/tls_channel_handler.h+5-2
- tests/tls_handler_test.c+3-9
Submodule aws-c-mqtt updated 15 files
- .github/workflows/ci.yml+10-1
- CMakeLists.txt+1-1
- include/aws/mqtt/client.h+3
- include/aws/mqtt/mqtt.h+3
- include/aws/mqtt/private/client_impl.h+25-20
- include/aws/mqtt/private/client_impl_shared.h+111
- include/aws/mqtt/private/mqtt_client_test_helper.h+1-1
- include/aws/mqtt/v5/mqtt5_client.h+3
- include/aws/mqtt/v5/mqtt5_listener.h+3
- include/aws/mqtt/v5/mqtt5_packet_storage.h+3
- include/aws/mqtt/v5/mqtt5_types.h+3
- source/client.c+305-218
- source/client_channel_handler.c+28-25
- source/client_impl_shared.c+194
- tests/v3/operation_statistics_test.c+5-3
- .github/workflows/ci.yml+1-1
- CMakeLists.txt+1-2
- include/aws/s3/private/s3_meta_request_impl.h+2
- include/aws/s3/private/s3_request.h+75
- include/aws/s3/private/s3_util.h+16
- include/aws/s3/s3.h+14
- include/aws/s3/s3_client.h+186
- source/s3.c+2-1
- source/s3_auto_ranged_put.c+2
- source/s3_client.c+10-41
- source/s3_meta_request.c+61
- source/s3_request.c+288
- source/s3_request_messages.c+26-3
- source/s3_util.c+60
- tests/CMakeLists.txt+4
- tests/mock_s3_server/CreateMultipartUpload/default.json+1-1
- tests/mock_s3_server/UploadPart/throttle.json+13
- tests/mock_s3_server/mock_s3_server.py+13-1
- tests/s3_data_plane_tests.c+155
- tests/s3_mock_server_tests.c+121
- tests/s3_tester.c+64
- tests/s3_tester.h+7
- tests/s3_util_tests.c+146
- tests/test_helper/README.md+21-20
- tests/test_helper/test_helper.py+10-1
0 commit comments