Commit afb4a4f
Submodule 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
- include/aws/s3/private/s3_checksum_context.h+148
- include/aws/s3/private/s3_checksums.h+39-16
- 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_buffer_pool.h+2-1
- include/aws/s3/s3_client.h+69
- source/s3_auto_ranged_put.c+38-13
- source/s3_checksum_context.c+147
- source/s3_checksum_stream.c+2-1
- source/s3_checksums.c+5-4
- source/s3_chunk_stream.c+41-43
- source/s3_client.c+20-2
- 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+45-61
- tests/CMakeLists.txt+8
- tests/mock_s3_server/mock_s3_server.py-19
- tests/s3_checksum_context_test.c+152
- tests/s3_checksum_stream_test.c+33-1
- tests/s3_data_plane_tests.c+4-2
- tests/s3_default_buffer_pool_tests.c+184
- tests/s3_mock_server_tests.c+78-31
- tests/s3_request_messages_tests.c+5-6
Submodule aws-lc updated from 0f76ff1 to bce1d2c
Submodule s2n updated from a772605 to e33d7ef
0 commit comments