-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into RequestResponseStreaming
- Loading branch information
Showing
17 changed files
with
30 additions
and
46 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
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
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
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
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
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-cal
updated
5 files
Submodule aws-c-common
updated
17 files
+1 −1 | .github/PULL_REQUEST_TEMPLATE.md | |
+2 −2 | .github/workflows/codecov.yml | |
+1 −1 | .github/workflows/proof_ci.yaml | |
+1 −1 | AWSCRTAndroidTestRunner/app/src/main/cpp/CMakeLists.txt | |
+7 −10 | CMakeLists.txt | |
+0 −2 | bin/system_info/CMakeLists.txt | |
+6 −20 | cmake/AwsSharedLibSetup.cmake | |
+1 −1 | cmake/CPackConfig.cmake | |
+3 −0 | cmake/aws-c-common-config.cmake | |
+11 −0 | source/arch/intel/asm/cpuid.c | |
+71 −102 | source/arch/intel/cpuid.c | |
+5 −0 | source/arch/intel/msvc/cpuid.c | |
+29 −16 | source/host_utils.c | |
+3 −2 | source/uri.c | |
+1 −0 | tests/CMakeLists.txt | |
+23 −2 | tests/host_util_test.c | |
+12 −0 | tests/uri_test.c |
Submodule aws-c-compression
updated
6 files
Submodule aws-c-event-stream
updated
4 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+80 −31 | .github/workflows/ci.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+8 −32 | CMakeLists.txt |
Submodule aws-c-http
updated
4 files
+134 −51 | .github/workflows/ci.yml | |
+8 −22 | CMakeLists.txt | |
+1 −3 | bin/elasticurl/CMakeLists.txt | |
+1 −1 | builder.json |
Submodule aws-c-io
updated
26 files
+172 −73 | .github/workflows/ci.yml | |
+3 −3 | .github/workflows/proof-alarm.yml | |
+33 −34 | CMakeLists.txt | |
+26 −0 | include/aws/io/event_loop.h | |
+25 −8 | include/aws/io/private/event_loop_impl.h | |
+72 −0 | include/aws/io/private/socket_impl.h | |
+31 −15 | include/aws/io/socket.h | |
+0 −1 | include/aws/testing/io_testing_channel.h | |
+3 −1 | source/bsd/kqueue_event_loop.c | |
+1 −1 | source/darwin/secure_transport_tls_channel_handler.c | |
+167 −9 | source/event_loop.c | |
+1 −1 | source/linux/epoll_event_loop.c | |
+75 −44 | source/posix/socket.c | |
+258 −0 | source/socket.c | |
+1 −0 | source/windows/host_resolver.c | |
+1 −1 | source/windows/iocp/iocp_event_loop.c | |
+108 −81 | source/windows/iocp/socket.c | |
+1 −0 | source/windows/winsock_init.c | |
+6 −0 | tests/CMakeLists.txt | |
+76 −3 | tests/event_loop_test.c | |
+1 −1 | tests/socket_handler_test.c | |
+48 −0 | tests/socket_test.c | |
+1 −1 | tests/tls_handler_test.c | |
+2 −2 | tests/vcc/Makefile | |
+3 −3 | tests/vcc/new_destroy.c | |
+1 −1 | tests/vcc/preamble.h |
Submodule aws-c-mqtt
updated
14 files
Submodule aws-c-s3
updated
25 files
Submodule aws-c-sdkutils
updated
8 files
+80 −30 | .github/workflows/ci.yml | |
+18 −12 | .github/workflows/codecov.yml | |
+9 −24 | CMakeLists.txt | |
+1 −0 | include/aws/sdkutils/aws_profile.h | |
+47 −29 | source/aws_profile.c | |
+3 −2 | tests/CMakeLists.txt | |
+297 −299 | tests/aws_profile_tests.c | |
+2 −2 | tests/endpoints_regex_tests.c |
Submodule aws-checksums
updated
4 files
+173 −95 | .github/workflows/ci.yml | |
+8 −22 | CMakeLists.txt | |
+1 −3 | bin/benchmark/CMakeLists.txt | |
+0 −53 | cmake/AwsSharedLibSetup.cmake |
Submodule s2n
updated
from 2e79e7 to 6cc9f5