Commit 26be737
File tree
- .github/workflows
- Source/AwsCommonRuntimeKit
- crt
- sdkutils/endpoint
- Test/AwsCommonRuntimeKitTests
- crt
- sdkutils
- aws-common-runtime
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
| 128 | + | |
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
| 278 | + | |
| 279 | + | |
| 280 | + | |
| 281 | + | |
| 282 | + | |
| 283 | + | |
| 284 | + | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
Lines changed: 17 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
51 | 68 | | |
52 | 69 | | |
53 | 70 | | |
| |||
| 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 | + | |
Lines changed: 9 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
| 285 | + | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
285 | 293 | | |
Submodule aws-c-auth updated 16 files
- .github/workflows/ci.yml+15-3
- .github/workflows/clang-format.yml+4-6
- format-check.py+47
- format-check.sh-24
- include/aws/auth/auth.h+1
- include/aws/auth/credentials.h+15
- include/aws/auth/private/credentials_utils.h+6-6
- source/auth.c+3
- source/credentials_provider_ecs.c+104-5
- source/credentials_provider_profile.c+11
- source/credentials_provider_sts.c+37-12
- source/credentials_provider_sts_web_identity.c+1
- tests/CMakeLists.txt+13-9
- tests/credentials_provider_ecs_tests.c+92-17
- tests/credentials_provider_sts_tests.c+158-27
- tests/credentials_provider_sts_web_identity_tests.c+42
Submodule aws-c-http updated 28 files
- .github/workflows/ci.yml+15-5
- .github/workflows/clang-format.yml+4-6
- .github/workflows/stale_issue.yml+3
- format-check.py+47
- format-check.sh-24
- include/aws/http/connection.h+4-1
- include/aws/http/connection_manager.h+14
- include/aws/http/private/h1_connection.h+5-1
- include/aws/http/private/h2_frames.h+3-1
- include/aws/http/proxy.h+7-7
- include/aws/http/request_response.h+3-1
- include/aws/http/server.h+9-4
- source/connection_manager.c+61-1
- source/h1_connection.c+56-15
- source/http.c+1-1
- source/websocket.c+5
- tests/CMakeLists.txt+2
- tests/test_connection.c-3
- tests/test_connection_manager.c+48
- tests/test_h1_client.c+5-5
- tests/test_h2_client.c+4-1
- tests/test_h2_encoder.c+2-1
- tests/test_h2_headers.c+2-1
- tests/test_localhost_integ.c+4-1
- tests/test_message.c+4-1
- tests/test_stream_manager.c+4-1
- tests/test_tls.c+135-36
- tests/test_websocket_handler.c+3-1
- .github/workflows/ci.yml+40-5
- .github/workflows/clang-format.yml+4-6
- CMakeLists.txt-4
- format-check.py+47
- format-check.sh-24
- include/aws/io/channel.h+2-2
- include/aws/io/channel_bootstrap.h+3-4
- include/aws/io/event_loop.h+3-4
- include/aws/io/private/tls_channel_handler_shared.h+6
- include/aws/io/socket.h+13
- include/aws/io/tls_channel_handler.h+4-5
- source/channel.c+13-20
- source/darwin/secure_transport_tls_channel_handler.c+126-60
- source/io.c+1-1
- source/message_pool.c+2-5
- source/posix/socket.c+91-2
- source/s2n/s2n_tls_channel_handler.c+117-57
- source/socket_channel_handler.c+1-7
- source/windows/iocp/iocp_event_loop.c+1-1
- source/windows/iocp/socket.c+19
- source/windows/secure_channel_tls_handler.c+275-206
- tests/CMakeLists.txt+4
- tests/socket_handler_test.c+1-1
- tests/socket_test.c+82-7
- tests/tls_handler_test.c+368-128
0 commit comments