File tree
8 files changed
+8
-8
lines changed- crt
8 files changed
+8
-8
lines changedSubmodule aws-c-common updated 34 files
- .github/workflows/clang-format.yml+1-1
- .github/workflows/clang-tidy.yml+1-1
- .gitmodules
- CMakeLists.txt+1
- cmake/AwsCRuntime.cmake+32
- include/aws/common/assert.h+13-7
- include/aws/common/bus.h+1-1
- include/aws/common/command_line_parser.h+3-3
- include/aws/common/common.h+2-2
- include/aws/common/error.h+4-1
- include/aws/common/file.h+4-1
- include/aws/common/logging.h+2-4
- include/aws/common/macros.h+2-2
- include/aws/common/private/hash_table_impl.h+1-1
- include/aws/common/thread.h+1-1
- source/allocator.c+1-1
- source/array_list.c+2-1
- source/bus.c+1-1
- source/command_line_parser.c+4-6
- source/common.c+7-1
- source/date_time.c+1-1
- source/encoding.c+5-5
- source/error.c+4
- source/file.c+17-12
- source/json.c+24-25
- source/log_writer.c+3-2
- source/logging.c+6-1
- source/memtrace.c+4-4
- source/posix/file.c+63-39
- source/posix/thread.c+3-2
- source/priority_queue.c+6-4
- source/uri.c+10-10
- source/windows/file.c+23-5
- source/xml_parser.c+6-6
- .github/workflows/proof-alarm.yml+1-1
- source/channel.c+1-1
- source/channel_bootstrap.c+2-2
- source/darwin/secure_transport_tls_channel_handler.c+1-1
- source/exponential_backoff_retry_strategy.c+4-4
- source/host_resolver.c+1-1
- source/linux/epoll_event_loop.c+1-1
- source/posix/pipe.c+7-5
- source/posix/socket.c+64-45
- source/s2n/s2n_tls_channel_handler.c+3-3
- source/stream.c-1
- source/tls_channel_handler.c+2-2
- source/windows/secure_channel_tls_handler.c+2-2
Submodule aws-c-mqtt updated 11 files
- bin/mqtt5canary/main.c-2
- include/aws/mqtt/client.h+40
- include/aws/mqtt/private/client_impl.h+89-1
- include/aws/mqtt/private/v5/mqtt5_decoder.h-7
- source/client.c+200-7
- source/client_channel_handler.c+41-1
- source/v5/mqtt5_client.c-4
- source/v5/mqtt5_decoder.c+2-99
- tests/CMakeLists.txt+9
- tests/v3/operation_statistics_test.c+1.3k
- tests/v5/mqtt5_encoding_tests.c+33
- .builder/actions/mock_server_setup.py+1-2
- .github/workflows/ci.yml+1-1
- .github/workflows/codecov.yml+2-15
- CMakeLists.txt+1
- README.md+5
- builder.json+3
- include/aws/s3/s3_client.h+10-3
- source/s3_auto_ranged_put.c+2-2
- source/s3_client.c+99-21
- source/s3_copy_object.c+1-1
- source/s3_meta_request.c+8-16
- source/s3_paginator.c+29-16
- source/s3_request_messages.c+1-1
- tests/CMakeLists.txt+19-11
- tests/mock_s3_server/GetObject/get_object_modified_failure.json+7
- tests/mock_s3_server/GetObject/get_object_modified_first_part.json+14
- tests/mock_s3_server/GetObject/get_object_modified_success.json+10
- tests/mock_s3_server/README.md+7
- tests/mock_s3_server/mock_s3_server.py+87-105
- tests/s3_cancel_tests.c+9-8
- tests/s3_data_plane_tests.c+220-80
- tests/s3_endpoint_tests.c+2-2
- tests/s3_mock_server_tests.c+43-1
- tests/s3_retry_tests.c+5-5
- tests/s3_tester.c+40-24
- tests/s3_tester.h+11-1
- tests/test_helper/README.md+47
- tests/test_helper/test_helper.py+142
Submodule s2n updated from f2faa0e to 52661e9
0 commit comments