-
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.
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule aws-c-io
updated
25 files
+40 −5 | .github/workflows/ci.yml | |
+4 −6 | .github/workflows/clang-format.yml | |
+16 −8 | CMakeLists.txt | |
+47 −0 | format-check.py | |
+0 −24 | format-check.sh | |
+2 −2 | include/aws/io/channel.h | |
+3 −4 | include/aws/io/channel_bootstrap.h | |
+3 −4 | include/aws/io/event_loop.h | |
+6 −0 | include/aws/io/private/tls_channel_handler_shared.h | |
+13 −0 | include/aws/io/socket.h | |
+4 −5 | include/aws/io/tls_channel_handler.h | |
+13 −20 | source/channel.c | |
+126 −60 | source/darwin/secure_transport_tls_channel_handler.c | |
+1 −1 | source/io.c | |
+2 −5 | source/message_pool.c | |
+93 −3 | source/posix/socket.c | |
+125 −59 | source/s2n/s2n_tls_channel_handler.c | |
+1 −7 | source/socket_channel_handler.c | |
+1 −1 | source/windows/iocp/iocp_event_loop.c | |
+19 −0 | source/windows/iocp/socket.c | |
+275 −206 | source/windows/secure_channel_tls_handler.c | |
+4 −0 | tests/CMakeLists.txt | |
+1 −1 | tests/socket_handler_test.c | |
+82 −7 | tests/socket_test.c | |
+368 −128 | tests/tls_handler_test.c |
Submodule s2n
updated
from 114cca to ffe0bf