2 files changed
+2
-2
lines changedSubmodule aws-c-common updated 17 files
- .github/workflows/handle-stale-discussions.yml+2-2
- .github/workflows/stale_issue.yml+1-1
- CMakeLists.txt+12
- include/aws/common/allocator.h+13
- include/aws/common/file.h+48-2
- include/aws/common/system_info.h+4
- source/allocator.c+48-18
- source/file.c+50
- source/linux/file_direct_io.c+89
- source/platform_fallback_stubs/file_direct_io.c+24
- source/posix/file.c-1
- source/posix/system_info.c+21
- source/windows/system_info.c+6
- tests/CMakeLists.txt+7-1
- tests/alloc_test.c+64-1
- tests/file_test.c+258
- tests/system_info_tests.c+14
- include/aws/s3/private/s3_checksums.h+23-10
- include/aws/s3/private/s3_client_impl.h+11-2
- include/aws/s3/private/s3_meta_request_impl.h+3
- include/aws/s3/private/s3_parallel_input_stream.h+63-10
- include/aws/s3/private/s3_part_streaming_input_stream.h+48
- include/aws/s3/private/s3_request.h+12-4
- include/aws/s3/private/s3_request_messages.h+13
- include/aws/s3/private/s3_util.h+4
- include/aws/s3/s3_client.h+71-7
- source/s3_auto_ranged_put.c+143-82
- source/s3_checksum_stream.c+73-39
- source/s3_chunk_stream.c+3-12
- source/s3_client.c+105-24
- source/s3_default_buffer_pool.c+14-4
- source/s3_default_meta_request.c+2-1
- source/s3_meta_request.c+47-4
- source/s3_parallel_input_stream.c+149-45
- source/s3_part_streaming_input_stream.c+369
- source/s3_request.c+76-46
- source/s3_request_messages.c+98-19
- source/s3_util.c+1
- tests/CMakeLists.txt+19
- tests/mock_s3_server/mock_s3_server.py+1-24
- tests/s3_cancel_tests.c+35-3
- tests/s3_data_plane_tests.c+180-13
- tests/s3_mock_server_tests.c+64-3
- tests/s3_parallel_read_stream_test.c+565-14
- tests/s3_request_messages_tests.c+2-1
- tests/s3_test_parallel_stream.c+16-5
- tests/s3_tester.c+50-31
- tests/s3_tester.h+5-2
0 commit comments