-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update submodules for proxyv2 (#202)
- Loading branch information
1 parent
18ae543
commit d751ed6
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule aws-c-cal
updated
8 files
+30 −0 | .github/workflows/ci.yml | |
+0 −25 | .github/workflows/clang-asan-ubsan.yml | |
+5 −1 | CMakeLists.txt | |
+0 −94 | build-deps.sh | |
+11 −0 | include/aws/cal/cal.h | |
+18 −0 | source/cal.c | |
+2 −0 | source/unix/opensslcrypto_ecc.c | |
+20 −2 | tests/ecc_test.c |
Submodule aws-c-common
updated
18 files
+24 −11 | .github/workflows/ci.yml | |
+24 −0 | .github/workflows/clang-asan-ubsan.yml | |
+2 −6 | CMakeLists.txt | |
+9 −0 | cmake/AwsFeatureTests.cmake | |
+5 −0 | cmake/AwsTestHarness.cmake | |
+2 −1 | cmake/AwsThreadAffinity.cmake | |
+14 −4 | include/aws/common/assert.h | |
+5 −5 | include/aws/common/byte_order.inl | |
+12 −1 | include/aws/common/logging.h | |
+8 −4 | source/allocator.c | |
+44 −9 | source/logging.c | |
+1 −1 | source/posix/system_info.c | |
+7 −3 | source/windows/environment.c | |
+3 −1 | source/windows/system_info.c | |
+2 −0 | tests/CMakeLists.txt | |
+3 −1 | tests/atomics_test.c | |
+43 −0 | tests/logging/logging_general_test.c | |
+14 −3 | tests/logging/test_logger.c |
Submodule aws-c-http
updated
14 files
+28 −0 | .github/workflows/ci.yml | |
+0 −25 | .github/workflows/clang-asan-ubsan.yml | |
+0 −25 | .github/workflows/clang-tsan.yml | |
+0 −97 | build-deps.sh | |
+1 −0 | include/aws/http/http.h | |
+26 −0 | include/aws/http/private/connection_impl.h | |
+36 −9 | include/aws/http/private/proxy_impl.h | |
+14 −1 | include/aws/http/proxy.h | |
+4 −4 | source/connection.c | |
+69 −24 | source/h1_connection.c | |
+3 −0 | source/http.c | |
+360 −77 | source/proxy_connection.c | |
+0 −2 | tests/integration_test_proxy.c | |
+46 −2 | tests/test_proxy.c |
Submodule aws-c-io
updated
33 files
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