File tree
13 files changed
+17
-22
lines changed- .github/workflows
- aws-common-runtime
- continuous-delivery
13 files changed
+17
-22
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
10 |
| - | |
| 10 | + | |
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
| |||
77 | 77 |
| |
78 | 78 |
| |
79 | 79 |
| |
80 |
| - | |
| 80 | + | |
81 | 81 |
| |
82 | 82 |
| |
83 | 83 |
| |
| |||
94 | 94 |
| |
95 | 95 |
| |
96 | 96 |
| |
97 |
| - | |
| 97 | + | |
98 | 98 |
| |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
102 | 102 |
| |
103 | 103 |
| |
104 | 104 |
| |
105 |
| - | |
| 105 | + | |
106 | 106 |
| |
107 | 107 |
|
Submodule aws-c-auth updated 16 files
- .github/workflows/ci.yml+90
- .github/workflows/mac-osx-ci.yml-23
- README.md+1
- builder.json+3
- cmake/aws-c-auth-config.cmake+2-2
- include/aws/auth/auth.h+6-4
- include/aws/auth/credentials.h+36-10
- source/credentials.c+10-32
- source/credentials_provider_cached.c+47-13
- source/credentials_provider_profile.c+3-3
- source/credentials_provider_sts.c+17
- tests/CMakeLists.txt+1
- tests/credentials_provider_sts_tests.c+170-130
- tests/credentials_provider_utils.c+36-11
- tests/credentials_provider_utils.h+6-3
- tests/credentials_tests.c+16-10
- .github/workflows/ci.yml+90
- .github/workflows/mac-osx-ci.yml-23
- .gitignore+66
- CMakeLists.txt+5-4
- builder.json+3
- cmake/aws-c-cal-config.cmake+2-2
- include/aws/cal/cal.h+45
- include/aws/cal/ecc.h+174
- include/aws/cal/private/der.h+228
- include/aws/cal/private/ecc.h+33
- source/cal.c+68
- source/darwin/commoncrypto_hmac.c
- source/darwin/commoncrypto_md5.c
- source/darwin/commoncrypto_sha256.c
- source/darwin/securityframework_ecc.c+601
- source/der.c+511
- source/ecc.c+233
- source/unix/opensslcrypto_ecc.c+385
- source/unix/opensslcrypto_hash.c
- source/unix/opensslcrypto_hmac.c
- source/windows/bcrypt_ecc.c+472
- source/windows/bcrypt_hash.c
- source/windows/bcrypt_hmac.c
- tests/CMakeLists.txt+37
- tests/der_test.c+517
- tests/ecc_test.c+785
Submodule aws-c-common updated 37 files
- .builder/actions/clang-tidy.py+29
- .github/workflows/clang-tidy.yml+16
- .github/workflows/clang-tsan.yml+20
- CMakeLists.txt+8-1
- cmake/AwsFeatureTests.cmake+2-1
- codebuild/builder.py+982-377
- docker-images/ubuntu-16.04-x64/Dockerfile+4-3
- include/aws/common/allocator.h+3-2
- include/aws/common/bigint.h+129
- include/aws/common/byte_buf.h+47-18
- include/aws/common/byte_order.h-10
- include/aws/common/byte_order.inl-24
- include/aws/common/condition_variable.h+3-2
- include/aws/common/error.h+9-2
- include/aws/common/logging.h+7-5
- include/aws/common/math.gcc_x64_asm.inl+4
- include/aws/common/mutex.h+4-3
- include/aws/common/package.h+31
- include/aws/common/statistics.h+150
- include/aws/testing/aws_test_harness.h+32-11
- source/bigint.c+485
- source/byte_buf.c+73-1
- source/error.c+11-17
- source/logging.c+8-10
- source/memtrace.c+88-70
- source/posix/condition_variable.c+21-1
- source/posix/mutex.c+10-4
- source/statistics.c+36
- source/windows/condition_variable.c+14-8
- source/windows/mutex.c+11-4
- tests/CMakeLists.txt+16-6
- tests/atomics_test.c-43
- tests/bigint_test.c+602
- tests/byte_order_test.c+24-21
- tests/cursor_test.c+31-3
- tests/error_test.c+7-2
- tests/ring_buffer_test.c+2
Submodule aws-c-compression updated 10 files
Submodule aws-c-http updated 56 files
- .github/workflows/ci.yml+90
- .github/workflows/clang-format.yml+1-1
- .github/workflows/mac-osx-ci.yml-23
- .gitignore+1
- builder.json+5-8
- cmake/aws-c-http-config.cmake+2-2
- include/aws/http/connection.h+29
- include/aws/http/connection_manager.h+6
- include/aws/http/http.h+13-4
- include/aws/http/private/connection_impl.h+22-19
- include/aws/http/private/connection_monitor.h+56
- include/aws/http/private/h1_decoder.h+43-1
- include/aws/http/private/h2_connection.h+53-5
- include/aws/http/private/h2_decoder.h+62-11
- include/aws/http/private/h2_frames.h+47-99
- include/aws/http/private/h2_stream.h+18-12
- include/aws/http/private/hpack.h+61-6
- include/aws/http/private/http_impl.h-50
- include/aws/http/private/request_response_impl.h+2
- include/aws/http/request_response.h+41
- include/aws/http/server.h+5
- include/aws/http/statistics.h+63
- source/connection.c+77-45
- source/connection_manager.c+26-4
- source/connection_monitor.c+222
- source/h1_connection.c+301-213
- source/h1_decoder.c+3-4
- source/h1_stream.c+7
- source/h2_connection.c+724-37
- source/h2_decoder.c+663-331
- source/h2_frames.c+184-793
- source/h2_stream.c+91-332
- source/hpack.c+676-171
- source/http.c+14
- source/request_response.c+5-1
- source/statistics.c+34
- source/websocket.c+2-22
- source/websocket_bootstrap.c+36-13
- tests/CMakeLists.txt+147-21
- tests/fuzz/fuzz_h2_decoder_correct.c+360
- tests/fuzz/fuzz_h2_decoder_random.c+7-3
- tests/fuzz/fuzz_h2_frames.c-112
- tests/proxy_test_helper.c+5-5
- tests/test_connection_monitor.c+1.5k
- tests/test_h1_client.c+67-118
- tests/test_h1_decoder.c+2-2
- tests/test_h1_server.c+18-33
- tests/test_h2_client.c+131
- tests/test_h2_decoder.c+2.8k
- tests/test_h2_encoder.c+363
- tests/test_h2_frames.c-584
- tests/test_h2_headers.c+178-176
- tests/test_hpack.c+390-44
- tests/test_proxy.c+6-18
- tests/test_websocket_bootstrap.c+42-24
- tests/test_websocket_handler.c+2-1
- .github/workflows/ci.yml+90
- .github/workflows/clang-tsan.yml+26
- .github/workflows/mac-osx-ci.yml-23
- .travis.yml-23
- CMakeLists.txt+5
- builder.json+6-1
- cmake/aws-c-io-config.cmake+1
- cmake/modules/FindLibCrypto.cmake+97
- include/aws/io/channel.h+62-15
- include/aws/io/channel_bootstrap.h+78-91
- include/aws/io/io.h+5-2
- include/aws/io/logging.h+2-2
- include/aws/io/private/tls_channel_handler_shared.h+49
- include/aws/io/socket.h+1
- include/aws/io/statistics.h+88
- include/aws/io/tls_channel_handler.h+15
- include/aws/testing/io_testing_channel.h+91-27
- source/channel.c+222-37
- source/channel_bootstrap.c+113-144
- source/darwin/darwin_pki_utils.c+12-1
- source/darwin/secure_transport_tls_channel_handler.c+29-1
- source/host_resolver.c+13-12
- source/io.c+4-1
- source/posix/socket.c+2
- source/s2n/s2n_tls_channel_handler.c+61-11
- source/socket_channel_handler.c+38-3
- source/statistics.c+54
- source/tls_channel_handler.c+4
- source/tls_channel_handler_shared.c+75
- source/windows/iocp/socket.c+2
- source/windows/secure_channel_tls_handler.c+70-31
- tests/CMakeLists.txt+7-4
- tests/alpn_handler_test.c+28-13
- tests/channel_test.c+109-273
- tests/event_loop_test.c+7-6
- tests/io_testing_channel_test.c+5-1
- tests/pipe_test.c+22-21
- tests/read_write_test_handler.c+7-17
- tests/read_write_test_handler.h-2
- tests/resources/key_pair0.pem+51
- tests/resources/key_pair1.pem+51
- tests/resources/key_pair2.pem+51
- tests/resources/key_pair3.pem+51
- tests/resources/key_pair4.pem+51
- tests/resources/key_pair5.pem+51
- tests/resources/key_pair6.pem+51
- tests/resources/key_pair7.pem+51
- tests/resources/suppressions.txt+1
- tests/socket_handler_test.c+256-44
- tests/socket_test.c+67-21
- tests/statistics_handler_test.c+122
- tests/statistics_handler_test.h+37
- tests/tls_handler_test.c+667-99
Submodule aws-c-mqtt updated 13 files
- .github/workflows/ci.yml+90
- .github/workflows/mac-osx-ci.yml-23
- builder.json+3
- cmake/aws-c-mqtt-config.cmake+2-2
- include/aws/mqtt/mqtt.h+6-3
- include/aws/mqtt/private/client_impl.h+1
- source/client.c+50-27
- source/client_channel_handler.c+4-1
- source/topic_tree.c+5
- tests/CMakeLists.txt+9-1
- tests/connection_state_test.c+1.0k
- tests/mqtt_mock_server_handler.h+419
- tests/packet_encoding_test.c+9-4
Submodule s2n updated from b4e5153 to 1045071
Lines changed: 2 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
4 |
| - | |
5 |
| - | |
6 |
| - | |
7 |
| - | |
8 | 3 |
| |
9 | 4 |
| |
10 | 5 |
| |
11 | 6 |
| |
12 |
| - | |
13 |
| - | |
| 7 | + | |
| 8 | + | |
14 | 9 |
| |
15 | 10 |
| |
16 | 11 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 |
| - | |
| 1 | + | |
2 | 2 |
|
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
|
0 commit comments