-
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
18 files
+4 −1 | .github/workflows/ci.yml | |
+11 −6 | CMakeLists.txt | |
+0 −1 | README.md | |
+3 −3 | include/aws/io/private/aws_apple_network_framework.h | |
+10 −10 | include/aws/io/private/pki_utils.h | |
+0 −20 | include/aws/io/private/socket.h | |
+7 −10 | include/aws/io/socket.h | |
+3 −6 | source/channel_bootstrap.c | |
+43 −43 | source/darwin/darwin_pki_utils.c | |
+11 −11 | source/darwin/dispatch_queue_event_loop.c | |
+176 −52 | source/darwin/nw_socket.c | |
+24 −21 | source/posix/socket.c | |
+1 −95 | source/socket.c | |
+2 −2 | source/tls_channel_handler.c | |
+103 −68 | source/windows/iocp/socket.c | |
+1 −2 | tests/CMakeLists.txt | |
+150 −192 | tests/event_loop_test.c | |
+751 −805 | tests/socket_test.c |