-
Notifications
You must be signed in to change notification settings - Fork 18
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
15 files
+4 −2 | .github/workflows/ci.yml | |
+15 −6 | CMakeLists.txt | |
+9 −2 | include/aws/io/event_loop.h | |
+0 −8 | include/aws/io/private/event_loop_impl.h | |
+35 −1 | include/aws/io/socket.h | |
+6 −7 | source/darwin/dispatch_queue.h | |
+1 −1 | source/darwin/dispatch_queue_event_loop.c | |
+6 −23 | source/darwin/nw_socket.c | |
+2 −1 | source/darwin/secure_transport_tls_channel_handler.c | |
+12 −7 | source/event_loop.c | |
+6 −31 | source/posix/socket.c | |
+171 −0 | source/socket.c | |
+34 −60 | source/windows/iocp/socket.c | |
+3 −3 | tests/CMakeLists.txt | |
+1 −1 | tests/socket_test.c |