-
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
6 additions
and
10 deletions.
There are no files selected for viewing
Submodule aws-c-common
updated
3 files
+11 −7 | cmake/AwsPrebuildDependency.cmake | |
+2 −1 | cmake/AwsSIMD.cmake | |
+9 −4 | include/aws/common/condition_variable.h |
Submodule aws-c-io
updated
9 files
+15 −4 | CMakeLists.txt | |
+5 −0 | include/aws/io/socket.h | |
+10 −1 | source/posix/socket.c | |
+8 −2 | source/s2n/s2n_tls_channel_handler.c | |
+6 −0 | source/windows/iocp/socket.c | |
+24 −0 | source/windows/windows_pki_utils.c | |
+2 −0 | tests/CMakeLists.txt | |
+14 −0 | tests/socket_test.c | |
+36 −0 | tests/tls_handler_test.c |
Submodule aws-c-mqtt
updated
3 files
+16 −10 | CMakeLists.txt | |
+3 −0 | include/aws/mqtt/mqtt.h | |
+10 −1 | source/mqtt.c |
Submodule aws-c-s3
updated
18 files
+3 −0 | .gitignore | |
+8 −0 | include/aws/s3/private/s3_meta_request_impl.h | |
+1 −0 | include/aws/s3/s3.h | |
+1 −0 | include/aws/s3/s3_client.h | |
+1 −0 | source/s3.c | |
+55 −33 | source/s3_client.c | |
+25 −1 | source/s3_copy_object.c | |
+16 −4 | source/s3_meta_request.c | |
+5 −0 | source/s3_util.c | |
+5 −0 | tests/CMakeLists.txt | |
+15 −0 | tests/mock_s3_server/CreateMultipartUpload/request_timeout.json | |
+101 −236 | tests/s3_data_plane_tests.c | |
+57 −6 | tests/s3_mock_server_tests.c | |
+44 −0 | tests/s3_s3express_client_test.c | |
+258 −0 | tests/s3_tester.c | |
+27 −0 | tests/s3_tester.h | |
+4 −0 | tests/test_helper/README.md | |
+4 −5 | tests/test_helper/test_helper.py |
Submodule aws-lc
updated
from d3a598 to 8ffe27
Submodule s2n
updated
from 08d413 to ffe0bf
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