-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
4 files
+1 −1 | .github/workflows/ci.yml | |
+25 −0 | source/aws_signing.c | |
+3 −1 | source/credentials_provider_cached.c | |
+6 −7 | tests/credentials_provider_sts_tests.c |
Submodule aws-c-compression
updated
5 files
+12 −3 | .github/workflows/ci.yml | |
+4 −6 | .github/workflows/clang-format.yml | |
+47 −0 | format-check.py | |
+0 −24 | format-check.sh | |
+1 −1 | source/compression.c |
Submodule aws-c-s3
updated
17 files
+16 −3 | .github/workflows/ci.yml | |
+5 −5 | include/aws/s3/private/s3_meta_request_impl.h | |
+11 −0 | include/aws/s3/private/s3_util.h | |
+2 −0 | include/aws/s3/s3.h | |
+50 −0 | include/aws/s3/s3_client.h | |
+2 −0 | source/s3.c | |
+20 −10 | source/s3_auto_ranged_get.c | |
+4 −10 | source/s3_auto_ranged_put.c | |
+5 −16 | source/s3_copy_object.c | |
+21 −10 | source/s3_default_meta_request.c | |
+159 −156 | source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c | |
+186 −158 | source/s3_meta_request.c | |
+56 −0 | source/s3_util.c | |
+7 −0 | tests/CMakeLists.txt | |
+256 −7 | tests/s3_data_plane_tests.c | |
+64 −16 | tests/s3_tester.c | |
+7 −0 | tests/s3_tester.h |
Submodule aws-checksums
updated
25 files
+26 −5 | .github/workflows/ci.yml | |
+4 −6 | .github/workflows/clang-format.yml | |
+60 −49 | CMakeLists.txt | |
+29 −0 | bin/benchmark/CMakeLists.txt | |
+127 −0 | bin/benchmark/main.c | |
+4 −0 | builder.json | |
+47 −0 | format-check.py | |
+0 −24 | format-check.sh | |
+12 −2 | include/aws/checksums/crc.h | |
+51 −0 | include/aws/checksums/private/crc64_priv.h | |
+28 −11 | include/aws/checksums/private/crc_priv.h | |
+4 −4 | source/arm/crc32c_arm.c | |
+208 −0 | source/arm/crc64_arm.c | |
+24 −9 | source/crc.c | |
+124 −0 | source/crc64.c | |
+579 −0 | source/crc64_sw.c | |
+0 −18 | source/generic/crc32c_null.c | |
+3 −14 | source/intel/asm/crc32c_sse42_asm.c | |
+246 −0 | source/intel/intrin/crc32c_sse42_avx512.c | |
+130 −0 | source/intel/intrin/crc64nvme_avx512.c | |
+147 −0 | source/intel/intrin/crc64nvme_clmul.c | |
+0 −77 | source/intel/visualc/visualc_crc32c_sse42.c | |
+1 −0 | tests/CMakeLists.txt | |
+128 −0 | tests/crc64_test.c | |
+113 −43 | tests/crc_test.c |
Submodule aws-lc
updated
from 057477 to 2f1879
Submodule s2n
updated
from 79c0f1 to 87f4a0