4 files changed
+4
-4
lines changed- .github/workflows/ci.yml+1-1
- .github/workflows/proof-alarm.yml+1-1
- CONTRIBUTING.md+9-9
- README.md+1-1
- docs/epoll_event_loop_proof.md+1-1
- include/aws/io/event_loop.h+84-7
- include/aws/io/host_resolver.h+3
- include/aws/io/logging.h+1
- include/aws/io/retry_strategy.h+51-6
- source/bsd/kqueue_event_loop.c+21-3
- source/darwin/secure_transport_tls_channel_handler.c+7-8
- source/event_loop.c+187-29
- source/exponential_backoff_retry_strategy.c+16-5
- source/host_resolver.c+239-128
- source/io.c+6-1
- source/linux/epoll_event_loop.c+19-3
- source/retry_strategy.c+16-6
- source/s2n/s2n_tls_channel_handler.c+7-8
- source/standard_retry_strategy.c+497
- source/windows/iocp/iocp_event_loop.c+19-4
- source/windows/secure_channel_tls_handler.c+7-8
- tests/CMakeLists.txt+9
- tests/default_host_resolver_test.c+523-1
- tests/event_loop_test.c+48-12
- tests/exponential_backoff_retry_test.c+1-1
- tests/mock_dns_resolver.c+3-3
- tests/socket_handler_test.c+2-2
- tests/standard_retry_test.c+379
- tests/tls_handler_test.c+641-35
- tests/vcc/Makefile+4-3
- tests/vcc/lifecycle.c+2-1
- tests/vcc/new_destroy.c+52-1
- tests/vcc/preamble.h+29-2
- tests/vcc/subscribe.c+1
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
209 | 209 |
| |
210 | 210 |
| |
211 | 211 |
| |
| 212 | + | |
212 | 213 |
| |
213 | 214 |
| |
214 |
| - | |
215 | 215 |
| |
216 | 216 |
| |
217 | 217 |
| |
|
0 commit comments