4 files changed
+4
-4
lines changedSubmodule aws-c-common updated 10 files
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/issue-regression-labeler.yml+32
- cmake/AwsCFlags.cmake+5-1
- include/aws/common/private/xml_parser_impl.h+1
- include/aws/common/ref_count.h+1-7
- include/aws/common/shutdown_types.h+34
- source/common.c+23-17
- source/xml_parser.c+10
- tests/CMakeLists.txt+1
- tests/xml_parser_test.c+36
- .github/workflows/proof-alarm.yml+1-1
- include/aws/io/event_loop.h+85-326
- include/aws/io/private/event_loop_impl.h+299
- include/aws/io/retry_strategy.h+22-4
- include/aws/io/tls_channel_handler.h+5-5
- include/aws/testing/io_testing_channel.h+32-29
- source/bsd/kqueue_event_loop.c+2-2
- source/channel.c+1
- source/event_loop.c+84-80
- source/exponential_backoff_retry_strategy.c+3-2
- source/linux/epoll_event_loop.c+3-4
- source/no_retry_strategy.c+85
- source/posix/pipe.c+1
- source/posix/socket.c+1
- source/s2n/s2n_tls_channel_handler.c+10-6
- source/windows/iocp/iocp_event_loop.c+1
- source/windows/iocp/pipe.c+1
- source/windows/iocp/socket.c+1
- tests/CMakeLists.txt+1
- 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+22-9
- 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+12-3
- tests/socket_test.c+13-3
- tests/standard_retry_test.c+7-1
- tests/tls_handler_test.c+15-4
0 commit comments