File tree
12 files changed
+16
-39
lines changed- crt
12 files changed
+16
-39
lines changed+5-28
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
7 |
| - | |
8 |
| - | |
9 |
| - | |
10 |
| - | |
11 |
| - | |
12 |
| - | |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
| 7 | + | |
28 | 8 |
| |
29 | 9 |
| |
30 | 10 |
| |
31 | 11 |
| |
32 | 12 |
| |
33 | 13 |
| |
34 | 14 |
| |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 | 15 |
| |
42 | 16 |
| |
43 | 17 |
| |
| |||
111 | 85 |
| |
112 | 86 |
| |
113 | 87 |
| |
| 88 | + | |
| 89 | + | |
| 90 | + | |
114 | 91 |
| |
115 | 92 |
| |
116 | 93 |
| |
|
- .github/workflows/ci.yml+172-73
- .github/workflows/proof-alarm.yml+3-3
- CMakeLists.txt+33-34
- include/aws/io/event_loop.h+26
- include/aws/io/private/event_loop_impl.h+25-8
- include/aws/io/private/socket_impl.h+72
- include/aws/io/socket.h+31-15
- include/aws/testing/io_testing_channel.h-1
- source/bsd/kqueue_event_loop.c+3-1
- source/darwin/secure_transport_tls_channel_handler.c+1-1
- source/event_loop.c+167-9
- source/linux/epoll_event_loop.c+1-1
- source/posix/socket.c+75-44
- source/socket.c+258
- source/windows/host_resolver.c+1
- source/windows/iocp/iocp_event_loop.c+1-1
- source/windows/iocp/socket.c+108-81
- source/windows/winsock_init.c+1
- tests/CMakeLists.txt+6
- tests/event_loop_test.c+76-3
- tests/socket_handler_test.c+1-1
- tests/socket_test.c+48
- tests/tls_handler_test.c+1-1
- tests/vcc/Makefile+2-2
- tests/vcc/new_destroy.c+3-3
- tests/vcc/preamble.h+1-1
Submodule aws-c-mqtt updated 14 files
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/ci.yml+79-30
- .github/workflows/codecov.yml+18-12
- .github/workflows/issue-regression-labeler.yml+32
- CMakeLists.txt+12-26
- bin/elastipubsub/CMakeLists.txt+1-3
- bin/elastipubsub5/CMakeLists.txt+1-3
- bin/elastishadow/CMakeLists.txt+1-3
- bin/elastishadow/main.c+5-1
- bin/mqtt5canary/CMakeLists.txt+1-3
- include/aws/mqtt/request-response/request_response_client.h+4-1
- source/request-response/request_response_client.c+1-1
- source/v5/mqtt5_options_storage.c+2-2
- tests/request-response/request_response_client_tests.c+133-45
- .github/workflows/ci.yml+1-1
- .github/workflows/codecov.yml+2-2
- CMakeLists.txt+8-23
- include/aws/s3/private/s3_request_messages.h+6
- include/aws/s3/private/s3express_credentials_provider_impl.h+10-3
- include/aws/s3/s3_client.h+4
- include/aws/s3/s3express_credentials_provider.h+2
- samples/s3/CMakeLists.txt+1-3
- source/s3_client.c+1
- source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c+125-123
- source/s3_meta_request.c+1
- source/s3_request_messages.c+17
- source/s3express_credentials_provider.c+85-28
- tests/CMakeLists.txt+2
- tests/mock_s3_server/CompleteMultipartUpload/sse_kms.json+14
- tests/mock_s3_server/CreateSession/sse_kms.json+21
- tests/mock_s3_server/README.md+2
- tests/mock_s3_server/mock_s3_server.py+15-4
- tests/s3_mock_server_s3express_provider_test.c+81-2
- tests/s3_s3express_client_test.c+58
- tests/s3_tester.c+3
- tests/s3_tester.h+2
Submodule aws-c-sdkutils updated 1 file
0 commit comments