1 file changed
+1
-1
lines changed- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/ci.yml+172-73
- .github/workflows/issue-regression-labeler.yml+32
- .github/workflows/proof-alarm.yml+3-3
- CMakeLists.txt+33-34
- include/aws/io/event_loop.h+108-323
- include/aws/io/private/event_loop_impl.h+316
- include/aws/io/private/socket_impl.h+72
- include/aws/io/retry_strategy.h+22-4
- include/aws/io/socket.h+31-15
- include/aws/io/tls_channel_handler.h+8-5
- include/aws/testing/io_testing_channel.h+31-29
- source/bsd/kqueue_event_loop.c+5-3
- source/channel.c+1
- source/darwin/secure_transport_tls_channel_handler.c+1-1
- source/event_loop.c+251-89
- source/exponential_backoff_retry_strategy.c+3-2
- source/linux/epoll_event_loop.c+4-5
- source/no_retry_strategy.c+85
- source/posix/pipe.c+1
- source/posix/socket.c+76-44
- source/s2n/s2n_tls_channel_handler.c+17-7
- source/socket.c+258
- source/windows/host_resolver.c+1
- source/windows/iocp/iocp_event_loop.c+2-1
- source/windows/iocp/pipe.c+1
- source/windows/iocp/socket.c+109-81
- source/windows/winsock_init.c+1
- tests/CMakeLists.txt+7
- tests/alpn_handler_test.c+1
- tests/byo_crypto_test.c+5-1
- tests/channel_test.c+5-1
- tests/default_host_resolver_test.c+48-12
- tests/event_loop_test.c+98-12
- tests/exponential_backoff_retry_test.c+20-5
- tests/future_test.c+1
- tests/no_retry_strategy_test.c+27
- tests/pipe_test.c+1
- tests/pkcs11_test.c+4-2
- tests/socket_handler_test.c+13-4
- tests/socket_test.c+61-3
- tests/standard_retry_test.c+7-1
- tests/tls_handler_test.c+16-5
- tests/vcc/Makefile+2-2
- tests/vcc/new_destroy.c+3-3
- tests/vcc/preamble.h+1-1
0 commit comments