-
Notifications
You must be signed in to change notification settings - Fork 17
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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-c-io
updated
14 files
+9 −3 | .github/workflows/ci.yml | |
+4 −11 | CMakeLists.txt | |
+1 −0 | include/aws/io/private/aws_apple_network_framework.h | |
+3 −2 | include/aws/io/socket.h | |
+3 −1 | source/channel.c | |
+1 −1 | source/channel_bootstrap.c | |
+24 −13 | source/darwin/dispatch_queue_event_loop.c | |
+526 −297 | source/darwin/nw_socket.c | |
+1 −1 | source/socket.c | |
+9 −3 | tests/CMakeLists.txt | |
+3 −0 | tests/channel_test.c | |
+7 −0 | tests/socket_handler_test.c | |
+293 −13 | tests/socket_test.c | |
+3 −0 | tests/tls_handler_test.c |