File tree
8 files changed
+8
-5
lines changed- crt
- src/native
8 files changed
+8
-5
lines changedSubmodule aws-c-auth updated 23 files
- .github/workflows/ci.yml+34-4
- .github/workflows/clang-asan-ubsan.yml+25
- README.md+22-39
- build-deps.sh+98
- include/aws/auth/credentials.h+31-5
- include/aws/auth/external/cJSON.h+1
- source/aws_imds_client.c+6
- source/credentials_provider_default_chain.c+44-8
- source/credentials_provider_ecs.c+20-29
- source/credentials_provider_imds.c+17-1
- source/credentials_provider_profile.c+31-4
- source/credentials_provider_sts.c+20-33
- source/credentials_provider_sts_web_identity.c+21-20
- source/external/cJSON.c+5-5
- tests/CMakeLists.txt+2
- tests/aws_imds_client_test.c+5-5
- tests/credentials_provider_imds_tests.c+2-2
- tests/credentials_provider_process_tests.c+1-1
- tests/credentials_provider_sts_tests.c+43-5
- tests/credentials_provider_sts_web_identity_tests.c+38-54
- tests/credentials_provider_x509_tests.c+4-2
- tests/credentials_tests.c+29-3
- tests/test_signable.h-5
Submodule aws-c-common updated 13 files
- .github/workflows/ci.yml+24-11
- .github/workflows/clang-asan-ubsan.yml+24
- CMakeLists.txt+2-6
- cmake/AwsFeatureTests.cmake+9
- cmake/AwsTestHarness.cmake+5
- cmake/AwsThreadAffinity.cmake+2-1
- include/aws/common/assert.h+14-4
- include/aws/common/byte_order.inl+5-5
- source/allocator.c+8-4
- source/posix/system_info.c+1-1
- source/windows/environment.c+7-3
- source/windows/system_info.c+3-1
- tests/atomics_test.c+3-1
Submodule aws-c-http updated 28 files
- .github/workflows/ci.yml+22-9
- .github/workflows/clang-asan-ubsan.yml+25
- .github/workflows/clang-tsan.yml+25
- CMakeLists.txt+3-3
- README.md+23-34
- build-deps.sh+97
- continuous-delivery/build-elasticurl-manylinux-x64.yml-48
- continuous-delivery/build-elasticurl-osx.sh-33
- continuous-delivery/build-elasticurl-unix.sh-38
- continuous-delivery/build-elasticurl-win64.bat-35
- include/aws/http/connection.h+6-48
- include/aws/http/http.h+5-1
- include/aws/http/private/proxy_impl.h+93-11
- include/aws/http/proxy.h+493
- integration-testing/http_client_test.py+19-8
- source/connection_manager.c+11-5
- source/http.c+15-2
- source/proxy_connection.c+458-201
- source/proxy_strategy.c+1.7k
- tests/CMakeLists.txt+22-10
- tests/integration_test_proxy.c+168-14
- tests/proxy_test_helper.c+215-41
- tests/proxy_test_helper.h+22-6
- tests/test_connection_manager.c+30-6
- tests/test_h1_server.c+1-1
- tests/test_h2_client.c+1-1
- tests/test_proxy.c+664-77
- tests/test_tls.c+4-2
- .github/workflows/ci.yml+21-12
- README.md+55-1
- benchmarks/package-lock.json+11-9
- include/aws/s3/private/s3_client_impl.h+73-23
- include/aws/s3/private/s3_meta_request_impl.h+47-48
- include/aws/s3/private/s3_request.h+6-2
- include/aws/s3/private/s3_util.h+18-6
- include/aws/s3/s3_client.h+3-1
- source/s3_auto_ranged_get.c+9-21
- source/s3_auto_ranged_put.c+59-52
- source/s3_client.c+460-268
- source/s3_default_meta_request.c+15-50
- source/s3_meta_request.c+269-138
- source/s3_request_messages.c+2-1
- source/s3_util.c+59
- tests/CMakeLists.txt+18-4
- tests/s3_data_plane_tests.c+1.3k
- tests/s3_retry_tests.c+42-44
- tests/s3_tester.c+159-49
- tests/s3_tester.h+12-24
- tests/s3_vip_tests.c+104
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| 14 | + | |
14 | 15 |
| |
15 | 16 |
| |
16 | 17 |
| |
|
0 commit comments