File tree
7 files changed
+7
-7
lines changed- crt
7 files changed
+7
-7
lines changedSubmodule aws-c-common updated 43 files
- .github/workflows/ci.yml+10-26
- THIRD-PARTY-LICENSES.txt+2-2
- include/aws/common/byte_order.inl+2-4
- include/aws/common/uuid.h+3
- scripts/import_libcbor.py+20-1
- scripts/update_cjson.py+105
- source/external/cJSON.h+1-1
- source/external/libcbor/cbor.c+29-26
- source/external/libcbor/cbor/arrays.c+25-25
- source/external/libcbor/cbor/bytestrings.c+22-22
- source/external/libcbor/cbor/bytestrings.h+13-13
- source/external/libcbor/cbor/callbacks.c+43-43
- source/external/libcbor/cbor/callbacks.h+34-34
- source/external/libcbor/cbor/common.c+26-28
- source/external/libcbor/cbor/common.h+31-25
- source/external/libcbor/cbor/configuration.h+1-1
- source/external/libcbor/cbor/encoding.c+47-33
- source/external/libcbor/cbor/encoding.h+38-33
- source/external/libcbor/cbor/floats_ctrls.c+46-44
- source/external/libcbor/cbor/floats_ctrls.h+24-24
- source/external/libcbor/cbor/internal/builder_callbacks.c+80-80
- source/external/libcbor/cbor/internal/builder_callbacks.h+27-27
- source/external/libcbor/cbor/internal/encoders.c+24-23
- source/external/libcbor/cbor/internal/encoders.h+5-5
- source/external/libcbor/cbor/internal/loaders.c+11-5
- source/external/libcbor/cbor/internal/loaders.h+4-4
- source/external/libcbor/cbor/internal/stack.c+5-5
- source/external/libcbor/cbor/internal/stack.h+5-5
- source/external/libcbor/cbor/ints.c+49-46
- source/external/libcbor/cbor/ints.h+24-24
- source/external/libcbor/cbor/maps.c+18-18
- source/external/libcbor/cbor/maps.h+13-13
- source/external/libcbor/cbor/serialization.c+41-22
- source/external/libcbor/cbor/serialization.h+13-13
- source/external/libcbor/cbor/streaming.c+5-4
- source/external/libcbor/cbor/strings.c+29-27
- source/external/libcbor/cbor/strings.h+15-15
- source/external/libcbor/cbor/tags.c+13-13
- source/external/libcbor/cbor/tags.h+26-22
- source/uuid.c+20-4
- source/windows/system_info.c+2-1
- tests/CMakeLists.txt+3
- tests/uuid_test.c+62
- .github/workflows/handle-stale-discussions.yml+2-2
- .github/workflows/stale_issue.yml+1-1
- include/aws/s3/private/s3_checksum_context.h+156
- include/aws/s3/private/s3_checksums.h+57-22
- include/aws/s3/private/s3_client_impl.h+2
- include/aws/s3/private/s3_meta_request_impl.h+3-3
- include/aws/s3/private/s3_request.h+20
- include/aws/s3/private/s3_request_messages.h+6-7
- include/aws/s3/s3_client.h+67-1
- source/s3_auto_ranged_put.c+47-20
- source/s3_checksum_context.c+191
- source/s3_checksum_stream.c+61-40
- source/s3_checksums.c+5-4
- source/s3_chunk_stream.c+48-47
- source/s3_client.c+18-1
- source/s3_copy_object.c+2-1
- source/s3_default_buffer_pool.c+57-12
- source/s3_default_meta_request.c+9-6
- source/s3_meta_request.c+15-2
- source/s3_request.c+114
- source/s3_request_messages.c+40-63
- tests/CMakeLists.txt+8
- tests/mock_s3_server/UploadPart/throttle_before_finish.json+13
- tests/mock_s3_server/mock_s3_server.py+30-31
- tests/s3_checksum_context_test.c+120
- tests/s3_checksum_stream_test.c+36-4
- tests/s3_data_plane_tests.c+1-1
- tests/s3_default_buffer_pool_tests.c+184
- tests/s3_mock_server_tests.c+154-28
- tests/s3_request_messages_tests.c+5-6
Submodule aws-lc updated from 8b52781 to 98500e8
Submodule s2n updated from e33d7ef to a786223
0 commit comments