File tree
7 files changed
+7
-7
lines changed- aws-common-runtime
7 files changed
+7
-7
lines changedSubmodule aws-c-common updated 20 files
- .builder/actions/clang-tidy.py+29
- .github/workflows/clang-tidy.yml+16
- CMakeLists.txt+2
- cmake/AwsFeatureTests.cmake+2-1
- codebuild/builder.py+982-377
- 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/error.h+9-2
- include/aws/common/logging.h+7-5
- include/aws/common/package.h+31
- include/aws/common/statistics.h+150
- include/aws/testing/aws_test_harness.h+29-10
- source/byte_buf.c+73-1
- source/error.c+11-17
- source/logging.c+8-10
- source/statistics.c+36
- tests/byte_order_test.c-12
- tests/cursor_test.c+31-3
- tests/error_test.c+7-2
Submodule aws-c-http updated 44 files
- .github/workflows/ci.yml+90
- .github/workflows/clang-format.yml+1-1
- .github/workflows/mac-osx-ci.yml-23
- builder.json+5-8
- include/aws/http/connection.h+24
- include/aws/http/connection_manager.h+1
- include/aws/http/http.h+7-4
- include/aws/http/private/connection_impl.h+19-19
- include/aws/http/private/connection_monitor.h+56
- include/aws/http/private/h2_connection.h+1-3
- include/aws/http/private/h2_frames.h+17-59
- include/aws/http/private/h2_stream.h+1-6
- include/aws/http/private/request_response_impl.h+2
- include/aws/http/request_response.h+6
- include/aws/http/statistics.h+63
- source/connection.c+58-21
- source/connection_manager.c+17
- source/connection_monitor.c+222
- source/h1_connection.c+273-188
- source/h1_decoder.c+1-2
- source/h1_stream.c+7
- source/h2_connection.c+5-24
- source/h2_decoder.c+27-16
- source/h2_frames.c+66-733
- source/h2_stream.c+7-317
- source/http.c+4-1
- source/request_response.c+4
- source/statistics.c+34
- source/websocket_bootstrap.c+36-13
- tests/CMakeLists.txt+36-12
- tests/fuzz/fuzz_h2_decoder_correct.c+12-12
- tests/fuzz/fuzz_h2_frames.c-112
- tests/proxy_test_helper.c+4-2
- tests/test_connection_monitor.c+1.5k
- tests/test_h1_client.c+66-115
- tests/test_h1_server.c+15-27
- tests/test_h2_client.c+3-1
- tests/test_h2_encoder.c+363
- tests/test_h2_frames.c-580
- tests/test_h2_headers.c+155-147
- tests/test_hpack.c+8-8
- 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/mac-osx-ci.yml-23
- .travis.yml-23
- CMakeLists.txt+1-1
- builder.json+7-1
- include/aws/io/channel.h+27
- include/aws/io/channel_bootstrap.h+46-60
- 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+11
- include/aws/testing/io_testing_channel.h+87-25
- source/channel.c+136-2
- source/channel_bootstrap.c+51-63
- source/darwin/darwin_pki_utils.c+12-1
- source/darwin/secure_transport_tls_channel_handler.c+29-1
- source/io.c+4-1
- source/s2n/s2n_tls_channel_handler.c+44-7
- 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/secure_channel_tls_handler.c+33-1
- tests/CMakeLists.txt+5
- tests/channel_test.c+11-8
- tests/io_testing_channel_test.c+3-1
- tests/pipe_test.c+22-21
- 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+228-26
- tests/statistics_handler_test.c+122
- tests/statistics_handler_test.h+37
- tests/tls_handler_test.c+578-68
Submodule aws-c-mqtt updated 12 files
- .github/workflows/ci.yml+90
- .github/workflows/mac-osx-ci.yml-23
- builder.json+3
- 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
0 commit comments