-
Notifications
You must be signed in to change notification settings - Fork 66
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
14 changed files
with
14 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule aws-c-common
updated
27 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+1 −1 | AWSCRTAndroidTestRunner/app/src/main/cpp/CMakeLists.txt | |
+3 −6 | CMakeLists.txt | |
+19 −20 | cmake/AwsCFlags.cmake | |
+6 −3 | cmake/AwsTestHarness.cmake | |
+1 −1 | include/aws/common/array_list.h | |
+2 −1 | include/aws/common/atomics.h | |
+1 −2 | include/aws/common/atomics.inl | |
+1 −1 | include/aws/common/byte_order.h | |
+2 −1 | include/aws/common/clock.h | |
+2 −1 | include/aws/common/encoding.h | |
+1 −2 | include/aws/common/error.h | |
+1 −1 | include/aws/common/linked_list.h | |
+1 −1 | include/aws/common/math.h | |
+2 −2 | include/aws/common/math.inl | |
+1 −0 | include/aws/common/private/xml_parser_impl.h | |
+1 −7 | include/aws/common/ref_count.h | |
+2 −1 | include/aws/common/ring_buffer.h | |
+34 −0 | include/aws/common/shutdown_types.h | |
+2 −1 | include/aws/common/string.h | |
+2 −1 | include/aws/common/zero.h | |
+23 −17 | source/common.c | |
+10 −0 | source/xml_parser.c | |
+1 −0 | tests/CMakeLists.txt | |
+5 −6 | tests/memtrace_test.c | |
+36 −0 | tests/xml_parser_test.c |
Submodule aws-c-http
updated
9 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+1 −5 | CMakeLists.txt | |
+1 −1 | README.md | |
+8 −5 | include/aws/http/private/hpack.h | |
+2 −2 | source/h1_connection.c | |
+1 −1 | source/http.c | |
+1 −3 | tests/test_connection.c | |
+5 −10 | tests/test_connection_manager.c |
Submodule aws-c-io
updated
38 files
Submodule aws-c-s3
updated
11 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+1 −5 | CMakeLists.txt | |
+1 −1 | README.md | |
+6 −6 | include/aws/s3/s3_client.h | |
+1 −7 | source/s3_client.c | |
+99 −21 | source/s3_request_messages.c | |
+4 −0 | tests/CMakeLists.txt | |
+52 −8 | tests/s3_data_plane_tests.c | |
+3 −1 | tests/s3_tester.c | |
+1 −0 | tests/s3_tester.h |
Submodule aws-c-sdkutils
updated
5 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+1 −5 | CMakeLists.txt | |
+2 −2 | README.md | |
+1 −1 | include/aws/sdkutils/private/endpoints_util.h |
Submodule aws-checksums
updated
10 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+25 −0 | .github/workflows/ci.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+3 −8 | CMakeLists.txt | |
+11 −1 | builder.json | |
+41 −0 | include/aws/checksums/private/crc_util.h | |
+576 −12 | source/crc64_sw.c | |
+8 −7 | source/crc_sw.c | |
+4 −1 | tests/crc64_test.c | |
+3 −2 | tests/crc_test.c |
Submodule aws-lc
updated
from 8ffe27 to 745359
Submodule s2n
updated
from ffe0bf to 493b77