File tree
13 files changed
+55
-16
lines changed- .github/workflows
- aws-common-runtime
- config/aws/common
13 files changed
+55
-16
lines changedLines changed: 32 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + |
Lines changed: 11 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 |
| - | |
104 |
| - | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
105 | 114 |
| |
106 | 115 |
| |
107 | 116 |
| |
| |||
146 | 155 |
| |
147 | 156 |
| |
148 | 157 |
| |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 | 158 |
| |
153 | 159 |
| |
154 | 160 |
| |
|
Submodule aws-c-common updated 14 files
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/issue-regression-labeler.yml+32
- AWSCRTAndroidTestRunner/app/src/main/cpp/CMakeLists.txt+1-1
- CMakeLists.txt+3-6
- cmake/AwsCFlags.cmake+19-20
- cmake/AwsTestHarness.cmake+6-3
- 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/memtrace_test.c+5-6
- tests/xml_parser_test.c+36
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/issue-regression-labeler.yml+32
- .github/workflows/proof-alarm.yml+1-1
- CMakeLists.txt+1-5
- README.md+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/future.c+13-54
- 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+11-7
- 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