1 file changed
+1
-1
lines changed- .github/workflows/ci.yml+14
- .github/workflows/proof-alarm.yml+1-1
- CMakeLists.txt+10
- include/aws/io/event_loop.h+13
- include/aws/io/private/pki_utils.h+9
- include/aws/io/tls_channel_handler.h+3
- source/bsd/kqueue_event_loop.c+36-21
- source/darwin/dispatch_queue_event_loop.c+2
- source/darwin/secure_transport_tls_channel_handler.c+2-2
- source/event_loop.c+6
- source/linux/epoll_event_loop.c+34-19
- source/s2n/s2n_tls_channel_handler.c+9-13
- source/windows/iocp/iocp_event_loop.c+43-23
- tests/CMakeLists.txt+3
- tests/event_loop_test.c+280
- tests/socket_test.c+8-8
- tests/tls_handler_test.c+27
0 commit comments