-
Notifications
You must be signed in to change notification settings - Fork 42
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
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule aws-c-io
updated
9 files
+10 −2 | .github/workflows/ci.yml | |
+2 −2 | include/aws/io/channel.h | |
+11 −18 | source/channel.c | |
+2 −6 | source/darwin/secure_transport_tls_channel_handler.c | |
+2 −5 | source/message_pool.c | |
+2 −4 | source/s2n/s2n_tls_channel_handler.c | |
+0 −5 | source/socket_channel_handler.c | |
+124 −120 | source/windows/secure_channel_tls_handler.c | |
+27 −13 | tests/tls_handler_test.c |
Submodule aws-c-s3
updated
5 files
+2 −2 | include/aws/s3/private/s3_client_impl.h | |
+1 −0 | source/s3.c | |
+3 −3 | source/s3_client.c | |
+1 −0 | tests/CMakeLists.txt | |
+14 −0 | tests/s3_util_tests.c |