File tree
7 files changed
+7
-7
lines changed- crt
7 files changed
+7
-7
lines changedSubmodule aws-c-common updated 8 files
- .github/workflows/ci.yml+23-4
- .github/workflows/proof-alarm.yml+1-1
- CMakeLists.txt+10-2
- README.md+24-17
- include/aws/io/channel_bootstrap.h+13
- include/aws/io/event_loop.h+24-3
- include/aws/io/host_resolver.h-4
- include/aws/io/io.h+31-11
- include/aws/io/private/event_loop_impl.h+27
- include/aws/io/private/pki_utils.h+20-6
- include/aws/io/private/socket_impl.h+33-9
- include/aws/io/private/tls_channel_handler_shared.h+2
- include/aws/io/socket.h+85-15
- include/aws/io/tls_channel_handler.h+55-9
- include/aws/testing/io_testing_channel.h+7-2
- source/bsd/kqueue_event_loop.c+29-4
- source/channel.c+3-2
- source/channel_bootstrap.c+557-105
- source/darwin/darwin_pki_utils.c+568-9
- source/darwin/dispatch_queue_event_loop.c+764
- source/darwin/dispatch_queue_event_loop_private.h+88
- source/darwin/nw_socket.c+2.8k
- source/darwin/secure_transport_tls_channel_handler.c+101-55
- source/event_loop.c+97-59
- source/host_resolver.c+51-41
- source/io.c+79-34
- source/linux/epoll_event_loop.c+28-3
- source/posix/socket.c+119-34
- source/socket.c+31-19
- source/socket_channel_handler.c+67-9
- source/tls_channel_handler.c+115-29
- source/tls_channel_handler_shared.c+9
- source/windows/iocp/iocp_event_loop.c+37-4
- source/windows/iocp/socket.c+135-43
- tests/CMakeLists.txt+49-10
- tests/default_host_resolver_test.c+164
- tests/event_loop_test.c+29-5
- tests/read_write_test_handler.c+16-7
- tests/socket_handler_test.c+159
- tests/socket_test.c+832-119
- tests/tls_handler_test.c+12-13
- tests/vcc/Makefile+3-3
- tests/vcc/client.c+2-1
- tests/vcc/new_destroy.c+7-1
- tests/vcc/preamble.h+14-1
Submodule aws-checksums updated 10 files
0 commit comments