3 files changed
+3
-3
lines changedSubmodule aws-c-common updated 596 files
- .github/workflows/proof-alarm.yml+1-1
- NOTICE+2-1
- README.md+52-1
- builder.json+1-1
- docs/epoll_event_loop_proof.md+4-1
- include/aws/io/channel.h+3-13
- include/aws/io/channel_bootstrap.h+3-13
- include/aws/io/event_loop.h+3-13
- include/aws/io/exports.h+3-13
- include/aws/io/file_utils.h+3-13
- include/aws/io/host_resolver.h+3-13
- include/aws/io/io.h+3-13
- include/aws/io/logging.h+3-13
- include/aws/io/message_pool.h+3-13
- include/aws/io/pipe.h+3-13
- include/aws/io/pki_utils.h+3-13
- include/aws/io/private/tls_channel_handler_shared.h+3-13
- include/aws/io/retry_strategy.h+3-13
- include/aws/io/shared_library.h+3-13
- include/aws/io/socket.h+3-13
- include/aws/io/socket_channel_handler.h+3-13
- include/aws/io/statistics.h+3-13
- include/aws/io/stream.h+3-13
- include/aws/io/tls_channel_handler.h+3-13
- include/aws/io/uri.h+3-13
- include/aws/testing/io_testing_channel.h+8-13
- source/alpn_handler.c+3-13
- source/bsd/kqueue_event_loop.c+3-13
- source/channel.c+3-13
- source/channel_bootstrap.c+3-13
- source/darwin/darwin_pki_utils.c+3-13
- source/darwin/secure_transport_tls_channel_handler.c+15-13
- source/event_loop.c+3-13
- source/exponential_backoff_retry_strategy.c+3-13
- source/file_utils_shared.c+3-13
- source/host_resolver.c+3-13
- source/io.c+3-13
- source/linux/epoll_event_loop.c+3-13
- source/message_pool.c+3-13
- source/pki_utils.c+3-13
- source/posix/file_utils.c+3-13
- source/posix/host_resolver.c+3-13
- source/posix/pipe.c+3-13
- source/posix/shared_library.c+3-13
- source/posix/socket.c+3-13
- source/retry_strategy.c+3-13
- source/s2n/s2n_tls_channel_handler.c+16-13
- source/socket_channel_handler.c+3-13
- source/statistics.c+3-13
- source/stream.c+3-13
- source/tls_channel_handler.c+3-13
- source/tls_channel_handler_shared.c+3-13
- source/uri.c+3-13
- source/windows/file_utils.c+3-13
- source/windows/host_resolver.c+3-13
- source/windows/iocp/iocp_event_loop.c+3-13
- source/windows/iocp/pipe.c+3-13
- source/windows/iocp/socket.c+3-13
- source/windows/secure_channel_tls_handler.c+54-26
- source/windows/shared_library.c+3-13
- source/windows/windows_pki_utils.c+3-13
- source/windows/winsock_init.c+3-13
- tests/alpn_handler_test.c+3-13
- tests/channel_test.c+3-13
- tests/default_host_resolver_test.c+3-13
- tests/error_test.c+3-13
- tests/event_loop_test.c+3-13
- tests/exponential_backoff_retry_test.c+3-13
- tests/file_utils_test.c+3-13
- tests/io_testing_channel_test.c+3-13
- tests/mock_dns_resolver.c+3-13
- tests/mock_dns_resolver.h+3-13
- tests/pipe_test.c+3-13
- tests/pki_utils_test.c+3-13
- tests/read_write_test_handler.c+3-13
- tests/read_write_test_handler.h+3-13
- tests/shared_library_test.c+3-13
- tests/socket_handler_test.c+3-13
- tests/socket_test.c+3-13
- tests/statistics_handler_test.c+3-13
- tests/statistics_handler_test.h+3-13
- tests/stream_test.c+3-13
- tests/tls_handler_test.c+3-13
- tests/uri_test.c+3-13
- tests/vcc/Makefile+30
- tests/vcc/README.md+65
- tests/vcc/cancel_task.c+24
- tests/vcc/client.c+93
- tests/vcc/docker-images/win10-vs2012/Dockerfile+32
- tests/vcc/is_on_callers_thread.c+33
- tests/vcc/lifecycle.c+109
- tests/vcc/main_loop.c+176
- tests/vcc/new_destroy.c+290
- tests/vcc/preamble.h+818
- tests/vcc/process_task_pre_queue.c+89
- tests/vcc/schedule.c+113
- tests/vcc/subscribe.c+83
- tests/vcc/unsubscribe.c+74
0 commit comments